*{box-sizing:border-box}body{margin:0;background:#202522;font-family:Inter,Arial,sans-serif;color:#1f2621}.app{width:100%;max-width:430px;min-height:100vh;margin:auto;background:#f6f3ed;position:relative;padding-bottom:84px}main{padding:20px 18px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.topbar h1{font-size:27px;margin:0}.topbar p,.profile-card p{margin:5px 0;color:#6d746f;font-size:13px}.avatar{width:44px;height:44px;border-radius:50%;background:#e6eee8;display:flex;align-items:center;justify-content:center;font-weight:700}.avatar.large{width:84px;height:84px;font-size:28px;margin:auto}.hero{min-height:170px;background:linear-gradient(135deg,#eee7dc,#d7cec1);border-radius:24px;padding:22px;display:flex;flex-direction:column;justify-content:space-between}.hero span{font-size:12px;color:#6d746f}.hero h2{font:500 29px Georgia,serif;max-width:260px;margin:7px 0}.hero button,.round,.chat-form button{border:0;background:#31463a;color:#fff;border-radius:13px;padding:12px 14px;font-weight:700;align-self:flex-end}h3{font-size:17px;margin:22px 0 12px}.stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stat,.wardrobe-card,.profile-card,.settings{background:#fff;border:1px solid #e7e4dd;border-radius:20px;padding:15px}.stat span{display:block;color:#6d746f;font-size:12px}.stat strong{display:block;font-size:20px;margin-top:5px}.wardrobe-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.wardrobe-card{padding:0;overflow:hidden}.item-image{height:135px;background:#ece8e1;display:flex;align-items:center;justify-content:center;font-size:45px}.item-info{padding:11px;display:flex;flex-direction:column;gap:4px}.item-info span{color:#6d746f;font-size:12px}.item-info b{font-size:12px;color:#31463a}.chips{display:flex;gap:8px;overflow:auto;margin-bottom:14px}.chips span{white-space:nowrap;background:#fff;border:1px solid #e7e4dd;border-radius:999px;padding:9px 13px;font-size:13px}.chips .active{background:#31463a;color:#fff}.chat{display:flex;flex-direction:column;gap:10px;min-height:55vh}.bubble{padding:13px 15px;border-radius:18px;max-width:82%;font-size:14px;line-height:1.4}.bubble.assistant{background:#fff;border:1px solid #e7e4dd;align-self:flex-start}.bubble.user{background:#31463a;color:#fff;align-self:flex-end}.chat-form{display:flex;gap:8px;position:sticky;bottom:76px;background:#f6f3ed;padding-top:12px}.chat-form input{flex:1;border:1px solid #e7e4dd;border-radius:13px;padding:13px}.profile-card{text-align:center;padding:26px}.settings{margin-top:16px}.settings label{display:block;font-weight:700;margin-bottom:8px}.settings select{width:100%;padding:12px;border:1px solid #e7e4dd;border-radius:12px;background:#fff}nav{position:fixed;bottom:0;width:100%;max-width:430px;background:#fff;border-top:1px solid #e7e4dd;display:grid;grid-template-columns:repeat(5,1fr);padding:8px 5px 10px}nav button{background:transparent;border:0;color:#6d746f;padding:7px 2px}nav button.selected{color:#31463a;font-weight:700}nav span{display:block;font-size:20px;margin-bottom:3px}nav small{font-size:11px}
