:root{--cream: #FAF6EF;--cream-2: #F4EEE2;--paper: #FFFFFF;--terracotta: #D08770;--terracotta-2: #C2755D;--terracotta-soft: #F2DDD3;--sage: #8FA68E;--sage-2: #7B9279;--sage-soft: #DDE5DC;--honey: #E5B85C;--honey-soft: #F5E4BD;--ink: #2C2925;--ink-2: #5A544C;--ink-3: #8C857A;--border: #EBE2D2;--border-2: #DCD2BE;--danger: #C26757;--shadow-sm: 0 1px 2px rgba(44, 41, 37, .04);--shadow-md: 0 1px 2px rgba(44, 41, 37, .04), 0 8px 24px -16px rgba(44, 41, 37, .18);--shadow-lg: 0 4px 8px -4px rgba(44, 41, 37, .08), 0 24px 48px -24px rgba(44, 41, 37, .22);--safe-bottom: env(safe-area-inset-bottom)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%;background:var(--cream)}body{font-family:Plus Jakarta Sans,-apple-system,sans-serif;color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased;letter-spacing:-.005em;overscroll-behavior-y:contain}button,input,textarea,select{font-family:inherit;color:inherit}button{cursor:pointer;background:none;border:none;padding:0}a{color:inherit;text-decoration:none}.cb-serif{font-family:"Instrument Serif",Georgia,serif;font-weight:400;letter-spacing:-.01em}.cb-shell{min-height:100dvh;background:var(--cream);width:100%;max-width:480px;margin:0 auto;position:relative;display:flex;flex-direction:column}@media (min-width: 720px){body{background:linear-gradient(135deg,#ece5d3,#f4eee2 60%,#f8e8dc);min-height:100dvh;display:grid;place-items:center;padding:40px 0}.cb-shell{width:390px;min-height:844px;max-height:96vh;border-radius:36px;overflow:hidden;box-shadow:0 30px 80px -30px #2c292566,0 0 0 8px #fff9}}.cb-card{background:var(--paper);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-sm)}.cb-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:12px;font-weight:600;font-size:14px;transition:transform .08s ease,opacity .15s ease;white-space:nowrap}.cb-btn:active{transform:translateY(1px)}.cb-btn:disabled{opacity:.55;cursor:not-allowed}.cb-btn-primary{background:var(--terracotta);color:#fff;box-shadow:0 1px 2px #d087704d,inset 0 1px #ffffff2e}.cb-btn-ghost{background:transparent;color:var(--ink);border:1px solid var(--border-2)}.cb-btn-soft{background:var(--terracotta-soft);color:var(--terracotta-2)}.cb-btn-sage{background:var(--sage);color:#fff}.cb-avatar{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;font-size:13px;font-weight:600;color:#fff;flex-shrink:0;border:2px solid var(--paper)}.cb-avatar.sm{width:26px;height:26px;font-size:11px}.cb-avatar.lg{width:44px;height:44px;font-size:15px}.cb-avatar.xl{width:64px;height:64px;font-size:22px;font-family:"Instrument Serif",serif;font-weight:400}.cb-avatar-stack{display:flex}.cb-avatar-stack>*+*{margin-left:-10px}.cb-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;background:var(--cream-2);color:var(--ink-2)}.cb-chip-terra{background:var(--terracotta-soft);color:var(--terracotta-2)}.cb-chip-sage{background:var(--sage-soft);color:var(--sage-2)}.cb-chip-honey{background:var(--honey-soft);color:#8b6a1f}.cb-dot{width:8px;height:8px;border-radius:999px;background:var(--ink-3)}.cb-dot.terra{background:var(--terracotta)}.cb-dot.sage{background:var(--sage)}.cb-dot.honey{background:var(--honey)}.cb-mobile-nav{position:sticky;bottom:0;background:var(--paper);border-top:1px solid var(--border);padding:10px 12px calc(22px + var(--safe-bottom));display:grid;grid-template-columns:repeat(5,1fr);gap:2px;z-index:10}.cb-mob-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 0;font-size:11px;color:var(--ink-3);font-weight:500;background:none}.cb-mob-item.active{color:var(--terracotta)}.cb-mob-item.active .cb-mob-pill{background:var(--terracotta-soft)}.cb-mob-pill{width:44px;height:28px;border-radius:10px;display:grid;place-items:center}.cb-field{display:flex;flex-direction:column;gap:6px}.cb-field label{font-size:13px;font-weight:600;color:var(--ink-2)}.cb-input,.cb-textarea,.cb-select{width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--border-2);background:var(--paper);font-size:14px;color:var(--ink);outline:none}.cb-input:focus,.cb-textarea:focus,.cb-select:focus{border-color:var(--terracotta);box-shadow:0 0 0 4px #d087701f}.cb-textarea{min-height:90px;resize:vertical;line-height:1.45}.cb-photo-ph{background:repeating-linear-gradient(135deg,var(--border) 0 1px,transparent 1px 14px),var(--cream-2);border:1px solid var(--border);border-radius:16px;display:flex;align-items:center;justify-content:center;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:11px;color:var(--ink-3);letter-spacing:.05em}.cb-header{padding:8px 22px 14px;display:flex;justify-content:space-between;align-items:flex-start}.cb-header h1{font-family:"Instrument Serif",serif;font-size:28px;line-height:1.1;margin:0;font-weight:400}.cb-header .sub{font-size:12.5px;color:var(--ink-3);margin-top:4px}.cb-status-bar{display:flex;justify-content:space-between;align-items:center;padding:14px 22px 6px;font-size:14px;font-weight:600;color:var(--ink)}.cb-section-label{font-size:11px;font-weight:700;color:var(--ink-3);text-transform:uppercase;letter-spacing:.07em;margin:4px 4px 8px}.cb-fab{position:fixed;right:max(22px,calc(50% - 173px));bottom:calc(90px + var(--safe-bottom));width:56px;height:56px;border-radius:18px;background:var(--terracotta);color:#fff;box-shadow:0 8px 24px -8px #d0877099;display:grid;place-items:center;z-index:11}@media (min-width: 720px){.cb-fab{position:absolute;right:22px}}.cb-content{flex:1;padding:0 22px 24px;display:flex;flex-direction:column;gap:14px;overflow-y:auto}.cb-scroll-row{display:flex;gap:6px;overflow-x:auto;padding-bottom:4px}.cb-scroll-row::-webkit-scrollbar{display:none}.cb-icon{flex-shrink:0}.cb-skeleton{background:linear-gradient(90deg,var(--cream-2) 0%,var(--border) 50%,var(--cream-2) 100%);background-size:200% 100%;animation:cb-shimmer 1.4s infinite;border-radius:12px}@keyframes cb-shimmer{to{background-position:-200% 0}}.cb-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#2c292552;z-index:20;display:grid;align-items:end;justify-content:stretch}.cb-sheet{background:var(--paper);border-radius:24px 24px 0 0;padding:22px 22px calc(28px + var(--safe-bottom));width:100%;max-width:480px;margin:0 auto;box-shadow:0 -10px 30px -10px #2c29252e;animation:cb-rise .22s ease}@keyframes cb-rise{0%{transform:translateY(20px);opacity:0}to{transform:none;opacity:1}}.cb-sheet-handle{width:40px;height:4px;border-radius:999px;background:var(--border-2);margin:-8px auto 16px}.cb-link{color:var(--terracotta-2);font-weight:600}.cb-toast{position:fixed;bottom:calc(110px + var(--safe-bottom));left:50%;transform:translate(-50%);z-index:30;background:var(--ink);color:#fff;padding:10px 16px;border-radius:999px;font-size:13px;font-weight:500;box-shadow:var(--shadow-lg);animation:cb-toast-in .2s ease}@keyframes cb-toast-in{0%{transform:translate(-50%,8px);opacity:0}to{transform:translate(-50%);opacity:1}}
