:root{--bg:#f7f3ee;--ink:#161413;--muted:#6f6660;--card:#fffaf5;--line:#e8ded4;--brand:#8b5e3c;--brand2:#2c211b;--ok:#f1e5d6}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);background:rgba(247,243,238,.88);backdrop-filter:blur(14px);position:sticky;top:0;z-index:10}.brand{font-size:26px;font-weight:800;letter-spacing:-.04em}.brand span{color:var(--brand)}.brand.center{display:block;text-align:center;margin-bottom:20px}.nav nav{display:flex;align-items:center;gap:18px}.btn{border:0;border-radius:999px;background:var(--brand2);color:white;padding:12px 18px;font-weight:750;cursor:pointer;display:inline-flex;justify-content:center;align-items:center}.btn:hover{transform:translateY(-1px)}.btn.ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}.btn.big{padding:15px 24px;font-size:16px}.btn.full{width:100%;margin-top:8px}.hero{display:grid;grid-template-columns:1.1fr .8fr;gap:5vw;align-items:center;min-height:calc(100vh - 76px);padding:6vw 8vw}.eyebrow{text-transform:uppercase;font-weight:800;letter-spacing:.12em;color:var(--brand);font-size:13px}.hero h1{font-size:clamp(44px,7vw,84px);line-height:.94;margin:0 0 24px;letter-spacing:-.07em}.lead{font-size:20px;line-height:1.6;color:var(--muted);max-width:720px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.phone-card{background:linear-gradient(180deg,#fff,#f5eee7);border:1px solid var(--line);border-radius:38px;box-shadow:0 28px 80px rgba(40,28,20,.16);padding:34px;max-width:380px;margin:auto}.phone-top{height:20px;width:100px;border-radius:20px;background:#17120e;margin:0 auto 30px}.score{font-size:74px;font-weight:900;letter-spacing:-.08em;margin:18px 0;color:var(--brand)}.features,.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:4vw 8vw}.features article,.pricing article,.item-card,.result,.auth-card,.panel,.history-row{background:var(--card);border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:0 12px 40px rgba(30,20,12,.05)}.features h3,.pricing h3{font-size:24px;margin-top:0}.pricing{padding:4vw 8vw 7vw}.pricing h2{font-size:44px;letter-spacing:-.05em}.featured{outline:3px solid var(--brand)}.price{font-size:42px;font-weight:900;margin:12px 0}footer{text-align:center;padding:40px;color:var(--muted)}.auth-body{min-height:100vh;display:grid;place-items:center;padding:20px}.auth-card{width:min(460px,100%)}.auth-card h1{font-size:38px;margin:0}.muted{color:var(--muted)}.small{font-size:14px;color:var(--muted)}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:14px 16px;margin:7px 0;background:white;color:var(--ink);font:inherit}.link{background:none;border:0;text-decoration:underline;cursor:pointer;color:var(--brand);padding:0}.danger{color:#9e2b22}.app-nav{position:static}.app-shell{display:grid;grid-template-columns:240px 1fr;gap:24px;padding:24px;min-height:calc(100vh - 76px)}.sidebar{display:flex;flex-direction:column;gap:10px}.tab{border:1px solid var(--line);background:transparent;border-radius:18px;padding:15px;text-align:left;font-weight:750;cursor:pointer}.tab.active{background:var(--brand2);color:white}.panel{min-height:70vh}.panel-head{display:flex;justify-content:space-between;gap:20px;align-items:center}.hidden{display:none!important}.item-form,.check-form{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px;margin-top:22px}.thumb{height:180px;border-radius:22px;background:var(--ok);display:grid;place-items:center;overflow:hidden;font-size:44px}.thumb img{width:100%;height:100%;object-fit:cover}.item-card h3{margin:16px 0 6px}.item-card p{margin:4px 0;color:var(--muted)}.tag{font-size:14px}.result{margin-top:22px}.small-score{font-size:54px}.history{display:grid;gap:12px}.history-row{display:grid;grid-template-columns:1fr auto;align-items:center}.history-row p{grid-column:1/-1;color:var(--muted);margin-bottom:0}.empty{padding:30px;border:1px dashed var(--line);border-radius:22px;color:var(--muted)}@media(max-width:850px){.nav{height:auto;padding:18px;gap:18px;align-items:flex-start}.nav nav{gap:10px;flex-wrap:wrap;justify-content:flex-end}.hero,.features,.price-grid,.app-shell{grid-template-columns:1fr}.hero{padding:38px 20px}.features,.pricing{padding:30px 20px}.item-form,.check-form{grid-template-columns:1fr}.panel-head{flex-direction:column;align-items:flex-start}.sidebar{flex-direction:row;overflow:auto}.tab{white-space:nowrap}.phone-card{max-width:100%}}
.user-chip{font-weight:750;color:var(--brand2);border:1px solid var(--line);background:rgba(255,250,245,.75);border-radius:999px;padding:10px 14px;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-field{display:flex;flex-direction:column;justify-content:center;gap:6px;width:100%;border:1px solid var(--line);border-radius:16px;padding:10px 14px;margin:7px 0;background:white;color:var(--muted);font-weight:650}.file-field span{font-size:13px}.file-field input{border:0;border-radius:0;padding:0;margin:0;background:transparent}.match-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;margin:12px 0 18px}.match-card{display:grid;grid-template-columns:86px 1fr;gap:14px;align-items:center;border:1px solid var(--line);background:white;border-radius:20px;padding:12px}.match-thumb{height:86px;border-radius:16px;background:var(--ok);display:grid;place-items:center;overflow:hidden;font-size:30px}.match-thumb img{width:100%;height:100%;object-fit:cover}.match-card p{margin:4px 0;color:var(--muted)}.match-card span{font-size:13px;color:var(--brand)}.add-to-wardrobe{margin-top:18px}.btn.success{background:#2f6b3f}
@media(max-width:850px){.user-chip{max-width:140px}.match-grid{grid-template-columns:1fr}.match-card{grid-template-columns:72px 1fr}.match-thumb{height:72px}}
.btn.secondary{background:white;color:var(--brand2);border:1px solid var(--line)}.primary-file{border:2px dashed var(--brand);background:#fffdf9}.profile-form,.calendar-form{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0}.profile-form button,.calendar-form textarea,.calendar-form .picker,.calendar-form button{grid-column:1/-1}.cards-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-top:20px}.advice-card,.calendar-card{background:white;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 35px rgba(30,20,12,.04)}.advice-card h3,.calendar-card h3{margin:0 0 10px}.advice-card span{display:inline-flex;margin-top:10px;color:var(--brand);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.mini{margin-top:20px}.picker{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:10px;border:1px solid var(--line);border-radius:18px;padding:14px;background:#fffdf9}.picker .muted{grid-column:1/-1;margin:0 0 6px}.pick-item{display:flex;gap:8px;align-items:center;border:1px solid var(--line);background:white;border-radius:16px;padding:8px;font-weight:650}.pick-item input{width:auto;margin:0}.pick-item span{width:38px;height:38px;border-radius:10px;background:var(--ok);display:grid;place-items:center;overflow:hidden;flex:0 0 auto}.pick-item img,.mini-items img{width:100%;height:100%;object-fit:cover}.mini-items{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.mini-items img,.mini-items span{width:46px;height:46px;border-radius:12px;background:var(--ok);display:grid;place-items:center;object-fit:cover}.calendar-card p{color:var(--muted)}@media(max-width:850px){.profile-form,.calendar-form{grid-template-columns:1fr}.cards-list{grid-template-columns:1fr}.picker{grid-template-columns:1fr}}
/* Lookava v4 */
.wardrobe-sections{display:grid;gap:30px;width:100%}.wardrobe-category{border:1px solid var(--line);border-radius:28px;background:rgba(255,250,245,.6);padding:18px}.category-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}.category-title h2{margin:0;font-size:22px}.category-title span{color:var(--brand);font-weight:800;background:var(--ok);border-radius:999px;padding:7px 12px}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px}.size-line{font-weight:800;color:var(--brand)!important}.avatar-box{grid-column:1/-1;display:grid;grid-template-columns:280px 1fr;gap:18px;align-items:center;background:#fffdf9;border:1px solid var(--line);border-radius:24px;padding:18px}.avatar-preview{min-height:250px}.mannequin-wrap{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center}.mannequin{height:240px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.mannequin .head{width:46px;height:46px;border-radius:50%;background:#e7d5c7;border:2px solid var(--line)}.mannequin .neck{width:18px;height:18px;background:#e7d5c7}.mannequin .torso{width:82px;height:82px;border-radius:28px 28px 18px 18px;background:linear-gradient(180deg,#f4e7dc,#dcc5b5);border:2px solid var(--line)}.mannequin .hips{width:70px;height:34px;border-radius:16px;background:#e4d0c0;border:2px solid var(--line);margin-top:-2px}.mannequin .legs{width:76px;height:48px;border-radius:0 0 18px 18px;background:linear-gradient(90deg,#e7d5c7 0 45%,transparent 45% 55%,#e7d5c7 55%);border-bottom:2px solid var(--line)}.mannequin .feet{width:96px;height:18px;border-radius:999px;background:#cdb5a4;border:2px solid var(--line)}.outfit-slots{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:10px}.avatar-slot{min-height:78px;border:1px dashed var(--line);border-radius:18px;background:white;display:flex;align-items:center;gap:10px;padding:10px;font-weight:750;color:var(--muted)}.avatar-slot.filled{border-style:solid;color:var(--ink)}.avatar-slot img{width:56px;height:56px;border-radius:14px;object-fit:cover;background:var(--ok);flex:0 0 auto}.empty-slot{justify-content:center}.reset-form{align-self:center}@media(max-width:850px){.avatar-box,.mannequin-wrap{grid-template-columns:1fr}.outfit-slots{grid-template-columns:1fr}.mannequin{height:220px}.category-grid{grid-template-columns:1fr}}

/* Lookava v5 - manichino realmente popolato e meteo proxy */
.weather-tools{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:12px;margin:0 0 18px}.weather-tools input{border:1px solid var(--line);border-radius:20px;padding:15px 18px;font:inherit;background:#fffdf9}.mannequin-stage{width:230px;min-height:300px;position:relative;margin:auto;display:flex;align-items:center;justify-content:center}.mannequin-stage .mannequin{position:absolute;left:50%;top:18px;transform:translateX(-50%);opacity:.58;z-index:1}.avatar-garment{position:absolute;z-index:3;object-fit:cover;background:#fff;border:2px solid rgba(90,63,45,.12);box-shadow:0 12px 30px rgba(32,24,20,.16);pointer-events:none}.avatar-top{left:50%;top:78px;transform:translateX(-50%);width:112px;height:96px;border-radius:26px 26px 18px 18px}.avatar-bottom{left:50%;top:165px;transform:translateX(-50%);width:102px;height:92px;border-radius:18px 18px 24px 24px}.avatar-shoes{left:50%;top:252px;transform:translateX(-50%);width:122px;height:52px;border-radius:999px}.avatar-accessory{right:4px;top:114px;width:74px;height:74px;border-radius:22px}.mannequin-wrap.populated{grid-template-columns:260px 1fr}.avatar-slot img[src=""]{display:none}@media(max-width:850px){.weather-tools{grid-template-columns:1fr}.mannequin-wrap.populated{grid-template-columns:1fr}.mannequin-stage{width:100%;max-width:260px}}

/* Lookava v6 */
.nav nav a[href="#prezzi"]{display:none}.consent-box{grid-column:1/-1;display:grid;gap:8px;padding:12px 14px;border:1px solid var(--line);border-radius:18px;background:#fffdf9;margin:8px 0}.consent-box label{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--muted);line-height:1.35}.consent-box input{width:auto;margin:2px 0 0}.profile-consents{grid-template-columns:repeat(3,1fr)}.card-actions{display:flex;gap:12px;align-items:center;margin-top:12px}.folder-toggle{width:100%;border:0;background:transparent;display:flex;justify-content:space-between;align-items:center;text-align:left;padding:4px 2px 14px;cursor:pointer}.folder-toggle span{font-size:24px;font-weight:900;letter-spacing:-.03em}.folder-toggle small{font-weight:800;color:var(--brand);background:var(--ok);border-radius:999px;padding:7px 12px}.wardrobe-category.closed{background:rgba(255,250,245,.38)}.wardrobe-category.closed .folder-toggle{padding-bottom:4px}.buy-list{margin:8px 0 10px;padding-left:20px;color:var(--muted)}.buy-query{background:#fffdf9;border:1px solid var(--line);border-radius:14px;padding:10px}.calendar-ai-card{border:1px solid var(--line);background:white;border-radius:22px;padding:18px;margin:12px 0}.calendar-ai-card h3{margin-top:0}.calendar-ai-card .btn{margin-top:10px}.advice-card h4{margin:12px 0 4px}.auth-card .consent-box{display:grid}.auth-card .consent-box.hidden{display:none!important}@media(max-width:850px){.profile-consents{grid-template-columns:1fr}.folder-toggle span{font-size:20px}}
