@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;vertical-align:baseline;border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}
body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-base);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-base);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;transition:background-color .25s,color .25s}:root{--primary-color:#0284c7;--primary-gradient:linear-gradient(135deg,#0ea5e9 0%,#06b6d4 100%);--secondary-gradient:linear-gradient(135deg,#38bdf8 0%,#22d3ee 100%);--accent-gradient:linear-gradient(135deg,#2dd4bf 0%,#14b8a6 100%);--success-gradient:linear-gradient(135deg,#34d399 0%,#10b981 100%);--warning-gradient:linear-gradient(135deg,#fb923c 0%,#f59e0b 100%);--error-gradient:linear-gradient(135deg,#f87171 0%,#ef4444 100%);--bg-base:#f8fafc;--bg-surface:#fff;--bg-surface-raised:#f1f5f9;--bg-input:#f8fafc;--header-bg:#fffffff2;--text-primary:#0f172a;--text-secondary:#64748b;--text-light:#fff;--text-muted:#94a3b8;--accent-text:#075985;--border-light:#e2e8f0;--border-medium:#cbd5e1;--border-dark:#94a3b8;--shadow-soft:0 1px 3px 0 #00000014,0 1px 2px 0 #0000000d;--shadow-medium:0 4px 6px -1px #00000014,0 2px 4px -1px #0000000d;--shadow-large:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;--shadow-xl:0 20px 25px -5px #00000014,0 10px 10px -5px #00000008;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--transition-fast:.15s cubic-bezier(.4,0,.2,1);--transition-normal:.3s cubic-bezier(.4,0,.2,1);--transition-slow:.5s cubic-bezier(.4,0,.2,1)}[data-theme=dark]{--bg-base:#0f172a;--bg-surface:#1e293b;--bg-surface-raised:#334155;--bg-input:#1e293b;--header-bg:#0f172af2;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-text:#38bdf8;--border-light:#334155;--border-medium:#475569;--border-dark:#64748b;--shadow-soft:0 1px 3px 0 #0006,0 1px 2px 0 #0000004d;--shadow-medium:0 4px 6px -1px #0006,0 2px 4px -1px #0000004d;--shadow-large:0 10px 15px -3px #0006,0 4px 6px -2px #0000004d;--shadow-xl:0 20px 25px -5px #0006,0 10px 10px -5px #0000004d}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:600;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,2rem)}h4{font-size:clamp(1.125rem,2vw,1.5rem)}h5{font-size:1.25rem}h6{font-size:1.125rem}p{color:var(--text-secondary);margin-bottom:1rem}a{color:inherit;transition:var(--transition-fast);text-decoration:none}a:hover{color:var(--primary-color)}button{cursor:pointer;transition:var(--transition-normal);border:none;outline:none;font-family:inherit}input,textarea,select{border:1px solid var(--border-medium);border-radius:var(--radius-md);transition:var(--transition-fast);background:var(--bg-input);color:var(--text-primary);padding:.75rem 1rem;font-family:inherit;font-size:1rem}input:focus,textarea:focus,select:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #0284c726}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--border-dark)}::selection{color:var(--text-primary);background:#0284c733}:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex="0"]:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}a[href]:not([class*=nav]):hover{color:var(--primary-color);text-decoration:underline}:focus:not(:focus-visible){outline:none}@media print{*{color:#000!important;box-shadow:none!important;text-shadow:none!important;background:0 0!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href)")"}}

.Header-module__pCMGrG__header{z-index:100;background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);align-items:center;min-height:56px;padding:0 2rem;transition:background-color .25s,border-color .25s;display:flex;position:sticky;top:0;left:0;right:0}.Header-module__pCMGrG__headerInner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;min-height:56px;margin:0 auto;display:flex}.Header-module__pCMGrG__logoLink{color:var(--text-primary);align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s;display:flex}.Header-module__pCMGrG__logoLink:hover{opacity:.9;color:inherit;text-decoration:none}.Header-module__pCMGrG__logoLink,.Header-module__pCMGrG__logoLink *{color:inherit!important;text-decoration:none!important}.Header-module__pCMGrG__brandName{color:inherit;font-size:1.125rem;font-weight:700}.Header-module__pCMGrG__nav{justify-content:flex-end;align-items:center;gap:1rem;min-width:260px;display:flex}.Header-module__pCMGrG__navLink{color:var(--text-secondary);box-sizing:border-box;justify-content:center;align-items:center;min-width:115px;height:36px;padding:0 .5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.Header-module__pCMGrG__navLink:hover{color:var(--text-primary)}.Header-module__pCMGrG__navLink:after{content:"";background:var(--primary-gradient,linear-gradient(135deg,#f59e0b,#ea580c));width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.Header-module__pCMGrG__navLink:hover:after{width:100%;left:0;transform:none}.Header-module__pCMGrG__navLogout{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;height:36px;padding:0 .5rem;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.Header-module__pCMGrG__navLogout:hover{color:var(--text-primary)}.Header-module__pCMGrG__creditsChip{height:28px;color:var(--accent-text,#0ea5e9);white-space:nowrap;background:#0ea5e914;border:1px solid #0ea5e940;border-radius:999px;align-items:center;padding:0 .625rem;font-size:.75rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.Header-module__pCMGrG__themeToggle{border:1px solid var(--border-light);background:var(--bg-surface);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:color .2s,background-color .2s,border-color .2s,transform .15s;display:inline-flex}.Header-module__pCMGrG__themeToggle:hover{color:var(--text-primary);border-color:var(--border-medium);background:var(--bg-surface-raised);transform:scale(1.05)}@media (max-width:768px){.Header-module__pCMGrG__header{padding:0 1rem}.Header-module__pCMGrG__nav{gap:.5rem;min-width:auto}.Header-module__pCMGrG__navLink{min-width:auto;padding:0 .4rem;font-size:.85rem}.Header-module__pCMGrG__brandName{font-size:1rem}}@media (max-width:480px){.Header-module__pCMGrG__header{padding:0 .75rem}.Header-module__pCMGrG__nav{gap:.35rem}.Header-module__pCMGrG__navLink,.Header-module__pCMGrG__navLogout{min-width:44px;min-height:44px;padding:0 .3rem;font-size:.8rem}.Header-module__pCMGrG__creditsChip{height:28px;padding:0 .45rem;font-size:.7rem}.Header-module__pCMGrG__themeToggle{width:36px;height:44px}}
.Footer-module__uOQ7Qa__footer{background:var(--bg-base);border-top:1px solid var(--border-light);color:var(--text-primary);z-index:10;margin-top:auto;position:relative}.Footer-module__uOQ7Qa__footerInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:1.25rem 2rem;display:flex}.Footer-module__uOQ7Qa__footerBrand{align-items:center;gap:.5rem;display:flex}.Footer-module__uOQ7Qa__footerBrandName{color:var(--text-primary);font-size:.95rem;font-weight:700}.Footer-module__uOQ7Qa__footerNav{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.Footer-module__uOQ7Qa__footerNav a{color:var(--text-secondary);font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.Footer-module__uOQ7Qa__footerNav a:hover{color:var(--primary-color)}.Footer-module__uOQ7Qa__footerRight{align-items:center;gap:.5rem;display:flex}.Footer-module__uOQ7Qa__footerContact{width:32px;height:32px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;transition:color .2s,background .2s;display:flex}.Footer-module__uOQ7Qa__footerContact:hover{color:var(--primary-color);background:#0284c714}.Footer-module__uOQ7Qa__footerIcon{font-size:1.1rem!important}.Footer-module__uOQ7Qa__footerBottom{border-top:1px solid var(--border-light);flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:.75rem 2rem;display:flex}.Footer-module__uOQ7Qa__copyright{color:var(--text-muted);font-size:.8rem}.Footer-module__uOQ7Qa__footerSep{color:var(--border-medium,#cbd5e1);-webkit-user-select:none;user-select:none;font-size:.8rem}.Footer-module__uOQ7Qa__footerLegal{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.Footer-module__uOQ7Qa__footerLegal a{color:var(--text-muted);font-size:.8rem;text-decoration:none;transition:color .2s}.Footer-module__uOQ7Qa__footerLegal a:hover{color:var(--primary-color)}.Footer-module__uOQ7Qa__poweredBy{color:var(--text-muted);font-size:.8rem}.Footer-module__uOQ7Qa__poweredBy a{color:var(--text-secondary);text-decoration:none}.Footer-module__uOQ7Qa__poweredBy a:hover{color:var(--primary-color)}@media (max-width:768px){.Footer-module__uOQ7Qa__footerInner{flex-direction:column;align-items:flex-start;padding:1rem 1.25rem}.Footer-module__uOQ7Qa__footerNav{gap:.75rem}.Footer-module__uOQ7Qa__footerBottom{text-align:center;flex-direction:column;gap:.25rem;padding:.6rem 1.25rem}}
