.photo-frame{position:relative;width:min(56dvh,360px,82vw);aspect-ratio:3 / 4;margin:0 auto;border-radius:var(--radius-lg);padding:10px;background:var(--surface);box-shadow:var(--neu-raised)}.photo-frame--sm{width:min(26dvh,210px,60vw);aspect-ratio:3 / 4}.photo-frame--result{width:auto;height:min(53dvh,590px);max-width:92vw;aspect-ratio:672 / 1024}.photo-frame--result .photo-frame__glass img{object-fit:contain}.photo-frame__glass{position:relative;width:100%;height:100%;border-radius:calc(var(--radius-lg) - 10px);overflow:hidden;background:var(--surface-raised);box-shadow:var(--neu-inset);display:block}.photo-frame__glass video,.photo-frame__glass img{width:100%;height:100%;object-fit:cover;display:block}.photo-frame__glass--flip video,.photo-frame__glass--flip img{transform:scaleX(-1)}.photo-frame--busy{animation:frame-breathe 2.4s ease-in-out infinite}@keyframes frame-breathe{0%,to{box-shadow:var(--neu-raised)}50%{box-shadow:12px 12px 26px var(--shadow-dark-strong),-12px -12px 26px var(--shadow-light)}}@media (max-width: 520px){.photo-frame{width:min(58dvw,30dvh)}.photo-frame--result{width:auto;height:min(48dvh,70vw)}}@media (max-height: 620px){.photo-frame{width:min(28dvh,200px)}.photo-frame--result{width:auto;height:43dvh}}.webcam-capture{width:min(100%,460px);display:flex;flex-direction:column;align-items:center;gap:12px}.webcam-capture__frame-wrap{position:relative;width:min(100%,420px)}.webcam-capture__flip{position:absolute;bottom:10px;right:10px;width:44px;height:44px;border-radius:50%;border:none;background:var(--accent-contrast);box-shadow:var(--neu-raised-sm);color:var(--accent-contrast-text);display:flex;align-items:center;justify-content:center;transition:transform .15s ease}.webcam-capture__flip:hover{transform:scale(1.06)}.webcam-capture__flip:active{box-shadow:var(--neu-inset-sm)}.webcam-capture__error{max-width:380px;text-align:center;color:var(--danger);font-size:.9rem;line-height:1.45;direction:rtl}.webcam-capture__controls{width:100%;display:flex;justify-content:center;gap:14px}.btn__shutter{display:inline-block;width:10px;height:10px;border-radius:50%;background:currentColor;margin-right:10px;vertical-align:middle}.showcase{width:min(100%,720px);min-height:0;display:flex;flex-direction:column;align-items:center;gap:clamp(10px,2vh,18px)}.showcase__intro{text-align:center;max-width:440px;display:flex;flex-direction:column;gap:5px}.showcase__eyebrow{font-size:.68rem;color:var(--accent-2);font-weight:700}.showcase__intro h2{font-size:clamp(1.18rem,2.2vw,1.65rem);font-weight:800}.showcase__intro p{font-size:.88rem;color:var(--text-muted);line-height:1.5}.showcase__cards{display:flex;align-items:center;justify-content:center;gap:clamp(12px,2vw,20px);direction:rtl;width:100%}.showcase__card{margin:0;flex:1;max-width:260px;background:var(--surface);box-shadow:var(--neu-raised);border-radius:var(--radius-lg);padding:clamp(9px,1.5vw,15px);display:flex;flex-direction:column;align-items:center;gap:8px;border:1px solid var(--border)}.showcase__photo{width:100%;aspect-ratio:1 / 1.12;border-radius:var(--radius-md);background:var(--surface-raised);background-image:url(/images/hairstyle-before-after.webp);background-repeat:no-repeat;background-size:200% auto;background-position-y:center;box-shadow:var(--neu-inset-sm);border:1px solid var(--border)}.showcase__photo--before{background-position-x:left}.showcase__photo--after{background-position-x:right}.showcase__card figcaption{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.showcase__tag{font-size:.68rem;font-weight:700;letter-spacing:0;color:var(--text-faint)}.showcase__tag--accent{color:var(--accent-2)}.showcase__card p{font-size:.8rem;color:var(--text-muted)}.showcase__arrow{width:42px;height:42px;border-radius:50%;background:var(--accent-contrast);box-shadow:var(--neu-raised-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent-contrast-text)}.showcase__arrow svg{transform:rotate(180deg)}@media (max-width: 520px){.showcase{gap:6px}.showcase__intro p{display:none}.showcase__intro h2{font-size:1rem}.showcase__cards{gap:7px}.showcase__card{max-width:132px;padding:6px;border-radius:16px;gap:4px}.showcase__card p{display:none}.showcase__photo{max-height:126px;border-radius:12px}.showcase__arrow{width:30px;height:30px}}@media (orientation: portrait){.showcase{width:100%;gap:clamp(4px,1dvh,8px)}.showcase__intro p{display:none}.showcase__intro h2{font-size:clamp(.95rem,2.5vw,1.2rem)}.showcase__cards{gap:clamp(8px,2vw,16px)}.showcase__card{max-width:min(30vw,170px);padding:6px;gap:4px}.showcase__photo{max-height:min(15dvh,120px)}.showcase__card p{display:none}.showcase__arrow{width:clamp(30px,8vw,38px);height:clamp(30px,8vw,38px)}}@media (max-height: 650px){.showcase__eyebrow,.showcase__intro p,.showcase__card p{display:none}.showcase__photo{max-height:108px}}.result-view{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;gap:clamp(7px,1.2vh,13px)}.result-view__tabs{display:flex;gap:4px;padding:5px;border-radius:10px;background:#ffffff1f;box-shadow:var(--neu-inset-sm)}.result-view__tab{border:none;background:transparent;color:var(--text-muted);font-size:.8rem;font-weight:700;letter-spacing:.03em;padding:8px 20px;border-radius:7px;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.result-view__tab.is-active{background:var(--accent-contrast);color:var(--accent-contrast-text);box-shadow:var(--neu-raised-sm)}.result-view__recommendation{max-width:440px;text-align:center;background:var(--surface);box-shadow:var(--neu-raised);border-radius:var(--radius-md);padding:10px 18px}.result-view__eyebrow{display:block;font-size:.7rem;letter-spacing:0;color:var(--accent-2);margin-bottom:3px;font-weight:700}.result-view__recommendation p{font-size:.84rem;line-height:1.5;color:var(--text)}.result-view__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.result-view__actions .btn--telegram,.result-view__actions .btn--whatsapp{background:#ffffff14;color:var(--text);box-shadow:var(--neu-raised-sm)}@media (max-width: 480px){.result-view__actions{gap:8px}.result-view__actions .btn{flex:1 1 calc(50% - 8px);min-width:0}}@media (max-height: 650px){.result-view__recommendation{padding:6px 14px}.result-view__eyebrow{display:none}.result-view__actions{gap:6px}.result-view__actions .btn{min-height:36px;padding:7px 14px}}.progress-ring{position:relative;width:120px;height:120px;border-radius:50%;background:var(--surface);box-shadow:var(--neu-raised);display:flex;align-items:center;justify-content:center;padding:10px}.progress-ring svg{transform:rotate(-90deg);width:120px;height:120px}.progress-ring__track{opacity:.6}.progress-ring__value{stroke:var(--accent-2);transition:stroke-dashoffset .4s ease}.progress-ring__center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.progress-ring__percent{font-family:var(--font-display);font-size:1.5rem;font-weight:700;background:var(--accent-grad);-webkit-background-clip:text;background-clip:text;color:transparent}.progress-ring__label{font-size:.68rem;color:var(--text-faint);text-align:center;max-width:84px;line-height:1.3}.theme-toggle{position:relative;width:64px;height:32px;border-radius:999px;border:none;background:var(--surface);box-shadow:var(--neu-inset-sm);display:flex;align-items:center;justify-content:space-between;padding:0 8px}.theme-toggle__icon{color:var(--text-faint);display:flex;align-items:center;justify-content:center;z-index:1;transition:color .2s ease}.theme-toggle__icon.is-active{color:#fff}.theme-toggle__thumb{position:absolute;top:3px;left:3px;width:26px;height:26px;border-radius:50%;background:var(--accent-grad);box-shadow:var(--neu-raised-sm);transition:transform .25s ease}.theme-toggle__thumb.is-dark{transform:translate(32px)}.palette-picker{display:flex;align-items:center;gap:6px;padding:4px;border:1px solid var(--border);border-radius:999px;background:var(--surface-card)}.palette-picker__swatch{width:22px;height:22px;padding:0;border:2px solid transparent;border-radius:50%;cursor:pointer}.palette-picker__swatch.is-active{border-color:var(--text);box-shadow:0 0 0 2px var(--surface-card)}.palette-picker__swatch--blueberry{background:#5c58a4}.palette-picker__swatch--cocoa{background:#7a6258}.history-gallery{width:100%;max-width:560px;margin:0 auto;flex:0 0 auto}@media (orientation: portrait){.history-gallery__header{margin-bottom:4px}.history-gallery__empty{padding-block:5px}}.history-gallery__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.history-gallery__title{font-size:.72rem;letter-spacing:0;color:var(--text-muted);font-weight:600}.history-gallery__clear{border:none;background:none;color:var(--text-faint);font-size:.75rem;text-decoration:underline}.history-gallery__clear:hover{color:var(--danger)}.history-gallery__empty{font-size:.82rem;color:var(--text-faint);text-align:center;padding:8px 14px;background:var(--surface);box-shadow:var(--neu-inset-sm);border-radius:var(--radius-sm)}.history-gallery__strip{display:flex;gap:10px;overflow-x:auto;padding:3px 4px 5px}.history-gallery__thumb{flex:0 0 auto;width:46px;height:46px;border-radius:50%;padding:0;border:none;overflow:hidden;background:var(--surface);box-shadow:var(--neu-raised-sm);transition:transform .2s ease}@media (max-height: 620px){.history-gallery__header{margin-bottom:3px}.history-gallery__empty{padding:4px 10px;font-size:.72rem}.history-gallery__thumb{width:38px;height:38px}}.history-gallery__thumb:hover{transform:translateY(-2px)}.history-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.profile-menu{position:relative}.profile-menu__trigger{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:5px 10px 5px 6px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);font-size:.78rem;font-weight:700}.profile-menu__avatar{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:var(--accent-contrast);color:var(--accent-contrast-text)}.profile-menu__panel{position:absolute;top:calc(100% + 10px);left:0;z-index:30;width:min(360px,calc(100vw - 28px));padding:14px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--neu-raised)}.profile-menu__heading{padding:2px 4px 10px;color:var(--text-muted);font-size:.75rem;font-weight:700}.profile-menu .history-gallery{max-width:none}.profile-menu__signout{width:100%;margin-top:12px;padding:9px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:transparent;color:var(--danger);font:inherit;font-size:.78rem}@media (max-width: 520px){.profile-menu__trigger>span:last-child{display:none}.profile-menu__trigger{padding:5px}}.auth-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:18px}.auth-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0a0718a6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-modal__card{position:relative;width:min(100%,420px);display:flex;flex-direction:column;gap:14px;padding:28px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--neu-raised);text-align:center}.auth-modal__card p{color:var(--text-muted);font-size:.88rem;line-height:1.8}.auth-modal__card input{min-height:54px;padding:0 16px;border:1px solid var(--border);border-radius:16px;background:var(--surface-card);font-size:1rem;text-align:center;outline:none}.auth-modal__card input:focus{border-color:var(--accent-2);box-shadow:0 0 0 4px var(--accent-soft)}.auth-modal__close{position:absolute;left:14px;top:12px;width:42px;height:42px;border:0;border-radius:50%;background:transparent;font-size:1.6rem}.auth-modal__badge{align-self:center;padding:5px 12px;border-radius:99px;color:var(--accent-2);background:var(--accent-soft);font-size:.72rem;font-weight:800}.auth-modal__error{color:var(--danger)}.auth-modal__change{border:0;background:transparent;color:var(--accent-2)}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%);background:var(--surface-raised);color:var(--text);box-shadow:var(--neu-raised);padding:12px 22px;border-radius:10px;font-size:.85rem;font-weight:500;z-index:60;animation:toast-in .25s ease}.toast--success{color:var(--success)}.toast--error{color:var(--danger)}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.app-shell{width:min(100%,1240px);height:100%;max-height:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--neu-raised);-webkit-backdrop-filter:none;backdrop-filter:none;overflow:hidden}.app{height:100%;display:flex;flex-direction:column}.app__header{display:flex;align-items:center;justify-content:space-between;flex:0 0 auto;min-height:68px;padding:10px clamp(16px,3vw,34px);border-bottom:1px solid var(--border);background:var(--surface)}.app__brand{display:flex;align-items:center;gap:12px}.app__brand-mark{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.1rem;font-weight:700;box-shadow:var(--neu-raised-sm);color:var(--accent-contrast-text);background:var(--accent-contrast)}.app__brand h1{font-size:1.18rem;font-weight:800}.app__tagline{font-size:.67rem;color:var(--text-faint)}.app__header-actions{display:flex;align-items:center;gap:12px}.app__settings-btn{width:42px;height:42px;border-radius:50%;background:var(--surface);box-shadow:var(--neu-raised-sm);border:none;color:var(--text);display:flex;align-items:center;justify-content:center;transition:box-shadow .15s ease,transform .15s ease}.app__settings-btn:hover{transform:translateY(-1px)}.app__settings-btn:active{box-shadow:var(--neu-inset-sm);transform:none}.app__stage{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:clamp(8px,1.5vh,16px);padding:clamp(10px,1.6vh,18px) clamp(14px,3vw,34px) clamp(12px,2vh,22px)}.app__workspace{width:min(100%,760px);flex:1;min-height:0;display:grid;grid-template-columns:1fr;align-items:center;justify-items:center;gap:clamp(12px,2vh,22px)}.app__workspace--preview{display:flex;flex-direction:column;justify-content:center;align-items:center}.app__capture-pane{width:100%;min-width:0;display:flex;flex-direction:column;align-items:center;gap:14px}.app__stage--preview .history-gallery,.app__stage--loading .history-gallery,.app__stage--result .history-gallery{display:none}.app__error{max-width:480px;width:100%;background:var(--surface);box-shadow:var(--neu-inset-sm);color:var(--danger);padding:9px 16px;border-radius:var(--radius-sm);font-size:.88rem;text-align:center}.app__loading{flex:1;display:flex;flex-direction:column;align-items:center;gap:24px}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:10px;min-height:46px;min-width:110px;padding:10px 22px;font-size:.88rem;font-weight:700;letter-spacing:.01em;text-decoration:none;white-space:nowrap;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.btn--primary{background:var(--accent-contrast);color:var(--accent-contrast-text);box-shadow:var(--neu-raised-sm)}.btn--primary:hover{transform:translateY(-1px)}.btn--primary:active{box-shadow:var(--neu-inset-sm);transform:none}.btn--primary:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn--ghost{background:transparent;border:1px solid var(--border);box-shadow:var(--neu-raised-sm);color:var(--text)}.btn--ghost:hover{color:var(--accent-2)}.btn--ghost:active{box-shadow:var(--neu-inset-sm)}.btn--wide{width:100%;max-width:380px}@media (orientation: landscape) and (min-width: 600px){.app__workspace{width:min(100%,1080px);grid-template-columns:minmax(0,1fr) minmax(300px,.8fr);gap:clamp(20px,4vw,56px)}.app__capture-pane .photo-frame{width:min(44dvh,360px,100%)}}@media (orientation: portrait){.app__stage{overflow:hidden;align-items:stretch;gap:clamp(4px,1dvh,10px);padding-block:clamp(6px,1dvh,12px)}.app__workspace{flex:1 1 auto;min-height:0;width:100%;display:flex;flex-direction:column;justify-content:flex-start;gap:clamp(8px,1.5dvh,18px)}.app__capture-pane{order:-1;flex:0 0 auto;gap:clamp(6px,1dvh,10px)}.app__capture-pane .photo-frame{width:min(68vw,32dvh)}}@media (max-width: 640px){.app-shell{border-radius:22px}.app__header{min-height:58px;padding:7px 14px}.app__brand-mark{width:36px;height:36px;border-radius:12px}.app__stage{padding:8px 12px 10px;gap:7px}.app__workspace{width:100%;gap:8px}.app__capture-pane{gap:10px}.btn{min-height:44px;min-width:110px;padding:10px 18px}}@media (max-height: 620px){.app__tagline{display:none}.app__header{min-height:50px}.app__stage{padding-block:6px}}:root,[data-theme=light]{--bg: #f7f7fb;--surface: #ffffff;--surface-card: #fbfaff;--text: #262536;--text-muted: #686878;--text-faint: #89899a;--accent: #5c58a4;--accent-2: #5c58a4;--accent-3: #8d91c9;--accent-contrast: #5c58a4;--accent-contrast-text: #ffffff;--danger: #b34e43;--success: #397a62;--dot-a: #5c58a4;--dot-b: #8d91c9;--dot-c: #262536;--accent-cream: #eeedf8;--accent-sage: #e9edf7;--accent-rose: #efedf8;--accent-orange: #f1eff8;--border: #e3e2ed;--shadow-light: rgba(255, 255, 255, .9);--shadow-dark: rgba(36, 35, 34, .1);--shadow-dark-strong: rgba(36, 35, 34, .16);--track-off: #deddec;color-scheme:light}[data-theme=dark]{--bg: #17172a;--surface: #24243a;--surface-card: #2d2d46;--text: #f3f2ff;--text-muted: #cbc9e0;--text-faint: #aaa8c1;--accent: #aaa5ed;--accent-2: #aaa5ed;--accent-3: #b0b7e8;--accent-contrast: #706bb8;--accent-contrast-text: #ffffff;--danger: #ef9b8d;--success: #8fc4a9;--dot-a: #aaa5ed;--dot-b: #b0b7e8;--dot-c: #f3f2ff;--accent-cream: #383750;--accent-sage: #343c53;--accent-rose: #3e3954;--accent-orange: #403c52;--border: #494862;--shadow-light: rgba(255, 255, 255, .04);--shadow-dark: rgba(5, 3, 10, .58);--shadow-dark-strong: rgba(0, 0, 0, .66);--track-off: #555473;color-scheme:dark}[data-palette=cocoa][data-theme=light]{--bg: #fbf7f4;--surface: #fffdfb;--surface-card: #fcf8f5;--text: #352b28;--text-muted: #756763;--text-faint: #988b85;--accent: #7a6258;--accent-2: #7a6258;--accent-3: #b98f88;--accent-contrast: #7a6258;--accent-cream: #f8eee9;--accent-sage: #eee9e3;--accent-rose: #e8d8ce;--accent-orange: #f1e5dd;--border: #eaded7;--track-off: #e3d5ce}[data-palette=cocoa][data-theme=dark]{--bg: #241c19;--surface: #332824;--surface-card: #40322c;--text: #f8eee9;--text-muted: #d8c5bc;--text-faint: #b8a198;--accent: #c49a8d;--accent-2: #c49a8d;--accent-3: #d5b7a8;--accent-contrast: #916f64;--accent-cream: #4a3831;--accent-sage: #3c3933;--accent-rose: #4c3531;--accent-orange: #49362e;--border: #59463e;--track-off: #624d44}:root{--font-display: "Vazirmatn", "Segoe UI", sans-serif;--font-body: "Vazirmatn", "Segoe UI", sans-serif;--radius-xl: 18px;--radius-lg: 14px;--radius-md: 12px;--radius-sm: 8px;--surface-raised: var(--surface-card);--accent-grad: var(--accent-contrast);--accent-1: var(--accent-2);--accent-soft: color-mix(in srgb, var(--accent-2) 14%, transparent);--neu-raised: 0 8px 24px var(--shadow-dark);--neu-raised-sm: 0 3px 12px var(--shadow-dark);--neu-inset: inset 0 0 0 1px var(--border);--neu-inset-sm: inset 0 0 0 1px var(--border)}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow:hidden}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;height:100dvh;overflow:hidden;transition:background .25s ease,color .25s ease}#root{width:100vw;height:100dvh;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:clamp(8px,1.6vw,20px)}h1,h2,h3{font-family:var(--font-display);font-weight:600;margin:0;letter-spacing:0;color:var(--text)}p{margin:0}button{font-family:var(--font-body);cursor:pointer;color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent-2);outline-offset:3px}textarea,input,select{font-family:var(--font-body);color:var(--text)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--track-off);border-radius:8px}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
