html{color-scheme:light dark}body{margin:0}:root{--brand:#639a00;--brand-dark:#4e7a00;--brand-soft:#639a001f;--bg:#f4f6f2;--surface:#fff;--surface-2:#f7f8f5;--border:#e2e6dd;--text:#1d2117;--text-muted:#62695a;--ok:#2f8f3f;--busy:#c98a00;--queued:#3d7ab8;--danger:#c8372d;--radius-sm:8px;--radius:14px;--radius-lg:20px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--shadow:0 1px 2px #141e0a0d,0 8px 24px #141e0a0f;--ring:0 0 0 3px var(--brand-soft);--font:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,"Courier New",monospace}:root[data-theme=dark]{--brand:#8fc63f;--brand-dark:#7cb02f;--brand-soft:#8fc63f29;--bg:#14170f;--surface:#1c2016;--surface-2:#232819;--border:#333a28;--text:#e9ede1;--text-muted:#9aa48c;--ok:#6cc46f;--busy:#e0a83a;--queued:#6ea8dd;--danger:#ef6a5e;--shadow:0 1px 2px #0006,0 8px 24px #00000059}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#f4f6f2;background:var(--bg);color:#1d2117;color:var(--text);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-family:var(--font);line-height:1.55}button,input,select,textarea{color:inherit;font:inherit}a{color:#4e7a00;color:var(--brand-dark)}:root[data-theme=dark] a{color:#639a00;color:var(--brand)}:focus-visible{outline:2px solid #639a00;outline:2px solid var(--brand);outline-offset:2px}.sr-only{clip:rect(0 0 0 0);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{background:#639a00;background:var(--brand);box-shadow:0 1px 0 #00000014;color:#fff;gap:24px;gap:var(--space-5);padding:12px 24px;padding:var(--space-3) var(--space-5);position:-webkit-sticky;position:sticky;top:0;z-index:20}.app-header,.brand{align-items:center;display:flex}.brand{gap:12px;gap:var(--space-3);min-width:0}#logo{background:#fff;border:2px solid #ffffffe6;border-radius:4px;height:30px}.brand-name{font-weight:600;letter-spacing:.01em;white-space:nowrap}.tabs{background:#ffffff29;border-radius:999px;display:flex;gap:4px;gap:var(--space-1);margin-left:auto;padding:3px}.tabs button{background:#0000;border:none;border-radius:999px;color:#ffffffe6;cursor:pointer;font-weight:500;padding:6px 18px;transition:background .18s ease,color .18s ease}.tabs button:hover{background:#ffffff29}.tabs button.active{background:#fff;color:#4e7a00;color:var(--brand-dark)}.theme-toggle{background:#0000;border:1px solid #ffffff59;border-radius:50%;color:#fff;cursor:pointer;display:grid;font-size:15px;height:34px;place-items:center;transition:background .18s ease;width:34px}.theme-toggle:hover{background:#ffffff2e}.app-main{flex:1 1;padding:32px 16px;padding:var(--space-6) var(--space-4)}.app-footer,.app-main{margin:0 auto;max-width:880px;width:100%}.app-footer{color:#62695a;color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:.85rem;gap:12px;gap:var(--space-3);justify-content:space-between;padding:24px 16px 32px;padding:var(--space-5) var(--space-4) var(--space-6)}.chat,.stack{display:flex;flex-direction:column;gap:16px;gap:var(--space-4)}.card{background:#fff;background:var(--surface);border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 1px 2px #141e0a0d,0 8px 24px #141e0a0f;box-shadow:var(--shadow);padding:24px;padding:var(--space-5)}.card-head{align-items:center;display:flex;flex-wrap:wrap;gap:12px;gap:var(--space-3);justify-content:space-between;margin-bottom:12px;margin-bottom:var(--space-3)}.card h2{font-size:1.4rem;line-height:1.25}.card h3,.card-title{color:#62695a;color:var(--text-muted);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.card-title{margin-bottom:16px;margin-bottom:var(--space-4)}.card-head .card-title{margin-bottom:0}.card p,.card-note{color:#62695a;color:var(--text-muted)}.card-note{font-size:.85rem;margin-top:16px;margin-top:var(--space-4)}.card-note-error{color:#c8372d;color:var(--danger)}.facts{color:#62695a;color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:.9rem;gap:8px 24px;gap:var(--space-2) var(--space-5);list-style:none;margin-top:16px;margin-top:var(--space-4)}.facts strong{color:#1d2117;color:var(--text);display:block;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.pill{align-items:center;background:#f7f8f5;background:var(--surface-2);border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:999px;display:inline-flex;font-size:.8rem;font-weight:600;gap:8px;gap:var(--space-2);padding:4px 12px;white-space:nowrap}.pill-dot{background:#62695a;background:var(--text-muted);border-radius:50%;height:8px;width:8px}.pill-ok .pill-dot{background:#2f8f3f;background:var(--ok)}.pill-busy .pill-dot{animation:pulse 1.4s ease-in-out infinite;background:#c98a00;background:var(--busy)}.pill-queued .pill-dot{background:#3d7ab8;background:var(--queued)}.pill-error .pill-dot{background:#c8372d;background:var(--danger)}@keyframes pulse{50%{opacity:.3}}.stat-grid{grid-gap:12px;grid-gap:var(--space-3);display:grid;gap:12px;gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.stat{background:#f7f8f5;background:var(--surface-2);border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);padding:12px;padding:var(--space-3)}.stat dt{color:#62695a;color:var(--text-muted);font-size:.75rem;letter-spacing:.04em}.stat dd{font-feature-settings:"tnum";font-size:1.25rem;font-variant-numeric:tabular-nums;font-weight:600;margin-top:2px}.stat-pending dd{font-size:.9rem;font-style:italic;font-weight:500}.stat-hint,.stat-pending dd{color:#62695a;color:var(--text-muted)}.stat-hint{font-size:.75rem}.loaded-list{display:flex;flex-direction:column;gap:8px;gap:var(--space-2);list-style:none;margin-top:16px;margin-top:var(--space-4)}.loaded-list li{background:#f7f8f5;background:var(--surface-2);border-radius:8px;border-radius:var(--radius-sm);display:flex;font-size:.85rem;gap:12px;gap:var(--space-3);justify-content:space-between;padding:8px 12px;padding:var(--space-2) var(--space-3)}.loaded-name{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Courier New,monospace;font-family:var(--font-mono);overflow:hidden;text-overflow:ellipsis}.loaded-meta{color:#62695a;color:var(--text-muted);white-space:nowrap}.field-row{grid-gap:16px;grid-gap:var(--space-4);display:grid;gap:16px;gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(230px,1fr));margin-bottom:16px;margin-bottom:var(--space-4)}.field{display:flex;flex-direction:column;gap:8px;gap:var(--space-2);min-width:0}.field legend,.field>label{font-size:.85rem;font-weight:600}.field input[type=email],.field input[type=text],.field select{background:#f7f8f5;background:var(--surface-2);border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);padding:10px 12px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.field input:focus,.field select:focus{border-color:#639a00;border-color:var(--brand);box-shadow:0 0 0 3px #639a001f;box-shadow:var(--ring);outline:none}.field input[aria-invalid=true]{border-color:#c8372d;border-color:var(--danger)}.field-error{color:#c8372d;color:var(--danger);font-size:.8rem}.field-hint{color:#62695a;color:var(--text-muted);font-size:.8rem;line-height:1.4}.field textarea{background:#f7f8f5;background:var(--surface-2);border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);padding:10px 12px;resize:vertical;width:100%}.field input[type=number]:focus,.field textarea:focus{border-color:#639a00;border-color:var(--brand);box-shadow:0 0 0 3px #639a001f;box-shadow:var(--ring);outline:none}.field input[type=number]{background:#f7f8f5;background:var(--surface-2);border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);padding:10px 12px;width:100%}.disclosure{align-self:flex-start;font-size:.85rem;margin-bottom:16px;margin-bottom:var(--space-4)}.segmented{background:#f7f8f5;background:var(--surface-2);border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:999px;display:flex;gap:2px;padding:3px}.segmented button{background:#0000;border:none;border-radius:999px;color:#62695a;color:var(--text-muted);cursor:pointer;font-size:.83rem;font-weight:600;padding:5px 14px;transition:background .18s ease,color .18s ease}.segmented button:hover:not(:disabled){color:#1d2117;color:var(--text)}.segmented button.active{background:#639a00;background:var(--brand);color:#fff}:root[data-theme=dark] .segmented button.active{color:#17200a}.segmented button:disabled{cursor:not-allowed;opacity:.5}.file-queue{display:flex;flex-direction:column;gap:8px;gap:var(--space-2);list-style:none;margin-bottom:16px;margin-bottom:var(--space-4);max-height:320px;overflow-y:auto}.file-row{background:#f7f8f5;background:var(--surface-2);border:1px solid #e2e6dd;border-left:3px solid #e2e6dd;border:1px solid var(--border);border-left-width:3px;border-radius:8px;border-radius:var(--radius-sm);padding:12px;padding:var(--space-3)}.file-row-active{border-left-color:#c98a00;border-left-color:var(--busy)}.file-row-done{border-left-color:#2f8f3f;border-left-color:var(--ok);opacity:.7}.file-row-error{border-left-color:#c8372d;border-left-color:var(--danger)}.file-row-head{align-items:center;display:flex;font-size:.85rem;gap:8px;gap:var(--space-2);margin-bottom:8px;margin-bottom:var(--space-2)}.file-row-index{background:#fff;background:var(--surface);border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:50%;color:#62695a;color:var(--text-muted);display:grid;flex:none;font-size:.7rem;height:20px;place-items:center;width:20px}.file-row-name{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-row-size,.file-row-state{color:#62695a;color:var(--text-muted);flex:none;font-size:.78rem;white-space:nowrap}.file-row-remove{background:#0000;border:none;border-radius:50%;color:#62695a;color:var(--text-muted);cursor:pointer;flex:none;font-size:1.1rem;height:22px;line-height:1;width:22px}.file-row-remove:hover{background:#e2e6dd;background:var(--border);color:#c8372d;color:var(--danger)}.file-row-rename input{background:#fff;background:var(--surface);border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);font-size:.85rem;padding:6px 10px;width:100%}.file-row-rename input:focus{border-color:#639a00;border-color:var(--brand);box-shadow:0 0 0 3px #639a001f;box-shadow:var(--ring);outline:none}.file-row-rename input[aria-invalid=true]{border-color:#c8372d;border-color:var(--danger)}.options{border:none;gap:8px;gap:var(--space-2);justify-content:center}.switch{align-items:center;cursor:pointer;display:flex;font-size:.9rem;gap:12px;gap:var(--space-3)}.switch input{-webkit-appearance:none;appearance:none;background:#e2e6dd;background:var(--border);border-radius:999px;cursor:pointer;flex:none;height:22px;position:relative;transition:background .18s ease;width:38px}.switch input:after{background:#fff;border-radius:50%;content:"";height:16px;left:3px;position:absolute;top:3px;transition:transform .18s ease;width:16px}.switch input:checked{background:#639a00;background:var(--brand)}.switch input:checked:after{transform:translateX(16px)}.dropzone{align-items:center;background:#f7f8f5;background:var(--surface-2);border:2px dashed #e2e6dd;border:2px dashed var(--border);border-radius:14px;border-radius:var(--radius);cursor:pointer;display:flex;flex-direction:column;gap:4px;gap:var(--space-1);justify-content:center;margin-bottom:16px;margin-bottom:var(--space-4);min-height:118px;padding:24px;padding:var(--space-5);text-align:center;transition:border-color .18s ease,background .18s ease}.dropzone-active,.dropzone:hover{background:#639a001f;background:var(--brand-soft);border-color:#639a00;border-color:var(--brand)}.dropzone-filled{border-color:#639a00;border-color:var(--brand);border-style:solid}.dropzone-name{font-weight:600;word-break:break-all}.dropzone-hint{color:#62695a;color:var(--text-muted);font-size:.82rem}.btn{border:1px solid #0000;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;font-weight:600;padding:10px 20px;transition:background .18s ease,opacity .18s ease}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:#639a00;background:var(--brand);color:#fff}.btn-primary:not(:disabled):hover{background:#4e7a00;background:var(--brand-dark)}:root[data-theme=dark] .btn-primary{color:#17200a}.btn-ghost{background:#f7f8f5;background:var(--surface-2);border-color:#e2e6dd;border-color:var(--border);color:#1d2117;color:var(--text)}.btn-ghost:hover{background:#639a001f;background:var(--brand-soft)}.btn-stop{background:#c8372d;background:var(--danger);color:#fff}.btn-block{width:100%}.link-btn{background:none;border:none;color:inherit;cursor:pointer;font-weight:600;padding:0;text-decoration:underline}.notice{background:#f7f8f5;background:var(--surface-2);border-left:3px solid #62695a;border-left:3px solid var(--text-muted);border-radius:8px;border-radius:var(--radius-sm);font-size:.88rem;margin-bottom:12px;margin-bottom:var(--space-3);padding:12px 16px;padding:var(--space-3) var(--space-4)}.notice-busy{border-left-color:#c98a00;border-left-color:var(--busy)}.notice-queue{border-left-color:#3d7ab8;border-left-color:var(--queued)}.notice-error{border-left-color:#c8372d;border-left-color:var(--danger);color:#c8372d;color:var(--danger)}.toast{align-items:center;background:#fff;background:var(--surface);border:1px solid #e2e6dd;border-left:4px solid #2f8f3f;border:1px solid var(--border);border-left:4px solid var(--ok);border-radius:14px;border-radius:var(--radius);box-shadow:0 1px 2px #141e0a0d,0 8px 24px #141e0a0f;box-shadow:var(--shadow);display:flex;gap:16px;gap:var(--space-4);justify-content:space-between;padding:12px 16px;padding:var(--space-3) var(--space-4)}.toast-error{border-left-color:#c8372d;border-left-color:var(--danger)}.toast button{background:none;border:none;color:#62695a;color:var(--text-muted);cursor:pointer;font-size:1.3rem;line-height:1}.chat-shell{display:flex;flex-direction:column;padding:16px;padding:var(--space-4)}.chat-head{border-bottom:1px solid #e2e6dd;border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;margin-bottom:12px;margin-bottom:var(--space-3);padding-bottom:16px;padding-bottom:var(--space-4)}.chat-head,.chat-head-controls,.chat-head-main{align-items:center;display:flex;gap:12px;gap:var(--space-3)}.model-select select{background:#f7f8f5;background:var(--surface-2);border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;font-size:.88rem;max-width:240px;padding:7px 10px}.model-select select:disabled{cursor:not-allowed;opacity:.6}.offline-panel{align-items:center;background:#f7f8f5;background:var(--surface-2);border:1px solid #e2e6dd;border-left:4px solid #c8372d;border:1px solid var(--border);border-left:4px solid var(--danger);border-radius:14px;border-radius:var(--radius);display:flex;flex-direction:column;gap:12px;gap:var(--space-3);margin-bottom:16px;margin-bottom:var(--space-4);padding:24px;padding:var(--space-5);text-align:center}.offline-icon{font-size:1.8rem;line-height:1}.offline-panel h3{color:#1d2117;color:var(--text);font-size:1.05rem;font-weight:700;letter-spacing:0;text-transform:none}.offline-panel p{color:#62695a;color:var(--text-muted);font-size:.9rem;max-width:46ch}.offline-panel code{background:#fff;background:var(--surface);border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Courier New,monospace;font-family:var(--font-mono);font-size:.85em;padding:1px 5px}.offline-detail{font-size:.78rem!important;opacity:.75}.chat-body-locked{filter:grayscale(1);opacity:.4;pointer-events:none;-webkit-user-select:none;user-select:none}.chat-log{display:flex;flex-direction:column;gap:24px;gap:var(--space-5);max-height:min(58vh,620px);min-height:320px;overflow-y:auto;padding:8px 4px;padding:var(--space-2) var(--space-1);scroll-behavior:smooth}.chat-empty{margin:auto;max-width:460px;text-align:center}.chat-empty h3{color:#1d2117;color:var(--text);font-size:1.35rem;font-weight:600;letter-spacing:0;margin-bottom:8px;margin-bottom:var(--space-2);text-transform:none}.chat-empty p{color:#62695a;color:var(--text-muted);font-size:.9rem}.suggestions{display:flex;flex-direction:column;gap:8px;gap:var(--space-2);margin-top:24px;margin-top:var(--space-5)}.suggestions button{background:#f7f8f5;background:var(--surface-2);border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);cursor:pointer;font-size:.88rem;padding:10px 14px;text-align:left;transition:border-color .18s ease,background .18s ease}.suggestions button:hover:not(:disabled){background:#639a001f;background:var(--brand-soft);border-color:#639a00;border-color:var(--brand)}.suggestions button:disabled{cursor:not-allowed;opacity:.5}.msg{align-items:flex-start;display:flex;gap:12px;gap:var(--space-3)}.msg-avatar{background:#f7f8f5;background:var(--surface-2);border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:50%;color:#62695a;color:var(--text-muted);display:grid;flex:none;font-size:.68rem;font-weight:700;height:30px;place-items:center;width:30px}.msg-assistant .msg-avatar{background:#639a00;background:var(--brand);border-color:#639a00;border-color:var(--brand);color:#fff}.msg-body{flex:1 1;min-width:0}.msg-meta{color:#62695a;color:var(--text-muted);display:flex;font-size:.75rem;gap:8px;gap:var(--space-2);margin-bottom:4px;margin-bottom:var(--space-1)}.msg-text{overflow-wrap:anywhere;white-space:pre-wrap}.msg-user .msg-body{border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);padding:12px 16px;padding:var(--space-3) var(--space-4)}.msg-user .msg-body,.thinking{background:#f7f8f5;background:var(--surface-2)}.thinking{border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);margin-bottom:12px;margin-bottom:var(--space-3)}.thinking summary{cursor:pointer;font-size:.78rem;padding:6px 10px}.thinking p,.thinking summary{color:#62695a;color:var(--text-muted)}.thinking p{font-size:.85rem;overflow-wrap:anywhere;padding:0 10px 10px;white-space:pre-wrap}.msg-stats{font-feature-settings:"tnum";color:#62695a;color:var(--text-muted);font-size:.75rem;font-variant-numeric:tabular-nums;margin-top:8px;margin-top:var(--space-2)}.typing{display:flex;gap:5px;padding-left:42px}.typing span{animation:bounce 1.1s ease-in-out infinite;background:#62695a;background:var(--text-muted);border-radius:50%;height:7px;width:7px}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.composer{align-items:flex-end;background:#f7f8f5;background:var(--surface-2);border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius);display:flex;gap:8px;gap:var(--space-2);margin-top:16px;margin-top:var(--space-4);padding:8px;padding:var(--space-2);transition:border-color .15s ease,box-shadow .15s ease}.composer:focus-within{border-color:#639a00;border-color:var(--brand);box-shadow:0 0 0 3px #639a001f;box-shadow:var(--ring)}.composer textarea{background:none;border:none;flex:1 1;max-height:200px;min-height:42px;outline:none;padding:10px;resize:none}.composer-hint{color:#62695a;color:var(--text-muted);font-size:.75rem;margin-top:8px;margin-top:var(--space-2);text-align:right}.md>*+*{margin-top:12px;margin-top:var(--space-3)}.md li,.md p{overflow-wrap:anywhere}.md h3,.md h4,.md h5,.md h6{color:#1d2117;color:var(--text);font-size:1rem;font-weight:700;letter-spacing:0;text-transform:none}.md ol,.md ul{padding-left:24px;padding-left:var(--space-5)}.md li+li{margin-top:4px;margin-top:var(--space-1)}.md blockquote{border-left:3px solid #e2e6dd;border-left:3px solid var(--border);color:#62695a;color:var(--text-muted);padding-left:16px;padding-left:var(--space-4)}.md-inline-code{border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Courier New,monospace;font-family:var(--font-mono);font-size:.86em;padding:1px 5px}.md-code,.md-inline-code{background:#f7f8f5;background:var(--surface-2)}.md-code{border:1px solid #e2e6dd;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);overflow:hidden}.md-code-head{align-items:center;border-bottom:1px solid #e2e6dd;border-bottom:1px solid var(--border);display:flex;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Courier New,monospace;font-family:var(--font-mono);justify-content:space-between;padding:5px 10px}.md-code-head,.md-code-head button{color:#62695a;color:var(--text-muted);font-size:.74rem}.md-code-head button{background:none;border:none;cursor:pointer}.md-code-head button:hover{color:#4e7a00;color:var(--brand-dark)}.md-code pre{overflow-x:auto;padding:12px;padding:var(--space-3)}.md-code code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Courier New,monospace;font-family:var(--font-mono);font-size:.85rem}@media (max-width:640px){.app-header{flex-wrap:wrap;gap:12px;gap:var(--space-3);padding:12px 16px;padding:var(--space-3) var(--space-4)}.tabs{margin-left:0;order:3;width:100%}.tabs button{flex:1 1}.theme-toggle{margin-left:auto}.app-main{padding:16px 12px;padding:var(--space-4) var(--space-3)}.card{padding:16px;padding:var(--space-4)}.chat-head-controls{width:100%}.model-select{flex:1 1}.model-select select{max-width:none;width:100%}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=main.07200e6d.css.map*/