*{box-sizing:border-box}html,body{margin:0;min-height:100%;height:100%}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#f6f7fb;color:#1c1c1c}#root{min-height:100vh;height:100%}.app-shell{max-width:480px;width:100%;margin:16px auto;height:calc(100vh - 32px);min-height:0;background:#fff;box-shadow:0 4px 24px #00000014;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}@media(max-width:520px){.app-shell{border-radius:0;box-shadow:none;margin:0 auto;height:100vh}}button,input,select{font:inherit}img{width:48px;height:48px;border-radius:8px;object-fit:cover}input,select{padding:10px 12px;border-radius:10px;border:1px solid #dde1ea}button{padding:10px 14px;border-radius:10px;border:none;background:#1c3faa;color:#fff;cursor:pointer}button.secondary{background:#e0e3ea;color:#1c1c1c}button:disabled{opacity:.6;cursor:not-allowed}.page{max-width:1100px;margin:0 auto;padding:32px 20px 60px}.banner{background:#0f5132;color:#fff;padding:12px 16px;border-radius:12px;margin-bottom:12px}.card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 10px 30px #10182814}.list{display:grid;gap:12px;margin-top:12px}.list-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f5f7fb;border:1px solid transparent;border-radius:12px}.list-row{display:flex;gap:12px;align-items:center}.title{font-weight:600}.muted{color:#6b7280;font-size:13px}.small{font-size:12px;margin-top:0;margin-bottom:8px}.error{background:#fde2e1;color:#9b1c1c;padding:10px 12px;border-radius:10px;margin-bottom:12px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.child-screen{display:flex;flex-direction:column;flex:1;min-height:0;height:100%;padding-bottom:0;overflow:hidden}.child-topbar{flex-shrink:0;position:sticky;top:0;z-index:10;background:#fff;box-shadow:0 1px 3px #00000014;-webkit-user-select:none;user-select:none;touch-action:manipulation}.child-topbar-inner{display:flex;align-items:center;gap:10px;padding:10px 12px;max-width:100%}.child-topbar-youtube-style{justify-content:space-between}.child-topbar-with-search{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.child-topbar-search-form{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.child-topbar-search-input{flex:1;min-width:0;padding:8px 12px;border-radius:20px;border:1px solid #e5e7eb;font-size:.95rem;background:#f5f7fb}.child-topbar-search-input::placeholder{color:#9ca3af}.child-main{flex:1;min-height:0;padding:16px 20px 24px;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.child-banner{margin:0 20px 12px;border-radius:10px}.child-logo-youtube{display:flex;align-items:center;gap:4px;flex-shrink:0}.child-logo-play{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:red;color:#fff;font-size:12px;border-radius:6px;padding-left:2px}.child-logo-text{font-weight:700;font-size:1.15rem;color:#1c1c1c}.child-logo{font-weight:700;font-size:1.25rem;color:#1c1c1c;flex-shrink:0}.safetube-logo-wrap-header{display:flex;align-items:center;gap:8px;flex-shrink:0}.safetube-logo-mark-header{width:32px;height:32px;margin:0;flex-shrink:0;background:linear-gradient(135deg,#fef2f2,#fff 50%);border:1px solid #fecaca;border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0000000f}.safetube-logo-mark-header .safetube-logo-play{width:0;height:0;border-left:8px solid #ff0000;border-top:5px solid transparent;border-bottom:5px solid transparent;margin-left:2px}.safetube-logo-text-header{font-size:1.15rem;font-weight:800;letter-spacing:-.03em}.safetube-logo-safe{color:#1c1c1c}.safetube-logo-tube{color:red}.child-topbar-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#1c1c1c;font-size:1.25rem;cursor:pointer;border-radius:50%}.child-topbar-icon:hover{background:#f0f0f0}.child-topbar-icon:disabled{cursor:not-allowed;opacity:.8}.child-topbar-icon:disabled:hover{background:transparent}.child-topbar-refresh-icon{display:inline-block}.child-topbar-icon--loading .child-topbar-refresh-icon{animation:child-refresh-spin .8s linear infinite}@keyframes child-refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.child-refresh-progress{height:3px;background:#e5e7eb;overflow:hidden}.child-refresh-progress-bar{height:100%;width:40%;background:linear-gradient(90deg,#22c55e,#16a34a);animation:child-refresh-progress 1.2s ease-in-out infinite}@keyframes child-refresh-progress{0%{transform:translate(-100%)}50%{transform:translate(250%)}to{transform:translate(-100%)}}.child-player-topbar{display:flex;align-items:center;gap:12px;padding:10px 12px}.child-topbar-back{background:none;border:none;color:#1c3faa;font-size:1rem;padding:8px 0;cursor:pointer}.child-hero{text-align:center;padding:24px 16px 20px;display:flex;flex-direction:column;flex:1;min-height:0}.child-hero-play-wrap{margin-bottom:20px}.child-hero-play-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:red;color:#fff;font-size:32px;border-radius:50%;padding-left:6px;box-shadow:0 4px 16px #ff00004d}.child-hero-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:20px 24px;text-align:center;box-shadow:0 1px 3px #0000000f}.child-hero-card-title{margin:0 0 8px;font-size:1.1rem;font-weight:700;color:#1c1c1c}.child-hero-card-desc{margin:0;font-size:.9rem;color:#6b7280;line-height:1.45}.child-search-error{margin:0 0 16px;padding:0 4px;font-size:.9rem}.child-search-results{text-align:left;padding:0 4px;color:#1c1c1c}.child-search-channel{margin-bottom:20px}.child-search-channel-card{display:flex;align-items:center;gap:14px;padding:12px 0;border:none;background:none;cursor:pointer;width:100%;text-align:left;color:#1c1c1c}.child-search-channel-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}.child-search-channel-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:#f3f4f6;font-size:1.5rem}.child-search-channel-info{min-width:0;flex:1}.child-search-channel-name{margin:0 0 2px;font-size:1.1rem;font-weight:700;color:#1c1c1c}.child-search-channel-handle{margin:0;font-size:.9rem;color:#6b7280}.child-search-section-title{margin:0 0 12px;font-size:1rem;font-weight:700;color:#1c1c1c}.child-search-mix{margin-bottom:24px}.child-search-mix-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:8px}.child-search-mix-main{grid-column:1;grid-row:1/3;position:relative;border:none;padding:0;border-radius:12px;overflow:hidden;cursor:pointer;background:#000;aspect-ratio:1;text-align:left}.child-search-mix-main img,.child-search-mix-main .child-search-thumb-placeholder{width:100%;height:100%;object-fit:cover;display:block}.child-search-mix-main .child-search-mix-label{position:absolute;left:0;right:0;bottom:0;padding:24px 10px 10px;background:linear-gradient(transparent,#fffffff2);color:#1c1c1c;font-size:.85rem;font-weight:600;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.child-search-mix-small{position:relative;border:none;padding:0;border-radius:10px;overflow:hidden;cursor:pointer;background:#000;aspect-ratio:16/9;text-align:left}.child-search-mix-small img,.child-search-mix-small .child-search-thumb-placeholder{width:100%;height:100%;object-fit:cover;display:block}.child-search-mix-small .child-search-mix-label{position:absolute;left:0;right:0;bottom:0;padding:20px 8px 8px;background:linear-gradient(transparent,#fffffff2);color:#1c1c1c;font-size:.75rem;font-weight:600;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.child-search-thumb-placeholder{display:flex!important;align-items:center;justify-content:center;color:#fff;font-size:2rem;background:#374151}.child-search-videos{margin-bottom:24px;color:#1c1c1c}.child-search-videos .list-row,.child-search-videos .title{color:#1c1c1c}.child-search-videos .list-row img{width:120px;height:68px;object-fit:cover;border-radius:6px}.child-bottom-nav{flex-shrink:0;display:flex;justify-content:space-around;align-items:center;padding:8px 0 calc(8px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #e5e7eb;position:relative;z-index:10}.child-nav-btn{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 16px;border:none;background:none;color:#6b7280;font-size:11px;cursor:pointer;border-radius:8px}.child-nav-btn:hover{color:#1c1c1c}.child-nav-btn.active{color:#1c3faa;font-weight:600}.child-nav-icon{font-size:1.25rem}.child-card{margin-bottom:20px}.child-card h2{margin-top:0}.child-avatar-inline{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;font-size:1.25rem;flex-shrink:0}.player-embed{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;background:#000}.player-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%}.player-video-info{padding:12px 16px 8px}.player-video-title{margin:0 0 4px;font-size:.95rem;font-weight:600;color:#1c1c1c;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.player-video-channel{margin:0;font-size:.8rem;color:#6b7280}.player-related{padding:4px 16px 16px;overflow-y:auto;flex:1}.player-related-title{margin:0 0 12px;font-size:.9rem;font-weight:700;color:#1c1c1c;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.player-related-list{display:flex;flex-direction:column;gap:10px}.player-related-item{display:flex;gap:10px;align-items:flex-start;padding:0;border:none;background:none;cursor:pointer;text-align:left;width:100%;border-radius:8px;transition:background .15s}.player-related-item:hover{background:#f5f7fb}.player-related-thumb{flex-shrink:0;width:140px;height:80px;border-radius:8px;overflow:hidden;background:#000;position:relative}.player-related-thumb img{width:100%;height:100%;object-fit:cover;display:block}.player-related-thumb-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-size:1.5rem;background:#374151}.player-related-info{flex:1;min-width:0;padding:2px 0}.player-related-item-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.85rem;font-weight:600;color:#1c1c1c;line-height:1.3;margin-bottom:4px}.player-related-item-channel{display:block;font-size:.75rem;color:#6b7280}.modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal{max-width:360px;width:100%}.modal h2{margin-top:0}.modal-actions{display:flex;gap:12px;margin-top:16px}.modal-actions button{flex:1}.profile-modal-overlay{background:#0009}.profile-modal{max-width:360px;width:100%;background:#1c1c1e;color:#f5f5f7;border-radius:16px;overflow:hidden;box-shadow:0 20px 50px #00000080}.profile-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #2c2c2e}.profile-modal-logo{font-weight:700;font-size:1.1rem}.profile-modal .safetube-logo-safe{color:#f5f5f7}.profile-modal .safetube-logo-tube{color:#ff6b6b}.profile-modal .safetube-logo-mark-header{background:#ffffff1f;border-color:#fff3}.profile-modal .safetube-logo-mark-header .safetube-logo-play{border-left-color:#ff6b6b}.profile-modal-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#8e8e93;font-size:1.25rem;cursor:pointer;border-radius:50%}.profile-modal-close:hover{background:#2c2c2e;color:#f5f5f7}.profile-modal-body{padding:20px;display:flex;flex-direction:column;gap:20px}.profile-modal-row{display:flex;align-items:flex-start;gap:12px}.profile-modal-icon{font-size:1.25rem;flex-shrink:0;opacity:.9}.profile-modal-label{font-size:12px;color:#8e8e93;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.profile-modal-value{font-size:1rem;color:#f5f5f7}.profile-modal-value-bold{font-weight:700}.profile-modal-actions{padding:16px 20px 20px;display:flex;flex-direction:column;gap:12px}.profile-modal-btn-sync{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;border:none;border-radius:12px;background:#1c3faa;color:#fff;font-size:1rem;font-weight:600;cursor:pointer}.profile-modal-btn-sync:hover{background:#163399}.landing-block{padding:48px 24px;text-align:center;-webkit-user-select:none;user-select:none}.landing-block h1{margin:0 0 8px;font-size:1.75rem;font-weight:700;color:#1c1c1c}.landing-subtitle{margin:0;font-size:.95rem;color:#6b7280}.landing-actions{display:flex;flex-direction:column;gap:14px;margin-top:28px;padding:0 8px}.landing-btn{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:18px 20px;border-radius:16px;border:none;cursor:pointer;font:inherit;text-align:left;transition:transform .15s ease,box-shadow .15s ease}.landing-btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px #0000001a}.landing-btn-icon{font-size:1.75rem;line-height:1;margin-bottom:4px}.landing-btn-text{font-size:1.1rem;font-weight:600;color:#1c1c1c}.landing-btn-desc{font-size:.85rem;color:#6b7280;font-weight:400}.landing-btn-child{background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1px solid #fde68a;color:#1c1c1c}.landing-btn-child .landing-btn-desc{color:#92400e}.landing-btn-child:hover{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#fcd34d}.status{text-transform:capitalize;font-weight:600}.status.approved{color:#1a7f37}.status.denied{color:#b42318}.child-requests-section{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;margin-bottom:16px}.child-requests-section-header{display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid #f3f4f6}.child-requests-section-icon{font-size:1.3rem;flex-shrink:0}.child-requests-section-title{margin:0;font-size:1rem;font-weight:700;color:#1c1c1c}.child-requests-section-desc{margin:2px 0 0;font-size:.8rem;color:#6b7280}.child-requests-list{display:flex;flex-direction:column}.child-requests-item{display:flex;align-items:center;gap:12px;padding:12px 18px;border:none;border-top:1px solid #f3f4f6;background:#fff;cursor:pointer;font:inherit;text-align:left;width:100%;transition:background .15s}.child-requests-item:first-child{border-top:none}.child-requests-item:hover{background:#f9fafb}.child-requests-item-pending{cursor:default}.child-requests-item-pending:hover{background:#fff}.child-requests-thumb{width:80px;height:45px;border-radius:6px;object-fit:cover;flex-shrink:0}.child-requests-thumb-placeholder{display:flex;align-items:center;justify-content:center;background:#374151;color:#fff;font-size:1rem}.child-requests-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.child-requests-item-title{font-size:.9rem;font-weight:600;color:#1c1c1c;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.child-requests-item-status{font-size:.75rem;font-weight:600}.child-requests-item-approved{color:#059669}.child-requests-item-waiting{color:#d97706}.child-requests-play-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#059669;color:#fff;border-radius:50%;font-size:.7rem;flex-shrink:0;padding-left:2px}.child-requests-check-btn{padding:6px 14px;border-radius:8px;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;font-size:.8rem;font-weight:600;cursor:pointer;flex-shrink:0}.child-requests-check-btn:hover{background:#e5e7eb}.pin-modal-overlay{background:#000000b3}.pin-modal{max-width:340px;width:100%;background:#1c1c1e;border-radius:20px;padding:32px 28px;text-align:center;box-shadow:0 20px 50px #0009}.pin-modal-icon{font-size:2.5rem;margin-bottom:12px}.pin-modal-title{margin:0 0 24px;font-size:1.2rem;font-weight:700;color:#f5f5f7}.pin-modal-digits{display:flex;gap:12px;justify-content:center;margin-bottom:20px}.pin-modal-digit{width:52px;height:56px;text-align:center;font-size:1.5rem;font-weight:600;border:2px solid #3a3a3c;border-radius:12px;background:#2c2c2e;color:#f5f5f7;caret-color:#3b82f6}.pin-modal-digit:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d}.pin-modal-error{color:#f87171;font-size:.85rem;margin-bottom:16px}.pin-modal-unlock{display:block;width:100%;padding:14px 20px;border-radius:12px;background:#3b82f6;color:#fff;font-size:1rem;font-weight:600;border:none;cursor:pointer;margin-bottom:12px}.pin-modal-unlock:hover{background:#2563eb}.pin-modal-cancel{display:block;width:100%;padding:10px;background:none;border:none;color:#8e8e93;font-size:.95rem;cursor:pointer}.pin-modal-cancel:hover{color:#f5f5f7}.parent-settings-in-main{background:#f2f2f7;margin:-16px -20px 0;padding-bottom:24px;min-height:100%;position:relative;z-index:0}.parent-settings-overlay{position:fixed;inset:0;background:#f2f2f7;z-index:1000;overflow-y:auto;-webkit-overflow-scrolling:touch}.parent-settings-screen{max-width:480px;margin:0 auto;min-height:100vh;padding-bottom:40px}.parent-settings-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.parent-settings-back{background:none;border:none;font-size:1.4rem;color:#3b82f6;cursor:pointer;padding:4px 8px}.parent-settings-title{margin:0;font-size:1.1rem;font-weight:700;color:#1c1c1c}.ps-content{padding:0 16px 32px}.ps-section{margin-top:24px}.ps-section-label{font-size:.75rem;font-weight:600;color:#6b7280;letter-spacing:.5px;text-transform:uppercase;padding:0 4px;margin-bottom:8px}.ps-section-title{margin:0 0 16px;font-size:1.1rem;font-weight:700;color:#1c1c1c}.ps-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.ps-card-danger{border:1px solid #fecaca}.ps-row{display:flex;align-items:center;gap:14px;padding:14px 16px;width:100%;text-align:left;font:inherit}.ps-row-btn{background:none;border:none;cursor:pointer}.ps-row-btn:hover{background:#f9fafb}.ps-row-icon{font-size:1.2rem;flex-shrink:0;width:28px;text-align:center}.ps-row-icon-red{color:#dc2626;font-weight:700;font-size:1rem}.ps-row-body{flex:1;min-width:0}.ps-row-label{font-size:.8rem;color:#6b7280;margin-bottom:2px}.ps-row-value{font-size:1rem;color:#1c1c1c}.ps-row-value-bold{font-weight:700}.ps-row-sublabel{font-size:.8rem;color:#6b7280;margin-top:2px}.ps-row-chevron{color:#d1d5db;font-size:1.2rem;flex-shrink:0}.ps-divider{height:1px;background:#f3f4f6;margin:0 16px}.ps-toggle{width:48px;height:28px;border-radius:14px;border:none;background:#d1d5db;position:relative;cursor:pointer;flex-shrink:0;transition:background .2s}.ps-toggle-on{background:#22c55e}.ps-toggle-knob{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .2s}.ps-toggle-on .ps-toggle-knob{transform:translate(20px)}.ps-field{margin-bottom:14px}.ps-field-label{display:block;font-size:.85rem;font-weight:600;color:#374151;margin-bottom:6px}.ps-field-input{display:block;width:100%;padding:12px 14px;border-radius:10px;border:1px solid #d1d5db;font-size:1rem;background:#f9fafb}.ps-field-input:focus{outline:none;border-color:#3b82f6;background:#fff}.ps-error{color:#dc2626;font-size:.85rem;margin-bottom:12px}.ps-save-btn{display:block;width:100%;padding:14px;border-radius:10px;background:#3b82f6;color:#fff;font-size:1rem;font-weight:600;border:none;cursor:pointer;margin-top:8px}.ps-save-btn:hover{background:#2563eb}.player-related-item-approved{font-size:.7rem;font-weight:600;color:#059669;display:flex;align-items:center;gap:4px}.player-related-item-approved:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:#d1fae5;color:#059669;font-size:.55rem;font-weight:700;flex-shrink:0}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}
