: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 0.3s ease}@keyframes accordion-down{0%{height:0;opacity:0}to{height:var(--radix-accordion-content-height);opacity:1}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height);opacity:1}to{height:0;opacity:0}}.animate-accordion-down{animation:accordion-down .3s ease-out}.animate-accordion-up{animation:accordion-up .3s ease-out}body.theme-active{background-color:var(--theme-background);color:var(--theme-text);font-family:var(--theme-font-body)}.editor-panel,body.theme-active{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));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));border-radius:8px;padding:.5rem 1rem;font-weight:500;transition:var(--theme-transition);cursor:pointer}.editor-button:hover{background-color:var(--editor-secondary,var(--theme-secondary));border-color:var(--editor-secondary,var(--theme-secondary));transform:translateY(-1px);box-shadow:0 4px 12px var(--editor-primary,var(--theme-primary))30}.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));border-radius:6px;padding:.5rem .75rem;transition:var(--theme-transition)}.editor-input:focus{outline:none;border-color:var(--editor-accent,var(--theme-accent));box-shadow:0 0 0 3px var(--editor-accent,var(--theme-accent))20}.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{border-bottom:1px solid var(--editor-border,var(--theme-primary));backdrop-filter:blur(10px)}.editor-toolbar,.section-card{background-color:var(--editor-surface,var(--theme-background));transition:var(--theme-transition)}.section-card{border:1px solid var(--editor-border,var(--theme-primary));border-radius:12px;padding:1rem;box-shadow:0 2px 8px var(--editor-primary,var(--theme-primary))10}.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:#F5F5DC;--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:#FFFFFF;--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:#F0E68C;--editor-accent:#DDA0DD;--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:theme-pulse 2s infinite}.theme-focus:focus{outline:none;box-shadow:0 0 0 3px var(--editor-accent,var(--theme-accent))40}.theme-hover:hover{background-color:var(--editor-surface,var(--theme-background));transform:translateY(-2px);box-shadow:0 4px 16px var(--editor-primary,var(--theme-primary))20}.theme-heading,.theme-hover:hover{color:var(--editor-text,var(--theme-text))}.theme-heading{font-family:var(--theme-font-heading)}.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{height:1px;background:linear-gradient(90deg,transparent 0,var(--editor-border,var(--theme-primary)) 50%,transparent 100%)}@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{background:white!important;color:black!important}.editor-panel,.section-card{border:1px solid #ccc!important;box-shadow:none!important}}