.chat-panel{display:flex;flex-direction:column;height:100%;font-family:system-ui,-apple-system,sans-serif;background:#fff}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:0 18px;height:44px;flex-shrink:0;box-sizing:border-box;width:100%;background:#fafafa;border:none;border-bottom:1px solid #eee;cursor:pointer;text-align:left;font-family:inherit;transition:background .15s ease}.chat-header:hover{background:#fafafa}.chat-header-inner{display:flex;width:100%;align-items:center;justify-content:space-between}.chat-title{font-weight:700;font-size:15px;color:#111;letter-spacing:-.4px}.chat-toggle-icon{font-size:18px;color:silver;line-height:1;flex-shrink:0;transition:color .15s ease}.chat-header:hover .chat-toggle-icon{color:#888}.chat-messages{flex:1;min-height:0;overflow-y:auto;padding:20px 16px;scrollbar-width:thin;scrollbar-color:#e8e8e8 transparent}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#f1f0ff;border-radius:4px}.chat-empty{color:silver;font-size:13px;text-align:center;margin-top:52px;line-height:1.7;letter-spacing:.1px}.chat-msg-row{margin-bottom:10px;display:flex}.chat-msg-row--user{justify-content:flex-end}.chat-msg-row--assistant{justify-content:flex-start}.chat-bubble{display:inline-block;padding:9px 13px;max-width:86%;font-size:13px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.chat-bubble--user{background:#e8f0fe;color:#1a1a2e;border-radius:14px 14px 3px}.chat-bubble--assistant{background:#f7f7f8;color:#222;border-radius:14px 14px 14px 3px;box-shadow:0 1px 2px #0000000d}.chat-thinking{display:flex;justify-content:flex-start;margin-bottom:10px}.chat-thinking-bubble{background:#f7f7f8;border-radius:14px 14px 14px 3px;padding:9px 14px;font-size:13px;color:#aaa;box-shadow:0 1px 2px #0000000d}.chat-error{font-size:12px;color:#e53e3e;padding:4px 0 8px}.chat-retry-btn{display:block;margin-top:7px;padding:3px 10px;font-size:11px;font-family:inherit;font-weight:600;color:#888;background:transparent;border:1px solid #ccc;border-radius:12px;cursor:pointer;transition:color .15s,border-color .15s}.chat-retry-btn:hover:not(:disabled){color:#333;border-color:#999}.chat-retry-btn:disabled{opacity:.4;cursor:not-allowed}.chat-input-area{flex-shrink:0;background:#fff;padding:10px 12px 12px}.chat-voice-error{padding:0 4px 4px;font-size:12px;color:#e53e3e}.chat-input-row{display:flex;align-items:center;gap:6px;background:#ebebf4;border-radius:26px;padding:5px 5px 5px 16px}.chat-textarea{flex:1;min-height:20px;max-height:120px;padding:0;background:transparent;border:none;outline:none;font-size:14px;font-family:inherit;line-height:1.4;color:#1e1e1e;resize:none;overflow-y:auto;scrollbar-width:none}.chat-textarea::-webkit-scrollbar{display:none}.chat-textarea::placeholder{color:#aaa}.chat-textarea:focus{background:transparent;box-shadow:none}.chat-send-btn{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:#1e1e1e;color:#fff;border:none;cursor:pointer;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .1s ease}.chat-send-btn:hover:not(:disabled){background:#333}.chat-send-btn:active:not(:disabled){transform:scale(.93)}.chat-send-btn:disabled{background:#ddd;color:#aaa;cursor:not-allowed}.chat-send-icon{font-size:18px;line-height:1;display:block}.chat-legal-footer{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 16px 10px;flex-shrink:0}.chat-legal-footer a{font-size:11px;color:silver;text-decoration:none;font-family:inherit}.chat-legal-footer a:hover{color:#666}.chat-legal-footer span{font-size:11px;color:#ddd}[data-theme=dark] .chat-panel{background:#1e1e1e}[data-theme=dark] .chat-header{background:#1e1e1e;border-color:#333}[data-theme=dark] .chat-header:hover{background:#252525}[data-theme=dark] .chat-title{color:#f1f0ff}[data-theme=dark] .chat-toggle-icon{color:#555}[data-theme=dark] .chat-messages{scrollbar-color:#333 transparent}[data-theme=dark] .chat-empty{color:#555}[data-theme=dark] .chat-bubble--user{background:#2a3a5c;color:#ccd9ff}[data-theme=dark] .chat-bubble--assistant{background:#2a2a2a;color:#ddd;box-shadow:none}[data-theme=dark] .chat-thinking-bubble{background:#2a2a2a;color:#666}[data-theme=dark] .chat-input-area{background:#1e1e1e}[data-theme=dark] .chat-input-row{background:#2d2d2d;border:1px solid #3a3a3a}[data-theme=dark] .chat-textarea{color:#f1f0ff}[data-theme=dark] .chat-textarea::placeholder{color:#666}[data-theme=dark] .chat-send-btn{background:#fff;color:#111}[data-theme=dark] .chat-send-btn:hover:not(:disabled){background:#e8e8e8}[data-theme=dark] .chat-send-btn:disabled{background:#3a3a3a;color:#555}[data-theme=dark] .chat-legal-footer a{color:#555}[data-theme=dark] .chat-legal-footer a:hover{color:#aaa}[data-theme=dark] .chat-legal-footer span{color:#3a3a3a}@media (max-width: 768px){.chat-header{padding:6px 14px 8px;flex-direction:column;align-items:center;gap:4px}.chat-header:before{content:"";width:32px;height:3px;border-radius:2px;background:#f1f0ff;flex-shrink:0}.chat-title{font-size:13px}.chat-messages{padding:10px 12px}.chat-empty{margin-top:16px}.chat-input-area{padding-bottom:max(12px,env(safe-area-inset-bottom))}.chat-textarea{font-size:16px}.chat-textarea::placeholder{font-size:13px}}.history-bar{display:flex;align-items:center;gap:8px;padding:0 12px;height:44px;border-bottom:1px solid #eee;background:#fafafa;flex-shrink:0;font-family:system-ui,sans-serif;box-sizing:border-box}.history-title{font-size:13px;font-weight:700;letter-spacing:-.4px;color:#111;flex:1;-webkit-user-select:none;user-select:none}.history-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.history-right{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:8px}.history-btn{padding:4px;border:none;background:transparent;cursor:pointer;color:#555;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:4px;transition:color .15s}.history-btn:hover:not(:disabled){color:#111}.history-btn:disabled{color:#ccc;cursor:not-allowed}.history-btn-icon{font-size:18px;line-height:1;display:block}.history-counter{font-size:12px;color:#999;min-width:70px;text-align:center}.ai-scribe-btn{display:flex;align-items:center;justify-content:center;width:36px;height:30px;background:#111;color:#fff;border:none;border-radius:8px;cursor:pointer;flex-shrink:0;transition:background .15s,transform .12s,box-shadow .15s;box-shadow:0 1px 3px #00000040}.ai-scribe-btn:hover:not(:disabled){background:#222;box-shadow:0 2px 8px #0000004d;transform:translateY(-1px)}.ai-scribe-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #0003}.ai-scribe-btn:disabled{cursor:not-allowed;opacity:.5}.ai-scribe-mic-icon{font-size:15px;line-height:1;opacity:.85}.ai-scribe-btn--listening{background:#111;box-shadow:0 0 0 2px #ffffff26 inset,0 2px 10px #00000059}.ai-scribe-btn--processing{background:#333}.ai-scribe-btn--loading{background:#333;cursor:not-allowed}.ai-scribe-thinking{display:flex;align-items:center;gap:4px;height:18px}.ai-scribe-dot{display:block;width:5px;height:5px;border-radius:50%;background:#fff;animation:scribeDot 1.2s ease-in-out infinite}.ai-scribe-dot:nth-child(1){animation-delay:0s}.ai-scribe-dot:nth-child(2){animation-delay:.15s}.ai-scribe-dot:nth-child(3){animation-delay:.3s}@keyframes scribeDot{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.ai-scribe-wave{display:flex;align-items:center;gap:2.5px;height:18px}.ai-scribe-bar{display:block;width:2.5px;height:4px;background:#fff;border-radius:2px;animation:scribeBar 1s ease-in-out infinite}.ai-scribe-bar:nth-child(1){animation-delay:0s;animation-duration:.9s}.ai-scribe-bar:nth-child(2){animation-delay:.15s;animation-duration:.8s}.ai-scribe-bar:nth-child(3){animation-delay:.05s;animation-duration:1s}.ai-scribe-bar:nth-child(4){animation-delay:.2s;animation-duration:.85s}.ai-scribe-bar:nth-child(5){animation-delay:.1s;animation-duration:.95s}@keyframes scribeBar{0%,to{height:3px;opacity:.5}50%{height:16px;opacity:1}}.ai-panel-btn{display:flex;align-items:center;justify-content:center;width:36px;height:30px;background:#111;color:#fff;border:none;border-radius:8px;cursor:pointer;flex-shrink:0;transition:background .15s,transform .12s,box-shadow .15s;box-shadow:0 1px 3px #00000040}.ai-panel-btn:hover{background:#222;box-shadow:0 2px 8px #0000004d;transform:translateY(-1px)}.ai-panel-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0003}.ai-panel-btn--open{background:#444}.ai-panel-btn--open:hover{background:#555}.ai-panel-icon{font-size:18px;line-height:1;display:block}[data-theme=dark] .history-bar{background:#1e1e1e;border-color:#333}[data-theme=dark] .history-title{color:#f1f0ff}[data-theme=dark] .history-btn{color:#aaa}[data-theme=dark] .history-btn:hover:not(:disabled){color:#fff}[data-theme=dark] .history-btn:disabled{color:#444}[data-theme=dark] .history-counter{color:#666}[data-theme=dark] .ai-panel-btn{background:#f5f5f5;color:#111;box-shadow:0 1px 3px #0006}[data-theme=dark] .ai-panel-btn:hover{background:#fff;box-shadow:0 2px 8px #00000080}[data-theme=dark] .ai-panel-btn--open{background:#ccc}[data-theme=dark] .ai-panel-btn--open:hover{background:#ddd}[data-theme=dark] .ai-scribe-btn{background:#f5f5f5;color:#111;box-shadow:0 1px 3px #0006}[data-theme=dark] .ai-scribe-btn:hover:not(:disabled){background:#fff;box-shadow:0 2px 8px #00000080}[data-theme=dark] .ai-scribe-btn--listening{background:#f5f5f5}[data-theme=dark] .ai-scribe-bar,[data-theme=dark] .ai-scribe-dot{background:#111}[data-theme=dark] .ai-scribe-btn--loading{background:#ddd}@media (max-width: 768px){.history-bar{padding:5px 10px;gap:6px}.history-title{font-size:12px}.history-btn{width:34px;height:34px}.history-counter{font-size:11px;min-width:44px}.ai-scribe-btn{width:32px;height:28px}.ai-scribe-mic-icon{font-size:16px}.ai-panel-btn{width:32px;height:28px}.ai-panel-icon{font-size:16px}}@keyframes bwBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes bwCardIn{0%{opacity:0;transform:translateY(28px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.bw-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:99999;padding:1.5rem;animation:bwBackdropIn .25s ease forwards}.bw-card{background:#fff;border-radius:20px;padding:40px 36px 36px;max-width:420px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 6px #0000000a,0 12px 28px #0000001a,0 40px 80px #0000001f;animation:bwCardIn .3s cubic-bezier(.22,1,.36,1) .05s both}.bw-icon-wrap{width:64px;height:64px;border-radius:16px;background:#f4f4f5;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#71717a}.bw-title{font-size:20px;font-weight:700;letter-spacing:-.5px;color:#111;margin:0 0 12px;font-family:system-ui,sans-serif}.bw-body{font-size:14px;line-height:1.65;color:#71717a;margin:0 0 28px;font-family:system-ui,sans-serif}.bw-body strong{color:#111;font-weight:600}.bw-cta{display:inline-flex;align-items:center;gap:6px;background:#111;color:#fff;text-decoration:none;font-size:13.5px;font-weight:600;font-family:system-ui,sans-serif;padding:11px 22px;border-radius:10px;margin-bottom:14px;width:100%;justify-content:center;transition:background .15s,transform .12s,box-shadow .15s;box-shadow:0 1px 3px #0003;letter-spacing:.1px}.bw-cta:hover{background:#222;transform:translateY(-1px);box-shadow:0 4px 12px #00000040}.bw-cta:active{transform:translateY(0);box-shadow:0 1px 3px #0003}.bw-dismiss{background:none;border:none;font-size:13px;color:#aaa;cursor:pointer;font-family:system-ui,sans-serif;padding:6px 12px;border-radius:6px;transition:color .15s}.bw-dismiss:hover{color:#555}@media (prefers-color-scheme: dark){.bw-card{background:#1c1c1e;box-shadow:0 4px 6px #0003,0 12px 28px #0006,0 40px 80px #00000080}.bw-icon-wrap{background:#2c2c2e;color:#a1a1aa}.bw-title{color:#f5f5f5}.bw-body{color:#a1a1aa}.bw-body strong{color:#f5f5f5}.bw-cta{background:#f5f5f5;color:#111}.bw-cta:hover{background:#fff}.bw-dismiss{color:#555}.bw-dismiss:hover{color:#aaa}}@media (max-width: 480px){.bw-card{padding:32px 24px 28px;border-radius:16px}.bw-title{font-size:18px}}.wt-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100001;pointer-events:none}@keyframes wtBackdropIn{0%{opacity:0}to{opacity:1}}.wt-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:wtBackdropIn .25s ease forwards;pointer-events:all}@keyframes wtSpotlightIn{0%{opacity:0}to{opacity:1}}@keyframes wtSpotlightPulse{0%,to{box-shadow:0 0 0 9999px #0009,0 0 0 2px #fff0}50%{box-shadow:0 0 0 9999px #0009,0 0 0 3px #ffffff40}}.wt-spotlight{position:fixed;border-radius:10px;box-shadow:0 0 0 9999px #0009;animation:wtSpotlightIn .25s ease forwards,wtSpotlightPulse 2s ease-in-out .4s infinite;transition:top .35s cubic-bezier(.4,0,.2,1),left .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1),height .35s cubic-bezier(.4,0,.2,1);pointer-events:none}@keyframes wtCardIn{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.wt-card{background:#fff;border-radius:16px;padding:28px 28px 22px;width:320px;pointer-events:all;box-shadow:0 4px 6px #0000000a,0 12px 30px #0000001f,0 40px 80px #0000001a;animation:wtCardIn .3s cubic-bezier(.22,1,.36,1) both;font-family:system-ui,sans-serif}.wt-center-wrap{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.wt-center-wrap .wt-card{pointer-events:all}.wt-card--anchored:before{content:"";position:absolute;top:-7px;left:28px;width:14px;height:14px;background:#fff;border-radius:2px;transform:rotate(45deg);box-shadow:-2px -2px 5px #0000000f}.wt-card--anchored-above:before{top:auto;bottom:-7px;box-shadow:2px 2px 5px #0000000f}.wt-dots{display:flex;gap:6px;margin-bottom:16px}.wt-dot{width:6px;height:6px;border-radius:50%;background:#e4e4e7;transition:background .2s,width .2s}.wt-dot--active{background:#111;width:18px;border-radius:3px}.wt-title{font-size:16px;font-weight:700;letter-spacing:-.4px;color:#111;margin:0 0 10px}.wt-body{font-size:13px;line-height:1.65;color:#71717a;margin:0 0 22px}.wt-body strong{color:#111;font-weight:600}.wt-body em{color:#555;font-style:normal;font-weight:500}.wt-actions{display:flex;align-items:center;justify-content:space-between}.wt-skip{background:none;border:none;font-size:12px;color:#bbb;cursor:pointer;font-family:inherit;padding:4px 0;transition:color .15s}.wt-skip:hover{color:#888}.wt-nav{display:flex;gap:8px;align-items:center}.wt-prev{background:none;border:1px solid #e4e4e7;border-radius:8px;font-size:12px;font-weight:500;color:#555;cursor:pointer;font-family:inherit;padding:7px 14px;transition:border-color .15s,color .15s}.wt-prev:hover{border-color:#aaa;color:#111}.wt-next{background:#111;color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;padding:7px 16px;transition:background .15s,transform .12s;white-space:nowrap}.wt-next:hover{background:#333}.wt-next:active{transform:scale(.97)}@media (prefers-color-scheme: dark){.wt-card{background:#1c1c1e;box-shadow:0 4px 6px #0000004d,0 12px 30px #00000080,0 40px 80px #0006}.wt-card--anchored:before,.wt-card--anchored-above:before{background:#1c1c1e}.wt-title{color:#f5f5f5}.wt-body{color:#a1a1aa}.wt-body strong{color:#f5f5f5}.wt-body em{color:silver}.wt-dot{background:#3a3a3a}.wt-dot--active{background:#f5f5f5}.wt-skip{color:#555}.wt-skip:hover{color:#888}.wt-prev{border-color:#3a3a3a;color:#888}.wt-prev:hover{border-color:#777;color:#f5f5f5}.wt-next{background:#f5f5f5;color:#111}.wt-next:hover{background:#fff}}@media (max-width: 480px){.wt-card{width:calc(100vw - 32px);border-radius:14px;padding:24px 20px 18px}.wt-card--anchored{left:16px!important;right:16px;width:auto}}.lr-icon-wrap{background:#fafafa;color:#555;border:1px solid #eee}.lr-beta-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:1px;color:#fff;background:#111;border-radius:4px;padding:3px 7px;margin-bottom:14px;font-family:system-ui,sans-serif}.lr-subtext{font-size:12px;color:#bbb;font-family:system-ui,sans-serif;margin:-14px 0 24px}.lr-cta{text-decoration:none;cursor:pointer;font-size:14px}@media (prefers-color-scheme: dark){.lr-icon-wrap{background:#2c2c2e;border-color:#3a3a3a;color:#a1a1aa}.lr-beta-badge{background:#f5f5f5;color:#111}.lr-subtext{color:#555}}.legal-page{min-height:100vh;background:#fafafa;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111}.legal-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #eee;padding:0 24px;height:56px;display:flex;align-items:center;gap:12px}.legal-back-btn{display:flex;align-items:center;gap:4px;color:#666;text-decoration:none;font-size:13px;font-weight:500;padding:6px 10px;border-radius:8px;transition:background .15s,color .15s}.legal-back-btn:hover{background:#f4f4f4;color:#111}.legal-brand{font-size:15px;font-weight:700;color:#111;letter-spacing:-.3px;text-decoration:none;margin-left:auto}.legal-content{max-width:740px;margin:0 auto;padding:52px 24px 96px}.legal-h1{font-size:30px;font-weight:700;letter-spacing:-.6px;color:#111;margin-bottom:6px;line-height:1.2}.legal-meta{font-size:13px;color:#aaa;margin-bottom:44px}.legal-section{margin-bottom:36px}.legal-section h2{font-size:16px;font-weight:700;color:#111;margin-bottom:10px;letter-spacing:-.2px}.legal-section p{font-size:15px;line-height:1.78;color:#444;margin-bottom:12px}.legal-section ul,.legal-section ol{font-size:15px;line-height:1.78;color:#444;padding-left:22px;margin-bottom:12px}.legal-section li{margin-bottom:5px}.legal-section a{color:#5c4ce7;text-decoration:underline;text-underline-offset:2px}.legal-section a:hover{color:#4232c2}.legal-divider{height:1px;background:#eee;margin:44px 0 28px}.legal-nav-links{display:flex;flex-wrap:wrap;gap:6px 20px}.legal-nav-links a{font-size:13px;color:#999;text-decoration:none}.legal-nav-links a:hover{color:#444}.legal-nav-active{color:#111!important;font-weight:600}@media (max-width: 640px){.legal-content{padding:32px 16px 64px}.legal-h1{font-size:24px}.legal-header{padding:0 16px}}.app-error-banner{position:fixed;top:1rem;left:50%;transform:translate(-50%);background:#dc2626;color:#fff;padding:.5rem .75rem .5rem 1rem;border-radius:8px;z-index:9999;display:flex;align-items:center;gap:.75rem;font-size:13px;font-family:system-ui,sans-serif;box-shadow:0 2px 8px #00000040;max-width:calc(100vw - 2rem)}.app-error-banner button{background:none;border:none;color:#fff;cursor:pointer;font-size:18px;line-height:1;padding:0;opacity:.75;flex-shrink:0}.app-error-banner button:hover{opacity:1}.app-loading{display:flex;align-items:center;justify-content:center;height:100vh;height:100dvh;font-family:system-ui,sans-serif}.app-loading-text{font-size:14px;color:#aaa}.app-canvas-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#f4f4f5,#fafafa,#f4f4f5);background-size:200% 100%;animation:app-canvas-shimmer 1.2s ease-in-out infinite}@keyframes app-canvas-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.app-layout[data-theme=dark] .app-canvas-skeleton{background:linear-gradient(90deg,#1e1e1e,#2a2a2a,#1e1e1e);background-size:200% 100%}.app-layout{display:flex;flex-direction:column;height:100vh;height:100dvh;width:100vw;overflow:hidden}.app-body{flex:1;display:flex;flex-direction:row;overflow:hidden;position:relative;min-height:0}.app-sidebar{width:340px;border-right:1px solid #F1F0FF;display:flex;flex-direction:column;flex-shrink:0;background:#fff;overflow:hidden;transition:width .25s ease}.app-sidebar--closed{width:0;border-right:none}.app-canvas-area{flex:1;position:relative;overflow:hidden}@keyframes app-toast-in{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.app-toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%);max-width:min(420px,calc(100vw - 48px));padding:8px 18px;border-radius:20px;font-size:12.5px;font-family:system-ui,sans-serif;font-weight:500;line-height:1.5;text-align:center;word-break:break-word;z-index:9999;pointer-events:none;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:app-toast-in .22s cubic-bezier(.22,1,.36,1) forwards}.app-toast--info{background:#202124e0;color:#fff;box-shadow:0 2px 12px #0000002e}.app-toast--error{background:#b91c1ceb;color:#fff;box-shadow:0 2px 12px #b91c1c4d}.app-canvas-transcription{position:absolute;bottom:20px;left:50%;transform:translate(-50%);max-width:calc(100% - 32px);padding:5px 14px;background:#202124d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:12px;font-family:system-ui,sans-serif;font-weight:500;border-radius:20px;text-align:center;z-index:200;word-break:break-word;pointer-events:none;white-space:pre-wrap}[data-theme=dark] .app-sidebar{background:#1e1e1e;border-color:#333}@media (max-width: 768px){.app-body{flex-direction:column}.app-canvas-area{order:1;flex:1;min-height:0}.app-canvas-transcription{font-size:10px}.app-sidebar{order:2;width:100%;height:44dvh;min-height:0;border-right:none;border-top:1px solid #F1F0FF;flex:0 0 44dvh;overflow:hidden;transition:height .25s ease,flex-basis .25s ease}.app-sidebar--closed{width:100%;height:0;flex-basis:0;border-top:none}}
