*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;justify-content:center;overflow-x:hidden;overflow-y:auto;color:#fff}.App{width:100%;height:100vh}.background-animation{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.circle{position:absolute;border-radius:50%;background:#ffffff1a;animation:float 20s infinite}.circle:nth-child(1){width:80px;height:80px;top:10%;left:10%;animation-delay:0s}.circle:nth-child(2){width:60px;height:60px;top:60%;left:80%;animation-delay:2s}.circle:nth-child(3){width:100px;height:100px;top:80%;left:20%;animation-delay:4s}.circle:nth-child(4){width:50px;height:50px;top:30%;left:70%;animation-delay:6s}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.7}50%{transform:translateY(-20px) rotate(10deg);opacity:.4}}.container{text-align:center;padding:2rem;max-width:820px;width:100%;animation:fadeIn .8s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo{font-size:4rem;margin-bottom:1rem;animation:bounce 2s infinite;display:flex;justify-content:center;align-items:center}.logo-image{width:120px;height:120px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 4px 6px rgba(0,0,0,.15)}.subtitle{color:#ffffffe6;font-size:1.5rem;font-weight:300;margin-bottom:3rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.coming-soon{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:2rem 3rem;display:inline-block;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #00000026}.coming-soon-text{font-size:2rem;font-weight:500;letter-spacing:2px}.pairing{display:flex;width:100%;justify-content:center;padding:2rem}.pairing-card{width:min(720px,100%);background:#0f1123d9;border-radius:18px;border:1px solid rgba(255,255,255,.2);box-shadow:0 16px 40px #00000040;padding:2.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.subscription-editor{display:flex;width:100%;justify-content:center;padding:2rem}.subscription-card{width:min(840px,100%);background:#0f1123e6;border-radius:18px;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 40px #0000004d;padding:2.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.subscription-card h1{font-size:2.3rem;margin-bottom:.5rem}.remote-control{display:flex;width:100%;justify-content:center;padding:2rem}.remote-card{position:relative;width:min(960px,100%);background:#0c0e1ceb;border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 48px #00000059;padding:0rem;display:flex;flex-direction:column;gap:2rem;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.remote-card::-webkit-scrollbar{width:6px}.remote-card::-webkit-scrollbar-track{background:transparent}.remote-card::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}.remote-header{display:flex;flex-direction:column;gap:.75rem}.remote-masthead{display:flex;align-items:center;gap:.65rem;font-size:.9rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#ffffffb3}.remote-status-dot{width:10px;height:10px;border-radius:50%;background:#48bb78;box-shadow:0 0 0 4px #48bb7833;transition:background .3s ease,box-shadow .3s ease}.remote-status-dot.is-online{background:#48bb78;box-shadow:0 0 0 4px #48bb782e}.remote-status-dot.is-loading{background:#f6ad55;box-shadow:0 0 0 4px #f6ad5540}.remote-status-dot.is-offline{background:#f56565;box-shadow:0 0 0 4px #f5656540}.remote-masthead__label{font-size:.75rem;letter-spacing:.12em;color:#ffffff8c}.remote-masthead__session{margin-left:auto}.remote-chip{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:.2rem .55rem;border-radius:999px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;background:#ffffff1f;color:#ffffffd1}.remote-chip--outline{background:transparent;border:1px solid rgba(255,255,255,.3);color:#ffffffbf}.remote-chip--accent{background:#4d7cf440;color:#b6c4ff}.remote-chip--success{background:#48bb7838;color:#c1f7dc}.remote-chip--warning{background:#f6ad5538;color:#fcd9a6}.remote-chip--danger{background:#f5656538;color:#ffc1c1}.remote-chip--muted{background:#ffffff14;color:#ffffffb3}.remote-pin-icon{width:12px;height:12px;display:inline-block;transition:transform .2s ease}.remote-pin-icon .remote-pin-icon__body{opacity:.7;transition:opacity .2s ease,fill .2s ease}.remote-pin-icon .remote-pin-icon__tip{transition:opacity .2s ease}.remote-pin-icon.is-active .remote-pin-icon__body{opacity:1}.remote-pin-icon.is-active{transform:translateY(-1px)}.remote-hide-icon{width:12px;height:12px;display:inline-block}.remote-hide-icon__outline{opacity:.75;transition:opacity .2s ease}.remote-hide-icon__slash{transition:opacity .2s ease}.remote-hide-icon.is-hidden .remote-hide-icon__outline,.remote-hide-icon.is-hidden .remote-hide-icon__slash{opacity:1}.remote-lock-icon{width:12px;height:12px;display:inline-block;transition:transform .2s ease}.remote-lock-icon__body{transition:fill .2s ease}.remote-lock-icon__keyhole{transition:opacity .2s ease}.remote-lock-icon.is-locked{transform:translateY(-1px)}.remote-status{color:#cdd5ff;font-size:1rem}.remote-error{color:#ff8585;font-weight:500}.remote-command-status{color:#7fffd4;font-size:.95rem}.remote-section{background:#ffffff0f;border-radius:14px;border:1px solid rgba(255,255,255,.12);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.remote-section--toolbar{position:sticky;top:-.75rem;z-index:6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0c0e1ccc;border-color:#ffffff2e;box-shadow:0 18px 36px #00000040}.remote-section-titles{display:flex;flex-direction:column;gap:.25rem}.remote-section-subtitle{font-size:.9rem;color:#ffffffa6}.remote-section-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.remote-section-chip{padding-inline:.75rem}.remote-section h2{font-size:1.6rem}.remote-note{color:#ffffffa6;font-size:.85rem;margin:-.35rem 0 0}.remote-actions{display:flex;gap:1rem;flex-wrap:wrap;width:100%}.remote-form{display:grid;gap:.75rem;margin-top:1rem}.remote-form input{padding:.75rem 1rem;border-radius:10px;border:none;background:#ffffff26;color:#fff}.remote-field{display:flex;flex-direction:column;gap:.5rem}.remote-field input{padding:.85rem 1rem;border-radius:12px;border:none;background:#0006;color:#fff;font-size:1rem}.remote-selection{display:flex;flex-direction:column;gap:.5rem}.remote-toggle-row{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.remote-toggle-row select{padding:.6rem .9rem;border-radius:10px;border:none;background:#00000059;color:#fff}.remote-section-header{display:flex;justify-content:space-between;align-items:center}.remote-categories{display:flex;flex-direction:column;gap:1rem}.remote-category{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.2rem;border-radius:12px;background:#00000059;border:1px solid transparent}.remote-category.selected{border-color:#7fffd499;background:#0078d740}.remote-category-info{flex:1;cursor:pointer}.remote-category-info[aria-disabled=true]{cursor:default;opacity:.7}.remote-category-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.45rem}.remote-category-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.remote-meta-item{font-size:.8rem;color:#ffffffb3}.remote-category-info h3{font-size:1.1rem;margin:0}.remote-category-info p{font-size:.95rem;color:#ffffffbf}.remote-category-actions{display:flex;gap:.6rem;align-items:center;justify-content:flex-end}.remote-category-actions>button{padding:.55rem 1.25rem;font-size:.85rem;border-radius:8px;flex:0 1 auto}@media (max-width: 600px){.remote-category-actions{justify-content:stretch;gap:.5rem}.remote-category-actions>button{flex:1 1 calc(50% - .5rem);padding:.5rem .9rem}}.remote-move-buttons{display:flex;flex-direction:column;gap:.35rem}.remote-placeholder{color:#fff9;text-align:center}.remote-user{display:flex;justify-content:space-between;align-items:center;gap:1rem}.remote-footer{position:sticky;bottom:-.65rem;margin-top:auto;display:flex;flex-direction:column;gap:.75rem;background:linear-gradient(180deg,#0c0e1c00,#0c0e1cd9 60%);padding-top:1.25rem}.remote-footer button{width:100%}@media (max-width: 1024px){.remote-control{padding:1.75rem}.remote-card{max-height:none}}.source-tabs{display:flex;gap:1rem;flex-wrap:wrap}.source-tabs button{padding:.75rem 1.5rem;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#ffffff0f;color:#fff;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:background .2s ease,transform .2s ease}.source-tabs button:hover{transform:translateY(-2px);background:#ffffff1f}.source-tabs button.active{background:#fff3;border-color:#fff6}.subscription-form{display:grid;gap:1.25rem}.subscription-form label{display:flex;flex-direction:column;gap:.35rem;text-align:left;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:#ffffffbf}.subscription-form input{padding:.85rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.25);background:#0a0c1ccc;color:#fff;font-size:1rem;outline:none;transition:border-color .2s ease,background .2s ease}.subscription-form input:focus{border-color:#fff9;background:#161828f2}.subscription-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;color:#ffffffbf}.remaining{font-size:.9rem}.saving{font-size:.9rem;color:#90cdf4e6}.loading{font-size:1.1rem;color:#fffc}.pairing-card h1{font-size:2.5rem;margin-bottom:.5rem}.pairing-subtitle{font-size:1rem;color:#ffffffb3}.pid{font-family:Fira Code,monospace;background:#ffffff1f;padding:.35rem .75rem;border-radius:6px;display:inline-block;margin-left:.5rem}.card-section{background:#ffffff0f;border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.card-section-dark{background:#00000059;border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;margin-top:1.5rem}.card-section h2{font-size:1.25rem;font-weight:600}.input-row{display:flex;flex-direction:column;gap:.75rem}label{font-size:.95rem;text-align:left;font-weight:600}input{width:100%;padding:.75rem 1rem;border-radius:10px;border:none;background:#ffffff29;color:#fff;font-size:1rem;outline:none}input::placeholder{color:#fff9}.actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}button{padding:.75rem 1.5rem;border-radius:999px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}button.primary{background:#4d7cf4;color:#fff;box-shadow:0 8px 20px #4d7cf459}button.secondary{background:transparent;color:#ffffffd9;border:1px solid rgba(255,255,255,.3)}button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 12px 24px #00000040}.status,.error{text-align:center;font-size:.95rem}.status{color:#ffffffd9}.error{color:#ff9b9b}.landing-page{width:100%;max-width:960px;margin:0 auto;padding:8rem 1.5rem 4rem;display:flex;flex-direction:column;align-items:center;gap:3rem}.landing-main{width:100%;display:flex;justify-content:center;align-items:stretch}.tab-bar{position:fixed;top:2rem;left:50%;transform:translate(-50%);width:min(960px,92vw);padding:.85rem 1.5rem;display:flex;align-items:center;justify-content:space-between;background:#0f11238c;border:1px solid rgba(255,255,255,.16);border-radius:999px;box-shadow:0 20px 45px #0000004d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:10}.tab-bar__logo{display:flex;align-items:center;gap:.65rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;font-size:.9rem;color:#ffffffd9}.tab-bar__logo img{width:32px;height:32px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35))}.tab-bar__tabs{list-style:none;display:flex;gap:.5rem;justify-content:center;align-items:center;flex:1;max-width:420px}.tab-bar__tabs li{flex:1}.tab-button{width:100%;padding:.6rem 1rem;border-radius:999px;border:none;background:transparent;color:#ffffffbf;letter-spacing:.02em;font-weight:600;transition:background .3s ease,box-shadow .3s ease,color .3s ease,transform .2s ease}.tab-button:hover,.tab-button:focus-visible{outline:none;color:#fff;box-shadow:inset 0 0 0 1px #ffffff40;background:#ffffff14}.tab-button.active{color:#fff;background:linear-gradient(135deg,#526cffd9,#764ba2d9);box-shadow:0 12px 30px #526cff59}.tab-bar__actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;min-width:120px}.tab-bar__account{padding:.55rem 1.2rem;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:#ffffff0a;color:#ffffffd9;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .3s ease,color .3s ease,transform .2s ease,box-shadow .3s ease}.tab-bar__account:hover,.tab-bar__account:focus-visible{outline:none;color:#fff;background:#ffffff1f;box-shadow:0 10px 25px #00000040;transform:translateY(-1px)}.tab-bar__account.active{color:#fff;background:linear-gradient(135deg,#526cffe6,#764ba2e6);border-color:transparent;box-shadow:0 12px 32px #526cff66}.user-pill{display:flex;align-items:center;gap:.6rem;border-radius:999px;border:1px solid rgba(255,255,255,.25);padding:.3rem .85rem .3rem .3rem;background:#ffffff14;color:#fff;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .3s ease,box-shadow .3s ease,transform .2s ease}.user-pill:hover,.user-pill:focus-visible{outline:none;background:#ffffff29;box-shadow:0 10px 28px #00000047;transform:translateY(-1px)}.user-pill.active{background:linear-gradient(135deg,#526cffe6,#764ba2e6);border-color:transparent;box-shadow:0 12px 32px #526cff66}.user-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;box-shadow:0 6px 20px #0000004d}.user-avatar.placeholder{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#526cffb3,#764ba2b3);font-size:.95rem;font-weight:700}.user-name{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tab-panel{width:min(820px,100%);padding:2.75rem 3rem;border-radius:24px;background:#0f112394;border:1px solid rgba(255,255,255,.18);box-shadow:0 20px 50px #00000059;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:center;display:flex;flex-direction:column;gap:1.5rem;animation:fadeIn .5s ease}.tab-lead{font-size:1.15rem;color:#ffffffd9;letter-spacing:.01em}.about-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}.about-card{padding:1.5rem;border-radius:16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);text-align:left;display:flex;flex-direction:column;gap:.75rem}.about-card h3{font-size:1.15rem;font-weight:600}.about-card p{color:#fffc;line-height:1.6}.updates-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem;text-align:left;padding:0}.updates-list li{padding:1.5rem;border-radius:16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;gap:.5rem}.update-title{font-weight:600;font-size:1.05rem;color:#fff}.update-meta{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#fff9}.updates-list p{color:#fffc;line-height:1.6;margin:0}.account-tab .card-section{align-items:stretch}.account-form{width:100%;margin-top:1rem}.profile-card{align-items:flex-start;gap:1.25rem}.profile-card__header{display:flex;align-items:center;gap:1rem}.profile-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;box-shadow:0 12px 32px #0000004d;background:#ffffff1f;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.profile-avatar.placeholder{background:linear-gradient(135deg,#526cffb3,#764ba2b3)}.language-card{align-items:stretch;gap:1rem;text-align:left}.languages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-top:1rem}.language-field{display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:#ffffffd9}.language-select{padding:.65rem .75rem;border-radius:10px;border:none;background:#ffffff24;color:#fff;font-size:.95rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;box-shadow:inset 0 0 0 1px #ffffff1f;transition:box-shadow .2s ease,background .2s ease}.language-select:hover,.language-select:focus-visible{box-shadow:inset 0 0 0 1px #ffffff59;background:#ffffff2e}.hidden{display:none!important}.success-banner{background:#4cdd9926;border:1px solid rgba(76,221,153,.4);color:#bbf7d0;padding:1rem 1.25rem;border-radius:12px;text-align:center;font-weight:600}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 768px){body{padding:1.5rem 1rem;overflow-y:auto}.container{padding:1.5rem}h1{font-size:2.5rem}.subtitle{font-size:1.2rem}.pairing-card{padding:1.75rem}.remote-control{padding:max(1.25rem,env(safe-area-inset-top) + .75rem) 1rem max(1.5rem,env(safe-area-inset-bottom) + .75rem)}.remote-card{min-height:calc(100vh - 2.5rem);padding:1.75rem 1.5rem 2.25rem;gap:1.5rem}.remote-section{padding:1.25rem}.remote-actions button,.remote-toggle-row button,.remote-toggle-row select{flex:1 1 100%}.remote-toggle-row{flex-direction:column;align-items:stretch;gap:.75rem}.remote-section-actions{width:100%;justify-content:space-between}.remote-category{flex-direction:column;align-items:stretch;gap:.85rem}.remote-category-actions{width:100%;justify-content:stretch;gap:.75rem}.remote-category-actions>button{flex:1 1 calc(50% - .4rem)}.remote-move-buttons{flex-direction:row;width:100%;justify-content:space-between;gap:.5rem}.remote-move-buttons button{flex:1}.remote-chip{font-size:.72rem;padding:.2rem .55rem}.tab-bar{top:1.25rem;width:min(640px,94vw);padding:.75rem 1rem;gap:1rem}.tab-bar__logo span{display:none}.landing-page{padding:7rem 1rem 3rem;gap:2.5rem}.tab-panel{padding:2.25rem 1.75rem}.about-grid{grid-template-columns:1fr}.tab-bar__actions{min-width:auto;gap:.5rem}.user-name{display:none}}@media (max-width: 480px){h1{font-size:2rem}.subtitle{font-size:1rem}.pairing-card h1{font-size:2rem}.remote-card{padding:1.35rem 1.1rem 1.9rem;border-radius:18px}.remote-section{padding:1rem}.remote-section-actions{gap:.5rem}.remote-masthead{flex-wrap:wrap;gap:.45rem}.remote-masthead__session{width:100%;margin-left:0;text-align:left}.remote-category-meta{gap:.35rem}.remote-category-actions>button{flex:1 1 100%}.tab-bar{width:92vw;padding:.65rem .75rem}.tab-bar__tabs{gap:.35rem}.tab-button{padding:.5rem .75rem;font-size:.85rem}.landing-page{padding:6.5rem .75rem 2.5rem}.tab-panel{padding:2rem 1.25rem}.tab-bar__account{padding:.5rem .9rem;font-size:.8rem}.user-pill{padding:.2rem .4rem .2rem .2rem}.user-avatar{width:30px;height:30px}.profile-card__header{flex-direction:column;align-items:center;text-align:center}.profile-card{align-items:center;text-align:center}}.deep-link-page{display:flex;width:100%;justify-content:center;padding:2rem}.deep-link-card{width:min(720px,100%);background:#0f1123e6;border-radius:18px;border:1px solid rgba(255,255,255,.25);box-shadow:0 16px 40px #0000004d;padding:2.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.deep-link-card h1{font-size:2.4rem}.deep-link-section{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.deep-link-details{list-style:none;display:flex;flex-direction:column;gap:.75rem}.deep-link-details li{display:flex;justify-content:space-between;gap:1rem;font-size:1rem}.deep-link-details span{color:#ffffffbf}.deep-link-details strong{word-break:break-all}.deep-link-actions{display:flex;flex-wrap:wrap;gap:.75rem}.deep-link-actions button{flex:1 1 auto}@media (max-width: 768px){.deep-link-card{padding:1.5rem}.deep-link-details li{flex-direction:column;align-items:flex-start}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}
