:root{--bg: #faf6f1;--surface: #ffffff;--surface-2: #f3ece3;--ink: #2a2420;--ink-soft: #6f655c;--accent: #e8623c;--accent-dark: #c94a28;--accent-soft: #fbe4da;--green: #3f9d6b;--blue: #3f78c9;--amber: #e0a63c;--line: #e7ddd2;--radius: 18px;--radius-sm: 12px;--shadow: 0 6px 24px rgba(80, 55, 40, .1);--shadow-sm: 0 2px 8px rgba(80, 55, 40, .08);--nav-h: 68px;font-family:Segoe UI,system-ui,-apple-system,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}.app-shell{max-width:560px;margin:0 auto;min-height:100%;display:flex;flex-direction:column;background:var(--bg);position:relative}.screen{flex:1;padding:16px 16px calc(var(--nav-h) + 24px);animation:fade .2s ease}@keyframes fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.top-bar{display:flex;align-items:center;gap:12px;padding:6px 2px 14px}.top-bar h1{font-size:1.5rem;margin:0;letter-spacing:-.02em}.top-bar .sub{color:var(--ink-soft);font-size:.9rem;margin:2px 0 0}.back-btn{border:none;background:var(--surface);width:40px;height:40px;border-radius:50%;box-shadow:var(--shadow-sm);font-size:1.1rem;color:var(--ink)}.btn{border:none;border-radius:999px;padding:12px 20px;min-height:44px;font-size:.98rem;font-weight:600;background:var(--surface-2);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.primary{background:var(--accent);color:#fff;box-shadow:var(--shadow-sm)}.btn.primary:active{background:var(--accent-dark)}.btn.ghost{background:transparent;box-shadow:none}.btn.danger{background:#fbe0da;color:var(--accent-dark)}.btn.block{width:100%}.btn:disabled{opacity:.5}.btn.sm{padding:8px 14px;min-height:36px;font-size:.85rem}.btn-row{display:flex;gap:10px;flex-wrap:wrap}.card{background:var(--surface);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow-sm);margin-bottom:12px}.card.pad-lg{padding:20px}.section-title{font-size:1.05rem;font-weight:700;margin:18px 2px 10px;display:flex;align-items:center;justify-content:space-between}.section-title .link{color:var(--accent);font-size:.85rem;font-weight:600;background:none;border:none}.muted{color:var(--ink-soft)}.small{font-size:.82rem}.center{text-align:center}.empty-state{text-align:center;color:var(--ink-soft);padding:32px 16px}.empty-state .big{font-size:2.2rem;margin-bottom:8px}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:var(--surface-2);font-size:.8rem;font-weight:600;color:var(--ink-soft);border:1px solid transparent;min-height:34px}.chip.on{background:var(--accent-soft);color:var(--accent-dark);border-color:var(--accent)}.chip.tap{cursor:pointer}.chip-row{display:flex;gap:8px;flex-wrap:wrap}.status-pill{font-size:.72rem;padding:3px 10px;border-radius:999px;font-weight:700}.status-proposal{background:#eef;color:#3f5}.status-badge{background:var(--surface-2);color:var(--ink-soft)}.coach-card{background:linear-gradient(135deg,#fff3ec,#fbe4da);border-radius:var(--radius);padding:14px 16px;box-shadow:var(--shadow-sm);margin-bottom:10px;border-left:4px solid var(--accent)}.coach-card h4{margin:0 0 4px;font-size:.95rem}.coach-card p{margin:0;font-size:.85rem;color:var(--ink-soft)}.wall-carousel{display:flex;gap:14px;overflow-x:auto;padding:4px 2px 12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.wall-carousel::-webkit-scrollbar{display:none}.wall-card{scroll-snap-align:start;min-width:240px;max-width:240px;border-radius:var(--radius);padding:16px;color:#fff;box-shadow:var(--shadow);cursor:pointer;border:none;text-align:left;display:flex;flex-direction:column;gap:10px;min-height:150px}.wall-card h3{margin:0;font-size:1.15rem}.wall-card .meta{font-size:.78rem;opacity:.9;display:flex;gap:10px;flex-wrap:wrap}.wall-card .avatars{display:flex}.wall-card .avatars .av{width:30px;height:30px;border-radius:50%;border:2px solid rgba(255,255,255,.8);margin-left:-8px;background:#fff center/cover;overflow:hidden}.wall-card .avatars .av:first-child{margin-left:0}.wall-tile-carousel{display:grid;grid-template-columns:1fr;align-items:stretch;overflow-x:visible;scroll-snap-type:none}.wall-tile-carousel>.wall-tile,.wall-tile-carousel>.wall-create{width:auto;min-width:0;max-width:none}.wall-tile{border-radius:var(--radius);box-shadow:var(--shadow);border:none;cursor:pointer;color:#fff;text-align:left;padding:0;overflow:hidden;width:100%;display:block}.wall-tile-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:16px 18px 0}.wall-tile-head{min-width:0}.wall-tile-head h3{margin:0;font-size:1.3rem;font-weight:750;letter-spacing:-.3px;text-shadow:0 1px 4px rgba(0,0,0,.18)}.wall-tile-sub{display:block;font-size:.8rem;opacity:.85;margin-top:2px}.count-pill{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;flex:none;background:#ffffff38;padding:5px 11px;border-radius:20px;font-size:.8rem;font-weight:600}.wall-tile-people{display:flex;flex-wrap:nowrap;gap:12px;align-content:flex-start;align-items:flex-end;padding:12px 18px 16px;min-height:96px;overflow:hidden}.wall-create{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border-radius:var(--radius);border:2px dashed rgba(120,90,50,.3);background:#ffffff80;cursor:pointer;color:var(--ink);padding:20px;text-align:center}.wall-create .plus{width:52px;height:52px;border-radius:50%;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;font-size:1.7rem;color:var(--accent)}.wall-create .title{font-size:.98rem;font-weight:650}.wall-create .hint{font-size:.8rem;color:var(--ink-soft);max-width:200px}.wall-tile-people .empty{opacity:.9;align-self:center;font-size:.9rem;text-align:center;width:100%}.wall-tile .person-frame{gap:6px}.wall-tile .person-frame .photo{width:44px;height:54px;font-size:1.4rem}.wall-tile .person-frame .name{color:#fff;font-size:.72rem;text-shadow:0 1px 3px rgba(0,0,0,.2);max-width:60px}.wall-tile .frame-classic .photo{border-width:6px}.wall-tile .frame-polaroid .photo{border-width:4px;border-bottom-width:12px}.wall-tile .frame-gold .photo,.wall-tile .frame-wood .photo{border-width:6px}.wall-tile .frame-modern .photo,.wall-tile .frame-rounded .photo{border-width:4px}.person-frame.more{justify-content:center}.person-frame.more .photo{width:44px;height:54px;border-radius:6px;border:2px dashed rgba(255,255,255,.7);background:#ffffff26;color:#fff;font-family:inherit;font-size:.85rem;font-weight:700}.style-brickRed{background:#a83f2c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='40'%3E%3Crect width='60' height='40' fill='%23e7d8bc'/%3E%3Cg fill='%23ab3e2b'%3E%3Crect x='1' y='1' width='28' height='17' rx='1'/%3E%3Crect x='31' y='1' width='28' height='17' rx='1'/%3E%3Crect x='16' y='21' width='28' height='17' rx='1'/%3E%3Crect x='-13' y='21' width='28' height='17' rx='1'/%3E%3Crect x='45' y='21' width='28' height='17' rx='1'/%3E%3C/g%3E%3C/svg%3E")}.style-brickTerracotta{background:#c26a3e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='40'%3E%3Crect width='60' height='40' fill='%23efe2cb'/%3E%3Cg fill='%23c26a3e'%3E%3Crect x='1' y='1' width='28' height='17' rx='1'/%3E%3Crect x='31' y='1' width='28' height='17' rx='1'/%3E%3Crect x='16' y='21' width='28' height='17' rx='1'/%3E%3Crect x='-13' y='21' width='28' height='17' rx='1'/%3E%3Crect x='45' y='21' width='28' height='17' rx='1'/%3E%3C/g%3E%3C/svg%3E")}.style-brickSand{background:#b8925f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='40'%3E%3Crect width='60' height='40' fill='%23efe7d4'/%3E%3Cg fill='%23b8925f'%3E%3Crect x='1' y='1' width='28' height='17' rx='1'/%3E%3Crect x='31' y='1' width='28' height='17' rx='1'/%3E%3Crect x='16' y='21' width='28' height='17' rx='1'/%3E%3Crect x='-13' y='21' width='28' height='17' rx='1'/%3E%3Crect x='45' y='21' width='28' height='17' rx='1'/%3E%3C/g%3E%3C/svg%3E")}.style-brickGrey{background:#6f7378 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='40'%3E%3Crect width='60' height='40' fill='%23d9d6cf'/%3E%3Cg fill='%236f7378'%3E%3Crect x='1' y='1' width='28' height='17' rx='1'/%3E%3Crect x='31' y='1' width='28' height='17' rx='1'/%3E%3Crect x='16' y='21' width='28' height='17' rx='1'/%3E%3Crect x='-13' y='21' width='28' height='17' rx='1'/%3E%3Crect x='45' y='21' width='28' height='17' rx='1'/%3E%3C/g%3E%3C/svg%3E")}.style-brickBlue{background:#4a6072 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='40'%3E%3Crect width='60' height='40' fill='%23dfe0dc'/%3E%3Cg fill='%234a6072'%3E%3Crect x='1' y='1' width='28' height='17' rx='1'/%3E%3Crect x='31' y='1' width='28' height='17' rx='1'/%3E%3Crect x='16' y='21' width='28' height='17' rx='1'/%3E%3Crect x='-13' y='21' width='28' height='17' rx='1'/%3E%3Crect x='45' y='21' width='28' height='17' rx='1'/%3E%3C/g%3E%3C/svg%3E")}.style-brickGreen{background:#5b7355 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='40'%3E%3Crect width='60' height='40' fill='%23dde0d2'/%3E%3Cg fill='%235b7355'%3E%3Crect x='1' y='1' width='28' height='17' rx='1'/%3E%3Crect x='31' y='1' width='28' height='17' rx='1'/%3E%3Crect x='16' y='21' width='28' height='17' rx='1'/%3E%3Crect x='-13' y='21' width='28' height='17' rx='1'/%3E%3Crect x='45' y='21' width='28' height='17' rx='1'/%3E%3C/g%3E%3C/svg%3E")}.style-wood{background:repeating-linear-gradient(90deg,rgba(0,0,0,.22) 0 2px,transparent 2px 84px),repeating-linear-gradient(0deg,#0000000d 0,#0000000d 3px,#ffffff08 3px,#ffffff08 8px),linear-gradient(100deg,#a06a3a,#7c4f2a)}.style-walnut{background:repeating-linear-gradient(90deg,rgba(0,0,0,.28) 0 2px,transparent 2px 78px),repeating-linear-gradient(0deg,#0000000f 0,#0000000f 3px,#ffffff05 3px,#ffffff05 8px),linear-gradient(100deg,#5c3d22,#3c2716)}.style-warm{background:linear-gradient(135deg,#e8623c,#e0a63c)}.style-modern{background:linear-gradient(135deg,#2b2b3a,#4b4b63)}.style-classic{background:linear-gradient(135deg,#6b4f3a,#a07a52)}.style-minimal{background:linear-gradient(135deg,#8a8a8a,#b8b8b8)}.style-artistic{background:linear-gradient(135deg,#a13d8f,#e8623c)}.style-industrial{background:linear-gradient(135deg,#3a3f45,#6b7178)}.style-colorful{background:linear-gradient(135deg,#3f78c9,#a13d8f,#e0a63c)}.style-playful{background:linear-gradient(135deg,#3f9d6b,#3f78c9)}.style-sporty{background:linear-gradient(135deg,#2d7d46,#6cc04a)}.style-professional{background:linear-gradient(135deg,#2b3a4b,#3f78c9)}.wall-surface{border-radius:var(--radius);padding:20px 16px;min-height:260px;box-shadow:var(--shadow);display:flex;flex-wrap:wrap;gap:16px;align-content:flex-start;justify-content:center;margin-bottom:8px}.wall-surface.style-warm,.wall-surface.style-classic,.wall-surface.style-modern,.wall-surface.style-artistic,.wall-surface.style-industrial,.wall-surface.style-colorful,.wall-surface.style-playful,.wall-surface.style-sporty,.wall-surface.style-professional,.wall-surface.style-minimal{color:#fff}.wall-room{position:relative;border-radius:var(--radius);overflow:hidden;margin-bottom:16px;padding:40px 20px 56px;min-height:320px;box-shadow:inset 0 0 110px #00000024,var(--shadow)}.wall-room:after{content:"";position:absolute;left:0;right:0;bottom:0;height:64px;background:linear-gradient(180deg,#ffffff24,#00000024);border-top:1px solid rgba(0,0,0,.14);z-index:1}.wall-room-inner{position:relative;z-index:2;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:22px 30px}.person-frame{display:flex;flex-direction:column;align-items:center;gap:7px}.person-frame .wire{margin-bottom:-2px}.person-frame .photo{width:76px;height:90px;background:#cdb9a6 center/cover;display:flex;align-items:center;justify-content:center;font-family:"Instrument Serif",Georgia,Times New Roman,serif;font-weight:400;font-size:2.1rem;line-height:1;color:#fffffff0;overflow:hidden;border-radius:2px}.person-frame .name{font-size:.82rem;font-weight:650;text-align:center;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.person-frame .when{font-size:.72rem;font-weight:600;opacity:.85}.wall-room .person-frame .name{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4)}.wall-room .person-frame .when{color:#ffffffe0;text-shadow:0 1px 2px rgba(0,0,0,.35)}.wall-room .person-frame .photo{width:96px;height:116px;font-size:2.7rem}.wall-room .frame-add{color:#ffffffeb;text-shadow:0 1px 3px rgba(0,0,0,.4)}.wall-room .frame-add .slot{border-color:#ffffff8c;color:#ffffffbf}.frame-classic .photo{border:13px solid #fbfaf6;box-shadow:0 13px 24px #0000002e,inset 0 0 0 1px #0000001a}.frame-polaroid .photo{border:8px solid #fff;border-bottom-width:26px;box-shadow:0 12px 22px #00000038}.frame-rounded .photo{border-radius:50%;border:6px solid #fff;box-shadow:0 10px 20px #00000038}.frame-gold .photo{border:11px solid transparent;border-image:linear-gradient(135deg,#f7e7a9,#d4af37 42%,#b8860b 58%,#f3d97a) 1;box-shadow:0 15px 26px #785a0a4d,inset 0 0 0 2px #966e1480}.frame-wood .photo{border:12px solid transparent;border-image:linear-gradient(135deg,#bd8552,#8a5a30 45%,#a86e3f 55%,#6d4420) 1;box-shadow:0 15px 26px #3c230a52,inset 0 0 0 2px #3c230a73}.frame-modern .photo{border:7px solid #1b1b1b;box-shadow:0 12px 24px #0000004d,inset 0 0 0 1px #ffffff14}.frame-cream .photo{border:14px solid #efe7d5;box-shadow:0 12px 22px #00000029,inset 0 0 0 1px #00000014}.frame-black .photo{border:9px solid #141210;box-shadow:0 12px 22px #00000059,inset 0 0 0 1px #ffffff0f}.frame-silver .photo{border:10px solid transparent;border-image:linear-gradient(135deg,#ececed,#a9a9ae 45%,#78787d 60%,#dedee2) 1;box-shadow:0 12px 22px #00000040,inset 0 0 0 2px #78787d80}.frame-bronze .photo{border:11px solid transparent;border-image:linear-gradient(135deg,#caa46a,#8a5a2e 50%,#b07d45) 1;box-shadow:0 13px 24px #3c230a4d,inset 0 0 0 2px #50321480}.frame-walnut .photo{border:12px solid transparent;border-image:linear-gradient(135deg,#6e4a2c,#3c2716 48%,#5a3a20) 1;box-shadow:0 14px 24px #2816085c,inset 0 0 0 2px #1e120880}.frame-ornate .photo{border:15px solid transparent;border-image:linear-gradient(135deg,#f6e6a8,#c9a13c 28%,#8a6a1e,#e9cf7a 72%,#b8892a) 1;box-shadow:0 16px 30px #5a3c0a66,inset 0 0 0 2px #785a14b3,inset 0 0 0 5px #f7e7a98c,inset 0 0 0 7px #785a1480,0 0 0 2px #7a5a12}.frame-add{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:11px;color:#7a6a55;font-size:.82rem;font-weight:600}.frame-add .slot{width:96px;height:116px;border-radius:4px;border:2px dashed rgba(90,60,30,.35);display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#5a3c1e80}.tag-x{border:none;background:none;cursor:pointer;color:inherit;opacity:.7;font-size:.7rem;padding:0;line-height:1}.tag-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.tag{display:inline-block;background:#ffffff38;color:#fff;padding:3px 9px;border-radius:12px;font-size:.72rem;font-weight:600}.search-field{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:0 12px;box-shadow:var(--shadow-sm)}.search-field .ico{font-size:.95rem;opacity:.7}.search-field input{flex:1;border:none;background:none;padding:12px 0;font-size:1rem;color:var(--ink);outline:none}.search-field .clear{border:none;background:none;cursor:pointer;color:var(--ink-soft);font-size:.9rem;padding:6px}.swatch-row{display:flex;flex-wrap:wrap;gap:12px}.swatch-btn{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;width:66px;padding:4px 0}.swatch{width:58px;height:44px;border-radius:8px;box-shadow:var(--shadow-sm);background-size:cover}.swatch-btn.on .swatch{outline:2px solid var(--accent);outline-offset:2px}.swatch-btn .lbl3{font-size:.7rem;color:var(--ink-soft);font-weight:600;text-align:center;line-height:1.2}.swatch-btn.on .lbl3{color:var(--accent)}.swatch-btn .person-frame{gap:0}.swatch-photo{width:42px!important;height:50px!important;font-size:0!important;background:linear-gradient(160deg,#cdb9a6,#a2856d)!important}.list-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.list-item:last-child{border-bottom:none}.avatar{width:46px;height:46px;border-radius:50%;background:var(--surface-2) center/cover;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--ink-soft);flex-shrink:0}.avatar.sm{width:34px;height:34px;font-size:.8rem}.avatar.portrait{color:#fffffff2;font-family:"Instrument Serif",Georgia,serif;font-weight:400;font-size:1.35rem}.avatar.portrait.sm{font-size:1.05rem}.list-item .grow{flex:1;min-width:0}.list-item .grow .name{font-weight:600}.list-item .grow .sub{font-size:.8rem;color:var(--ink-soft)}label.field,.field{display:block;margin-bottom:14px}.field .lbl{font-size:.85rem;font-weight:600;margin-bottom:6px;display:block}.field .lbl .opt{color:var(--ink-soft);font-weight:400}.kind-grid{display:flex;flex-wrap:wrap;gap:14px 10px}.kind-btn{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:7px;width:62px;color:var(--ink-soft)}.kind-btn .ico{width:58px;height:58px;border-radius:50%;background:var(--surface);box-shadow:var(--shadow-sm);display:flex;align-items:center;justify-content:center;color:var(--ink-soft);transition:box-shadow .15s ease,background .15s ease,color .15s ease}.kind-btn .lbl2{font-size:.78rem;font-weight:600}.kind-btn.on{color:var(--accent)}.kind-btn.on .ico{color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 2px var(--accent),var(--shadow-sm)}input,textarea,select{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;background:var(--surface);color:var(--ink);min-height:46px}textarea{min-height:90px;resize:vertical}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent)}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:560px;height:var(--nav-h);background:var(--surface);border-top:1px solid var(--line);display:flex;justify-content:space-around;align-items:center;padding-bottom:env(safe-area-inset-bottom);z-index:20}.nav-item{background:none;border:none;display:flex;flex-direction:column;align-items:center;gap:3px;color:var(--ink-soft);font-size:.68rem;font-weight:600;flex:1;min-height:44px;position:relative}.nav-item.active{color:var(--accent)}.nav-item .ico{font-size:1.3rem}.nav-item.fab .ico{background:var(--accent);color:#fff;width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:-20px;box-shadow:var(--shadow)}.nav-badge{position:absolute;top:-2px;right:22%;background:var(--accent);color:#fff;border-radius:999px;font-size:.62rem;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;padding:0 4px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e140f73;display:flex;align-items:flex-end;justify-content:center;z-index:50;padding:0;animation:fade .15s ease}.modal{background:var(--surface);color:var(--ink);border-radius:22px 22px 0 0;width:100%;max-width:560px;max-height:92vh;overflow-y:auto;padding:8px 18px 24px;animation:slideup .22s ease}@keyframes slideup{0%{transform:translateY(30px)}to{transform:none}}.modal .grip{width:40px;height:4px;background:var(--line);border-radius:999px;margin:8px auto 12px}.modal h2{margin:0 0 14px;font-size:1.2rem}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quick-btn{border:none;background:var(--surface);color:var(--ink);border-radius:var(--radius);padding:16px 14px;text-align:left;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:6px;min-height:74px}.quick-btn .ico{font-size:1.5rem}.quick-btn .t{font-weight:700;font-size:.92rem}.chat-list{display:flex;flex-direction:column;gap:8px;margin:8px 0 12px}.bubble{background:var(--surface-2);padding:8px 12px;border-radius:14px;max-width:82%}.bubble .who{font-size:.72rem;color:var(--ink-soft);font-weight:600}.bubble.mine{background:var(--accent-soft);align-self:flex-end}.chat-input{display:flex;gap:8px;align-items:flex-end}.chat-input textarea{min-height:46px}.segment{display:flex;background:var(--surface-2);border-radius:999px;padding:4px;gap:4px}.segment button{flex:1;border:none;background:none;padding:8px;border-radius:999px;font-weight:600;color:var(--ink-soft);min-height:40px}.segment button.on{background:var(--surface);color:var(--accent);box-shadow:var(--shadow-sm)}.activity-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.activity-head .activity-emoji{width:42px;height:42px;border-radius:50%;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.activity-head h1{margin:0;font-size:1.5rem;letter-spacing:-.3px}.date-pill{display:inline-flex;align-items:center;gap:6px;background:var(--surface-2);color:var(--ink-soft);padding:7px 13px;border-radius:20px;font-size:.85rem;font-weight:600}.activity-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:14px;color:var(--ink-soft);font-size:.92rem;align-items:center}.activity-meta span{display:inline-flex;align-items:center;gap:6px}.date-row{display:flex;align-items:center;gap:8px;padding:10px 4px}.date-row+.date-row{border-top:1px solid var(--line)}.date-row.best{background:var(--accent-soft);border-radius:12px;padding:12px;border:1px solid var(--accent)}.date-row.best+.date-row,.date-row+.date-row.best{border-top:none}.resp-pill{padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:650;white-space:nowrap}.resp-pill.go{background:#e2f2ea;color:#2e9e5b}.resp-pill.maybe{background:#fbeed5;color:#c2871c}.resp-pill.no{background:#f7e0d9;color:#c9451f}.resp-pill.inv{background:var(--surface-2);color:var(--ink-soft)}@media (min-width: 900px){.activity-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:start}.activity-side{position:sticky;top:22px}}.toast{position:fixed;bottom:calc(var(--nav-h) + 16px);left:50%;transform:translate(-50%);background:var(--ink);color:#fff;padding:10px 18px;border-radius:999px;font-size:.88rem;z-index:60;box-shadow:var(--shadow);max-width:90%}.spinner{width:26px;height:26px;border:3px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;margin:40px auto}@keyframes spin{to{transform:rotate(360deg)}}.brand-splash{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:14px;color:var(--accent)}.brand-splash .logo{font-size:2rem;font-weight:800;letter-spacing:-.03em}.divider{height:1px;background:var(--line);margin:14px 0}.cal-head{display:flex;align-items:center;justify-content:space-between;margin:6px 0 12px}.cal-head .m{font-weight:700;text-transform:capitalize}.cal-nav{border:none;background:var(--surface);width:40px;height:40px;border-radius:50%;box-shadow:var(--shadow-sm);font-size:1.1rem;color:var(--ink)}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.cal-wd{text-align:center;font-size:.68rem;color:var(--ink-soft);padding:2px 0 6px;text-transform:capitalize}.cal-cell{aspect-ratio:1;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--surface);font-size:.85rem;border:2px solid transparent;box-shadow:var(--shadow-sm)}.cal-cell.empty{background:transparent;box-shadow:none}.cal-cell.has{background:var(--accent-soft);color:var(--accent-dark);font-weight:700;cursor:pointer}.cal-cell.today{border-color:var(--accent)}.cal-cell.sel{border-color:var(--accent-dark)}.cal-dot{width:5px;height:5px;border-radius:50%;background:var(--accent);margin-top:3px}.coach-stack{display:flex;flex-direction:column;gap:10px}@media (min-width: 900px){.app-shell,.bottom-nav{max-width:1200px}.screen{padding:22px 32px calc(var(--nav-h) + 28px)}.quick-grid{grid-template-columns:repeat(4,1fr)}.wide-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;align-items:start}.wide-grid>.card,.wide-grid>.coach-card,.wide-grid>.wall-card{margin-bottom:0;max-width:none}.readable{max-width:720px;margin-left:auto;margin-right:auto}.wall-tile-carousel{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));overflow-x:visible;scroll-snap-type:none}.wall-tile-carousel>.wall-tile,.wall-tile-carousel>.wall-create{flex:initial;width:auto;min-width:0;max-width:none;scroll-snap-align:none}}@media (prefers-color-scheme: dark){:root{--bg: #1c1815;--surface: #262019;--surface-2: #322a22;--ink: #f2e9df;--ink-soft: #b3a597;--accent-soft: #4a2c22;--line: #3a3128;--shadow: 0 6px 24px rgba(0,0,0,.4);--shadow-sm: 0 2px 8px rgba(0,0,0,.3)}.frame-polaroid .photo,.frame-rounded .photo{border-color:#f2ede4}.coach-card{background:linear-gradient(135deg,#3a2a22,#33231b);border-left-color:var(--accent)}.btn.danger{background:#4a2c22;color:#f3b4a3}.resp-pill.go{background:#24402f;color:#7fd0a2}.resp-pill.maybe{background:#45391f;color:#e6c063}.resp-pill.no{background:#47231b;color:#f0a58c}}
