.reactEasyCrop_Container{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none;cursor:move;display:flex;justify-content:center;align-items:center}.reactEasyCrop_Image,.reactEasyCrop_Video{will-change:transform}.reactEasyCrop_Contain{max-width:100%;max-height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}.reactEasyCrop_Cover_Horizontal{width:100%;height:auto}.reactEasyCrop_Cover_Vertical{width:auto;height:100%}.reactEasyCrop_CropArea{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.5);box-sizing:border-box;box-shadow:0 0 0 9999em;color:#00000080;overflow:hidden}.reactEasyCrop_CropAreaRound{border-radius:50%}.reactEasyCrop_CropAreaGrid:before{content:" ";box-sizing:border-box;position:absolute;border:1px solid rgba(255,255,255,.5);top:0;bottom:0;left:33.33%;right:33.33%;border-top:0;border-bottom:0}.reactEasyCrop_CropAreaGrid:after{content:" ";box-sizing:border-box;position:absolute;border:1px solid rgba(255,255,255,.5);top:33.33%;bottom:33.33%;left:0;right:0;border-left:0;border-right:0}:root{--neo-background: #f6f3f1;--neo-surface: rgba(255, 255, 255, .92);--neo-border: rgba(255, 255, 255, .7);--neo-shadow-dark: rgba(209, 205, 199, .7);--neo-shadow-light: rgba(255, 255, 255, .95);--neo-text-primary: #1f1f1f;--neo-text-secondary: #7a7a7a;--neo-accent: #2f64ff;--neo-accent-strong: #0f1f4b;--neo-danger: #f56c6c}body{background:var(--neo-background);color:var(--neo-text-primary)}.neo-auth-bg{min-height:100vh;padding:clamp(1.5rem,5vh,3rem) 1.5rem clamp(2rem,6vh,4rem);background:radial-gradient(circle at 20% 0%,#ffffffe6,#f8f5f3 45%,#efecea);display:flex;justify-content:center;align-items:flex-start}.neo-auth-bg:before{content:"";position:fixed;top:-120px;right:-80px;width:320px;height:320px;background:radial-gradient(circle,#ffffffd9,#fff0 70%);z-index:0;pointer-events:none}.neo-auth-shell{position:relative;z-index:1;width:min(100%,440px);display:flex;flex-direction:column;align-items:center;gap:clamp(1.5rem,3vh,2.5rem)}.neo-brand-mark{text-align:center}.neo-brand-logo{width:clamp(10rem,70vw,15rem);margin:0 auto;display:block;filter:drop-shadow(0 8px 24px rgba(0,0,0,.08))}.neo-surface{background:var(--neo-surface);border-radius:32px;border:1px solid var(--neo-border);box-shadow:20px 20px 50px var(--neo-shadow-dark),-18px -18px 45px #ffffffe6}.neo-surface--sm{border-radius:20px;box-shadow:12px 12px 30px var(--neo-shadow-dark),-10px -10px 25px #ffffffd9}.neo-surface--lg{box-shadow:26px 26px 60px #d1cdc7bf,-20px -20px 50px #fffffff2}.neo-surface--frosted{background:#ffffffd9;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.neo-form-card{width:100%;padding:clamp(1.75rem,2vw,2.5rem);display:flex;flex-direction:column;gap:1.5rem}.neo-form-heading{text-align:center}.neo-form-title{font-size:clamp(1.65rem,3.2vw,2rem);font-weight:700;letter-spacing:.02em;margin-bottom:.3rem}.neo-form-subtitle{font-size:.95rem;color:var(--neo-text-secondary)}.neo-form-body{display:flex;flex-direction:column;gap:1rem}.neo-form-error{width:100%;text-align:center;padding:.9rem 1rem;border-radius:18px;color:var(--neo-danger);background:#f56c6c1f;border:1px solid rgba(245,108,108,.2);font-weight:600}.neo-input{width:100%;border:none;border-radius:22px;padding:.9rem 1.15rem;background:linear-gradient(145deg,#fff,#f1eeec);box-shadow:inset 6px 6px 12px #d1cdc799,inset -6px -6px 12px #ffffffe6;font-size:1rem;color:var(--neo-text-primary);transition:box-shadow .2s ease,transform .2s ease}.neo-input::placeholder{color:#a0a0a0}.neo-input:focus{outline:none;box-shadow:inset 3px 3px 8px #d1cdc7cc,inset -3px -3px 8px #fffffff2,0 0 0 3px #2f64ff1f}.neo-input--invalid{box-shadow:inset 3px 3px 8px #d1cdc7cc,inset -3px -3px 8px #fffffff2,0 0 0 2px #f56c6c66}.neo-input-toggle{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);height:44px;width:44px;border:none;background:transparent;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--neo-text-secondary)}.neo-link-btn{background:none;border:none;color:var(--neo-accent);font-weight:600;font-size:.85rem;text-decoration:none}.neo-link-btn:disabled{opacity:.5}.neo-btn{border:none;border-radius:999px;padding:.95rem 1.5rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;font-size:1rem;box-shadow:10px 10px 20px #d1cdc799,-8px -8px 20px #ffffffe6;background:linear-gradient(145deg,#fff,#f0edeb);color:var(--neo-text-primary)}.neo-btn--primary{background:linear-gradient(135deg,#2f64ff,#5c7bff);color:#fff;box-shadow:12px 18px 32px #2f64ff59,-10px -10px 24px #ffffff73}.neo-btn--secondary{color:var(--neo-text-primary)}.neo-btn--ghost{background:transparent;box-shadow:none;color:var(--neo-text-secondary)}.neo-btn--danger{color:var(--neo-danger);box-shadow:none;background:transparent}.neo-btn--lg{font-size:1.05rem;padding-block:1.05rem}.neo-btn--block{width:100%}.neo-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.neo-divider{width:100%;display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:var(--neo-text-secondary)}.neo-divider:before,.neo-divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.12),transparent)}.neo-form-footer{text-align:center;font-size:.92rem;color:var(--neo-text-secondary)}.neo-form-footer a{color:var(--neo-accent);font-weight:600}.neo-modal-card{max-width:420px;padding:2rem;text-align:center}.neo-modal-card h3{font-size:1.4rem;font-weight:700;margin-bottom:.75rem}.neo-modal-card p{color:var(--neo-text-secondary);margin-bottom:1.5rem}.neo-auth-toggle{font-size:.9rem}@media (max-width: 520px){.neo-auth-bg{padding-inline:1rem}.neo-form-card{padding:1.5rem}}
