@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Sans:wght@300;400;500&display=swap";:root{--bg:#fefdf4;--bg-card:#fff;--bg-completed:#f0f7eb;--yellow:#f5e47a;--yellow-light:#fdf9e3;--green:#8db87a;--green-light:#c8ddb8;--text:#2c3e2d;--text-muted:#7a8f7b;--border:#e8efe0;--shadow:0 2px 12px #2c3e2d14;--radius:12px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);min-height:100vh;font-family:DM Sans,sans-serif;font-weight:300;line-height:1.6}h1,h2,h3{font-family:DM Serif Display,serif;font-weight:400}input,textarea,select{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:8px;outline:none;margin-top:4px;padding:10px 14px;font-family:DM Sans,sans-serif;font-size:14px;transition:border-color .2s}input:focus,textarea:focus,select:focus{border-color:var(--green)}label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:13px;font-weight:500}button{cursor:pointer;font-family:DM Sans,sans-serif;transition:all .15s}button:disabled{opacity:.5;cursor:not-allowed}
