body{margin:0;padding:0;overflow:hidden}input[type=range]{accent-color:#2563eb;border-radius:2px;height:4px}input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border-radius:50%;width:12px;height:12px;box-shadow:0 0 10px #00000080}.player-btn{color:#9898b0;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.player-btn:hover{color:#fff;background:#ffffff0d}.player-btn:active{transform:scale(.95)}.player-btn.primary{color:#fff;background:#2563eb}.player-btn.primary:hover{background:#1d4ed8}.google-login-btn{color:#9898b0;cursor:pointer;white-space:nowrap;background:#0e0e11;border:1px solid #ffffff1c;border-radius:7px;align-items:center;gap:6px;padding:5px 12px;font-family:inherit;font-size:11px;transition:all .13s;display:flex}.google-login-btn:hover:not(:disabled){color:#e8e8f0;background:#181820;border-color:#fff3}.google-login-btn:active:not(:disabled){transform:scale(.97)}.user-profile-btn{color:#9898b0;cursor:pointer;box-sizing:border-box;background:#0e0e11;border:1px solid #ffffff1c;border-radius:7px;outline:none;align-items:center;gap:6px;height:28px;padding:2px 8px 2px 3px;font-family:inherit;font-size:11px;font-weight:500;transition:all .13s;display:flex}.user-profile-btn:hover,.user-profile-btn.active{color:#e8e8f0;background:#181820;border-color:#ffffff38}.user-profile-btn:active{transform:scale(.98)}.user-avatar-img{object-fit:cover;border-radius:50%;flex-shrink:0;width:20px;height:20px}.user-avatar-placeholder{color:#fff;background:linear-gradient(135deg,#4f46e5,#2563eb);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:600;display:flex}.user-profile-name{text-overflow:ellipsis;white-space:nowrap;max-width:85px;overflow:hidden}.user-dropdown-menu{z-index:1000;background:#181820;border:1px solid #ffffff1f;border-radius:8px;width:210px;padding:8px;animation:.12s ease-out forwards menuFadeIn;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #00000080}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.user-menu-header{background:#ffffff08;border:1px solid #ffffff0d;border-radius:6px;align-items:center;gap:8px;padding:6px 8px;display:flex}.user-menu-header-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.user-menu-header-placeholder{color:#fff;background:linear-gradient(135deg,#4f46e5,#2563eb);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:600;display:flex}.user-menu-info{flex:1;overflow:hidden}.user-menu-display-name{color:#e8e8f0;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.user-menu-email{color:#8b8b9e;text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:10px;overflow:hidden}.user-menu-divider{background:#ffffff14;height:1px;margin:6px 0}.user-menu-item-btn{color:#9898b0;cursor:pointer;box-sizing:border-box;background:0 0;border:1px solid #0000;border-radius:6px;outline:none;align-items:center;gap:8px;width:100%;height:28px;margin-bottom:2px;padding:0 10px;font-family:inherit;font-size:11px;font-weight:500;transition:all .13s;display:flex}.user-menu-item-btn:hover{color:#e8e8f0;background:#ffffff0d;border-color:#ffffff1a}.user-menu-item-btn:active{transform:scale(.98)}.user-menu-signout-btn{color:#f87171;cursor:pointer;box-sizing:border-box;background:#ef44441a;border:1px solid #ef444440;border-radius:6px;outline:none;justify-content:center;align-items:center;gap:6px;width:100%;height:28px;padding:0 10px;font-family:inherit;font-size:11px;font-weight:500;transition:all .13s;display:flex}.user-menu-signout-btn:hover{color:#fca5a5;background:#ef444433;border-color:#ef4444}.user-menu-signout-btn:active{transform:scale(.98)}.unconfigured-auth-btn{color:#a78bfa;cursor:pointer;background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:7px;align-items:center;gap:6px;height:28px;padding:0 10px;font-family:inherit;font-size:11px;font-weight:500;transition:all .13s;display:flex}.unconfigured-auth-btn:hover{color:#c4b5fd;background:#8b5cf633;border-color:#8b5cf680}.app-layout{color:#fff;background-color:#111114;height:100vh;font-family:sans-serif;display:flex;position:relative;overflow:hidden}.editor-pane{border-right:1px solid #ffffff1a;flex-direction:column;flex:1;min-width:0;height:100%;display:flex}.preview-pane{background-color:#161619;flex-direction:column;justify-content:center;align-items:center;width:450px;padding:24px;display:flex;position:relative;overflow-y:auto}@media (width<=768px){.app-layout{flex-direction:column}.editor-pane{border-right:none;height:calc(100vh - 64px)}.preview-pane.mobile-bottom-sheet{z-index:100;box-sizing:border-box;background-color:#161619;border-top:1px solid #ffffff2e;border-top-left-radius:20px;border-top-right-radius:20px;flex-direction:column;width:100%;max-width:100%;margin:0;transition:height .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -10px 36px #000000d9;justify-content:flex-start!important;align-items:stretch!important;padding:0!important}.preview-pane.mobile-bottom-sheet.collapsed{height:64px;min-height:64px;max-height:64px}.preview-pane.mobile-bottom-sheet.expanded{height:85vh;max-height:85vh}.bottom-sheet-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:95;opacity:0;pointer-events:none;background:#000000a6;transition:opacity .3s;position:fixed;inset:0}.bottom-sheet-backdrop.visible{opacity:1;pointer-events:auto}.bottom-sheet-drag-handle{background:#ffffff4d;border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:0 auto 6px}.bottom-sheet-header{cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;background:#0e0e11;border-bottom:1px solid #ffffff14;flex-direction:column;flex-shrink:0;justify-content:center;height:64px;min-height:64px;max-height:64px;padding:6px 16px 8px;display:flex}.bottom-sheet-header-content{justify-content:space-between;align-items:center;width:100%;display:flex}.bottom-sheet-title-area{align-items:center;gap:8px;display:flex}.bottom-sheet-title{color:#e8e8f0;font-size:13px;font-weight:600}.bottom-sheet-body{box-sizing:border-box;flex-direction:column;flex:1;align-items:center;width:100%;padding:20px 16px 28px;display:flex;overflow-y:auto}}
