:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#ece7dc;color:#18312f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.app-shell{min-height:100vh;padding:24px;background:radial-gradient(circle at top left,rgba(231,189,86,.24),transparent 34rem),linear-gradient(145deg,#f7f1e6,#e8eee9);display:flex;justify-content:center}.phone-frame{width:min(100%,520px);min-height:calc(100vh - 48px);position:relative;padding:22px;overflow:hidden;border:1px solid rgba(17,59,57,.12);border-radius:28px;background:#faf8f2eb;box-shadow:0 24px 70px #113b3929}.app-header,.header-actions,.panel-title,.status-strip,.locked-sheet,.search-box,.record-card,.primary-button,.ghost-button{display:flex;align-items:center}.app-header{justify-content:space-between;gap:16px;margin-bottom:18px}.app-label{margin:0 0 4px;color:#5d726d;font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin-bottom:0;font-size:1.55rem;line-height:1.08}h2{margin-bottom:0;font-size:1.28rem;line-height:1.15}.header-actions{gap:8px}.icon-button{width:44px;height:44px;border:0;border-radius:14px;color:#113b39;background:#e6eee9;justify-content:center}.icon-button.subtle{background:#f0ede4}.status-strip{min-height:42px;gap:10px;margin-bottom:18px;padding:10px 12px;border-radius:16px;color:#234d45;background:#e7f1ec;font-size:.92rem;font-weight:650}.status-strip[data-state=error]{color:#7d2d22;background:#fae5df}.notice,.panel,.hero-panel,.empty-state{border:1px solid rgba(17,59,57,.1);border-radius:22px;background:#fffdf8}.notice{display:grid;grid-template-columns:auto 1fr;gap:10px;margin-bottom:16px;padding:14px;color:#7d2d22}.notice p{margin:0}.notice code{padding:2px 5px;border-radius:6px;background:#f5e0d8}.hero-panel{display:flex;justify-content:space-between;gap:16px;padding:18px;margin-bottom:16px}.hero-panel h2{max-width:280px}.primary-button,.ghost-button{min-height:48px;border:0;border-radius:16px;gap:9px;justify-content:center;padding:0 18px;font-weight:750}.primary-button{width:100%;color:#fffaf0;background:#113b39}.primary-button.compact,.ghost-button{width:auto;white-space:nowrap}.ghost-button{color:#113b39;background:#e7bd56}.panel{padding:18px}.panel-title{gap:12px;margin-bottom:18px}.settings-panel,.editor-panel{animation:rise-in .18s ease-out}.field{display:grid;gap:8px;margin-bottom:14px}.field span{color:#526a65;font-size:.85rem;font-weight:750}.field input,.search-box input{width:100%;min-width:0;border:1px solid rgba(17,59,57,.18);outline:none;color:#18312f;background:#fbfaf6}.field input{min-height:48px;border-radius:14px;padding:0 14px}.field input:focus,.search-box:focus-within{border-color:#2f8b72;box-shadow:0 0 0 4px #2f8b7224}.locked-sheet{gap:10px;margin:12px 0 18px;padding:12px;border-radius:16px;background:#f3efe6;color:#3d5752;font-size:.9rem}.form-grid{display:grid;gap:4px;max-height:calc(100vh - 270px);overflow:auto;padding-right:2px}.search-box{height:50px;gap:10px;margin-bottom:14px;padding:0 14px;border:1px solid rgba(17,59,57,.12);border-radius:18px;color:#526a65;background:#fffdf8}.search-box input{height:100%;border:0;background:transparent}.records-list{display:grid;gap:10px;padding-bottom:90px}.record-card{position:relative;width:100%;min-height:92px;align-items:flex-start;justify-content:center;gap:4px;flex-direction:column;padding:16px 48px 16px 16px;border:1px solid rgba(17,59,57,.1);border-radius:18px;color:#18312f;text-align:left;background:#fffdf8}.record-card strong{max-width:100%;overflow-wrap:anywhere;font-size:1.02rem}.record-card span:not(.row-number){max-width:100%;overflow-wrap:anywhere;color:#61736f;font-size:.9rem}.record-card svg{position:absolute;top:18px;right:16px;color:#2f8b72}.row-number{color:#2f8b72;font-size:.78rem;font-weight:800;text-transform:uppercase}.floating-action{position:absolute;right:24px;bottom:24px;width:62px;height:62px;border:0;border-radius:20px;color:#113b39;background:#e7bd56;box-shadow:0 16px 34px #113b3938}.empty-state{display:grid;justify-items:center;gap:10px;padding:28px 20px;text-align:center}.empty-state.inline{margin-top:10px}.empty-state p,.muted{margin-bottom:0;color:#637873}@media(max-width:560px){.app-shell{padding:0}.phone-frame{min-height:100vh;border:0;border-radius:0;padding:max(18px,env(safe-area-inset-top)) 16px max(18px,env(safe-area-inset-bottom))}.hero-panel{align-items:stretch;flex-direction:column}.hero-panel .primary-button,.hero-panel .ghost-button{width:100%}}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
