*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#fff;min-height:100vh;overflow-x:hidden}.app{display:flex;flex-direction:column;min-height:100vh}.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0a0a0a;padding:2rem}.login-card{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:360px;width:100%}.login-brand{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}.login-tagline{font-size:1.1rem;color:#888;text-align:center;margin-top:-.5rem}.login-button-wrapper{margin-top:1rem;display:flex;justify-content:center}.login-footer{font-size:.8rem;color:#555;margin-top:.5rem}.topbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;height:56px;padding:0 1rem;background:#111;border-bottom:1px solid #222}.topbar-hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:8px;background:none;border:none;cursor:pointer;border-radius:6px;transition:background .2s}.topbar-hamburger:hover{background:#222}.topbar-hamburger span{display:block;width:100%;height:2px;background:#fff;border-radius:1px}.topbar-brand{flex:1;text-align:center;font-size:1.4rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.topbar-spacer{width:36px;flex-shrink:0}.topbar-nav{display:none;gap:.25rem}.topbar-nav-item{background:none;border:none;color:#888;font-size:.875rem;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:color .2s,background .2s}.topbar-nav-item:hover{color:#fff;background:#1a1a1a}.topbar-nav-item.active{color:#fff;background:#222}.main{flex:1;padding:0 0 64px;overflow-y:auto;display:flex;flex-direction:column}.bottomnav{position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;height:64px;background:#111;border-top:1px solid #222}.bottomnav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:none;border:none;color:#666;cursor:pointer;transition:color .2s;-webkit-tap-highlight-color:transparent}.bottomnav-item:hover{color:#aaa}.bottomnav-item.active{color:#667eea}.bottomnav-item.active .bottomnav-icon{transform:scale(1.1)}.bottomnav-icon{display:flex;align-items:center;justify-content:center;transition:transform .2s}.bottomnav-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.hamburger-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0009;opacity:0;pointer-events:none;transition:opacity .3s}.hamburger-overlay.open{opacity:1;pointer-events:auto}.hamburger-menu{position:fixed;top:0;left:0;bottom:0;z-index:201;width:280px;max-width:80vw;background:#141414;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column}.hamburger-menu.open{transform:translate(0)}.hamburger-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #222}.hamburger-menu-header h2{font-size:1.1rem;font-weight:600}.hamburger-menu-close{background:none;border:none;color:#888;font-size:1.25rem;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:color .2s,background .2s}.hamburger-menu-close:hover{color:#fff;background:#222}.hamburger-menu-nav{display:flex;flex-direction:column;padding:.5rem 0;flex:1}.hamburger-menu-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:none;border:none;color:#ccc;font-size:.95rem;cursor:pointer;text-align:left;transition:background .2s,color .2s}.hamburger-menu-item:hover{background:#1a1a1a;color:#fff}.hamburger-menu-item--danger{color:#e53935}.hamburger-menu-item--danger:hover{color:#ff5252;background:#e539351a}.hamburger-menu-divider{height:1px;background:#222;margin:.5rem 1.25rem}.home-view,.home-view-camera{display:flex;flex-direction:column;flex:1}.video-container{position:relative;width:100%;flex:1;background:#000;overflow:hidden}.video-container video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s}.video-container video.active{opacity:1}.video-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#555}.video-placeholder span{font-size:3rem;margin-bottom:1rem}.video-placeholder p{font-size:.875rem}.live-indicator{position:absolute;top:1rem;left:1rem;background:#e53935;color:#fff;padding:.4rem .8rem;border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.05em;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.stream-panel{position:absolute;bottom:0;left:0;right:0;z-index:10;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1.25rem 5rem;background:#0000008c;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-top:1px solid rgba(255,255,255,.08);border-radius:20px 20px 0 0;transition:background .4s ease,border-color .4s ease,backdrop-filter .4s ease}.stream-panel--minimized{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-top-color:transparent}.stream-panel--minimized .sheet-toggle{color:#ffffff40}.stream-panel-settings{width:100%;overflow:hidden;transition:max-height .4s ease,opacity .35s ease}.stream-panel-settings--expanded{max-height:200px;opacity:1}.stream-panel-settings--collapsed{max-height:0;opacity:0}.stream-panel-settings-inner{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:.5rem 0 .75rem}.sheet-toggle{background:none;border:none;color:#fff6;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.sheet-toggle:hover{color:#fffc}.sheet-toggle-icon--down{transition:transform .2s}.sheet-toggle-icon--up{transform:rotate(180deg);transition:transform .2s}.lang-pair{display:flex;align-items:center;gap:.75rem;width:100%;max-width:320px}.lang-side{flex:1;min-width:0}.lang-select{width:100%;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#fff;font-size:.9rem;font-weight:500;padding:.6rem .75rem;cursor:pointer;outline:none;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.lang-select option{background:#1a1a1a;color:#fff}.lang-arrow{color:#ffffff80;flex-shrink:0;display:flex;align-items:center}.platform-chip{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:.4rem .9rem}.platform-chip svg{flex-shrink:0}.platform-chip-label{color:#ffffffb3;font-size:.8rem;font-weight:500}.stream-stop-floating{position:absolute;bottom:5rem;left:0;right:0;z-index:10;display:flex;justify-content:center;pointer-events:none}.stream-stop-floating .btn{pointer-events:auto}.btn-stop{background:#e53935cc;color:#fff;border-radius:24px;box-shadow:0 4px 15px #e539354d}.btn-stop:hover{background:#e53935f2;box-shadow:0 6px 20px #e5393566}.btn{padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:transform .15s,box-shadow .15s;width:100%;max-width:320px}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-go-live{background:#00000090;backdrop-filter:blur(15px) saturate(100%);-webkit-backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:24px;box-shadow:0 4px 15px #0000004d}.btn-go-live:hover{background:#605e5e11;box-shadow:0 6px 20px #0006}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.btn-primary:hover{box-shadow:0 6px 20px #667eea80}.btn-danger{background:linear-gradient(135deg,#e53935,#c62828);color:#fff;box-shadow:0 4px 15px #e5393566}.btn-danger:hover{box-shadow:0 6px 20px #e5393580}.dashboard-controls{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #222}.dashboard-lang-pair{display:flex;align-items:flex-end;gap:.5rem;width:100%}.dashboard-lang-group{flex:1;display:flex;flex-direction:column;gap:.3rem}.dashboard-lang-label{font-size:.7rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.04em}.dashboard-lang-select{width:100%;background:#222;border:1px solid #333;border-radius:8px;color:#fff;font-size:.85rem;font-weight:500;padding:.5rem .6rem;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dashboard-lang-select option{background:#1a1a1a;color:#fff}.dashboard-lang-arrow{color:#555;font-size:1rem;padding-bottom:.5rem;flex-shrink:0}.dashboard-platform{display:inline-flex;align-items:center;gap:.4rem;background:#222;border:1px solid #333;border-radius:20px;padding:.35rem .8rem;font-size:.8rem;color:#ccc;font-weight:500}.stream-dashboard{display:none;background:#1a1a1a;border-radius:12px;padding:1.25rem;border:1px solid #222;flex-direction:column;gap:1.25rem}.stream-dashboard-title{font-size:1rem;font-weight:600;color:#fff;padding-bottom:.75rem;border-bottom:1px solid #222}.dashboard-stats{display:flex;flex-direction:column;gap:.75rem}.dashboard-stat{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.dashboard-stat-label{color:#888;min-width:70px;font-weight:500}.dashboard-stat-value{color:#fff}.dashboard-stat-value.live{color:#4caf50;font-weight:600}.dashboard-stat-value.mono{font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:.8rem;color:#aaa}.dashboard-stat.error .dashboard-stat-value{color:#e53935}.uploading-indicator{animation:bounce .5s infinite alternate}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-3px)}}.dashboard-links{border-top:1px solid #222;padding-top:1rem}.dashboard-links h4{font-size:.85rem;color:#888;margin-bottom:.5rem;font-weight:500}.dashboard-links ul{list-style:none;display:flex;flex-direction:column;gap:.4rem}.dashboard-links li{font-size:.85rem;color:#aaa;padding:.4rem .5rem;border-radius:4px;cursor:pointer;transition:background .2s,color .2s}.dashboard-links li:hover{background:#222;color:#fff}.placeholder-view{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;text-align:center}.placeholder-view-icon{font-size:3.5rem;margin-bottom:1rem}.placeholder-view-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.placeholder-view-description{color:#888;font-size:.95rem;max-width:360px;margin-bottom:2rem}.placeholder-view-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;max-width:600px}.placeholder-card{background:#1a1a1a;border-radius:10px;overflow:hidden;border:1px solid #222}.placeholder-card-thumb{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,#1e1e1e,#2a2a2a);animation:shimmer 2s infinite}@keyframes shimmer{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.placeholder-card-info{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.placeholder-card-title{height:12px;width:80%;background:#2a2a2a;border-radius:6px}.placeholder-card-meta{height:10px;width:50%;background:#222;border-radius:6px}.profile-placeholder{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.profile-avatar{width:80px;height:80px;border-radius:50%;background:#1a1a1a;border:2px solid #333;display:flex;align-items:center;justify-content:center;font-size:2rem}.profile-info{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.profile-info-line{border-radius:6px;background:#2a2a2a}.profile-info-line--name{height:16px;width:160px}.profile-info-line--email{height:12px;width:200px;background:#222}.profile-sections{width:100%;display:flex;flex-direction:column;gap:2px;margin-top:.5rem}.profile-section-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#1a1a1a;border:1px solid #222;border-radius:8px;font-size:.9rem;color:#ccc;cursor:pointer;transition:background .2s}.profile-section-item:hover{background:#222}.profile-section-arrow{color:#555;font-size:1.2rem}.profile-section-item--logout{color:#e53935;margin-top:.5rem}.profile-section-item--logout:hover{background:#e539351a;color:#ff5252}@media(min-width:768px){.placeholder-view-grid{grid-template-columns:repeat(3,1fr);max-width:700px}}@media(min-width:1025px){.topbar-nav{display:flex}.topbar-hamburger,.topbar-spacer{display:none}.topbar-brand{text-align:left;flex:1}.topbar{padding:0 2rem}.bottomnav{display:none}.main{padding:0;flex:1}.home-view{flex-direction:row;gap:0;flex:1}.home-view-camera{flex:1;min-width:0}.stream-dashboard{display:flex;flex:0 0 340px;border-radius:0;border:none;border-left:1px solid #222}.stream-panel,.stream-stop-floating{display:none}.video-container{flex:1}.btn{max-width:240px}.placeholder-view-grid{grid-template-columns:repeat(3,1fr);max-width:900px}.profile-placeholder{max-width:500px}}
