:root{--theme-primary:#e8b4cb;--theme-secondary:#f4d1ae;--theme-accent:#c8a2c8;--theme-background:#fdf8f5;--theme-text:#5d4037;--theme-font-heading:"Playfair Display",serif;--theme-font-body:"Source Sans Pro",sans-serif;--theme-transition:all .3s ease}@keyframes accordion-down{0%{opacity:0;height:0}to{height:var(--radix-accordion-content-height);opacity:1}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height);opacity:1}to{opacity:0;height:0}}.animate-accordion-down{animation:.3s ease-out accordion-down}.animate-accordion-up{animation:.3s ease-out accordion-up}body.theme-active{background-color:var(--theme-background);color:var(--theme-text);font-family:var(--theme-font-body);transition:var(--theme-transition)}.editor-panel{background-color:var(--editor-surface,var(--theme-background));border:1px solid var(--editor-border,var(--theme-primary));color:var(--editor-text,var(--theme-text));transition:var(--theme-transition);border-radius:12px}.editor-panel:hover{box-shadow:0 4px 16px var(--editor-primary,var(--theme-primary))20;border-color:var(--editor-accent,var(--theme-accent))}.editor-button{background-color:var(--editor-primary,var(--theme-primary));color:var(--editor-background,var(--theme-background));border:1px solid var(--editor-primary,var(--theme-primary));transition:var(--theme-transition);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-weight:500}.editor-button:hover{background-color:var(--editor-secondary,var(--theme-secondary));border-color:var(--editor-secondary,var(--theme-secondary));box-shadow:0 4px 12px var(--editor-primary,var(--theme-primary))30;transform:translateY(-1px)}.editor-button:active{transform:translateY(0)}.editor-input{background-color:var(--editor-background,var(--theme-background));border:1px solid var(--editor-border,var(--theme-primary));color:var(--editor-text,var(--theme-text));transition:var(--theme-transition);border-radius:6px;padding:.5rem .75rem}.editor-input:focus{border-color:var(--editor-accent,var(--theme-accent));box-shadow:0 0 0 3px var(--editor-accent,var(--theme-accent))20;outline:none}.editor-sidebar{background:linear-gradient(180deg,var(--editor-surface,var(--theme-background))0%,var(--editor-background,var(--theme-background))100%);border-right:1px solid var(--editor-border,var(--theme-primary));transition:var(--theme-transition)}.editor-toolbar{background-color:var(--editor-surface,var(--theme-background));border-bottom:1px solid var(--editor-border,var(--theme-primary));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--theme-transition)}.section-card{background-color:var(--editor-surface,var(--theme-background));border:1px solid var(--editor-border,var(--theme-primary));transition:var(--theme-transition);box-shadow:0 2px 8px var(--editor-primary,var(--theme-primary))10;border-radius:12px;padding:1rem}.section-card:hover{box-shadow:0 4px 16px var(--editor-primary,var(--theme-primary))20;border-color:var(--editor-accent,var(--theme-accent));transform:translateY(-2px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--editor-background,var(--theme-background))}::-webkit-scrollbar-thumb{background:var(--editor-primary,var(--theme-primary));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--editor-secondary,var(--theme-secondary))}.theme-romantic-garden{--editor-primary:#e8b4cb;--editor-secondary:#f4d1ae;--editor-accent:#c8a2c8;--editor-background:#fdf8f5;--editor-surface:#faf0f0;--editor-text:#5d4037;--editor-text-secondary:#8d6e63;--editor-border:#e8b4cb40}.theme-nature-inspired{--editor-primary:#7cb342;--editor-secondary:#aed581;--editor-accent:#4caf50;--editor-background:#f1f8e9;--editor-surface:#e8f5e8;--editor-text:#2e7d32;--editor-text-secondary:#388e3c;--editor-border:#7cb34240}.theme-vintage-scrapbook{--editor-primary:#8d6e63;--editor-secondary:#a1887f;--editor-accent:#6d4c41;--editor-background:#fff8e1;--editor-surface:beige;--editor-text:#3e2723;--editor-text-secondary:#5d4037;--editor-border:#8d6e6340}.theme-modern-minimalist{--editor-primary:#607d8b;--editor-secondary:#90a4ae;--editor-accent:#455a64;--editor-background:#fafafa;--editor-surface:#fff;--editor-text:#263238;--editor-text-secondary:#37474f;--editor-border:#607d8b40}.theme-cozy-family{--editor-primary:#ff8a65;--editor-secondary:#ffab91;--editor-accent:#ff7043;--editor-background:#fff3e0;--editor-surface:#ffe0b2;--editor-text:#bf360c;--editor-text-secondary:#e64a19;--editor-border:#ff8a6540}.theme-dreamy-pastel{--editor-primary:#e6e6fa;--editor-secondary:khaki;--editor-accent:plum;--editor-background:#f8f8ff;--editor-surface:#fff8dc;--editor-text:#483d8b;--editor-text-secondary:#6a5acd;--editor-border:#e6e6fa40}@keyframes theme-pulse{0%,to{box-shadow:0 0 0 0 var(--editor-primary,var(--theme-primary))40}50%{box-shadow:0 0 0 10px var(--editor-primary,var(--theme-primary))0}}.theme-pulse{animation:2s infinite theme-pulse}.theme-focus:focus{box-shadow:0 0 0 3px var(--editor-accent,var(--theme-accent))40;outline:none}.theme-hover:hover{background-color:var(--editor-surface,var(--theme-background));color:var(--editor-text,var(--theme-text));box-shadow:0 4px 16px var(--editor-primary,var(--theme-primary))20;transform:translateY(-2px)}.theme-heading{font-family:var(--theme-font-heading);color:var(--editor-text,var(--theme-text))}.theme-body{font-family:var(--theme-font-body);color:var(--editor-text,var(--theme-text))}.theme-accent-text{color:var(--editor-accent,var(--theme-accent))}.theme-border{border-color:var(--editor-border,var(--theme-primary))}.theme-divider{background:linear-gradient(90deg,transparent 0%,var(--editor-border,var(--theme-primary))50%,transparent 100%);height:1px}@media (max-width:768px){.editor-panel{border-radius:8px;padding:.75rem}.editor-button{padding:.375rem .75rem;font-size:.875rem}.section-card{border-radius:8px;padding:.75rem}}@media print{body.theme-active{color:#000!important;background:#fff!important}.editor-panel,.section-card{box-shadow:none!important;border:1px solid #ccc!important}}
