:root{--green-dark: #1a2e22;--green-mid: #2d5240;--berry: #b83a6a;--berry-light: #f5e6ed;--berry-mid: #e8b4c8;--cream: #f8f4f6;--cream-panel: #fdfbfc;--border: #e8d8e0;--text: #1e1620;--muted: #6b5860;color:var(--text);background:var(--cream);font-family:ui-serif,Georgia,Cambria,Times New Roman,serif}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}.shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:var(--green-dark);color:var(--cream-panel);padding:24px;display:flex;flex-direction:column;gap:26px;position:sticky;top:0;height:100vh}.brand,.weather,.panel-head,.rate,nav button{display:flex;align-items:center}.brand{gap:12px}.brand span{display:block;opacity:.62;font-size:.85rem;margin-top:2px}.brand-mark{width:44px;height:44px;border-radius:14px;background:var(--berry);color:#fff;display:grid;place-items:center}nav{display:grid;gap:8px}nav button,.ghost{color:inherit;background:transparent;border:1px solid rgba(255,255,255,.13);border-radius:12px;padding:12px 14px;gap:10px;text-align:left}nav button.active{background:var(--cream-panel);color:var(--text)}.ghost{margin-top:auto;opacity:.75}main{padding:32px}.weather-bar{display:none;align-items:center;gap:10px;background:var(--green-dark);color:var(--cream-panel);padding:10px 16px;font-size:.9rem}.weather-bar strong{font-size:1.1rem}.trip-form{display:grid;gap:10px;margin-bottom:20px}.trip-form input[type=text],.trip-form input[type=date]{border:1px solid var(--border);border-radius:8px;padding:11px 12px;background:#fff;width:100%}.trip-form button{border:0;border-radius:8px;background:var(--berry);color:#fff;padding:12px 18px;font-weight:700;cursor:pointer}.trip-dates{display:grid;grid-template-columns:1fr 1fr;gap:10px}.trip-dates label{display:flex;flex-direction:column;gap:5px;font-size:.85rem;color:var(--muted)}.trip-result{display:grid;gap:18px}.trip-climate{background:var(--green-dark);color:var(--cream-panel);border-radius:8px;padding:16px;display:grid;gap:4px}.trip-climate strong{font-size:1.1rem}.trip-climate span{opacity:.75;font-size:.9rem}.trip-climate p{margin:8px 0 0;font-size:.9rem;opacity:.85;line-height:1.5}.trip-stats{display:flex;gap:12px}.trip-stats span{flex:1;background:var(--berry-light);border:1px solid var(--border);border-radius:8px;padding:12px;text-align:center;font-size:.85rem;color:var(--muted)}.trip-stats strong{display:block;font-size:1.4rem;color:var(--text)}.trip-category h4{margin:0 0 10px;font-size:.95rem;color:var(--muted)}.trip-items{display:flex;flex-wrap:wrap;gap:10px}.trip-item{display:flex;flex-direction:column;align-items:center;gap:5px;width:72px}.trip-item img{width:72px;height:90px;object-fit:cover;border-radius:8px;background:#ece8dc}.trip-item span{font-size:.72rem;text-align:center;line-height:1.3;color:var(--muted)}.trip-outfits h4{margin:0 0 10px;font-size:.95rem;color:var(--muted)}.trip-outfits ul{margin:0;padding-left:18px;display:grid;gap:6px}.trip-outfits li{font-size:.9rem;color:var(--text);line-height:1.4}.trip-tips{color:var(--muted);font-size:.9rem;line-height:1.6;background:var(--berry-light);border-radius:8px;padding:12px;margin:0}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--green-dark);z-index:50;padding:8px 0 max(8px,env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.1)}.bottom-nav button{flex:1;color:#fffdf699;background:transparent;border:0;border-radius:0;display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 4px;font-size:.68rem}.bottom-nav button.active{color:var(--berry)}.bottom-nav button svg{flex-shrink:0}.hero{min-height:220px;border-radius:8px;padding:34px;background:linear-gradient(120deg,#18231ce0,#18231c7a),url(https://images.unsplash.com/photo-1490481651871-ab68de25d43d?auto=format&fit=crop&w=1600&q=80);background-size:cover;color:var(--cream-panel);display:flex;justify-content:space-between;gap:24px}.eyebrow{color:var(--berry);text-transform:uppercase;font-size:.78rem;letter-spacing:.08em;margin:0 0 10px}.hero h1{font-size:clamp(2.2rem,6vw,5.5rem);line-height:.92;max-width:760px;margin:0;letter-spacing:0}.hero p{max-width:620px;line-height:1.55}.weather{align-self:flex-start;gap:10px;background:#ffffff1f;padding:14px 16px;border-radius:8px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.weather strong{font-size:1.8rem}.weather span{max-width:170px}.panel{margin-top:26px;background:var(--cream-panel);border:1px solid var(--border);border-radius:8px;padding:22px}.panel-head{justify-content:space-between;gap:12px;margin-bottom:18px}.panel h2{margin:0;font-size:1.45rem}.filters,.segmented{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.filters button,.segmented button{border:1px solid var(--border);background:var(--berry-light);border-radius:999px;padding:8px 12px}.filters .selected,.segmented .selected{background:var(--green-dark);color:var(--cream-panel);border-color:var(--green-dark)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.grid.compact{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.item{background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;position:relative}.item img{width:100%;aspect-ratio:4 / 5;object-fit:cover;display:block;background:#ece8dc}.item-body{padding:14px}.item strong{display:block;margin-bottom:5px}.item span{color:var(--muted);font-size:.9rem}.chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.chips em{font-style:normal;font-size:.75rem;background:var(--berry-light);padding:4px 8px;border-radius:999px}.rate{gap:8px;margin-top:12px}.rate button{flex:1;border:1px solid var(--border);background:var(--berry-light);border-radius:8px;padding:8px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:.82rem}.rating-1{outline:2px solid var(--berry)}.rating--1{opacity:.58}.remove{position:absolute;top:8px;right:8px;width:30px;height:30px;border:0;border-radius:999px;background:#ffffffdb}.drop{min-height:260px;border:1px dashed #b8ae9c;border-radius:8px;display:grid;place-items:center;gap:12px;padding:34px;text-align:center;background:var(--berry-light)}.drop button,.login-card button{border:0;border-radius:8px;background:var(--berry);color:#fff;padding:12px 18px;font-weight:700}.reason{color:var(--muted);line-height:1.6}.capsule-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}.capsule{border:1px solid var(--border);border-radius:8px;padding:16px;background:#fff}.capsule h3{margin:0 0 8px}.capsule ul{padding-left:18px;color:var(--muted)}.login{min-height:100vh;display:grid;place-items:center;padding:20px;background:linear-gradient(135deg,#f6f5eff0,#f6f5efc7),url(https://images.unsplash.com/photo-1445205170230-053b83016050?auto=format&fit=crop&w=1600&q=80) center/cover}.login-card{width:min(420px,100%);background:var(--cream-panel);border:1px solid #e7dfd0;border-radius:8px;padding:28px;display:grid;gap:12px}.login-card h1{margin:8px 0 0;font-size:2.2rem}.login-card p{margin:0 0 8px;color:#625d53}.login-card input,.login-card select{border:1px solid var(--border);border-radius:8px;padding:12px;background:#fff}.check{display:flex;gap:8px;align-items:center;color:#625d53;font-size:.9rem}.error{color:#9d2f2f;font-size:.9rem}.modal-overlay{position:fixed;inset:0;background:#000000b8;display:grid;place-items:center;z-index:100;padding:16px}.modal-box{background:var(--cream-panel);border-radius:12px;max-width:480px;width:100%;position:relative;overflow:hidden;max-height:92vh;display:flex;flex-direction:column}.modal-img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;background:#ece8dc}.modal-body{padding:18px;display:grid;gap:8px;overflow-y:auto}.modal-body strong{font-size:1.1rem}.modal-body span{color:var(--muted);font-size:.9rem}.modal-notes{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}.modal-delete{border:1px solid #e0d0c8;background:#fdf4f0;color:#8b3a2a;border-radius:8px;padding:9px 14px;display:flex;align-items:center;gap:6px;font-size:.85rem;margin-top:4px}.modal-close{position:absolute;top:10px;right:10px;width:34px;height:34px;border:0;border-radius:999px;background:#ffffffe0;display:grid;place-items:center;z-index:2}.modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:0;border-radius:999px;background:#ffffffe0;display:grid;place-items:center;z-index:2}.modal-prev{left:10px}.modal-next{right:10px}.modal-dots{display:flex;justify-content:center;gap:6px;padding:10px}.dot{width:7px;height:7px;border-radius:999px;background:#c8c0b4;cursor:pointer;transition:background .15s}.dot.active{background:var(--text)}.clothing-img-wrap{display:block;line-height:0}.clothing-img-wrap.clickable{cursor:pointer}.item .clothing-img-wrap{width:100%;aspect-ratio:4 / 5;overflow:hidden;background:#ece8dc}.item .clothing-img-wrap.freigestellt{background:repeating-conic-gradient(#e8e0e4 0% 25%,#fff 0% 50%) 0 0 / 20px 20px}.item .clothing-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.item .clothing-img-wrap.freigestellt img{object-fit:contain;padding:6px}.modal-box .clothing-img-wrap{width:100%;aspect-ratio:4 / 5;background:#ece8dc;overflow:hidden}.modal-box .clothing-img-wrap.freigestellt{background:repeating-conic-gradient(#e8e0e4 0% 25%,#fff 0% 50%) 0 0 / 22px 22px}.modal-img{width:100%;height:100%;object-fit:cover;display:block}.freigestellt .modal-img{object-fit:contain;padding:12px}.outfit-flatlay{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;padding:12px 0}.flatlay-item{display:flex;flex-direction:column;align-items:center;gap:7px;width:130px}.flatlay-item .clothing-img-wrap{width:130px;height:162px;border-radius:10px;overflow:hidden;background:repeating-conic-gradient(#e8e0e4 0% 25%,#fff 0% 50%) 0 0 / 16px 16px;border:1px solid var(--border)}.flatlay-item .clothing-img-wrap img{width:100%;height:100%;object-fit:contain}.flatlay-item span{font-size:.78rem;color:var(--muted);text-align:center;line-height:1.3}.trip-item .clothing-img-wrap{width:72px;height:90px;border-radius:8px;overflow:hidden;background:#ece8dc}.trip-item .clothing-img-wrap.freigestellt{background:repeating-conic-gradient(#e8e0e4 0% 25%,#fff 0% 50%) 0 0 / 12px 12px}.trip-item .clothing-img-wrap img{width:100%;height:100%;object-fit:cover}.trip-item .clothing-img-wrap.freigestellt img{object-fit:contain}.ai-reason{color:var(--text);background:var(--berry-light);border-radius:8px;padding:14px;font-size:.95rem}@media(max-width:820px){.shell{grid-template-columns:1fr;grid-template-rows:auto 1fr auto}.sidebar{position:static;height:auto;padding:14px 16px 10px;flex-direction:row;align-items:center;gap:12px}.sidebar .brand{flex:1;min-width:0}.sidebar .brand span,.sidebar .ghost{display:none}nav{display:none}.bottom-nav{display:flex!important}main{padding-top:0}main{padding:12px 12px 80px}.hero{display:none}.weather-bar{display:flex!important}.panel{padding:14px;margin-top:8px}.panel h2{font-size:1.2rem}.filters{gap:6px}.filters button,.segmented button{padding:7px 10px;font-size:.82rem}.grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.grid.compact{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.capsule-grid{grid-template-columns:1fr 1fr;gap:10px}.modal-box{max-height:96vh;border-radius:16px 16px 0 0;margin-top:auto}.modal-overlay{align-items:flex-end;padding:0}}
