:root{--brand-blue: #00d4ff;--brand-purple: #b347ea;--brand-green: #00ff88;--brand-gold: #ffd700;--brand-red: #ff6b6b;--blue: var(--brand-blue);--purple: var(--brand-purple);--green: var(--brand-green);--gold: var(--brand-gold);--red: var(--brand-red);--bg-primary: #0a0e27;--bg-card: rgba(15, 20, 50, .92);--bg-card-border: rgba(0, 212, 255, .12);--bg-overlay: rgba(0, 0, 0, .6);--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .65);--text-tertiary: rgba(255, 255, 255, .35);--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--safe-t: env(safe-area-inset-top, 0px);--safe-b: env(safe-area-inset-bottom, 0px);--tabbar-h: 56px;--ant-color-primary: var(--brand-blue);--ant-color-success: var(--brand-green);--ant-color-warning: var(--brand-gold);--ant-color-error: var(--brand-red);--ant-color-text: var(--text-primary);--ant-color-text-secondary: var(--text-secondary);--ant-color-text-tertiary: var(--text-tertiary);--ant-color-bg-container: rgba(15, 20, 50, .85);--ant-color-border: rgba(255, 255, 255, .06);--ant-border-radius-lg: var(--radius-lg)}@media (max-width: 768px){html{font-size:14px}body{background:var(--bg-primary)!important;overflow-x:hidden;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}body.keyboard-open{position:fixed;width:100%}::-webkit-scrollbar{width:0;height:0}::selection{background:#00d4ff4d}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInL{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulseDot{0%,to{opacity:.4}50%{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.mobile-fade-in{animation:fadeIn .3s ease-out}.mobile-slide-up{animation:slideUp .35s cubic-bezier(.16,1,.3,1)}.mobile-container{padding:var(--space-lg);padding-top:calc(48px + var(--safe-t));padding-bottom:calc(var(--tabbar-h) + var(--space-lg) + var(--safe-b));min-height:100vh}.mobile-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:var(--space-md)}.mobile-loading .spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:var(--brand-blue);border-radius:50%;animation:spin .8s linear infinite}.mobile-page-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md) var(--space-lg);padding-top:calc(var(--space-md) + var(--safe-t));position:sticky;top:0;z-index:100;background:#0a0e27f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.06)}.mobile-page-header .back-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff0f;color:var(--text-primary);font-size:18px;cursor:pointer;border:none;flex-shrink:0}.mobile-page-header .header-title{font-size:17px;font-weight:700;color:var(--text-primary);flex:1;text-align:center}.mobile-page-header .header-action{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff0f;color:var(--text-primary);font-size:18px;cursor:pointer;border:none;flex-shrink:0}.mobile-input-bar{position:fixed;bottom:calc(var(--tabbar-h) + var(--safe-b));left:0;right:0;z-index:99;display:flex;align-items:flex-end;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);padding-bottom:calc(var(--space-sm) + var(--safe-b));background:#0a0e27fa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.06)}.mobile-input-bar .input-field{flex:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);padding:10px 14px;color:var(--text-primary);font-size:15px;line-height:1.4;max-height:100px;resize:none;outline:none;transition:border-color .2s}.mobile-input-bar .input-field:focus{border-color:var(--brand-blue)}.mobile-input-bar .send-btn{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand-purple),#6366f1);color:#fff;font-size:18px;border:none;cursor:pointer;flex-shrink:0;transition:transform .15s,opacity .15s}.mobile-input-bar .send-btn:active{transform:scale(.92)}.mobile-input-bar .send-btn:disabled{opacity:.4;cursor:not-allowed}.mobile-tool-btn{width:40px;height:40px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;background:#ffffff0f;color:var(--text-secondary);border:1px solid rgba(255,255,255,.1);cursor:pointer;font-size:18px;flex-shrink:0;transition:background .2s}.mobile-tool-btn:active{background:#ffffff1f}.mobile-tool-btn.active{background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#fff;border:none}.mobile-tabbar{position:fixed;bottom:0;left:0;right:0;z-index:200;display:flex;align-items:center;height:var(--tabbar-h);padding-bottom:var(--safe-b);background:#0a0e27fa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.06)}.mobile-tabbar .tab-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:1;height:100%;cursor:pointer;border:none;background:transparent;color:var(--text-tertiary);position:relative;transition:color .2s;-webkit-tap-highlight-color:transparent}.mobile-tabbar .tab-item.active{color:var(--brand-blue)}.mobile-tabbar .tab-item .tab-icon{font-size:22px;line-height:1}.mobile-tabbar .tab-item .tab-label{font-size:10px;font-weight:500;line-height:1}.mobile-tabbar .tab-item .tab-badge{position:absolute;top:4px;right:50%;transform:translate(18px);min-width:16px;height:16px;border-radius:8px;background:var(--brand-red);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px}.mobile-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#00000080;animation:fadeIn .2s ease-out}.mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:80vw;z-index:301;background:#0a0e27fa;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);animation:slideInL .3s cubic-bezier(.16,1,.3,1);overflow-y:auto;padding-top:var(--safe-t);display:flex;flex-direction:column}.mobile-drawer .drawer-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-lg);border-bottom:1px solid rgba(255,255,255,.06)}.mobile-drawer .drawer-header .logo-area{display:flex;align-items:center;gap:var(--space-md)}.mobile-drawer .close-btn{width:36px;height:36px;border-radius:50%;background:#ffffff0f;border:none;color:var(--text-secondary);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-drawer .drawer-section-label{padding:12px var(--space-lg) 6px;font-size:11px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:1px}.mobile-drawer .drawer-nav-item{display:flex;align-items:center;gap:var(--space-md);padding:14px var(--space-lg);color:var(--text-secondary);font-size:15px;cursor:pointer;border:none;background:transparent;width:100%;text-align:left;transition:background .15s}.mobile-drawer .drawer-nav-item:active{background:#ffffff0f}.mobile-drawer .drawer-nav-item .nav-icon{width:24px;font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-drawer .drawer-nav-item .nav-badge{margin-left:auto;background:var(--brand-red);color:#fff;font-size:10px;padding:1px 6px;border-radius:8px}.mobile-drawer .drawer-user-area{padding:var(--space-lg);border-top:1px solid rgba(255,255,255,.06);margin-top:auto;display:flex;align-items:center;gap:var(--space-md)}.mobile-settings-drawer{position:fixed;bottom:0;left:0;right:0;z-index:302;background:#0a0e27fa;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-radius:var(--radius-lg) var(--radius-lg) 0 0;animation:slideUp .35s cubic-bezier(.16,1,.3,1);max-height:70vh;overflow-y:auto;padding-bottom:calc(var(--space-lg) + var(--safe-b))}.mobile-settings-drawer .settings-handle{width:40px;height:4px;border-radius:2px;background:#ffffff26;margin:var(--space-md) auto}.mobile-settings-drawer .settings-title{font-size:17px;font-weight:700;color:var(--text-primary);text-align:center;padding-bottom:var(--space-md);border-bottom:1px solid rgba(255,255,255,.06)}.mobile-settings-drawer .settings-section{padding:var(--space-lg)}.mobile-settings-drawer .settings-label{font-size:13px;color:var(--text-secondary);margin-bottom:var(--space-sm);display:block}.mobile-card{background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:var(--radius-lg);padding:var(--space-lg);margin-bottom:var(--space-md);animation:fadeIn .3s ease-out}.mobile-card-title{font-size:15px;font-weight:700;color:var(--text-primary);margin-bottom:var(--space-md);display:flex;align-items:center;gap:var(--space-sm)}.mobile-hscroll{display:flex;gap:var(--space-md);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:var(--space-xs)}.mobile-hscroll::-webkit-scrollbar{display:none}.mobile-hscroll-item{flex-shrink:0;scroll-snap-align:start}.mobile-tabs{display:flex;background:#0f1432f2;border-radius:var(--radius-md);padding:3px;gap:2px;border:1px solid rgba(255,255,255,.06)}.mobile-tab{flex:1;padding:9px 12px;border-radius:10px;border:none;background:transparent;color:var(--text-tertiary);font-size:13px;font-weight:500;cursor:pointer;text-align:center;transition:all .25s;white-space:nowrap}.mobile-tab.active{background:linear-gradient(135deg,#00d4ff38,#b347ea54);color:var(--text-primary);font-weight:600}.mobile-stat-card{min-width:130px;background:var(--bg-card);border:1px solid var(--bg-card-border);border-radius:var(--radius-md);padding:var(--space-md)}.mobile-stat-card .stat-label{font-size:11px;color:var(--text-tertiary);margin-bottom:4px}.mobile-stat-card .stat-value{font-size:20px;font-weight:800}.mobile-msg-bubble{display:flex;margin-bottom:var(--space-md);animation:slideUp .25s ease-out}.mobile-msg-bubble.user{flex-direction:row-reverse}.mobile-msg-bubble .avatar{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:14px}.mobile-msg-bubble.user .avatar{background:linear-gradient(135deg,var(--brand-blue),#0077cc);margin-left:8px}.mobile-msg-bubble.assistant .avatar{background:linear-gradient(135deg,var(--brand-purple),#6c5ce7);margin-right:8px}.mobile-msg-bubble .bubble{max-width:82%;border-radius:var(--radius-md);padding:10px 14px;font-size:14px;line-height:1.6;color:var(--text-primary);white-space:pre-wrap;word-break:break-word}.mobile-msg-bubble.user .bubble{background:#00d4ff1a;border:1px solid rgba(0,212,255,.15)}.mobile-msg-bubble.assistant .bubble{background:#b347ea14;border:1px solid rgba(179,71,234,.12)}.mobile-msg-bubble .bubble-meta{display:flex;gap:6px;margin-top:6px;font-size:10px;opacity:.8}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
