*,:before,:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{overscroll-behavior-y:contain;font-family:Arial,sans-serif}nav{gap:.75rem;margin-bottom:2rem;display:flex}form{flex-direction:column;gap:1rem;max-width:420px;display:flex}input,select,textarea,button{padding:.75rem;font-size:16px}img{display:block}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif}.landing-page{background:radial-gradient(circle at top,#b11d2a24,#0000 28%),radial-gradient(circle at 100% 100%,#c8a44f14,#0000 34%),linear-gradient(#060606 0%,#040404 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative;overflow:hidden}.landing-background-glow{filter:blur(90px);opacity:.34;pointer-events:none;border-radius:50%;width:320px;height:320px;position:absolute}.landing-background-glow-left{background:#b11d2a47;top:8%;left:-90px}.landing-background-glow-right{background:#c8a44f2e;bottom:6%;right:-90px}.landing-shell{z-index:1;border:1px solid var(--border);background:linear-gradient(180deg, #7f101814, #0000 22%), linear-gradient(180deg, #ffffff04, #fff0), var(--panel);width:100%;max-width:1120px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:24px 20px 28px;position:relative}.landing-topbar{justify-content:flex-start;margin-bottom:36px;display:flex}.landing-brand{align-items:center;gap:14px;display:flex}.landing-brand-line{background:linear-gradient(90deg, var(--red-bright), var(--gold));width:56px;height:1px}.landing-brand-text{color:var(--gold);text-transform:uppercase;letter-spacing:.18em;font-size:.8rem}.landing-hero{max-width:720px}.landing-eyebrow{color:var(--red-bright);text-transform:uppercase;letter-spacing:.16em;margin:0 0 12px;font-size:.76rem}.landing-title{letter-spacing:-.05em;color:var(--text);margin:0;font-size:clamp(2.4rem,10vw,5.4rem);font-weight:600;line-height:.94}.landing-text{max-width:560px;color:var(--muted);margin:22px 0 0;font-size:1rem;line-height:1.75}.landing-actions{flex-direction:column;gap:12px;margin-top:30px;display:flex}.landing-button{cursor:pointer;letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;width:100%;min-height:50px;padding:12px 18px;font-size:.95rem;text-decoration:none;transition:transform .18s,filter .18s,box-shadow .18s,background .18s;display:inline-flex}.landing-button-primary{color:#fff6df;background:linear-gradient(90deg,#7f1018eb,#b11d2aeb 38%,#c8a44feb);border:1px solid #c8a44f8c;box-shadow:0 10px 30px #00000047,inset 0 1px #ffffff14}.landing-button-secondary{border:1px solid var(--border);color:var(--gold);background:#ffffff05}.landing-button:hover{transform:translateY(-1px)}.landing-button-primary:hover{filter:brightness(1.05);box-shadow:0 16px 34px #00000061,0 0 28px #b11d2a24}.landing-button-secondary:hover{background:#c8a44f14;border-color:#c8a44f66}.landing-notes{grid-template-columns:1fr;gap:14px;margin-top:42px;display:grid}.landing-note-card{border:1px solid var(--border-soft);background:#ffffff05;padding:16px 16px 18px}.landing-note-label{color:var(--gold);text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px;font-size:.72rem;display:inline-block}.landing-note-card p{color:var(--muted);margin:0;font-size:.94rem;line-height:1.65}@media (width>=700px){.landing-page{padding:32px}.landing-shell{padding:30px 32px 36px}.landing-actions{flex-flow:wrap}.landing-button{width:auto;min-width:160px}.landing-notes{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.landing-shell{padding:36px 40px 42px}.landing-topbar{margin-bottom:52px}.landing-notes{max-width:760px;margin-top:52px}}:root{--bg:#060606;--bg-soft:#0d0d0d;--panel:#0e0e0ee6;--panel-strong:#141414f5;--text:#f5f0e6;--muted:#b6aa95;--gold:#c8a44f;--gold-bright:#e0c06d;--gold-deep:#8f6b24;--red:#7f1018;--red-bright:#b11d2a;--border:#c8a44f38;--border-soft:#ffffff14;--shadow:0 24px 80px #00000073}.register-page{min-height:100vh;color:var(--text);background:radial-gradient(circle at top,#b11d2a24,#0000 28%),radial-gradient(circle at 0 100%,#c8a44f14,#0000 32%),linear-gradient(#070707 0%,#050505 100%);justify-content:center;align-items:center;padding:24px;display:flex;position:relative;overflow:hidden}.register-background-glow{filter:blur(90px);opacity:.35;pointer-events:none;border-radius:50%;width:320px;height:320px;position:absolute}.register-background-glow-left{background:#b11d2a47;top:10%;left:-80px}.register-background-glow-right{background:#c8a44f2e;bottom:8%;right:-80px}.register-shell{z-index:1;width:100%;max-width:1100px;position:relative}.register-brand{align-items:center;gap:14px;margin-bottom:22px;padding-left:4px;display:flex}.register-brand-line{background:linear-gradient(90deg, var(--red-bright), var(--gold));width:56px;height:1px;display:inline-block}.register-kicker{color:var(--gold);text-transform:uppercase;letter-spacing:.18em;margin:0;font-size:.8rem}.register-card{background:linear-gradient(180deg, #7f10181a, #0000 22%), linear-gradient(180deg, #ffffff04, #fff0), var(--panel);border:1px solid var(--border);width:100%;max-width:560px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:32px 22px}.register-card-header{margin-bottom:28px}.register-eyebrow{color:var(--red-bright);text-transform:uppercase;letter-spacing:.16em;margin:0 0 10px;font-size:.76rem}.register-title{letter-spacing:-.04em;color:var(--text);margin:0;font-size:clamp(2rem,5vw,3.4rem);font-weight:600;line-height:.96}.register-subtitle{color:var(--muted);max-width:42ch;margin:16px 0 0;font-size:.98rem;line-height:1.7}.register-form{flex-direction:column;gap:18px;display:flex}.form-group input::placeholder{color:#7f776b}.form-group input[type=file]{cursor:pointer;padding:12px}.form-group input[type=file]::file-selector-button{color:var(--text);cursor:pointer;background:linear-gradient(#7f101873,#7f10182e);border:1px solid #c8a44f59;margin-right:14px;padding:10px 14px}@media (width>=768px){.register-page{padding:40px}.register-card{padding:42px 40px}}@media (width>=1024px){.register-shell{flex-direction:column;align-items:flex-start;display:flex}.register-card{max-width:620px}}:root{--bg:#060606;--bg-soft:#0d0d0d;--panel:#0e0e0ee6;--panel-strong:#141414f5;--text:#f5f0e6;--muted:#b6aa95;--gold:#c8a44f;--gold-bright:#e0c06d;--red:#7f1018;--red-bright:#b11d2a;--border:#c8a44f38;--border-soft:#ffffff14;--shadow:0 24px 80px #00000073}*{box-sizing:border-box}.login-page{min-height:100vh;color:var(--text);background:radial-gradient(circle at top,#b11d2a24,#0000 28%),radial-gradient(circle at 0 100%,#c8a44f14,#0000 32%),linear-gradient(#070707 0%,#050505 100%);justify-content:center;align-items:center;padding:24px;display:flex;position:relative;overflow:hidden}.login-background-glow{filter:blur(90px);opacity:.35;pointer-events:none;border-radius:50%;width:320px;height:320px;position:absolute}.login-background-glow-left{background:#b11d2a47;top:10%;left:-80px}.login-background-glow-right{background:#c8a44f2e;bottom:8%;right:-80px}.login-shell{z-index:1;width:100%;max-width:1100px;position:relative}.login-brand{align-items:center;gap:14px;margin-bottom:22px;padding-left:4px;display:flex}.login-brand-line{background:linear-gradient(90deg, var(--red-bright), var(--gold));width:56px;height:1px;display:inline-block}.login-kicker{color:var(--gold);text-transform:uppercase;letter-spacing:.18em;margin:0;font-size:.8rem}.login-card{background:linear-gradient(180deg, #7f10181a, #0000 22%), linear-gradient(180deg, #ffffff04, #fff0), var(--panel);border:1px solid var(--border);width:100%;max-width:560px;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:32px 22px}.login-card-header{margin-bottom:28px}.login-eyebrow{color:var(--red-bright);text-transform:uppercase;letter-spacing:.16em;margin:0 0 10px;font-size:.76rem}.login-title{letter-spacing:-.04em;color:var(--text);margin:0;font-size:clamp(2rem,5vw,3.4rem);font-weight:600;line-height:.96}.login-subtitle{color:var(--muted);max-width:42ch;margin:16px 0 0;font-size:.98rem;line-height:1.7}.login-form{flex-direction:column;gap:18px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}.form-group input{border:1px solid var(--border-soft);background:linear-gradient(180deg, #ffffff05, #fff0), var(--panel-strong);width:100%;min-height:52px;color:var(--text);outline:none;padding:14px 16px;font-size:.98rem;transition:border-color .2s,box-shadow .2s,transform .2s}.form-group input:focus{border-color:#c8a44f99;box-shadow:0 0 0 1px #c8a44f38,0 0 24px #c8a44f14}.submit-button{color:#fff6df;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;background:linear-gradient(90deg,#7f1018eb,#b11d2aeb 38%,#c8a44feb);border:1px solid #c8a44f8c;min-height:54px;margin-top:8px;font-size:.96rem;transition:transform .18s,filter .18s,box-shadow .18s;box-shadow:0 10px 30px #00000047,inset 0 1px #ffffff14}.submit-button:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 16px 34px #00000061,0 0 28px #b11d2a24}.submit-button:disabled{opacity:.7;cursor:not-allowed}.form-message{margin:6px 0 0;font-size:.94rem;line-height:1.5}.form-message.success{color:var(--gold-bright)}.form-message.error{color:#ff8d98}@media (width>=768px){.login-page{padding:40px}.login-card{padding:42px 40px}}@media (width>=1024px){.login-shell{flex-direction:column;align-items:flex-start;display:flex}.login-card{max-width:620px}}.profile-page{color:#f5f0e6;background:radial-gradient(circle at top,#b11d2a26,#0000 30%),radial-gradient(circle at 100% 100%,#c8a44f14,#0000 35%),linear-gradient(#060606,#040404);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative}.profile-background-glow{filter:blur(90px);opacity:.35;border-radius:50%;width:300px;height:300px;position:absolute}.profile-background-glow-left{background:#b11d2a40;top:8%;left:-90px}.profile-background-glow-right{background:#c8a44f2e;bottom:8%;right:-90px}.profile-shell{z-index:1;width:100%;max-width:820px;position:relative}.profile-brand{align-items:center;gap:14px;margin-bottom:20px;display:flex}.profile-brand-line{background:linear-gradient(90deg,#b11d2a,#c8a44f);width:56px;height:1px}.profile-kicker{color:#c8a44f;letter-spacing:.18em;text-transform:uppercase;font-size:.8rem}.profile-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0e0e0eeb;border:1px solid #c8a44f33;padding:32px}.profile-header{margin-bottom:28px}.profile-eyebrow{color:#b11d2a;text-transform:uppercase;letter-spacing:.16em;margin-bottom:8px;font-size:.75rem}.profile-title{letter-spacing:-.04em;margin:0;font-size:2.4rem}.profile-subtitle{color:#b6aa95;margin-top:10px}.profile-content{flex-direction:column;gap:28px;display:flex}.profile-avatar{justify-content:center;display:flex}.profile-image{object-fit:cover;border:2px solid #c8a44f;border-radius:50%;width:120px;height:120px}.profile-avatar-placeholder{background:linear-gradient(135deg,#7f1018,#c8a44f);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-size:2rem;font-weight:600;display:flex}.profile-details{flex-direction:column;gap:14px;display:flex}.profile-row{border-bottom:1px solid #ffffff14;justify-content:space-between;padding-bottom:8px;display:flex}.profile-label{color:#b6aa95;letter-spacing:.06em;text-transform:uppercase;font-size:.85rem}.profile-value{color:#f5f0e6}.profile-loading,.profile-error{color:#c8a44f}@media (width>=700px){.profile-content{flex-direction:row;align-items:center;gap:40px}}
