:root{--radius-sm: 10px;--radius-md: 16px;--radius-lg: 22px;--radius-xl: 28px;--font-ui: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--hue-green: #34A853;--hue-blue: #2E6EEA;--hue-violet: #8B3DFF;--hue-red: #E23E57;--hue-orange: #F5A623;--hue-gold: #F2C94C;--gradient-brand: linear-gradient(120deg, var(--hue-green) 0%, var(--hue-blue) 32%, var(--hue-violet) 58%, var(--hue-red) 80%, var(--hue-orange) 100%);--gradient-cool: linear-gradient(135deg, var(--hue-blue), var(--hue-violet) 100%);--gradient-warm: linear-gradient(135deg, var(--hue-orange), var(--hue-gold) 100%)}[data-theme=light]{--bg: #F5F7FC;--bg-elevated: #FFFFFF;--bg-sunken: #EBEFF8;--text: #171A21;--text-muted: #6B7280;--border: #E4E9F3;--accent: var(--hue-blue);--accent-contrast: #FFFFFF;--accent-2: var(--hue-violet);--accent-2-contrast: #FFFFFF;--success: #1E9E58;--warn: #B5750F;--danger: #D6394F;--card: #FFFFFF;--overlay: rgba(17,19,28,.45);--shadow-1: 0 1px 2px rgba(24,28,47,.06), 0 1px 1px rgba(24,28,47,.04);--shadow-2: 0 10px 28px rgba(35,45,90,.14);--glow: 0 8px 24px rgba(46,110,234,.25);--hero-wash: radial-gradient(60% 50% at 88% -6%, rgba(245,166,35,.28), transparent 60%), radial-gradient(65% 55% at 105% 30%, rgba(139,61,255,.2), transparent 60%), radial-gradient(70% 60% at -10% 85%, rgba(46,110,234,.16), transparent 60%), radial-gradient(55% 45% at 15% 100%, rgba(52,168,83,.16), transparent 60%)}[data-theme=dark]{--bg: #0A0C13;--bg-elevated: #151826;--bg-sunken: #0D0F18;--text: #F2F3F8;--text-muted: #9AA1B5;--border: #262B3E;--accent: #6C93FF;--accent-contrast: #0A0C13;--accent-2: #B183FF;--accent-2-contrast: #0A0C13;--success: #3DDC84;--warn: #F2C94C;--danger: #FF6B81;--card: #151826;--overlay: rgba(3,4,8,.65);--shadow-1: 0 1px 2px rgba(0,0,0,.3), 0 1px 1px rgba(0,0,0,.2);--shadow-2: 0 14px 34px rgba(0,0,0,.45);--glow: 0 8px 28px rgba(108,147,255,.35);--hero-wash: radial-gradient(60% 50% at 88% -6%, rgba(242,166,35,.3), transparent 60%), radial-gradient(65% 55% at 105% 25%, rgba(177,131,255,.3), transparent 60%), radial-gradient(70% 60% at -10% 85%, rgba(46,110,234,.28), transparent 60%), radial-gradient(55% 45% at 10% 100%, rgba(52,168,83,.22), transparent 60%)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font-ui);background:var(--bg);color:var(--text);-webkit-tap-highlight-color:transparent;overscroll-behavior:none;transition:background-color .25s ease,color .25s ease}a{color:inherit}.app-shell{position:relative;display:flex;flex-direction:column;height:100dvh;width:100%}.app-shell:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:var(--hero-wash);pointer-events:none;z-index:0}.app-shell>*{position:relative;z-index:1}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit;color:inherit;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px 10px}.app-content{flex:1;overflow-y:auto;padding:16px 16px 96px}.topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 6px;gap:10px}.topbar h1{font-size:20px;margin:0;letter-spacing:-.02em}.icon-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);background:var(--bg-elevated);border:1px solid var(--border);transition:transform .15s ease,background-color .15s ease}.icon-btn:active{background:var(--bg-sunken);transform:scale(.94)}.editor-topbar{align-items:center}.editor-title-block{flex:1;min-width:0;display:flex;flex-direction:column}.editor-title-input{border:none;background:transparent;font-weight:600;font-size:16px;padding:0;width:100%}.editor-title-input:focus{outline:none}.editor-brand-row{display:flex;align-items:center;gap:8px}.save-status{font-size:10.5px;font-weight:600;padding:1px 7px;border-radius:20px;letter-spacing:.02em}.save-status.saving{background:var(--bg-sunken);color:var(--text-muted)}.save-status.saved{background:#22c55e24;color:#16a34a}.save-status.error{background:#ef444424;color:var(--danger)}.toolbar-tabs{display:flex;gap:4px;overflow-x:auto;padding:8px 16px 0;border-bottom:1px solid var(--border)}.toolbar-tabs button{flex-shrink:0;padding:7px 14px;font-size:13px;font-weight:600;color:var(--text-muted);border-bottom:2px solid transparent;background:none;border-radius:0}.toolbar-tabs button.active{color:var(--accent);border-bottom-color:var(--accent)}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0f0f1473;display:flex;align-items:flex-end;animation:sheet-fade .15s ease}@keyframes sheet-fade{0%{opacity:0}to{opacity:1}}.sheet-panel{width:100%;max-height:78vh;background:var(--bg-elevated);border-radius:20px 20px 0 0;padding:8px 0 calc(14px + env(safe-area-inset-bottom)) 0;display:flex;flex-direction:column;box-shadow:0 -12px 40px #00000040;animation:sheet-up .18s ease}@keyframes sheet-up{0%{transform:translateY(24px);opacity:.6}to{transform:translateY(0);opacity:1}}.sheet-grabber{width:36px;height:4px;background:var(--border);border-radius:4px;margin:4px auto 10px}.sheet-title{font-size:13px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;padding:0 18px 8px}.sheet-body{overflow-y:auto;padding:0 8px}.sheet-item{display:flex;align-items:center;gap:12px;width:100%;padding:11px 10px;border-radius:var(--radius-sm);text-align:left}.sheet-item:active{background:var(--bg-sunken)}.sheet-item.danger .sheet-item-label{color:var(--danger)}.sheet-item-icon{font-size:18px;width:24px;text-align:center;flex-shrink:0}.sheet-item-text{display:flex;flex-direction:column;min-width:0}.sheet-item-label{font-size:14.5px;font-weight:600}.sheet-item-sub{font-size:12px;color:var(--text-muted);margin-top:1px}.sheet-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:4px 10px 6px}.sheet-grid-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 4px;border-radius:var(--radius-sm)}.sheet-grid-item:active{background:var(--bg-sunken)}.sheet-grid-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:19px;border-radius:14px;background:var(--bg-sunken)}.sheet-grid-label{font-size:11.5px;font-weight:600;text-align:center;color:var(--text-muted)}.bottom-nav{display:flex;border-top:1px solid var(--border);background:var(--bg-elevated);padding:6px 4px calc(6px + env(safe-area-inset-bottom)) 4px;position:sticky;bottom:0;z-index:30}.bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 0;font-size:11px;color:var(--text-muted);text-decoration:none;border-radius:var(--radius-sm);transition:color .15s ease}.bottom-nav a .nav-icon{font-size:18px;display:flex;align-items:center;justify-content:center;width:34px;height:26px;border-radius:999px;transition:transform .15s ease,background-color .15s ease}.bottom-nav a.active{color:var(--accent);font-weight:600}.bottom-nav a.active .nav-icon{transform:translateY(-1px) scale(1.05);background:#6c93ff24}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-1)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.tile{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px 6px 14px;display:flex;flex-direction:column;align-items:center;gap:8px;font-size:12px;font-weight:500;text-align:center;box-shadow:var(--shadow-1);transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.tile:active{background:var(--bg-sunken);transform:scale(.96)}.tile .emoji-wrap{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:19px}.tile .emoji{font-size:22px}.list-row{display:flex;align-items:center;gap:12px;padding:12px 10px;border-bottom:1px solid var(--border)}.list-row:last-child{border-bottom:none}.list-row .meta{flex:1;min-width:0}.list-row .name{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-row .sub{font-size:12px;color:var(--text-muted)}.file-tile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:10px 0 20px}.file-tile{position:relative;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px 12px 12px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;box-shadow:var(--shadow-1);transition:transform .12s ease}.file-tile:active{transform:scale(.97);background:var(--bg-sunken)}.file-tile-icon-wrap{width:38px;height:38px;border-radius:10px;background:#6c93ff24;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.file-tile-name{font-size:13px;font-weight:500;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-tile-sub{font-size:11px;color:var(--text-muted)}.file-tile-menu{position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);background:transparent}.file-tile-menu:active{background:var(--bg-sunken)}.file-tile-fav{position:absolute;top:10px;right:38px;display:flex}.fab{position:fixed;right:20px;bottom:86px;background:var(--gradient-cool);color:#fff;border-radius:999px;padding:14px 20px;font-weight:600;box-shadow:var(--glow);display:flex;align-items:center;gap:8px;z-index:20;transition:transform .15s ease;animation:feunFabPulse 3.5s ease-in-out infinite}.fab:active{transform:scale(.95);animation:none}.fab-ai{position:fixed;right:18px;bottom:22px;width:50px;height:50px;border-radius:50%;background:var(--gradient-brand);color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;box-shadow:var(--glow);z-index:30;transition:transform .15s ease}.fab-ai:active{transform:scale(.92)}.editor-shell{padding-bottom:calc(80px + env(safe-area-inset-bottom))}.doc-table{width:100%;border-collapse:collapse;margin:8px 0}.doc-table td{border:1px solid var(--border);padding:6px 8px;min-width:40px}select.plain,input.plain{border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 10px;font-size:13px;background:var(--bg-elevated)}.btn{background:var(--gradient-cool);color:#fff;padding:10px 16px;border-radius:var(--radius-sm);font-weight:600;font-size:14px;box-shadow:var(--glow);transition:transform .12s ease,opacity .12s ease}.btn:active{transform:scale(.97)}.btn.secondary{background:var(--bg-elevated);color:var(--text);border:1px solid var(--border);box-shadow:none}.btn.ghost{background:transparent;color:var(--accent-2);border:1px solid var(--accent-2);box-shadow:none}.btn:disabled{opacity:.5;box-shadow:none}.toolbar{display:flex;gap:6px;overflow-x:auto;padding:8px 0;border-bottom:1px solid var(--border);margin-bottom:10px}.toolbar button{flex-shrink:0;padding:6px 10px;border-radius:var(--radius-sm);background:var(--bg-elevated);border:1px solid var(--border);font-size:13px;transition:background-color .12s ease,color .12s ease}.toolbar button.active{background:var(--gradient-cool);color:#fff;border-color:transparent}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--overlay);display:flex;align-items:flex-start;justify-content:center;padding-top:12vh;z-index:50}.modal{background:var(--bg-elevated);border-radius:var(--radius-lg);width:min(92vw,480px);max-height:70vh;overflow-y:auto;box-shadow:var(--shadow-2);padding:10px}.empty-state{text-align:center;color:var(--text-muted);padding:40px 20px;font-size:14px}textarea.plain{width:100%;min-height:60vh;border:none;outline:none;background:transparent;font-size:15px;line-height:1.6;resize:none}table.sheet{border-collapse:collapse;width:100%}table.sheet th,table.sheet td{border:1px solid var(--border);padding:0}table.sheet th{background:var(--bg-sunken);font-size:11px;color:var(--text-muted);min-width:72px;height:26px}table.sheet td input{border:none;border-radius:0;width:100%;min-width:72px;height:32px;padding:4px 6px;font-size:13px;background:transparent}table.sheet td input:focus{outline:2px solid var(--accent-2);outline-offset:-2px}.brand-row{display:flex;align-items:center;gap:10px}.brand-logo{width:30px;height:30px;border-radius:9px;box-shadow:var(--shadow-1);flex-shrink:0}.brand-wordmark{font-weight:800;font-size:21px;letter-spacing:-.01em;background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-banner{position:relative;border-radius:var(--radius-lg);padding:22px 20px 26px;margin:4px 0 22px;overflow:hidden;background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-2)}.hero-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hero-wash);opacity:1.4}.hero-banner:after{content:"";position:absolute;top:-60%;right:-30%;width:70%;padding-bottom:70%;border-radius:50%;background:conic-gradient(from 200deg,var(--hue-green),var(--hue-blue),var(--hue-violet),var(--hue-red),var(--hue-orange),var(--hue-green));filter:blur(46px);opacity:.35;animation:feunSpin 22s linear infinite}.hero-banner>*{position:relative;z-index:1}.hero-greeting{color:var(--text-muted);font-size:14px;display:flex;align-items:center;gap:6px}.hero-title{font-size:21px;font-weight:700;margin-top:2px;letter-spacing:-.01em}.tile .emoji-wrap.c0{background:#2e6eea29}.tile .emoji-wrap.c1{background:#34a8532e}.tile .emoji-wrap.c2{background:#8b3dff29}.tile .emoji-wrap.c3{background:#e23e5729}.tile .emoji-wrap.c4{background:#f5a6232e}.tile .emoji-wrap.c5{background:#2e6eea29}.tile .emoji-wrap.c6{background:#8b3dff29}.tile .emoji-wrap.c7{background:#34a8532e}.section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:20px 0 8px 2px}@keyframes feunFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.page-enter{animation:feunFadeUp .28s ease both}.app-content>div{animation:feunFadeUp .22s ease both}.search-input-wrap{display:flex;align-items:center;gap:8px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);padding:9px 12px;margin:10px 0}.search-input-wrap input{border:none;padding:0;flex:1;background:transparent}.search-input-wrap input:focus{outline:none}.switch{width:44px;height:26px;border-radius:999px;background:var(--bg-sunken);border:1px solid var(--border);position:relative;flex-shrink:0;transition:background-color .2s ease}.switch .switch-knob{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:var(--shadow-1);transition:transform .2s ease}.switch.on{background:var(--gradient-cool);border-color:transparent}.switch.on .switch-knob{transform:translate(18px)}.empty-illustration{text-align:center;padding:48px 24px 40px}.empty-blob{width:96px;height:96px;margin:0 auto 16px;border-radius:28px;background:var(--bg-sunken);display:flex;align-items:center;justify-content:center}.empty-title{font-weight:700;font-size:15px;margin-bottom:4px}.empty-subtitle{color:var(--text-muted);font-size:13px;max-width:260px;margin:0 auto;line-height:1.5}.toast-stack{position:fixed;left:12px;right:12px;bottom:calc(76px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:8px;z-index:100;pointer-events:none}@keyframes feunToastIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.toast{pointer-events:auto;display:flex;align-items:center;gap:10px;background:var(--bg-elevated);border:1px solid var(--border);color:var(--text);border-radius:var(--radius-md);padding:12px 12px 12px 16px;box-shadow:var(--shadow-2);animation:feunToastIn .2s ease both}.toast-danger{border-color:var(--danger)}.toast-msg{flex:1;font-size:13.5px}.toast-action{font-weight:700;font-size:13px;color:var(--accent);flex-shrink:0}.toast-close{color:var(--text-muted);font-size:12px;flex-shrink:0;padding:2px}.swipe-row-outer{position:relative;overflow:hidden;border-bottom:1px solid var(--border)}.swipe-row-outer:last-child{border-bottom:none}.swipe-row-outer .list-row{border-bottom:none}.swipe-row-content{position:relative;background:var(--card);touch-action:pan-y}.swipe-affordance{position:absolute;top:0;bottom:0;width:72px;display:flex;align-items:center;justify-content:center;transition:opacity .15s ease}.swipe-affordance-left{right:0;background:var(--danger)}.swipe-affordance-right{left:0;background:var(--gradient-warm)}.onboarding-shell{height:100dvh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:20px 28px calc(28px + env(safe-area-inset-bottom)) 28px;background:var(--bg);position:relative;overflow:hidden}.onboarding-skip{position:absolute;top:calc(16px + env(safe-area-inset-top));right:16px}.onboarding-art{position:absolute;top:8%;left:50%;transform:translate(-50%);width:220px;height:220px;display:flex;align-items:center;justify-content:center}.onboarding-blob{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:conic-gradient(from 120deg,var(--hue-green),var(--hue-blue),var(--hue-violet),var(--hue-red),var(--hue-orange),var(--hue-green));filter:blur(38px);opacity:.4;animation:feunSpin 16s linear infinite}@keyframes feunSpin{to{transform:rotate(360deg)}}@keyframes feunFabPulse{0%,to{box-shadow:var(--glow)}50%{box-shadow:var(--glow),0 0 0 8px #6c93ff1a}}.onboarding-logo{width:128px;height:128px;border-radius:34px;box-shadow:var(--shadow-2);position:relative}.onboarding-body{text-align:center;margin-bottom:28px;animation:feunFadeUp .3s ease both}.onboarding-icon{width:48px;height:48px;border-radius:14px;background:var(--bg-elevated);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.onboarding-title{font-size:21px;font-weight:800;margin-bottom:8px;letter-spacing:-.01em}.onboarding-text{color:var(--text-muted);font-size:14.5px;line-height:1.55;max-width:320px;margin:0 auto}.onboarding-dots{display:flex;gap:6px;margin-bottom:20px}.onboarding-dots .dot{width:7px;height:7px;border-radius:50%;background:var(--border);transition:all .2s ease}.onboarding-dots .dot.active{width:20px;background:var(--gradient-cool)}.onboarding-cta{width:100%;padding:15px;font-size:15px;border-radius:var(--radius-md)}.applock-shell{height:100dvh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:24px;background:var(--bg);text-align:center}.applock-logo{width:72px;height:72px;border-radius:20px;box-shadow:var(--shadow-2);margin-bottom:18px}.applock-title{font-size:18px;font-weight:800}.applock-sub{color:var(--text-muted);font-size:13.5px;max-width:260px;margin-top:6px;line-height:1.5}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:2px;padding:4px 2px 10px;font-size:12.5px}.breadcrumb-item{color:var(--accent);font-weight:600;padding:2px 4px}.breadcrumb-item:disabled{color:var(--text);font-weight:700}.breadcrumb-sep{color:var(--text-muted);margin:0 1px}.app-content-full{padding:0!important;display:flex;flex-direction:column}.viewer-shell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;flex-direction:column;background:var(--bg)}.viewer-topbar{display:flex;align-items:center;gap:10px;padding:calc(10px + env(safe-area-inset-top)) 14px 10px 14px;border-bottom:1px solid var(--border);background:var(--bg-elevated);flex-shrink:0}.viewer-title{flex:1;min-width:0}.viewer-brand{font-size:10px;font-weight:800;letter-spacing:.08em;background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.viewer-filename{font-size:14.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.viewer-body{flex:1;overflow-y:auto;padding:14px}.viewer-textarea{width:100%;height:100%;min-height:calc(100dvh - 140px);border:none;resize:none;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13.5px;line-height:1.6;background:var(--bg-elevated);border-radius:var(--radius-md);padding:14px}.viewer-textarea:focus{outline:none}.viewer-media-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}.viewer-image{max-width:100%;max-height:80vh;border-radius:var(--radius-md);box-shadow:var(--shadow-2)}.viewer-pdf{width:100%;height:calc(100dvh - 120px);border:none;border-radius:var(--radius-md)}.tool-bubble{z-index:45;display:flex;align-items:center;gap:10px}.tool-bubble.dock-right{flex-direction:row-reverse}.tool-bubble.dock-left,.tool-bubble.dragging{flex-direction:row}.tool-bubble-fab{width:52px;height:52px;min-width:52px;border-radius:50%;background:var(--card);border:2px solid var(--border);box-shadow:var(--shadow-2);display:flex;align-items:center;justify-content:center;overflow:hidden;touch-action:none;transition:transform .15s ease,box-shadow .15s ease}.tool-bubble.dock-right .tool-bubble-fab{margin-right:-12px}.tool-bubble.dock-left .tool-bubble-fab{margin-left:-12px}.tool-bubble.open .tool-bubble-fab,.tool-bubble.dragging .tool-bubble-fab{margin:0;transform:scale(1.06);box-shadow:var(--shadow-2),0 0 0 6px #6c93ff26}.tool-bubble-logo{width:68%;height:68%;object-fit:contain;pointer-events:none}.tool-bubble-panel{display:flex;flex-direction:column;gap:6px;background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-md);padding:8px;box-shadow:var(--shadow-2);max-width:220px;animation:feunFadeUp .16s ease both}.tool-bubble-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;white-space:nowrap;transition:background-color .12s ease}.tool-bubble-item:active{background:var(--bg-sunken)}.tool-bubble-customize{color:var(--text-muted);border-top:1px solid var(--border);margin-top:2px;padding-top:10px}.tool-bubble-empty{font-size:12.5px;color:var(--text-muted);padding:8px 10px;max-width:180px}.tool-bubble-drop-hint{position:fixed;bottom:calc(24px + env(safe-area-inset-bottom));left:50%;transform:translate(-50%);background:var(--overlay);color:#fff;font-size:12.5px;font-weight:600;padding:8px 16px;border-radius:999px;z-index:46;pointer-events:none}.pdf-page-nav{display:flex;align-items:center;justify-content:center;gap:14px;padding:4px 0 12px}.pdf-canvas-wrap{position:relative;display:flex;justify-content:center;overflow:auto;min-height:40vh}.pdf-canvas{max-width:100%;border-radius:var(--radius-sm);box-shadow:var(--shadow-2);background:#fff}.pdf-canvas-busy{position:absolute;top:8px;left:50%;transform:translate(-50%);background:var(--overlay);color:#fff;font-size:12px;padding:4px 10px;border-radius:999px}.docx-editor{background:var(--bg-elevated);border-radius:var(--radius-md);padding:18px;min-height:calc(100dvh - 160px);font-size:15px;line-height:1.7}.docx-editor:focus{outline:none}.docx-editor h1{font-size:22px;font-weight:800;margin:.6em 0 .3em}.docx-editor h2{font-size:19px;font-weight:700;margin:.6em 0 .3em}.docx-editor p{margin:0 0 .8em}.docx-editor ul,.docx-editor ol{padding-left:1.4em;margin:0 0 .8em}.zip-text-preview{background:var(--bg-elevated);border-radius:var(--radius-md);padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.6;white-space:pre-wrap;word-break:break-word;max-height:60vh;overflow-y:auto}.md-preview{background:var(--bg-elevated);border-radius:var(--radius-md);padding:18px;min-height:calc(100dvh - 160px);font-size:15px;line-height:1.7}.md-preview h1,.md-preview h2,.md-preview h3{font-weight:800;margin:.7em 0 .3em}.md-preview p{margin:0 0 .8em}.md-preview code{background:var(--bg-sunken);padding:2px 5px;border-radius:5px;font-size:.9em}.md-preview pre{background:var(--bg-sunken);padding:12px;border-radius:var(--radius-sm);overflow-x:auto}.md-preview ul,.md-preview ol{padding-left:1.4em;margin:0 0 .8em}.md-preview blockquote{border-left:3px solid var(--accent);margin:0 0 .8em;padding-left:12px;color:var(--text-muted)}.md-preview img{max-width:100%;border-radius:var(--radius-sm)}.pptx-slide-card{min-height:40vh;padding:28px 24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border-radius:var(--radius-lg, 16px);background:var(--gradient-brand);color:#fff;box-shadow:0 10px 30px -12px #00000059}.pptx-slide-title{font-size:22px;font-weight:800;line-height:1.3;margin-bottom:14px;text-shadow:0 1px 3px rgba(0,0,0,.2)}.pptx-slide-bullets{font-size:15px;line-height:1.7;padding-left:1.3em;margin:0;opacity:.95}.pptx-slide-bullets li{margin-bottom:.4em}
