@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:#fff;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;color:#1e293b;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}: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%);--background-light:#fff;--background-dark:#0f172a;--background-gray:#f8fafc;--text-primary:#1e293b;--text-secondary:#64748b;--text-light:#fff;--text-muted:#94a3b8;--border-light:#e2e8f0;--border-medium:#cbd5e1;--border-dark:#94a3b8;--shadow-soft:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--shadow-medium:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-large:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--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)}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(--background-light);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(--background-gray)}::-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:#0284c71f}: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}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-light);background:#fffc}.gradient-text{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,20%,53%,80%,to{transform:translate(0,0)}40%,43%{transform:translateY(-30px)}70%{transform:translateY(-15px)}90%{transform:translateY(-4px)}}.animate-fade-in{animation:.6s ease-out fadeIn}.animate-slide-in{animation:.6s ease-out slideIn}.animate-scale-in{animation:.6s ease-out scaleIn}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.animate-bounce{animation:1s infinite bounce}@media (max-width:768px){.hide-mobile{display:none}}@media (min-width:769px){.hide-desktop{display: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;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light,#e2e8f0);background:#fffffff2;align-items:center;min-height:56px;padding:0 2rem;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,#1e293b);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,#64748b);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,#1e293b)}.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,#64748b);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,#1e293b)}
.Footer-module__uOQ7Qa__footer{background:var(--background-gray);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,.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}}
