@import url(https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&display=swap);.svg-logo{filter:drop-shadow(0 2px 4px rgba(67,62,57,.15));height:100%;transition:filter .35s ease;width:100%}.svg-logo path{fill:var(--color-accent);transition:fill .35s ease}.logo-link:hover .svg-logo{filter:drop-shadow(0 4px 14px var(--color-accent-dim))}.logo-link:hover .svg-logo path{fill:#a89890}.logo-wrap{align-items:center;display:flex;height:56px;justify-content:center;width:56px}@media (max-width:640px){.logo-wrap{height:40px;width:40px}}.identity-panel{background:var(--color-bg-surface);border-right:1px solid var(--color-border-subtle);height:100vh;overflow:hidden;position:-webkit-sticky;position:sticky;top:0}.identity-inner,.identity-panel{display:flex;flex-direction:column}.identity-inner{gap:var(--space-6);height:100%;overflow-y:auto;padding:var(--space-10) var(--space-8)}.identity-logo{flex-shrink:0}.identity-bio{display:flex;flex-direction:column;gap:var(--space-1)}.identity-name{color:var(--color-text-primary);font-size:var(--text-2xl);font-weight:600;letter-spacing:-.02em;line-height:var(--leading-tight);margin:0}.identity-label{color:var(--color-text-muted);font-size:var(--text-base);font-weight:400;margin:var(--space-1) 0 0}.identity-location{color:var(--color-text-faint);font-size:var(--text-sm);margin:var(--space-1) 0 0}.identity-divider{background:var(--color-border-subtle);flex-shrink:0;height:1px}.identity-highlights{display:flex;flex-direction:column;gap:var(--space-3);list-style:none;margin:0;padding:0}.identity-highlight-item{align-items:baseline;color:var(--color-text-muted);display:flex;font-size:var(--text-sm);gap:var(--space-2);line-height:var(--leading-normal)}.identity-bullet{color:var(--color-accent);flex-shrink:0;font-size:var(--text-xs);font-weight:500}.identity-footer{display:flex;flex-direction:column;gap:var(--space-5);margin-top:auto;padding-top:var(--space-4)}.identity-contact-link{align-items:center;color:var(--color-text-faint);display:inline-flex;font-size:var(--text-sm);gap:var(--space-2);text-decoration:none;transition:color .2s ease,gap .2s ease}.identity-contact-link:hover{color:var(--color-accent);gap:var(--space-3)}@media (max-width:1023px) and (min-width:768px){.identity-panel{border-bottom:1px solid var(--color-border-subtle);border-right:none;height:auto;position:relative}.identity-inner{align-items:center;flex-direction:row;gap:var(--space-6);overflow-y:visible;padding:var(--space-4) var(--space-6)}.identity-bio{flex:1 1}.identity-divider,.identity-highlights{display:none}.identity-footer{align-items:center;flex-direction:row;gap:var(--space-6);margin-top:0;padding-top:0}.identity-contact-link{white-space:nowrap}}@media (max-width:767px){.identity-panel{border-bottom:1px solid var(--color-border-subtle);border-right:none;height:auto;position:relative}.identity-inner{align-items:center;flex-direction:row;gap:var(--space-3);overflow-y:visible;padding:var(--space-3) var(--space-4)}.identity-bio{flex:1 1;gap:0}.identity-name{font-size:var(--text-base);font-weight:600}.identity-label{font-size:var(--text-xs);margin-top:2px}.identity-divider,.identity-highlights,.identity-location{display:none}.identity-footer{align-items:center;flex-direction:row;gap:var(--space-3);margin-top:0;padding-top:0}.identity-contact-link span:last-child{display:none}}.chat-thinking{align-items:center;display:flex;gap:var(--space-3);max-width:280px;padding:var(--space-3) var(--space-4);width:-webkit-fit-content;width:fit-content}.chat-thinking-dots{align-items:center;display:flex;flex-shrink:0;gap:5px}.chat-thinking-dot{background:var(--color-accent);border-radius:var(--radius-full);display:block;height:6px;width:6px}.chat-thinking-label{color:var(--color-text-faint);font-size:var(--text-xs);font-style:italic;white-space:nowrap}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:var(--space-4);overflow-y:auto;padding:var(--space-4)}.chat-msg--user{display:flex;justify-content:flex-end}.chat-msg-user-bubble{background:var(--color-user-bubble);border:1px solid var(--color-user-bubble-border);border-radius:var(--radius-lg);border-bottom-right-radius:3px;color:var(--color-text-primary);font-size:var(--text-sm);line-height:var(--leading-normal);max-width:min(480px,82%);padding:var(--space-2) var(--space-4);word-break:break-word}.chat-msg--bot{align-items:flex-start;display:flex;gap:var(--space-3);max-width:92%}.chat-msg-accent{align-self:stretch;background:var(--color-accent);border-radius:var(--radius-full);flex-shrink:0;margin-top:4px;min-height:20px;opacity:.6;width:2px}.chat-msg-body{flex:1 1;min-width:0}.chat-md{color:var(--color-text-primary);font-family:var(--font-sans);font-size:var(--text-sm);line-height:var(--leading-normal)}.chat-md p{margin:.4em 0}.chat-md p:first-child{margin-top:0}.chat-md p:last-child{margin-bottom:0}.chat-md h1,.chat-md h2,.chat-md h3,.chat-md h4,.chat-md h5,.chat-md h6{color:var(--color-text-primary);font-weight:600;line-height:var(--leading-tight);margin:.8em 0 .3em}.chat-md h1{font-size:var(--text-xl)}.chat-md h2{font-size:var(--text-lg)}.chat-md h3{font-size:var(--text-base)}.chat-md ol,.chat-md ul{color:var(--color-text-primary);margin:.4em 0;padding-left:1.4em}.chat-md li{margin:.2em 0}.chat-md strong{color:var(--color-text-primary);font-weight:600}.chat-md em{color:var(--color-text-muted)}.chat-md-link{color:var(--color-accent)!important;text-decoration:underline;text-underline-offset:2px}.chat-md-link:hover{opacity:.8}.chat-md-code-inline{border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.85em;padding:1px 5px}.chat-md-code-inline,.chat-md-pre{background:var(--color-bg-elevated);color:var(--color-text-primary);font-family:var(--font-mono)}.chat-md-pre{border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--text-xs);line-height:1.5;margin:var(--space-2) 0;overflow-x:auto;padding:var(--space-3) var(--space-4)}.chat-msg-disclaimer{color:var(--color-text-faint);font-size:var(--text-xs);font-style:italic;line-height:var(--leading-normal);margin:var(--space-2) 0 0}.chat-input-wrap{align-items:flex-end;background:var(--color-bg-surface);border-top:1px solid var(--color-border-subtle);display:flex;gap:var(--space-2);padding:var(--space-3) var(--space-4)}.chat-input-textarea{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);flex:1 1;font-family:var(--font-sans);font-size:var(--text-sm);line-height:var(--leading-normal);max-height:120px;min-height:38px;overflow-y:auto;padding:var(--space-2) var(--space-3);resize:none;transition:border-color .18s ease}.chat-input-textarea::placeholder{color:var(--color-text-faint)}.chat-input-textarea:focus{border-color:var(--color-accent);outline:none}.chat-input-textarea:disabled{cursor:not-allowed;opacity:.5}.chat-input-btn{align-items:center;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-faint);cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:background .18s ease,color .18s ease,border-color .18s ease;width:36px}.chat-input-btn:not(:disabled):hover{background:var(--color-accent-glow);border-color:var(--color-accent);color:var(--color-accent)}.chat-input-btn:disabled{cursor:not-allowed;opacity:.35}.chat-input-btn--stop{background:#ef44441a;border-color:#ef44444d;color:#ef4444}.chat-input-btn--stop:hover{background:#ef444433!important;border-color:#ef4444!important;color:#ef4444!important}.chat-input-btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.chat-prompts{display:flex;flex-wrap:wrap;gap:var(--space-2);padding:var(--space-3) var(--space-4);padding-bottom:0}.chat-prompt-chip{align-items:center;background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-full);color:var(--color-text-muted);cursor:pointer;display:inline-flex;font-family:var(--font-sans);font-size:var(--text-xs);line-height:1.4;padding:5px 12px;transition:border-color .18s ease,background .18s ease,color .18s ease;white-space:nowrap}.chat-prompt-chip:hover{background:var(--color-accent-glow);border-color:var(--color-accent);color:var(--color-text-primary)}.chat-prompt-chip:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@media (max-width:640px){.chat-prompts{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto;padding-bottom:0;scrollbar-width:none}.chat-prompts::-webkit-scrollbar{display:none}}.chat-root{display:flex;flex-direction:column;height:100%}.chat-root,.split-layout{background:var(--color-bg);overflow:hidden}.split-layout{display:grid;grid-template-columns:360px 1fr;height:100vh}.split-chat,.split-identity{min-width:0;overflow:hidden}.split-chat{display:flex;flex-direction:column}@media (max-width:1023px) and (min-width:768px){.split-layout{grid-template-columns:1fr;grid-template-rows:auto 1fr}.split-chat{min-height:0}}@media (max-width:767px){.split-layout{grid-template-columns:1fr;grid-template-rows:auto 1fr}.split-chat{min-height:0}}.contact-page{background:var(--color-bg);display:flex;flex-direction:column;min-height:100vh}.contact-header{align-items:center;border-bottom:1px solid var(--color-border-subtle);display:flex;justify-content:space-between;padding:var(--space-5) var(--space-8)}.contact-back{align-items:center;color:var(--color-text-muted);display:inline-flex;font-size:var(--text-sm);gap:var(--space-2);text-decoration:none;transition:color .18s ease}.contact-back:hover{color:var(--color-text-primary)}.contact-main{align-items:center;display:flex;flex:1 1;justify-content:center;padding:var(--space-8) var(--space-4)}.contact-card{background:var(--color-bg-surface);border:1px solid var(--color-border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);max-width:480px;padding:var(--space-10);width:100%}.contact-title{color:var(--color-text-primary);font-size:var(--text-2xl);font-weight:600;letter-spacing:-.02em;line-height:var(--leading-tight);margin:0 0 var(--space-2)}.contact-subtitle{color:var(--color-text-muted);font-size:var(--text-sm);line-height:var(--leading-normal);margin:0 0 var(--space-8)}.contact-form{gap:var(--space-5)}.contact-field,.contact-form{display:flex;flex-direction:column}.contact-field{gap:var(--space-2)}.contact-label{color:var(--color-text-muted);font-size:var(--text-sm);font-weight:500}.contact-input{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);font-family:var(--font-sans);font-size:var(--text-sm);padding:var(--space-3) var(--space-4);transition:border-color .18s ease;width:100%}.contact-input::placeholder{color:var(--color-text-faint)}.contact-input:focus{border-color:var(--color-accent);outline:none}.contact-input:disabled{cursor:not-allowed;opacity:.5}.contact-input--error{border-color:#ef4444}.contact-textarea{line-height:var(--leading-normal);min-height:120px;resize:vertical}.contact-error{color:#ef4444;font-size:var(--text-xs)}.contact-server-error{color:#ef4444;font-size:var(--text-sm);margin:0}.contact-submit{align-self:flex-start;background:var(--color-accent);border:none;border-radius:var(--radius-md);color:#fafafa;cursor:pointer;font-family:var(--font-sans);font-size:var(--text-sm);font-weight:500;padding:var(--space-3) var(--space-6);transition:opacity .18s ease,transform .18s ease}.contact-submit:hover:not(:disabled){opacity:.85;transform:translateY(-1px)}.contact-submit:disabled{cursor:not-allowed;opacity:.5}.contact-success{align-items:center;background:var(--color-accent-glow);border:1px solid var(--color-accent-dim);border-radius:var(--radius-lg);color:var(--color-text-primary);display:flex;font-size:var(--text-sm);gap:var(--space-4);line-height:var(--leading-normal);padding:var(--space-6)}.contact-success p{margin:0}@media (max-width:640px){.contact-card{border-radius:var(--radius-lg);padding:var(--space-6)}.contact-header{padding:var(--space-4)}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-cyrillic-ext-400-normal.39fbf8d2c4abc46f721f.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-400-normal.818b84180553acc613f3.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-cyrillic-400-normal.89455522650c3fb3654c.woff2) format("woff2"),url(/static/media/inter-cyrillic-400-normal.dd21c71421d58232ef03.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-greek-ext-400-normal.f2ef63e732b18d636044.woff2) format("woff2"),url(/static/media/inter-greek-ext-400-normal.fc80974ec6969ee03fd2.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-greek-400-normal.e685387f69602567b1da.woff2) format("woff2"),url(/static/media/inter-greek-400-normal.b412faded087fbcfa4ff.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-vietnamese-400-normal.44c9df135eec470b0ab6.woff2) format("woff2"),url(/static/media/inter-vietnamese-400-normal.aaa15d735e3826061950.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-latin-ext-400-normal.210fb826cb25acbd4094.woff2) format("woff2"),url(/static/media/inter-latin-ext-400-normal.c616205185f0d3677df9.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/inter-latin-400-normal.eca1e21531598d5db58f.woff2) format("woff2"),url(/static/media/inter-latin-400-normal.2ea1079c0069eb040a52.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-cyrillic-ext-500-normal.b2740f247d3be4a05ca0.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-500-normal.e9974e820735012b025b.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-cyrillic-500-normal.33a76a7cbcfcb7076534.woff2) format("woff2"),url(/static/media/inter-cyrillic-500-normal.72f7a9db87626ca30c76.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-greek-ext-500-normal.4c6d520b97e3bb4ef613.woff2) format("woff2"),url(/static/media/inter-greek-ext-500-normal.47cc2391a7edf82cf4e1.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-greek-500-normal.e7cec4ef4f6780e90a52.woff2) format("woff2"),url(/static/media/inter-greek-500-normal.6d34bacda2be54829b97.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-vietnamese-500-normal.63d02ea896a7406849b6.woff2) format("woff2"),url(/static/media/inter-vietnamese-500-normal.296d66c0bba9086788b9.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-latin-ext-500-normal.cdb4dd5dc508fe6e7398.woff2) format("woff2"),url(/static/media/inter-latin-ext-500-normal.2f93aaa35e870cec4704.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/inter-latin-500-normal.b7c27c60f848f2083f45.woff2) format("woff2"),url(/static/media/inter-latin-500-normal.5014db633e71a7741bf5.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-cyrillic-ext-600-normal.8c6413cdd8004fde0a19.woff2) format("woff2"),url(/static/media/inter-cyrillic-ext-600-normal.d6d44e8705a633436dfe.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-cyrillic-600-normal.fdee7b66c2d88216b75f.woff2) format("woff2"),url(/static/media/inter-cyrillic-600-normal.8609e1b95284125f21cb.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-greek-ext-600-normal.c3c138d889b8c929822c.woff2) format("woff2"),url(/static/media/inter-greek-ext-600-normal.c7983dac0ad6a359aef0.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-greek-600-normal.984050ecee12eabe9366.woff2) format("woff2"),url(/static/media/inter-greek-600-normal.d8b0044cf6afdd52b07b.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-vietnamese-600-normal.6984cf5e8583fac83be3.woff2) format("woff2"),url(/static/media/inter-vietnamese-600-normal.04bb56ffa463ab55708d.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-latin-ext-600-normal.8148c3ae14dfaefc62ca.woff2) format("woff2"),url(/static/media/inter-latin-ext-600-normal.4d0d5017d71ea1750fc1.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/inter-latin-600-normal.69a8d1d484967aba2389.woff2) format("woff2"),url(/static/media/inter-latin-600-normal.f10265da6bd8d66999ac.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--color-bg:#1c1c1c;--color-bg-surface:#252525;--color-bg-elevated:#2f2f2f;--color-border:#3d3d3d;--color-border-subtle:#313131;--color-text-primary:#f5f5f5;--color-text-muted:#ababab;--color-text-faint:#707070;--color-accent:#a89880;--color-accent-glow:#a898801f;--color-accent-dim:#a8988059;--color-user-bubble:#262220;--color-user-bubble-border:#3d3530;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"Fira Code","Cascadia Code","Consolas",monospace;--text-xs:0.6875rem;--text-sm:0.8125rem;--text-base:0.9375rem;--text-lg:1.0625rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--leading-tight:1.25;--leading-normal:1.65;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--radius-sm:5px;--radius-md:9px;--radius-lg:14px;--radius-xl:20px;--radius-full:9999px;--shadow-sm:0 1px 3px #00000080;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 40px #0009}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }

/*
! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:Inter,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:Fira Code,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.mt-4{margin-top:1rem}.inline{display:inline}.flex{display:flex}.hidden{display:none}.w-full{width:100%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.items-center{align-items:center}.gap-4{gap:1rem}.p-4{padding:1rem}.text-center{text-align:center}.text-sm{font-size:.875rem;line-height:1.25rem}.font-light{font-weight:300}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}*,:after,:before{box-sizing:border-box}html{font-size:15px;overflow-x:hidden}body,html{background:var(--color-bg)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-text-primary);font-family:var(--font-sans);line-height:var(--leading-normal);margin:0}::selection{background:var(--color-accent);color:#fafafa;text-shadow:none}::-webkit-scrollbar{height:4px;width:4px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-faint)}p{-webkit-margin-before:.5em;-webkit-margin-after:.5em;margin-block-end:.5em;margin-block-start:.5em}a{color:inherit;text-decoration:none}
/*# sourceMappingURL=main.2cf537b8.css.map*/