:root{--theme-bg:#fcf3f2;--theme-surface:#fff9;--theme-surface-solid:#fff;--theme-header-bg:#ffffffa6;--theme-primary:#f4c2c2;--theme-primary-dark:#e8a0a0;--theme-accent:#d4878d;--theme-text:#6b5b55;--theme-text-muted:#a09090;--theme-text-light:#c8b8a2;--theme-border:#f4c2c24d;--theme-border-strong:#f4c2c280;--theme-pill-bg:#edd6d6;--theme-success:#7a9a7a;--theme-error:#c07070;--theme-card-shadow:0 2px 16px #c8a0a01a;--theme-font:"Jost", "Georgia", sans-serif;--theme-font-display:"Cormorant Garamond", "Georgia", serif}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--theme-text);background:var(--theme-bg);font-family:var(--theme-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#f5f0eb}::-webkit-scrollbar-thumb{background:var(--theme-primary);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--theme-primary-dark)}.watercolor-bg{background:linear-gradient(135deg,#fdf6f0 0%,#fbeef0 40%,#f5f0eb 70%,#fdf9f7 100%)}.card-soft{background:var(--theme-surface);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--theme-border);box-shadow:var(--theme-card-shadow);border-radius:16px}.btn-rose{background:linear-gradient(135deg, var(--theme-primary), var(--theme-primary-dark));color:#fff;cursor:pointer;font-size:13px;font-family:var(--theme-font-display);border:none;border-radius:20px;align-items:center;gap:6px;padding:8px 20px;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #e8a0a059}.btn-rose:hover{transform:translateY(-1px);box-shadow:0 4px 12px #e8a0a073}.btn-rose:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-ghost{color:var(--theme-text-muted);border:1px solid var(--theme-border-strong);cursor:pointer;font-size:13px;font-family:var(--theme-font-display);background:0 0;border-radius:20px;align-items:center;gap:6px;padding:7px 20px;transition:all .2s;display:inline-flex}.btn-ghost:hover{border-color:var(--theme-primary);color:var(--theme-text)}input,textarea,select{font-family:var(--theme-font);color:var(--theme-text);border:1px solid var(--theme-border-strong);background:#fffc;border-radius:10px;outline:none;width:100%;padding:8px 12px;font-size:13px;transition:border-color .2s}input:focus,textarea:focus,select:focus{border-color:var(--theme-primary-dark)}label{color:var(--theme-text-muted);margin-bottom:4px;font-size:12px;display:block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
