:root{
--color-primary:#1E4736;
--color-primary-light:#2F6B52;
--color-accent:#E0A045;
--color-bg:#FBF8F3;
--color-surface:#FFFFFF;
--color-text:#1A2620;
--color-text-secondary:#5F6F67;
--color-border:#E6DFD4;
--color-surface-quiet:#F2EEE6;
--color-tag-soft:#E9F0EA;
--color-warning:#B36A1E;
--color-warning-bg:#F6E3C4;
--color-error:#B3261E;
--color-error-bg:#F7E2E0;
--gradient-hero:linear-gradient(160deg,#1E4736 0%,#2F6B52 100%); /* @kind other */
--gradient-checkin-glow:radial-gradient(circle at 30% 50%,#E0A045 0%,#F6E3C4 70%); /* @kind other */
--gradient-photo-overlay:linear-gradient(180deg,rgba(26,38,32,0) 0%,rgba(26,38,32,0.72) 100%); /* @kind other */
--avatar-tile-1:#D9E2DA;
--avatar-tile-2:#E7DCC6;
--avatar-tile-3:#DCE4E8;
--avatar-tile-4:#E4DBE2;
--avatar-tile-5:#D8E0D3;
--avatar-tile-6:#EADFD2;
--avatar-tile-ink:#3A3A36;
--shadow-card:0 1px 2px rgba(26,38,32,0.06),0 2px 8px rgba(26,38,32,0.06);
--shadow-modal:0 8px 24px rgba(26,38,32,0.16),0 2px 6px rgba(26,38,32,0.08);
}
[data-theme="dark"]{
--color-primary:#3A8663;
--color-primary-light:#3A8663;
--color-accent:#F0B865;
--color-bg:#12201A;
--color-surface:#1A2C24;
--color-text:#EDE7DC;
--color-text-secondary:#93A69B;
--color-border:#26392F;
--color-surface-quiet:#20342A;
--color-tag-soft:#243B2E;
--color-warning:#F0B865;
--color-warning-bg:#2E2517;
--color-error:#E28680;
--color-error-bg:#2E1917;
--color-button-text:#08150F;
--shadow-card:0 1px 2px rgba(0,0,0,0.3),0 2px 10px rgba(0,0,0,0.25);
--shadow-modal:0 10px 30px rgba(0,0,0,0.45);
}
