@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&family=Playfair+Display:ital,wght@0,400;1,400&display=swap";:root{--bg: #1A1A1A;--bg-card: #F2F2F0;--bg-cool: #E4E4E2;--yellow: #F6E48E;--green: #BADB57;--green-dark: #69AF4B;--salmon: #FF7A7A;--text: #1A1A1A;--text-mid: #2F2F2F;--text-muted: #6B6B6B;--text-stone: #9A9A9A;--text-light: #FAFAF8;--border: #D0D0D0;--radius: 6px;--tab-height: 64px}@supports (padding: env(safe-area-inset-bottom)){:root{--safe-bottom: env(safe-area-inset-bottom)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased}body{background-color:var(--bg);color:var(--text);font-family:Space Grotesk,Neue Haas Grotesk,sans-serif;font-weight:400;line-height:1.75;min-height:100vh;padding-bottom:calc(var(--tab-height) + var(--safe-bottom, 0px))}button{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;font-family:Space Grotesk,Neue Haas Grotesk,sans-serif;transition:all .15s ease}button:disabled{opacity:.5;cursor:not-allowed}h1,h2,h3{font-family:Space Grotesk,Neue Haas Grotesk,sans-serif;font-weight:500;letter-spacing:-.02em;line-height:1.2}input,textarea,select{width:100%;padding:0 12px;height:40px;border:1px solid var(--border);border-radius:var(--radius);background:var(--text-light);color:var(--text);font-family:Space Grotesk,Neue Haas Grotesk,sans-serif;font-size:14px;font-weight:400;margin-top:4px;outline:none;transition:border-color .15s ease}textarea{height:auto;padding:10px 12px;resize:vertical}input:focus,textarea:focus,select:focus{border-color:var(--text)}input::placeholder,textarea::placeholder{color:var(--text-stone)}label{font-size:11px;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.16em;line-height:1.4}.drag-handle{opacity:.3;transition:opacity .15s ease;touch-action:none}.habit-card:hover .drag-handle{opacity:.7}@media(hover:none){.drag-handle{opacity:1}}@media(min-width:768px){body{padding-bottom:0;padding-left:220px}}
