@charset "UTF-8";.topbar{background:#0f172a;color:#e2e8f0}.topbar__inner{max-width:1120px;margin:0 auto;padding:6px 20px;display:flex;gap:8px;justify-content:flex-end;align-items:center;font-size:13px}.topbar__link{color:#e2e8f0;text-decoration:none;background:none;border:0;padding:0;cursor:pointer}.topbar__link:hover{color:#fff}.topbar__sep{opacity:.6}.topbar__logout{margin:0}.login-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:1000}.login-modal.is-open{display:flex}.login-modal__overlay{position:absolute;inset:0;background:#0009}.login-modal__panel{position:relative;width:min(480px,92vw);background:#f96b60;color:#1f2937;border-radius:16px;padding:22px 20px;box-shadow:0 20px 50px #00000059;z-index:1}.login-modal__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.login-modal__title{font-size:18px;font-weight:700;margin:0}.login-modal__close{background:none;border:0;font-size:18px;cursor:pointer;color:#1f2937}.login-modal__form{margin-top:14px;display:grid;gap:10px}.login-modal__form label{font-size:12px;text-transform:uppercase;letter-spacing:.05em}.login-modal__form input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid rgba(31,41,55,.25);background:#fff3f2}.login-modal__actions{display:grid;gap:8px;margin-top:6px}.login-modal__btn{padding:10px 12px;border-radius:10px;border:0;cursor:pointer;font-weight:600}.login-modal__btn.primary{background:#111827;color:#fff}.login-modal__btn.alt{background:#1118271a;color:#111827;border:1px solid rgba(17,24,39,.2)}.login-modal__footer{margin-top:10px;font-size:13px}.login-modal__footer a{color:#111827;font-weight:600;text-decoration:none}.item-block{border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:12px;margin-bottom:12px;background:#fff}.item-image-preview{display:none;flex-direction:column;gap:6px}.item-image-preview.is-visible{display:flex}.item-image-preview img{width:120px;height:120px;object-fit:cover;border-radius:10px;cursor:pointer;border:1px solid rgba(0,0,0,.1)}.img-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:1200}.img-modal.is-open{display:flex}.img-modal__overlay{position:absolute;inset:0;background:#0009}.img-modal__content{position:relative;z-index:1;max-width:90vw;max-height:90vh;background:#111827;padding:10px;border-radius:12px}.img-modal__content img{display:block;max-width:80vw;max-height:80vh}.img-modal__close{position:absolute;top:8px;right:10px;background:none;border:0;color:#fff;font-size:18px;cursor:pointer}.user-layout{display:flex;gap:24px;align-items:flex-start}.user-sidebar{width:220px;flex:0 0 220px}.user-content{flex:1;min-width:0}.user-menu{display:flex;flex-direction:column;gap:8px;position:sticky;top:16px}.user-sidebar__profile{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:16px}.user-sidebar__name{font-weight:600;color:#0f172a}.user-avatar{width:200px;height:200px;border-radius:50%;overflow:hidden;background:#f1f5f9;position:relative;display:flex;align-items:center;justify-content:center}.user-avatar img{width:100%;height:100%;object-fit:cover}.avatar-edit-btn{position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.user-menu__link{display:block;padding:10px 12px;border-radius:10px;background:#fff;border:1px solid rgba(15,23,42,.1);color:#0f172a;text-decoration:none}.user-menu__link:hover{border-color:#f96b60;color:#f96b60}.profile-follow{margin-top:10px}.followed-creator{margin-top:18px;padding-top:12px;border-top:1px solid rgba(15,23,42,.1)}.followed-creator__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.followed-creator__name a{text-decoration:none;color:#0f172a;font-weight:600}.creators-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.creator-card{background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:14px;padding:12px;display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center}.creator-card__avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.creator-card__avatar img{width:100%;height:100%;object-fit:cover}.creator-card__name a{text-decoration:none;color:#0f172a;font-weight:600}.creator-card__bio{font-size:13px;color:#64748b}@media(max-width:900px){.user-layout{flex-direction:column}.user-sidebar{width:100%}.user-menu{flex-direction:row;flex-wrap:wrap}}*{box-sizing:border-box}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;margin:0}h1{margin:0 0 12px;font-size:22px}h2{margin:22px 0 8px;font-size:18px}.muted{color:var(--muted)}.wrap{max-width:980px;margin:0 auto}.task-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:14px}@media(max-width:780px){.task-grid{grid-template-columns:repeat(3,minmax(100px,1fr))}}@media(max-width:520px){.task-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}}.task-card,.card{position:relative;background:var(--card-bg);border:2px solid var(--card-border);border-radius:16px;padding:16px 12px;min-height:110px;cursor:pointer;box-shadow:var(--card-shadow);transition:border-color .18s,box-shadow .18s,transform .06s;-webkit-user-select:none;user-select:none;display:grid;grid-template-rows:auto 1fr;align-items:center;justify-items:center;text-align:center}.task-card.has-bg{background-size:cover;background-position:center}.task-card.has-bg:before{content:"";position:absolute;inset:0;background:#ffffffbf;border-radius:14px}.task-card.has-bg .task-title,.task-card.has-bg .task-sub{position:relative;z-index:1}.task-card:hover,.card:hover{border-color:#93c5fd}.task-card:active,.card:active{transform:translateY(1px)}.task-card.active,.card.active{border-color:var(--card-border-active);box-shadow:var(--card-shadow-active)}.task-icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;border:2px solid var(--card-border);font-weight:700;font-size:20px;color:var(--card-border-active);margin-bottom:8px;background:#f8fafc}.task-title{font-size:14px;font-weight:600}.task-sub{font-size:12px;color:var(--muted);margin-top:4px}.sr-radio{position:absolute;inset:0;opacity:0;pointer-events:none}.task-card:has(.sr-radio:focus-visible),.card:has(.sr-radio:focus-visible){outline:3px solid #93c5fd;outline-offset:3px}.toolbar{display:flex;justify-content:space-between;align-items:center;margin:6px 0 18px;gap:10px;flex-wrap:wrap}.pill{display:inline-flex;align-items:center;gap:8px;background:#f1f5f9;color:#0f172a;border-radius:999px;padding:8px 12px;font-size:14px}.pill-small{display:inline-flex;gap:6px;padding:6px 10px;border:1px solid var(--card-border);border-radius:999px;background:#f8fafc}.btn{border:1px solid var(--card-border);background:#fff;color:#0f172a;padding:10px 14px;border-radius:12px;cursor:pointer}.btn:hover{background:#f8fafc}.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn:disabled{opacity:.6;cursor:not-allowed}.cards{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:12px}@media(max-width:780px){.cards{grid-template-columns:repeat(2,minmax(120px,1fr))}}.loader{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:var(--accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.out{white-space:pre-wrap;border:1px solid #333;border-radius:8px;padding:12px;min-height:80px}.wheel{--item-h: 40px;--rows: 5;position:relative;width:140px;height:calc(var(--item-h) * var(--rows));overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:none;overscroll-behavior:contain;border-radius:12px;background:#f8fafc;border:1px solid var(--card-border)}.wheel-list{list-style:none;padding:0;margin:0}.wheel-item{height:var(--item-h);display:flex;align-items:center;justify-content:center;line-height:normal;text-align:center;font-size:16px;color:var(--muted);-webkit-user-select:none;user-select:none;margin:0;padding:0 8px;border:0;box-sizing:border-box;cursor:default}.wheel-item.active{color:var(--text);font-weight:700}.wheel-item:hover{background:#f3f4f6;cursor:pointer}.wheel:before,.wheel:after{content:"";position:absolute;left:0;right:0;height:1px;background:#2563eb59;pointer-events:none}.wheel:before{top:calc(50% - var(--item-h) / 2)}.wheel:after{top:calc(50% + var(--item-h) / 2)}.wheel .fade-top,.wheel .fade-bottom{display:none}.grid2{display:grid;grid-template-columns:repeat(2,minmax(140px,1fr));gap:12px}.grid3{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));gap:12px}.wheel-preview{display:flex;align-items:center;gap:16px}.preview-circle{width:200px;height:200px;border-radius:50%;border:3px solid #000000;flex:0 0 auto}.hair-swatch{background-size:cover;background-position:center;background-repeat:no-repeat}.hair-swatch-mini{display:inline-block;width:18px;height:18px;border-radius:10%;margin-right:8px;background-size:cover;background-position:center;vertical-align:-3px}.wrap{max-width:980px;margin:24px auto;padding:0 16px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.toolbar{display:flex;gap:12px;align-items:center;margin-bottom:12px}.pill,.pill-small{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#111}.pill-small{padding:4px 8px}.btn{border:1px solid #e5e7eb;border-radius:10px;padding:8px 12px;background:#fff;cursor:pointer}.btn.primary{background:#111;color:#fff;border-color:#111}.muted{color:#6b7280}.grid3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.max-460{max-width:460px}.center-col{display:flex;align-items:center;justify-content:center}.task-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.task-card{cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #e5e7eb;border-radius:14px;padding:12px;background:#fff;display:flex;flex-direction:column;align-items:center;gap:6px;transition:box-shadow .15s,border-color .15s}.task-card.active{border-color:#111;box-shadow:0 0 0 2px #11111114}.task-img{width:100%;height:100px;object-fit:contain}.task-title{font-weight:600}.task-sub{font-size:12px;color:#6b7280}.sr-radio{position:absolute;opacity:0;pointer-events:none}.wheel{position:relative;overflow-y:auto;height:var(--item-h);overscroll-behavior:contain;scroll-behavior:smooth;scrollbar-width:none;background:#fff;border:1px solid #e5e7eb;border-radius:12px}.wheel::-webkit-scrollbar{display:none}.wheel-list{list-style:none;margin:0;padding:var(--pad-top, 0) 0 var(--pad-bottom, 0) 0}.wheel-item{height:var(--item-h);display:flex;align-items:center;gap:10px;padding:0 12px;white-space:nowrap}.wheel-item.active{font-weight:600}.wheel-center-lines{position:absolute;left:0;right:0;top:calc(50% - var(--item-h) / 2);height:var(--item-h);border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;pointer-events:none}.hair-swatch-mini{width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.08);display:inline-block}.hair-swatch{width:200px;height:200px;border-radius:50%;border:1px solid rgba(0,0,0,.08)}.h-black{background:#111}.h-dark-brown{background:#4b2e21}.h-medium-brown{background:#6b4a35}.h-light-brown{background:#8b6a4e}.h-dark-blonde{background:#b49a6b}.h-blonde{background:#d8c27a}.h-light-blonde{background:#e8dca8}.h-red{background:#a7381e}.h-auburn{background:#7c3f2c}.h-ginger{background:#c24f2a}.h-grey{background:#b9c0c6}.h-silver{background:#cfd8df}.your_look{margin-top:20px;display:flex;justify-content:center}.look-img{max-width:420px;width:100%;border-radius:16px;box-shadow:0 8px 24px #0000001f;cursor:zoom-in}.look-modal{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.look-full{max-width:min(90vw,1200px);max-height:90vh;border-radius:16px;box-shadow:0 16px 48px #0000004d}.look-modal .close{position:absolute;top:18px;right:18px;width:40px;height:40px;border:none;border-radius:999px;font-size:24px;cursor:pointer;background:#fff}.wheel-item{transition:background-color .15s ease,color .15s ease;border-radius:8px}.wheel-item.active{background:#111;color:#fff}.wheel-center-lines{box-shadow:inset 0 8px 8px -8px #0000000f,inset 0 -8px 8px -8px #0000000f}.progress-wrap{display:grid;place-items:center;padding-left:12px}.progress-circle{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;box-shadow:0 0 0 3px #eef1f4 inset;transition:background .18s linear}.progress-inner{width:68px;height:68px;border-radius:50%;background:#fff;display:grid;place-items:center;text-align:center;box-shadow:0 1px 6px #0000000f}.progress-value{font-size:.95rem;font-weight:700;line-height:1;margin-bottom:.15rem}.progress-sub{font-size:.7rem;color:#64748b}.fashion_rezult{display:grid;gap:12px;padding:16px 0;border-top:1px solid #e5e7eb;margin-top:8px}.fashion_rezult_carus{min-height:110px;background:#fafafa;border:1px dashed #cbd5e1;border-radius:10px;display:grid;place-items:center;color:#94a3b8;font-size:.9rem}.fashion_rezult_des{padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px}.fashion_rezult_des h3{margin:0 0 .375rem;font-size:1.05rem}.fashion_rezult_des .desc{color:#334155;line-height:1.45;white-space:pre-wrap}.show-me-style .filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;margin-top:12px}.show-me-style .filter-block{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px;box-shadow:0 6px 16px #0f172a0f}.looks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin-top:18px}.look-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 10px 24px #0f172a14;display:flex;flex-direction:column}.look-image-wrap{width:100%;height:220px;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.look-image{width:100%;height:100%;object-fit:cover}.look-body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:12px}.look-title{font-size:16px;font-weight:700}.modeler-review{padding:10px 12px;border-radius:12px;background:#f8fafc;border:1px dashed #cbd5e1}.modeler-label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#64748b;margin-bottom:6px}.modeler-text{font-size:14px;color:#0f172a;line-height:1.4}.look-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.look-actions .btn{width:100%;font-weight:600}.like-btn{background:#fff7ed;border-color:#fdba74;color:#7c2d12}.save-btn{background:#ecfeff;border-color:#67e8f9;color:#164e63}.view-look{width:100%;margin-top:8px;text-align:center;font-weight:600}.pagination{display:flex;align-items:center;justify-content:center;gap:12px;margin:20px 0 10px}.auth-page{max-width:520px;margin:30px auto 60px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px 22px;box-shadow:0 10px 24px #0f172a14}.auth-form{display:grid;gap:12px;margin-top:12px}.field{display:grid;gap:6px;font-size:14px}.field.inline{grid-auto-flow:column;align-items:center;justify-content:start;gap:8px}.auth-foot{margin-top:14px;font-size:13px;display:flex;gap:6px}.generated-looks{display:grid;gap:12px;margin:16px 0 8px}.generated-look{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px 14px;display:grid;gap:10px}.generated-look-title{font-weight:700}.profile-page{margin:20px auto 60px}.profile-head{display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px 18px;margin-bottom:20px}.profile-avatar img,.avatar-placeholder{width:110px;height:110px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:#e2e8f0;color:#0f172a;font-size:36px;font-weight:700}.profile-meta h1{margin:0 0 6px}.profile-bio{margin:0 0 8px;color:#334155}.profile-links{display:flex;flex-wrap:wrap;gap:10px;font-size:13px}.profile-links a{color:#0f172a;text-decoration:none;border-bottom:1px dashed #94a3b8}.profile-wardrobe h2{margin:6px 0 12px}.page-status{font-size:13px;color:#475569}.empty-state{margin:18px 0;padding:16px;border:1px dashed #cbd5e1;border-radius:12px;color:#475569;background:#f8fafc;text-align:center}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin-top:18px}.skeleton-card{height:360px;border-radius:16px;background:linear-gradient(110deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 65%);background-size:200% 100%;animation:shimmer 1.2s ease-in-out infinite}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.look-at-me .breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:12px 0 16px;font-size:13px;color:#475569}.look-at-me .breadcrumbs a{color:#0f172a;text-decoration:none}.look-at-me .crumb-sep{color:#94a3b8}.look-at-me .crumb-current{font-weight:600;color:#0f172a}.back_to_looks{margin-left:auto;border:1px solid #e5e7eb;border-radius:10px;padding:6px 10px;background:#fff;cursor:pointer}.look-media{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-bottom:18px}.look_photo{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;min-height:220px;display:flex;align-items:center;justify-content:center;overflow:hidden}.look_photo img,.look_photo video{width:100%;height:100%;object-fit:cover}.video-placeholder{color:#64748b;font-size:13px}.look-summary{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 16px;margin-bottom:16px}.look-at-me .look-actions{margin:12px 0 16px}.look-at-me .inline-form{display:inline-block;margin-right:8px}.look-summary h2{margin:0 0 10px;font-size:16px}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px 12px}.summary-item{font-size:13px;color:#0f172a}.look-items-full h2,.similar-looks h2{margin:12px 0 10px;font-size:16px}.full_look{border:1px solid #e5e7eb;border-radius:12px;padding:12px 14px;background:#fff;margin-bottom:12px}.look_item_title{font-weight:700;margin-bottom:6px}.look_url{font-size:13px;margin-bottom:6px}.look_item_description{font-size:13px;color:#334155}.similar-looks{margin-top:20px}.site-header{position:sticky;top:0;z-index:50;background:#f96b60}.site-header__inner{max-width:100%;margin:0 auto;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative;height:150px;transition:height .22s ease,padding .22s ease}.site-header.is-scrolled .site-header__inner{height:90px;padding:8px 16px}.site-brand{font-weight:700;font-size:16px;letter-spacing:.02em}.site-nav{display:flex;align-items:center;gap:14px}.site-nav__link{text-decoration:none;color:#0f172a;font-weight:600;font-size:14px;padding:8px 10px;border-radius:10px}.site-nav__link:hover{background:#f1f5f9}.nav-toggle{position:absolute;opacity:0;pointer-events:none}.nav-burger{display:none;width:36px;height:30px;align-items:center;justify-content:center;gap:5px;flex-direction:column;border:1px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer}.nav-burger span{display:block;width:18px;height:2px;background:#0f172a}@media(max-width:720px){.nav-burger{display:flex}.site-nav{display:none;position:absolute;top:100%;left:16px;right:16px;margin-top:8px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px;box-shadow:0 10px 24px #0f172a14;flex-direction:column;align-items:flex-start}.nav-toggle:checked~.site-nav{display:flex}}.debug-json{margin-top:12px;padding:12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.debug-json pre{margin:8px 0 0;font-size:12px;line-height:1.4;white-space:pre-wrap;word-break:break-word}
