@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:radial-gradient(1200px 600px at 50% -10%,#f6e4d4,#efe6da);font-family:Inter,system-ui,-apple-system,sans-serif;color:#2c2c2a;-webkit-font-smoothing:antialiased}.nest-scope{--font-display: "Fraunces", Georgia, serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--cream: #FAF6F0;--cream2: #F1EAE0;--card: #FFFFFF;--border: #E8DFD2;--terr: #D85A30;--terr-d: #B84A24;--rust: #993C1D;--brown: #4A1B0C;--ink: #2C2C2A;--muted: #8A887F;--honey: #FAC775;--sage: #97C459;--red: #C0392B;font-family:var(--font-body);color:var(--ink)}.nest-display{font-family:var(--font-display)}.nest-card{background:var(--card);border:.5px solid var(--border);border-radius:16px;padding:14px}.nest-input{width:100%;padding:9px 11px;font-size:13px;border:.5px solid var(--border);border-radius:10px;background:var(--cream);font-family:inherit;color:var(--ink);outline:none}.nest-input:focus{border-color:var(--terr);background:#fff}.nest-btn{background:var(--terr);color:#faece7;border:none;padding:9px 14px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px}.nest-btn:hover{background:var(--terr-d)}.nest-btn:disabled{background:#d9d5cb;color:#8a887f;cursor:not-allowed}.nest-btn-sec{background:transparent;color:var(--rust);border:.5px solid var(--border);padding:8px 13px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px}.nest-btn-sec:hover{background:var(--cream2)}.nest-ico{background:transparent;border:none;cursor:pointer;padding:6px;color:var(--rust);border-radius:8px;display:inline-flex;align-items:center}.nest-ico:hover{background:var(--cream2);color:var(--brown)}.nest-chip{font-size:10px;font-weight:600;padding:3px 9px;border-radius:20px;display:inline-flex;align-items:center;gap:4px}.nest-tab{padding:7px 12px;font-size:12px;font-weight:500;color:var(--rust);white-space:nowrap;cursor:pointer;border-radius:9px;border:none;background:transparent;font-family:inherit;display:inline-flex;align-items:center;gap:6px}.nest-tab.active{background:#fff;color:var(--brown);box-shadow:0 1px 2px #4a1b0c14}.nest-tab:hover:not(.active){background:#ffffff8c}.nest-row{display:flex;align-items:center;gap:8px;padding:9px 0;font-size:13px}.nest-note{background:#fff8ef;border:.5px solid #F0E2C8;border-radius:14px;padding:12px 14px}.nest-panel{animation:nestfade .25s ease}@keyframes nestfade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.nest-scope ::-webkit-scrollbar{width:8px;height:8px}.nest-scope ::-webkit-scrollbar-thumb{background:#e0d6c7;border-radius:8px}.nest-spin{width:26px;height:26px;border:3px solid #EADFce;border-top-color:var(--terr);border-radius:50%;animation:nestrot .8s linear infinite}@keyframes nestrot{to{transform:rotate(360deg)}}
