@import "https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600;700&family=Playfair+Display:wght@400;600;700&display=swap";
:root{--safe-area-top:env(safe-area-inset-top,0px);--safe-area-right:env(safe-area-inset-right,0px);--safe-area-bottom:env(safe-area-inset-bottom,0px);--safe-area-left:env(safe-area-inset-left,0px);--bg-start:#faf8f5;--bg-end:#f3eee7;--card-bg:#fffdfaeb;--card-border:#94806c1a;--card-shadow:0 12px 36px #5a46320f;--text-primary:#2a2320;--text-secondary:#6b5f55;--text-muted:#9e9287;--accent:#c87d4a;--accent-hover:#b86e3d;--accent-light:#f5e6d8;--color-success:#5a8a6a;--color-error:#a94438;--color-warning:#8e6a3a;--font-display:"Playfair Display", "Noto Serif SC", "Songti SC", serif;--font-body:"Noto Serif SC", "SF Pro Text", "PingFang SC", system-ui, sans-serif;--radius-card:20px;--radius-button:16px;--radius-input:16px;--ease-out-expo:cubic-bezier(.16, 1, .3, 1)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}@keyframes breathe{0%,to{opacity:.5}50%{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in-up{animation:fadeInUp .5s var(--ease-out-expo) both}.animate-slide-down{animation:slideDown .35s var(--ease-out-expo) both}.animate-breathe{animation:2.4s ease-in-out infinite breathe}.stagger-1{animation-delay:60ms}.stagger-2{animation-delay:.12s}.stagger-3{animation-delay:.18s}*,:before,:after{-webkit-tap-highlight-color:transparent}html,body{min-height:100%}textarea:focus{border-color:#c87d4a59;outline:none;box-shadow:0 0 0 3px #c87d4a14}button:active:not(:disabled){transition:transform .1s;transform:scale(.98)}.shimmer-bg{background:linear-gradient(90deg,#0000 25%,#ffffff80 50%,#0000 75%) 0 0/200% 100%;animation:2s infinite shimmer}
