:root{--bg: #0F172A;--surface: #1E293B;--surface2: #273449;--border: #334155;--text: #F8FAFC;--text-muted: #94A3B8;--text-dim: #64748B;--gold: #F59E0B;--gold-dim: #78440a;--purple: #8B5CF6;--purple-hover:#7C3AED;--green: #10B981;--red: #EF4444;--r: 12px;--r-sm: 8px;--r-full: 9999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-size:16px}body{min-height:100dvh}main{max-width:600px;margin:0 auto;padding:3rem 1.25rem 8rem}.calculator{display:flex;flex-direction:column;gap:1.5rem}.stale-warning{font-size:.75rem;color:var(--gold);background:#f59e0b1a;border:1px solid rgba(245,158,11,.25);border-radius:var(--r-sm);padding:.5rem .75rem}.calculator h1{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--text)}.calculator .subhead{font-size:1rem;color:var(--text-muted);line-height:1.5;margin-top:-.5rem}.input-row{display:flex;align-items:center;background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r);padding:0 1rem;transition:border-color .15s}.input-row:focus-within{border-color:var(--gold)}.currency-symbol{font-size:1.5rem;font-weight:600;color:var(--text-muted);user-select:none}.input-row input{flex:1;background:transparent;border:none;outline:none;font-family:inherit;font-size:2rem;font-weight:600;color:var(--text);padding:.875rem .5rem;width:100%;min-width:0}.input-row input::placeholder{color:var(--text-dim)}.input-row input::-webkit-outer-spin-button,.input-row input::-webkit-inner-spin-button{-webkit-appearance:none}.input-row input[type=number]{-moz-appearance:textfield}.input-suffix{font-size:1rem;color:var(--text-dim);white-space:nowrap;padding-left:.25rem}.presets{display:flex;flex-wrap:wrap;gap:.5rem}.presets button{cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:500;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--r-full);padding:.5rem 1rem;transition:color .15s,border-color .15s,background .15s}.presets button:hover{color:var(--gold);border-color:var(--gold);background:#f59e0b14}.result-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.result-label{font-size:.875rem;color:var(--text-muted);font-weight:500}.result-numbers{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.result-numbers>div{display:flex;flex-direction:column;gap:.25rem}.big-number{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:var(--text);letter-spacing:-.02em}.unit{font-size:.75rem;color:var(--text-dim);line-height:1.4}.result-footer{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--border);gap:1rem}.countdown-label{display:block;font-size:.75rem;color:var(--text-dim);margin-bottom:.125rem}.countdown{font-size:1.125rem;font-weight:600;color:var(--green)}.share-btn{cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:600;color:var(--text-muted);background:transparent;border:1px solid var(--border);border-radius:var(--r-sm);padding:.5rem 1.25rem;transition:color .15s,border-color .15s;white-space:nowrap}.share-btn:hover{color:var(--text);border-color:var(--text-muted)}.broker-cta{background:linear-gradient(135deg,#8b5cf61a,#f59e0b0f);border:1px solid rgba(139,92,246,.3);border-radius:var(--r);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.broker-cta h3{font-size:1.125rem;font-weight:600;color:var(--text)}.broker-cta>p{font-size:.9375rem;color:var(--text-muted)}.qualifier-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.qualifier-buttons button{cursor:pointer;font-family:inherit;font-size:.9375rem;font-weight:600;color:var(--text);background:var(--surface2);border:1px solid var(--border);border-radius:var(--r-sm);padding:.875rem 1rem;transition:background .15s,border-color .15s}.qualifier-buttons button:hover{background:var(--surface);border-color:var(--purple)}.broker-result{display:flex;flex-direction:column;gap:.75rem}.broker-result p{font-size:.9375rem;color:var(--text-muted);line-height:1.5}.broker-result a{display:block;text-align:center;font-family:inherit;font-size:1rem;font-weight:600;color:var(--bg);background:var(--purple);border:none;border-radius:var(--r-sm);padding:.875rem 1.5rem;text-decoration:none;transition:background .15s;cursor:pointer}.broker-result a:hover{background:var(--purple-hover)}.change-btn{cursor:pointer;font-family:inherit;font-size:.8125rem;color:var(--text-dim);background:transparent;border:none;padding:0;text-decoration:underline;text-underline-offset:3px;transition:color .15s;align-self:flex-start}.change-btn:hover{color:var(--text-muted)}.chat-fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;cursor:pointer;font-family:inherit;font-size:.9375rem;font-weight:600;color:var(--bg);background:var(--gold);border:none;border-radius:var(--r-full);padding:.875rem 1.5rem;box-shadow:0 4px 24px #f59e0b59;transition:background .15s,box-shadow .15s,transform .15s;min-height:44px}.chat-fab:hover{background:#d97706;box-shadow:0 6px 32px #f59e0b73;transform:translateY(-1px)}.chat-drawer{position:fixed;top:0;right:0;bottom:0;z-index:40;width:min(420px,100vw);background:var(--surface);border-left:1px solid var(--border);display:flex;flex-direction:column;box-shadow:-8px 0 40px #0006}.chat-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border);flex-shrink:0}.chat-drawer-title{font-size:.9375rem;font-weight:600;color:var(--text)}.chat-close-btn{cursor:pointer;font-family:inherit;font-size:1.25rem;line-height:1;color:var(--text-dim);background:transparent;border:none;padding:.25rem;border-radius:var(--r-sm);transition:color .15s,background .15s;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.chat-close-btn:hover{color:var(--text);background:var(--surface2)}.chat-messages{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;scroll-behavior:smooth}.chat-message{max-width:85%;font-size:.9375rem;line-height:1.6;padding:.75rem 1rem;border-radius:var(--r-sm);word-break:break-word;white-space:pre-wrap}.chat-message--user{align-self:flex-end;background:var(--purple);color:#fff;border-bottom-right-radius:4px}.chat-message--assistant{align-self:flex-start;background:var(--surface2);color:var(--text);border-bottom-left-radius:4px}.chat-message--loading{color:var(--text-dim);font-style:italic}.chat-chips{padding:0 1.25rem 1rem;display:flex;flex-wrap:wrap;gap:.5rem;flex-shrink:0}.chip{cursor:pointer;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--text-muted);background:var(--surface2);border:1px solid var(--border);border-radius:var(--r-full);padding:.4375rem .875rem;transition:color .15s,border-color .15s,background .15s;white-space:nowrap}.chip:hover{color:var(--gold);border-color:var(--gold);background:#f59e0b14}.chat-input-row{display:flex;gap:.5rem;padding:1rem 1.25rem;border-top:1px solid var(--border);flex-shrink:0}.chat-input{flex:1;min-width:0;font-family:inherit;font-size:.9375rem;color:var(--text);background:var(--surface2);border:1px solid var(--border);border-radius:var(--r-sm);padding:.75rem 1rem;outline:none;transition:border-color .15s;min-height:44px}.chat-input::placeholder{color:var(--text-dim)}.chat-input:focus{border-color:var(--gold)}.chat-send-btn{cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:600;color:var(--bg);background:var(--gold);border:none;border-radius:var(--r-sm);padding:.75rem 1.125rem;transition:background .15s,opacity .15s;white-space:nowrap;min-height:44px}.chat-send-btn:hover:not(:disabled){background:#d97706}.chat-send-btn:disabled{opacity:.4;cursor:not-allowed}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important}}
