@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:12px;max-width:400px;display:flex;position:fixed;top:20px;right:20px}.toast{pointer-events:auto;background:#fff;border-radius:8px;min-width:300px;max-width:400px;padding:16px;transition:transform .3s ease-out,opacity .3s ease-out;animation:.3s ease-out slideIn;box-shadow:0 4px 12px #00000026}.toast-exiting{opacity:0;transform:translate(100%)}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-content{align-items:flex-start;gap:12px;display:flex}.toast-icon{flex-shrink:0;font-size:20px;line-height:1.5}.toast-message{color:#333;word-wrap:break-word;flex:1;font-size:14px;line-height:1.5}.toast-close{color:#666;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:24px;line-height:1;transition:color .2s;display:flex}.toast-close:hover{color:#333}.toast-error{border-left:4px solid #ef4444}.toast-success{border-left:4px solid #10b981}.toast-warning{border-left:4px solid #f59e0b}.toast-info{border-left:4px solid #3b82f6}@media (max-width:640px){.toast-container{max-width:none;top:10px;left:10px;right:10px}.toast{min-width:auto;max-width:none}}.header{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#ffffffe6;position:sticky;top:0;box-shadow:0 8px 24px #0f172a0f}.header-container{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:.5rem 1rem;display:flex}.logo a,.logo{color:var(--text);letter-spacing:.02em;font-size:1.25rem;font-weight:700;text-decoration:none}.nav-menu{align-items:center;display:flex}.nav-menu a{color:var(--text-muted);margin:0 .75rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-menu a:hover{color:var(--primary)}.nav-menu .active{color:var(--primary);border-bottom:2px solid var(--primary)}.menu-toggle{cursor:pointer;color:var(--text);background:0 0;border:none;border-radius:.5rem;padding:.5rem;font-size:1.5rem;transition:color .2s,background-color .2s;display:none}.menu-toggle:hover{color:var(--primary);background:#f3f4f6}@media (max-width:767px){.nav-menu{display:none}.menu-toggle{display:block}.header-container{padding:.5rem 1rem}}.mobile-menu{border-top:1px solid var(--border);background:var(--surface);flex-direction:column;display:flex;box-shadow:0 12px 32px #0f172a14}.mobile-menu a{color:var(--text-muted);padding:.5rem 1rem;font-weight:500;text-decoration:none;display:block}.mobile-menu a:hover{color:var(--text);background:#f9fafb}.mobile-menu .active{color:var(--primary);font-weight:700}@media (min-width:768px){.mobile-menu{display:none}}.header-auth{align-items:center;gap:.75rem;display:flex}.auth-buttons{align-items:center;gap:.5rem;display:flex}.btn-login,.btn-register,.btn-partner{border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s}.btn-login{color:var(--text);border:1px solid var(--border);background:0 0}.btn-login:hover{color:var(--primary);background:#f3f4f6}.btn-register{color:#fff;background:var(--primary);border:1px solid var(--primary)}.btn-register:hover{background:var(--primary-dark,#4f46e5);border-color:var(--primary-dark,#4f46e5)}.btn-partner{color:#1e293b;background:#eef2ff;border:1px solid #c7d2fe}.btn-partner:hover{color:#4338ca;background:#e0e7ff}.user-menu-container{z-index:1000;position:relative}.user-name-btn{background:linear-gradient(135deg,var(--primary),#6366f1);color:#fff;cursor:pointer;border:1px solid #6366f199;border-radius:999px;align-items:center;gap:.6rem;padding:.45rem .75rem .45rem .55rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 8px 18px #4f46e538}.user-name-btn:hover{background:linear-gradient(135deg,var(--primary-dark,#4f46e5),#6366f1);transform:translateY(-1px);box-shadow:0 10px 22px #4f46e54d}.user-avatar{background:#fff3;border:1px solid #ffffff59;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.9rem;font-weight:700;display:inline-flex}.user-name-text{text-overflow:ellipsis;white-space:nowrap;max-width:160px;overflow:hidden}.user-caret{background:#fff3;border-radius:999px;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;transition:transform .2s;display:inline-flex}.user-caret.open{transform:rotate(180deg)}.user-menu-dropdown{border:1px solid var(--border);z-index:1001;pointer-events:auto;background:#fff;border-radius:.75rem;min-width:210px;margin-top:.6rem;animation:.2s ease-out fadeInDown;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 18px 32px #0f172a2e}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.user-menu-item{color:var(--text);text-align:left;cursor:pointer;pointer-events:auto;background:0 0;border:none;width:100%;padding:.75rem 1rem;font-size:.875rem;text-decoration:none;transition:background-color .2s;display:block}.user-menu-item:hover{background:#f3f4f6}.user-menu-logout{color:#dc2626;border-top:1px solid var(--border)}.user-menu-logout:hover{color:#991b1b;background:#fee2e2}.mobile-logout{text-align:left;color:#dc2626;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 1rem;font-size:1rem;font-weight:500;display:block}.mobile-logout:hover{background:#fee2e2}@media (max-width:767px){.header-auth{display:none}.mobile-menu .btn-login,.mobile-menu .btn-register,.mobile-menu .btn-partner{text-align:center;margin:.5rem 1rem;display:block}}.footer{color:#e2e8f0;background:linear-gradient(135deg,#0f172a 0%,#111827 50%,#0b1220 100%);padding:3.5rem 1.5rem 1.75rem}.footer-columns{grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.footer-brand{background:#0f172a80;border:1px solid #94a3b833;border-radius:1rem;padding:1.5rem;box-shadow:0 16px 32px #0f172a3d}.footer-title{color:#f8fafc;margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.footer-text{color:#cbd5f5;font-size:.95rem;line-height:1.6}.footer-contact{color:#94a3b8;gap:.35rem;margin-top:1rem;font-size:.9rem;display:grid}.footer-col h3,.footer-col h4{color:#f8fafc;margin:0 0 .75rem;font-size:1.05rem}.footer-col p,.footer-col ul{margin:0;padding:0}.footer-col ul{list-style:none}.footer-col ul li{margin:.25rem 0}.footer-col a{color:#cbd5f5;align-items:center;gap:.5rem;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.footer-col a:hover{color:#fff;transform:translate(3px)}.footer-bottom{text-align:center;color:#94a3b8;border-top:1px solid #94a3b84d;max-width:1200px;margin-top:2rem;margin-left:auto;margin-right:auto;padding-top:1rem;font-size:.875rem}.social-links{gap:.75rem;margin-top:1rem;display:flex}.social-links li{display:inline-flex}.social-links a{color:#e2e8f0;background:#94a3b81f;border:1px solid #94a3b840;border-radius:.85rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:1.1rem;transition:transform .2s,background .2s,color .2s;display:inline-flex}.social-links a:hover{color:#0f172a;background:#38bdf8;transform:translateY(-2px)}@media (min-width:768px){.footer-columns{grid-template-columns:1fr 1fr}}@media (min-width:992px){.footer-columns{grid-template-columns:1.6fr 1fr 1fr;align-items:start}}.portal-header{z-index:1000;color:#f8fafc;background:#0f172a;border-bottom:1px solid #94a3b833;position:sticky;top:0}.portal-header-container{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:.75rem 1rem;display:flex}.portal-brand a{color:#f8fafc;letter-spacing:.02em;font-weight:700;text-decoration:none}.portal-nav{align-items:center;gap:1rem;display:flex}.portal-nav a{color:#cbd5f5;border-bottom:2px solid #0000;padding-bottom:.2rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s}.portal-nav a:hover{color:#fff}.portal-nav a.active{color:#fff;border-color:#6366f1}.portal-actions{align-items:center;gap:.75rem;display:flex}.portal-btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.45rem .95rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.portal-btn-primary{color:#fff;background:#6366f1;border-color:#6366f1}.portal-btn-primary:hover{background:#4f46e5;border-color:#4f46e5}.portal-btn-ghost{color:#e2e8f0;background:0 0;border-color:#94a3b859}.portal-btn-ghost:hover{background:#94a3b81f;border-color:#94a3b880}.portal-user{align-items:center;gap:.75rem;display:flex}.portal-user-info{flex-direction:column;gap:.2rem;display:flex}.portal-user-name{color:#f8fafc;font-size:.9rem;font-weight:600}.portal-user-status{color:#fbbf24;font-size:.75rem}@media (max-width:900px){.portal-nav{display:none}}@media (max-width:640px){.portal-header-container{flex-wrap:wrap;justify-content:center}.portal-actions{justify-content:center;width:100%}}.portal-main{background:#f8fafc;min-height:calc(100vh - 72px);padding:2rem 1rem 3rem}.portal-container{max-width:1120px;margin:0 auto}.portal-page-header{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.portal-page-title{color:#0f172a;font-size:1.75rem;font-weight:700}.portal-page-subtitle{color:#475569;font-size:1rem}.portal-grid{gap:1.5rem;display:grid}.portal-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:1rem;padding:1.5rem;box-shadow:0 16px 32px #0f172a14}.portal-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.portal-card-title{color:#0f172a;font-size:1.15rem;font-weight:600}.portal-card-meta{color:#64748b;flex-wrap:wrap;gap:.6rem;font-size:.9rem;display:flex}.portal-tag{color:#4338ca;background:#eef2ff;border-radius:999px;align-items:center;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.portal-badge{border-radius:.5rem;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.portal-badge-success{color:#166534;background:#dcfce7}.portal-badge-muted{color:#475569;background:#e2e8f0}.portal-card-body{color:#475569;font-size:.95rem;line-height:1.6}.portal-card-actions{flex-wrap:wrap;gap:1rem;margin-top:1.25rem;display:flex}.portal-select{color:#1e293b;background:#fff;border:1px solid #cbd5f5;border-radius:.5rem;padding:.45rem .6rem;font-size:.85rem}.portal-toggle{cursor:pointer;background:#fff;border:1px solid #cbd5f5;border-radius:999px;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.8rem;transition:all .2s;display:inline-flex}.portal-toggle.active{color:#fff;background:#6366f1;border-color:#6366f1}.portal-card-section{margin-top:1rem}.portal-card-section h4{color:#1e293b;margin-bottom:.4rem;font-size:.95rem}.portal-list{color:#475569;gap:.5rem;font-size:.9rem;display:grid}.portal-auth-container{min-height:calc(100vh - 72px)}.portal-inline-message{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:.75rem;padding:1rem 1.25rem;font-size:.9rem}.portal-actions-row{flex-wrap:wrap;gap:.75rem;display:flex}.portal-empty{text-align:center;color:#64748b;padding:2rem 1rem}@media (max-width:640px){.portal-card{padding:1.2rem}}.auth-container{background:var(--hero-gradient);justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 140px);margin:0;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.auth-container:before{content:"";background:var(--hero-glow);pointer-events:none;position:absolute;inset:0}.auth-card{z-index:1;background:#fff;border-radius:1.5rem;width:100%;max-width:28rem;padding:3rem;animation:.5s ease-out slideUp;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}.auth-title{color:#1f2937;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.auth-subtitle{color:#6b7280;font-size:.875rem}.auth-subtitle a{color:#667eea;font-weight:500;text-decoration:none;transition:color .2s}.auth-subtitle a:hover{color:#764ba2}.auth-form{margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-label.required:after{content:" *";color:#ef4444}.form-input{color:#1f2937;background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:all .2s}.form-input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.form-input:disabled{cursor:not-allowed;background:#f3f4f6}.form-input::placeholder{color:#9ca3af}.error-message{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.error-message:before{content:"⚠";font-size:1rem}.success-message{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:.5rem;width:100%;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;position:relative;overflow:hidden}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #667eea4d}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.oauth-buttons{margin-top:2rem}.divider{text-align:center;color:#9ca3af;align-items:center;margin:1.5rem 0;font-size:.875rem;display:flex}.divider:before,.divider:after{content:"";border-bottom:1px solid #e5e7eb;flex:1}.divider span{background:#fff;padding:0 1rem}.oauth-button{cursor:pointer;color:#374151;background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-bottom:.75rem;padding:.875rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.oauth-button:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.oauth-button:active{transform:translateY(0)}.oauth-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.oauth-button-google{border-color:#e5e7eb}.oauth-button-google:hover{background:#f8f9fa;border-color:#4285f4}.oauth-button-linkedin{border-color:#e5e7eb}.oauth-button-linkedin:hover{background:#f8f9fa;border-color:#0077b5}.oauth-icon{flex-shrink:0}.auth-link{color:#667eea;margin-top:1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-block}.auth-link:hover{color:#764ba2}.password-toggle{position:relative}.password-toggle-button{color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;transition:color .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.password-toggle-button:hover{color:#374151}@media (max-width:640px){.auth-card{border-radius:1rem;padding:2rem 1.5rem}.auth-title{font-size:1.5rem}.auth-container{padding:1rem}}.loading-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1rem;height:1rem;margin-right:.5rem;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.contact-grid{gap:2rem;display:grid}.contact-info{gap:1.5rem;display:grid}.contact-card-grid{gap:1rem;display:grid}.contact-card{align-items:flex-start;gap:1rem;display:flex}.contact-card-icon{color:#4f46e5;background:#6366f11f;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1rem;font-weight:700;display:flex}.contact-card-text{color:#0f172a;margin:0;font-weight:600;line-height:1.5}.contact-card-meta{color:#64748b;margin:.35rem 0 0;font-size:.9rem}.contact-links{flex-wrap:wrap;gap:.75rem;margin-top:.35rem;display:flex}.contact-links a{color:#4338ca;font-weight:600;text-decoration:none}.contact-links a:hover{text-decoration:underline}.contact-form-card{gap:1.25rem;display:grid}.contact-form{gap:.75rem;display:grid}.contact-textarea{resize:vertical;min-height:160px}.contact-success{color:#166534;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:.75rem;padding:.75rem 1rem;font-size:.95rem}.contact-consent{margin-top:.25rem}.contact-checkbox{color:#475569;align-items:flex-start;gap:.75rem;font-size:.95rem;display:flex}.contact-checkbox input{margin-top:.2rem}@media (min-width:992px){.contact-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:start}.contact-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.contact-card{flex-direction:column}}.profile-page{background:var(--hero-gradient);min-height:calc(100vh - 140px);padding:3.5rem 1.25rem 4rem;position:relative;overflow:hidden}.profile-page:before{content:"";background:var(--hero-glow);pointer-events:none;position:absolute;inset:0}.profile-container{z-index:1;position:relative}.profile-layout{gap:2rem;display:grid}.profile-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #fff9;border-radius:24px;padding:2rem;box-shadow:0 20px 45px #0f172a2e}.profile-sidebar{flex-direction:column;gap:1.5rem;display:flex}.profile-intro{align-items:center;gap:1rem;display:flex}.profile-avatar{color:#3f3d9f;letter-spacing:.04em;background:#667eea26;border-radius:16px;place-items:center;width:56px;height:56px;font-weight:700;display:grid}.profile-title{color:#1f2937;margin:0;font-size:1.5rem;font-weight:700}.profile-subtitle{color:#6b7280;margin:.25rem 0 0;font-size:.95rem}.profile-nav{gap:.75rem;display:grid}.profile-nav-button{text-align:left;color:#334155;cursor:pointer;background:#f8fafce6;border:1px solid #0000;border-radius:14px;width:100%;padding:.85rem 1rem;font-size:.95rem;font-weight:600;transition:border-color .2s,background-color .2s,transform .2s}.profile-nav-button:hover{background:#fffffff2;border-color:#94a3b866;transform:translateY(-1px)}.profile-status{color:#475569;background:#0f172a0a;border:1px solid #94a3b84d;border-radius:16px;padding:1rem 1.25rem;font-size:.9rem}.profile-status strong{color:#1f2937;margin-bottom:.25rem;display:block}.profile-main{flex-direction:column;gap:1.5rem;display:flex}.profile-alert{border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:.95rem;display:flex}.profile-alert button{cursor:pointer;background:0 0;border:none;font-weight:600}.profile-alert-error{color:#991b1b;background:#fee2e2e6;border:1px solid #f8717159}.profile-alert-error button{color:#b91c1c}.profile-alert-success{color:#166534;background:#dcfce7e6;border:1px solid #22c55e4d}.profile-alert-success button{color:#15803d}.profile-section-title{color:#1f2937;margin:0 0 1rem;font-size:1.1rem;font-weight:700}.profile-section-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.profile-helper{color:#64748b;margin:0;font-size:.9rem}.profile-status-chip{color:#1d4ed8;white-space:nowrap;background:#3b82f61f;border-radius:999px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.profile-info{color:#475569;background:#0f172a0a;border-radius:12px;padding:.75rem 1rem;font-size:.9rem}.profile-fields{gap:1.25rem;display:grid}.profile-field-label{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:.4rem;font-size:.85rem;display:block}.profile-field-value{color:#1f2937;font-size:1rem;font-weight:600}.profile-divider{background:#94a3b859;height:1px;margin:1.75rem 0}.profile-action{color:#fff;background:var(--hero-gradient);cursor:pointer;border:none;border-radius:14px;width:100%;padding:.95rem 1.5rem;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s}.profile-action:hover{transform:translateY(-1px);box-shadow:0 12px 20px #6366f159}.profile-action:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.profile-form{gap:1.5rem;display:grid}.profile-form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.profile-input,.profile-select,.profile-textarea{color:#1f2937;background:#fff;border:1px solid #94a3b873;border-radius:12px;width:100%;padding:.7rem .85rem;font-family:inherit;font-size:.95rem}.profile-textarea{resize:vertical}.profile-inline{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.profile-toggle{color:#475569;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.profile-list{gap:1rem;display:grid}.profile-list-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.profile-list-header h3{color:#1f2937;margin:0;font-size:1rem}.profile-item{background:#f8fafce6;border:1px solid #e2e8f0cc;border-radius:16px;gap:.75rem;padding:1rem;display:grid}.profile-item-compact{gap:.5rem}.profile-item-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.profile-item-title{color:#1f2937;font-weight:600}.profile-button-secondary,.profile-button-danger{cursor:pointer;border:none;border-radius:999px;padding:.45rem .9rem;font-size:.85rem;font-weight:600}.profile-button-secondary{color:#1d4ed8;background:#3b82f61f}.profile-button-danger{color:#b91c1c;background:#ef44441f}@media (min-width:1024px){.profile-layout{grid-template-columns:320px minmax(0,1fr);align-items:start}}@media (max-width:640px){.profile-page{padding:2.5rem 1rem 3rem}.profile-card{padding:1.5rem}.profile-intro{align-items:flex-start}}:root{--bg:#f5f7fb;--surface:#fff;--text:#111827;--text-muted:#6b7280;--primary:#2563eb;--primary-600:#1d4ed8;--hero-gradient:linear-gradient(135deg,#667eea 0%,#764ba2 100%);--hero-glow:radial-gradient(circle at 20% 50%,#7877c64d 0%,transparent 50%),radial-gradient(circle at 80% 80%,#764ba24d 0%,transparent 50%);--border:#e5e7eb;--shadow-soft:0 10px 25px #0f172a14;--ring-color:#3b82f6;--ring-offset-color:#fff;--ring-size:0px;--ring-offset-size:0px}*,:before,:after{box-sizing:border-box}body{color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}main{min-height:calc(100vh - 140px)}main>section:not([class]){background:var(--surface);max-width:960px;box-shadow:var(--shadow-soft);border-radius:16px;margin:0 auto;padding:2.5rem 1.25rem}.max-w-7xl{max-width:80rem}.max-w-4xl{max-width:56rem}.max-w-3xl{max-width:48rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.mx-auto{margin-left:auto;margin-right:auto}.w-full{width:100%}.block{display:block}.min-h-screen{min-height:100vh}.h-full{height:100%}.h-6{height:1.5rem}.w-6{width:1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:auto}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-4{gap:1rem}.gap-8{gap:2rem}.space-y-1>*+*{margin-top:.25rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-28{padding-top:7rem;padding-bottom:7rem}.p-2{padding:.5rem}.p-4{padding:1rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mt-3{margin-top:.75rem}.text-center{text-align:center}.text-base{font-size:1rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.text-8xl{font-size:6rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-relaxed{line-height:1.75}.leading-tight{line-height:1.15}.bg-white{background-color:#fff}.bg-zinc-50{background-color:#fafafa}.bg-zinc-100{background-color:#f4f4f5}.bg-zinc-800{background-color:#27272a}.bg-zinc-700{background-color:#3f3f46}.bg-blue-50{background-color:#eff6ff}.bg-gray-100{background-color:#f3f4f6}.bg-gray-50{background-color:#f9fafb}.bg-black{background-color:rgba(0,0,0,var(--bg-opacity,1))}.bg-opacity-50{--bg-opacity:.5}.text-white{color:#fff}.text-zinc-900{color:#18181b}.text-zinc-800{color:#27272a}.text-zinc-700{color:#3f3f46}.text-zinc-600{color:#52525b}.text-gray-900{color:#111827}.text-gray-700{color:#374151}.text-gray-500{color:#6b7280}.text-gray-400{color:#9ca3af}.text-blue-700{color:#1d4ed8}.border{border:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.border-y{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.border-zinc-100{border-color:#f4f4f5}.border-zinc-300{border-color:#d4d4d8}.rounded{border-radius:.75rem}.rounded-md{border-radius:.5rem}.rounded-lg{border-radius:.75rem}.shadow-xl{box-shadow:var(--shadow-soft)}.transition-colors{transition:color .2s,background-color .2s,border-color .2s,box-shadow .2s}.transition-opacity{transition:opacity .2s}.transition-transform{transition:transform .3s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:ease-in-out}.fixed{position:fixed}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.right-0{right:0}.z-40{z-index:40}.z-50{z-index:50}.transform{transform:translateZ(0)}.overflow-y-auto{overflow-y:auto}.focus\:outline-none:focus{outline:none}.focus\:ring-2:focus{--ring-size:2px}.focus\:ring-offset-2:focus{--ring-offset-size:2px}.focus\:ring-offset-white:focus{--ring-offset-color:#fff}.focus\:ring-zinc-800:focus{--ring-color:#27272a}.focus\:ring-zinc-600:focus{--ring-color:#52525b}.focus\:ring-blue-500:focus{--ring-color:#3b82f6}.focus\:ring-2:focus,.focus\:ring-offset-2:focus,.focus\:ring-offset-white:focus,.focus\:ring-zinc-800:focus,.focus\:ring-zinc-600:focus,.focus\:ring-blue-500:focus{box-shadow:0 0 0 var(--ring-size)var(--ring-color),0 0 0 calc(var(--ring-size) + var(--ring-offset-size))var(--ring-offset-color)}.hover\:bg-zinc-700:hover{background-color:#3f3f46}.hover\:bg-zinc-200:hover{background-color:#e4e4e7}.hover\:bg-zinc-50:hover{background-color:#fafafa}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:text-gray-900:hover{color:#111827}.hover\:text-gray-500:hover{color:#6b7280}.hover\:text-gray-700:hover{color:#374151}@media (min-width:640px){.sm\:flex-row{flex-direction:row}.sm\:w-auto{width:auto}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:py-28{padding-top:7rem;padding-bottom:7rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:text-xl{font-size:1.25rem}.lg\:text-3xl{font-size:1.875rem}.lg\:text-5xl{font-size:3rem}.lg\:text-6xl{font-size:3.75rem}.lg\:text-8xl{font-size:6rem}}.page-shell{background:#f5f7fb;min-height:calc(100vh - 140px);padding:3.5rem 0 4rem}.page-content{flex-direction:column;gap:2.5rem;display:flex}.page-stack{flex-direction:column;gap:1.5rem;display:flex}.page-hero{background:var(--hero-gradient);color:#fff;border-radius:28px;padding:2.5rem 2.75rem;position:relative;overflow:hidden;box-shadow:0 24px 50px #0f172a40}.page-hero:before{content:"";background:var(--hero-glow);opacity:.85;pointer-events:none;position:absolute;inset:0}.page-hero>*{z-index:1;position:relative}.page-hero-kicker{text-transform:uppercase;letter-spacing:.35em;color:#ffffffb3;font-size:.75rem}.page-hero-title{margin-top:.75rem;font-size:2.5rem;font-weight:700}.page-hero-text{color:#ffffffe0;max-width:42rem;margin-top:1rem;font-size:1.05rem;line-height:1.7}.page-stats{gap:1rem;margin-top:2rem;display:grid}.page-stat-card{background:#ffffff29;border:1px solid #ffffff47;border-radius:18px;padding:1rem 1.25rem}.page-stat-value{font-size:1.5rem;font-weight:700}.page-stat-label{color:#ffffffbf;font-size:.85rem}.page-section{background:#ffffffeb;border:1px solid #94a3b840;border-radius:24px;padding:2rem;box-shadow:0 18px 35px #0f172a14}.page-section-title{color:#0f172a;margin-bottom:1rem;font-size:1.6rem;font-weight:700}.page-subtitle{color:#64748b;font-size:1rem}.page-grid-2,.page-grid-3{gap:1.5rem;display:grid}.page-card{background:#fff;border:1px solid #94a3b833;border-radius:20px;padding:1.5rem;box-shadow:0 12px 24px #0f172a0f}.page-card-soft{background:#f8fafce6}.page-card-title{color:#0f172a;margin-bottom:.6rem;font-size:1.15rem;font-weight:700}.faq-item{transition:transform .2s,box-shadow .2s}.faq-item:hover{transform:translateY(-2px);box-shadow:0 16px 28px #0f172a1f}.faq-item-open{box-shadow:0 18px 32px #0f172a24}.faq-question{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding:0;display:flex}.faq-question-title{color:#0f172a;margin:0;font-size:1.05rem;font-weight:700}.faq-icon{color:#64748b;background:#f8fafce6;border:1px solid #94a3b859;border-radius:999px;place-items:center;width:2.25rem;height:2.25rem;transition:transform .2s;display:grid}.faq-icon-open{transform:rotate(180deg)}.faq-answer{gap:1rem;margin-top:1.25rem;display:grid}.page-body{color:#475569;font-size:1rem;line-height:1.7}.page-cta{color:#1d4ed8;align-items:center;gap:.5rem;margin-top:1.5rem;font-weight:600;display:inline-flex}@media (min-width:640px){.page-hero-title{font-size:2.8rem}.page-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.page-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.page-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.page-hero{padding:2rem 1.75rem}.page-section{padding:1.5rem}}
