*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#333;line-height:1.6;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;overflow-x:hidden;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}html.dark body{background:#111;color:#e5e5e5}a{color:#4f46e5;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.top-nav{background:#1e1b4b;padding:6px 0}.top-nav-inner{max-width:1100px;margin:0 auto;padding:0 clamp(12px,3vw,20px);display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.top-nav-item{color:#fffc;font-size:clamp(.65rem,1.8vw,.75rem);text-decoration:none;transition:color .2s;padding:4px 8px;border-radius:4px;min-height:32px;display:inline-flex;align-items:center}.top-nav-item:hover{color:#fff;text-decoration:none;background:#ffffff1a}.header{background:#4f46e5;color:#fff;padding:10px 0;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100;transition:z-index 0s}.header.header-hidden{z-index:0}.header-inner{max-width:1100px;margin:0 auto;padding:0 clamp(12px,3vw,20px);display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:8px;color:#fff;font-size:clamp(.95rem,2.5vw,1.125rem);font-weight:700;text-decoration:none;flex-shrink:0}.logo:hover{text-decoration:none}.logo svg{width:28px;height:28px;flex-shrink:0}@media (min-width: 769px){.logo svg{width:30px;height:30px}}.header-nav{display:none;gap:20px;align-items:center}.header-nav a{color:#ffffffe6;font-size:clamp(.8rem,1.5vw,.875rem);text-decoration:none;padding:8px 12px;border-radius:6px;min-height:44px;display:inline-flex;align-items:center;transition:background .2s}.header-nav a:hover{color:#fff;text-decoration:none;background:#ffffff1a}.hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:#ffffff26;border:none;border-radius:8px;cursor:pointer;gap:5px;padding:10px;transition:background .2s;flex-shrink:0;-webkit-tap-highlight-color:transparent}.hamburger:hover,.hamburger:focus{background:#ffffff40;outline:none}.hamburger span{display:block;width:20px;height:2px;background:#fff;border-radius:2px;transition:transform .3s,opacity .3s}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;position:fixed;inset:0;background:#00000080;z-index:200;opacity:0;transition:opacity .3s}.mobile-menu.open{display:block;opacity:1}.mobile-menu-content{position:absolute;top:0;right:0;width:min(280px,85vw);height:100%;background:#1e1b4b;padding:80px 24px 24px;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}.mobile-menu.open .mobile-menu-content{transform:translate(0)}.mobile-menu-content a{display:block;color:#ffffffe6;font-size:1rem;padding:14px 16px;border-radius:8px;min-height:48px;display:flex;align-items:center;transition:background .2s}.mobile-menu-content a:hover,.mobile-menu-content a:focus{background:#ffffff1a;text-decoration:none;color:#fff}.mobile-menu-close{position:absolute;top:16px;right:16px;width:44px;height:44px;background:#ffffff1a;border:none;border-radius:50%;color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.mobile-menu-close:hover{background:#fff3}.theme-toggle{background:#fff3;border:none;color:#fff;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0;-webkit-tap-highlight-color:transparent}.theme-toggle:hover{background:#ffffff4d}.mobile-actions{display:flex;align-items:center;gap:8px}.theme-toggle-mobile{background:#ffffff26;border:none;color:#fff;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0;-webkit-tap-highlight-color:transparent}.theme-toggle-mobile:hover{background:#ffffff40}@media (min-width: 769px){.mobile-actions{display:none}}@media (max-width: 768px){.header-nav .theme-toggle{display:none}}@media (min-width: 769px){.hamburger{display:none}.mobile-menu{display:none!important}.header-nav{display:flex}}.main-container{max-width:1100px;margin:0 auto;padding:clamp(12px,3vw,24px) clamp(12px,3vw,20px);display:grid;grid-template-columns:1fr;gap:20px;flex:1;width:100%}.content-area{background:#fff;border-radius:8px;padding:clamp(14px,3vw,24px);box-shadow:0 1px 3px #00000014;overflow:hidden;min-width:0}html.dark .content-area{background:#1a1a1a;box-shadow:0 1px 3px #0000004d}.sidebar{display:flex;flex-direction:column;gap:16px}.sidebar-box{background:#fff;border-radius:8px;padding:16px;box-shadow:0 1px 3px #00000014}html.dark .sidebar-box{background:#1a1a1a;box-shadow:0 1px 3px #0000004d}.sidebar-box h3{font-size:clamp(.8rem,1.8vw,.875rem);font-weight:600;color:#333;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #eee}html.dark .sidebar-box h3{color:#e5e5e5;border-bottom-color:#333}.sidebar-box ul{list-style:none}.sidebar-box li{margin-bottom:4px}.sidebar-box li:last-child{margin-bottom:0}.sidebar-box a{color:#555;font-size:clamp(.75rem,1.8vw,.8125rem);padding:6px 8px;display:block;border-radius:4px;min-height:36px;display:flex;align-items:center}html.dark .sidebar-box a{color:#aaa}.sidebar-box a:hover{color:#4f46e5;background:#4f46e50a}h1{font-size:clamp(1.25rem,4vw,1.5rem);font-weight:700;color:#111;margin-bottom:8px;line-height:1.3;word-wrap:break-word}html.dark h1{color:#f5f5f5}h2{font-size:clamp(1rem,3vw,1.125rem);font-weight:600;color:#111;line-height:1.4}html.dark h2{color:#f5f5f5}h3{font-size:clamp(.9rem,2.5vw,1rem);font-weight:600;color:#111;line-height:1.4}html.dark h3{color:#f5f5f5}.page-description{color:#555;margin-bottom:20px;font-size:clamp(.8125rem,2vw,.9375rem)}html.dark .page-description{color:#aaa}.unit-tabs{display:flex;gap:0;margin-bottom:20px;border:1px solid #ddd;border-radius:6px;overflow:hidden}html.dark .unit-tabs{border-color:#444}.unit-tab{flex:1;padding:12px 16px;background:#fff;border:none;cursor:pointer;font-size:clamp(.8125rem,2vw,.875rem);font-weight:500;color:#555;transition:all .2s;min-height:44px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}html.dark .unit-tab{background:#222;color:#aaa}.unit-tab:not(:last-child){border-right:1px solid #ddd}html.dark .unit-tab:not(:last-child){border-right-color:#444}.unit-tab.active{background:#4f46e5;color:#fff}.unit-tab:hover:not(.active){background:#f5f5f5}html.dark .unit-tab:hover:not(.active){background:#333}.calc-form{margin-bottom:20px}.form-table{width:100%;margin-bottom:16px;border-collapse:collapse}.form-table td{padding:8px 4px;vertical-align:middle;display:block;width:100%}.form-table td:first-child{font-weight:500;color:#333;font-size:clamp(.8125rem,2vw,.875rem);padding-bottom:4px;width:100%}html.dark .form-table td:first-child{color:#e5e5e5}.form-table label{font-weight:500;font-size:clamp(.8125rem,2vw,.875rem);color:#333}html.dark .form-table label{color:#e5e5e5}.form-input{width:100%;max-width:200px;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:clamp(.875rem,2vw,.9375rem);color:#333;background:#fff;transition:border-color .2s;min-height:44px}html.dark .form-input{border-color:#555;background:#222;color:#e5e5e5}.form-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e526}.form-input-small{width:80px;max-width:80px}.form-hint{color:#888;font-size:clamp(.6875rem,1.5vw,.75rem);margin-left:6px}html.dark .form-hint{color:#666}.radio-group{display:flex;gap:16px;flex-wrap:wrap}.radio-label{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:clamp(.8125rem,2vw,.875rem);color:#333;padding:8px 12px;border-radius:6px;min-height:44px;transition:background .2s;-webkit-tap-highlight-color:transparent}.radio-label:hover{background:#4f46e50a}html.dark .radio-label{color:#e5e5e5}.radio-label input[type=radio]{accent-color:#4F46E5;width:18px;height:18px}.form-select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:clamp(.8125rem,2vw,.875rem);color:#333;background:#fff;cursor:pointer;min-height:44px;appearance:auto}html.dark .form-select{border-color:#555;background:#222;color:#e5e5e5}.form-select:focus{outline:none;border-color:#4f46e5}.settings-toggle{color:#4f46e5;font-weight:600;font-size:clamp(.8125rem,2vw,.875rem);cursor:pointer;background:none;border:none;padding:8px 0;margin:8px 0;min-height:44px;display:flex;align-items:center}.settings-toggle:hover{text-decoration:underline}.settings-content{display:none;padding:16px;background:#f9f9f9;border-radius:8px;margin-bottom:16px;border:1px solid #eee}html.dark .settings-content{background:#222;border-color:#444}.settings-content.visible{display:block}.settings-content .radio-group{flex-direction:column;gap:8px}.btn-group{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.btn-calculate{flex:1;min-width:120px;padding:12px 24px;background:#4f46e5;color:#fff;border:none;border-radius:6px;font-size:clamp(.875rem,2vw,.9375rem);font-weight:600;cursor:pointer;transition:background .2s;min-height:48px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.btn-calculate:hover{background:#4338ca}.btn-calculate:active{transform:scale(.98)}.btn-clear{flex:1;min-width:120px;padding:12px 24px;background:#fff;color:#555;border:1px solid #ddd;border-radius:6px;font-size:clamp(.875rem,2vw,.9375rem);cursor:pointer;transition:all .2s;min-height:48px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}html.dark .btn-clear{background:#222;border-color:#555;color:#aaa}.btn-clear:hover{background:#f5f5f5}html.dark .btn-clear:hover{background:#333}.btn-clear:active{transform:scale(.98)}.results-section{margin-top:24px;padding-top:24px;border-top:1px solid #eee;animation:fadeIn .3s ease-out}html.dark .results-section{border-top-color:#444}.results-section h2{font-size:clamp(1rem,3vw,1.125rem);font-weight:600;color:#111;margin-bottom:16px}html.dark .results-section h2{color:#f5f5f5}.result-card{background:#f9f9f9;border:1px solid #eee;border-radius:8px;padding:clamp(12px,3vw,16px);margin-bottom:12px}html.dark .result-card{background:#222;border-color:#444}.result-label{font-size:clamp(.6875rem,1.8vw,.75rem);color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.result-value{font-size:clamp(1.375rem,5vw,1.75rem);font-weight:700;color:#4f46e5;word-break:break-word}.result-unit{font-size:clamp(.75rem,2vw,.875rem);color:#888;margin-left:4px}html.dark .result-unit{color:#666}.goals-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:12px;border-radius:8px;border:1px solid #eee}html.dark .goals-table-wrap{border-color:#444}.goals-table{width:100%;min-width:480px;border-collapse:collapse}.goals-table th,.goals-table td{padding:clamp(8px,2vw,10px) clamp(8px,2vw,12px);text-align:left;border-bottom:1px solid #eee;font-size:clamp(.75rem,2vw,.875rem);white-space:nowrap}html.dark .goals-table th,html.dark .goals-table td{border-bottom-color:#444}.goals-table th{font-weight:600;color:#555;font-size:clamp(.6875rem,1.8vw,.75rem);text-transform:uppercase;letter-spacing:.5px;background:#f9f9f9;position:sticky;top:0}html.dark .goals-table th{color:#aaa;background:#222}.goals-table tr:last-child td{border-bottom:none}.goal-badge{display:inline-block;padding:3px 10px;border-radius:4px;font-size:clamp(.6875rem,1.8vw,.75rem);font-weight:500;white-space:nowrap}.goal-loss{background:#fee2e2;color:#dc2626}.goal-mild-loss{background:#fef3c7;color:#d97706}.goal-maintain{background:#d1fae5;color:#059669}.goal-mild-gain{background:#dbeafe;color:#2563eb}.goal-gain{background:#e0e7ff;color:#4f46e5}html.dark .goal-loss{background:#3b1a1a;color:#fca5a5}html.dark .goal-mild-loss{background:#3b2e1a;color:#fcd34d}html.dark .goal-maintain{background:#1a3b2a;color:#6ee7b7}html.dark .goal-mild-gain{background:#1a2a3b;color:#93c5fd}html.dark .goal-gain{background:#1e1a3b;color:#a5b4fc}.macro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.macro-card{background:#f9f9f9;border:1px solid #eee;border-radius:8px;padding:clamp(10px,2vw,12px);text-align:center;min-width:0}html.dark .macro-card{background:#222;border-color:#444}.macro-name{font-size:clamp(.625rem,1.6vw,.75rem);font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.macro-grams{font-size:clamp(1rem,3vw,1.25rem);font-weight:700;color:#333;word-break:break-word}html.dark .macro-grams{color:#e5e5e5}.macro-kcal{font-size:clamp(.625rem,1.6vw,.75rem);color:#888}.macro-protein .macro-name{color:#059669}.macro-fat .macro-name{color:#d97706}.macro-carbs .macro-name{color:#2563eb}.macro-bar{display:flex;height:8px;border-radius:4px;overflow:hidden;margin-top:12px;background:#eee}html.dark .macro-bar{background:#444}.macro-bar-protein{background:#059669}.macro-bar-fat{background:#d97706}.macro-bar-carbs{background:#2563eb}.macro-bar-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:clamp(.625rem,1.6vw,.75rem);color:#888}html.dark .macro-bar-labels{color:#666}.bmi-display{display:flex;align-items:baseline;gap:12px;margin-top:8px;flex-wrap:wrap}.bmi-value{font-size:clamp(1.25rem,4vw,1.5rem);font-weight:700;color:#333}html.dark .bmi-value{color:#e5e5e5}.bmi-category{font-size:clamp(.8125rem,2vw,.875rem);color:#555}html.dark .bmi-category{color:#aaa}.bmi-bar{height:8px;background:linear-gradient(to right,#3b82f6,#22c55e,#eab308,#ef4444);border-radius:4px;position:relative;margin-top:12px}.bmi-marker{position:absolute;top:-4px;width:16px;height:16px;background:#333;border:2px solid white;border-radius:50%;transform:translate(-50%);box-shadow:0 1px 3px #0003}.bmi-labels{display:flex;justify-content:space-between;margin-top:8px;font-size:clamp(.5625rem,1.5vw,.6875rem);color:#888;gap:4px}html.dark .bmi-labels{color:#666}.activity-info{margin-top:12px;font-size:clamp(.75rem,2vw,.8125rem);color:#666}html.dark .activity-info{color:#aaa}.activity-info li{margin-bottom:4px;list-style:disc;margin-left:20px}.footer{background:#333;color:#aaa;padding:20px 0;margin-top:auto}html.dark .footer{background:#0a0a0a}.footer-inner{max-width:1100px;margin:0 auto;padding:0 clamp(12px,3vw,20px);text-align:center;font-size:clamp(.75rem,2vw,.8125rem)}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-bottom:12px}.footer-links a{color:#ccc;text-decoration:none;font-size:13px;transition:color .2s}.footer-links a:hover{color:#fff;text-decoration:underline}html.dark .footer-links a{color:#999}html.dark .footer-links a:hover{color:#fff}.category-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:20px}.category-card{background:#f9f9f9;border:1px solid #eee;border-radius:8px;padding:16px;text-decoration:none;transition:all .2s;display:block}html.dark .category-card{background:#222;border-color:#444}.category-card:hover{border-color:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;text-decoration:none}.category-card h3{font-size:clamp(.875rem,2.5vw,1rem);font-weight:600;color:#333;margin-bottom:4px}html.dark .category-card h3{color:#e5e5e5}.category-card p{font-size:clamp(.75rem,2vw,.8125rem);color:#888}.section-title{font-size:clamp(1rem,3vw,1.125rem);font-weight:600;color:#111;margin:24px 0 12px;padding-bottom:8px;border-bottom:2px solid #eee}html.dark .section-title{color:#f5f5f5;border-bottom-color:#444}.info-box{background:#f0f0ff;padding:12px 16px;border-radius:6px;font-family:monospace;font-size:clamp(.8125rem,2vw,.875rem);color:#4f46e5;margin-bottom:12px;word-break:break-word}html.dark .info-box{background:#1a1a3e;color:#818cf8}.code-block{background:#f9f9f9;padding:12px 16px;border-radius:6px;border:1px solid #eee;font-family:monospace;font-size:clamp(.75rem,2vw,.8125rem);margin-bottom:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}html.dark .code-block{background:#112;border-color:#2d2d4a}.card-blue{background:#f0f9ff;border:1px solid #e0e7ff;border-radius:8px;padding:clamp(14px,3vw,20px)}html.dark .card-blue{background:#0f1a2e;border-color:#1e2d4a}.card-green{background:#f0fdf4;border:1px solid #dcfce7;border-radius:8px;padding:clamp(14px,3vw,20px)}html.dark .card-green{background:#0f1f14;border-color:#1a3a22}.calc-card{background:#f9f9f9;border:1px solid #eee;border-radius:8px;padding:clamp(14px,3vw,20px);margin-bottom:24px}html.dark .calc-card{background:#112;border-color:#2d2d4a}.input-field{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:clamp(.875rem,2vw,.9375rem);background:#fff;color:#333;min-height:44px}html.dark .input-field{background:#222;border-color:#555;color:#e5e5e5}.result-card-sm{background:#fff;padding:12px;border-radius:6px;text-align:center}html.dark .result-card-sm{background:#1a1a2e}@media (min-width: 481px){.form-table td{display:table-cell;width:auto}.form-table td:first-child{width:100px;padding-bottom:8px}}@media (min-width: 769px){.main-container{grid-template-columns:1fr 260px;gap:24px}.sidebar{order:0}.form-table td:first-child{width:110px}.macro-grid{gap:12px}}@media (min-width: 1025px){.main-container{grid-template-columns:1fr 280px;gap:28px}.header-nav{gap:24px}.form-table td:first-child{width:120px}}@media (min-width: 1201px){.main-container{max-width:1200px}}@media print{.top-nav,.header,.sidebar,.footer,.hamburger,.mobile-menu,.aiw-toggle,.aiw-panel{display:none!important}.main-container{grid-template-columns:1fr}.content-area{box-shadow:none;border:1px solid #ddd}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-overlay{position:fixed;inset:0;background:#0000;z-index:9998;pointer-events:none;transition:background .3s ease}.chat-overlay-open{background:#0000004d;pointer-events:auto}.chat-drawer{position:fixed;top:0;right:0;bottom:0;width:min(400px,100vw);background:#fff;z-index:9999;display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.chat-drawer-open{transform:translate(0);box-shadow:-4px 0 24px #00000026}.chat-drawer-header{padding:16px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.chat-drawer-title{font-size:18px;font-weight:700;color:#111}.chat-close-btn{background:none;border:none;cursor:pointer;padding:4px;color:#666;display:flex}.chat-close-btn:hover{color:#333}.chat-banner{padding:10px 16px;font-size:13px;font-weight:500;flex-shrink:0}.chat-banner-calculated{background:#f0fdf4;color:#166534;border-bottom:1px solid #dcfce7}.chat-banner-not-calculated{background:#fffbeb;color:#92400e;border-bottom:1px solid #fef3c7}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.chat-empty{text-align:center;color:#999;font-size:14px;margin-top:40px;line-height:1.6}.chat-empty-sub{font-size:12px;color:#bbb;margin-top:4px}.chat-msg-row{display:flex}.chat-msg-row-user{justify-content:flex-end}.chat-msg-row-assistant{justify-content:flex-start}.chat-bubble{max-width:85%;padding:10px 14px;font-size:14px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.chat-bubble-user{border-radius:12px 12px 2px;background:#4f46e5;color:#fff}.chat-bubble-assistant{border-radius:12px 12px 12px 2px;background:#f3f4f6;color:#111}.chat-typing{padding:10px 14px;border-radius:12px 12px 12px 2px;background:#f3f4f6}.chat-typing-dot{width:6px;height:6px;border-radius:50%;background:#999;display:inline-block}.chat-suggestions{padding:0 16px 8px;display:flex;flex-wrap:wrap;gap:6px;flex-shrink:0}.chat-suggestion{padding:6px 12px;border-radius:16px;border:1px solid #e5e7eb;background:#fff;color:#4f46e5;font-size:12px;cursor:pointer;transition:background .15s;white-space:nowrap}.chat-suggestion:hover{background:#f5f3ff}.chat-suggestion:disabled{cursor:not-allowed;opacity:.5}.chat-input-bar{padding:12px 16px;border-top:1px solid #eee;display:flex;gap:8px;align-items:flex-end;flex-shrink:0}.chat-input{flex:1;padding:10px 12px;border-radius:8px;border:1px solid #ddd;font-size:14px;resize:none;font-family:inherit;line-height:1.4;min-height:40px;max-height:100px;background:#fff;color:#333}.chat-input::placeholder{color:#999}.chat-input:disabled{opacity:.5}.chat-send-btn{width:40px;height:40px;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s;background:#e5e7eb;color:#999}.chat-send-btn-active{background:#4f46e5;color:#fff;cursor:pointer}.chat-send-btn:disabled{cursor:not-allowed}.chat-footer{padding:8px 16px;border-top:1px solid #f3f4f6;text-align:center;font-size:11px;color:#bbb;flex-shrink:0}.chat-bubble-btn{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;border:none;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #4f46e566;z-index:10000;transition:transform .2s ease,box-shadow .2s ease}.chat-bubble-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #4f46e580}.chat-bubble-btn:active{transform:scale(.95)}.chat-bubble-btn-hidden{opacity:0;pointer-events:none;transform:scale(.8)}.chat-unread-dot{position:absolute;top:2px;right:2px;width:12px;height:12px;border-radius:50%;background:#ef4444;border:2px solid #fff}html.dark .chat-drawer{background:#1a1a1a}html.dark .chat-drawer-header{border-bottom-color:#333}html.dark .chat-drawer-title{color:#f5f5f5}html.dark .chat-close-btn{color:#aaa}html.dark .chat-close-btn:hover{color:#fff}html.dark .chat-banner-calculated{background:#0f2e1a;color:#86efac;border-bottom-color:#166534}html.dark .chat-banner-not-calculated{background:#2e2206;color:#fcd34d;border-bottom-color:#92400e}html.dark .chat-empty{color:#666}html.dark .chat-empty-sub{color:#555}html.dark .chat-bubble-assistant{background:#262626;color:#e5e5e5}html.dark .chat-typing{background:#262626}html.dark .chat-typing-dot{background:#666}html.dark .chat-suggestion{background:#262626;border-color:#444;color:#818cf8}html.dark .chat-suggestion:hover{background:#333}html.dark .chat-input-bar{border-top-color:#333}html.dark .chat-input{background:#262626;border-color:#555;color:#e5e5e5}html.dark .chat-input::placeholder{color:#666}html.dark .chat-footer{border-top-color:#333}@keyframes chatTypingPulse{0%,to{opacity:.3}50%{opacity:1}}
