:root{--primary: #ff2442;--primary-light: #ff4d6a;--primary-dark: #e01a35;--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-tertiary: #fafafa;--bg-dark: #1a1a2e;--text-primary: #1a1a1a;--text-secondary: #666666;--text-tertiary: #999999;--text-light: #ffffff;--border-color: #e8e8e8;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--card-width: 375px;--card-height: 500px;--cover-aspect-w: 3;--cover-aspect-h: 2;--cover-upload-max-width: 260px;--cover-crop-max-width: 380px;--header-height: 48px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 12px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: "SF Mono", Monaco, monospace;--card-title-size: 28px;--card-body-size: 17px;--card-title-lh: 1.4;--card-body-lh: 1.84;--card-cover-title-size: 23px;--card-cover-body-size: 16px;--card-cover-title-lh: 1.4;--card-cover-body-lh: 1.72;--card-title-font: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;--card-body-font: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;--card-brand-bottom-slot: 40px}*{margin:0;padding:0;box-sizing:border-box}html{height:100%}body{font-family:var(--font-sans);background:var(--bg-secondary);color:var(--text-primary);line-height:1.6;height:100%;overflow:hidden}.app{display:flex;flex-direction:column;height:100%;min-height:0}.header{background:var(--bg-primary);border-bottom:1px solid var(--border-color);padding:8px 16px;display:flex;align-items:center;gap:8px;flex-shrink:0}.logo{font-size:20px;font-weight:700;color:var(--primary);letter-spacing:-.5px}.subtitle{font-size:13px;color:var(--text-secondary);margin-left:auto}.main{flex:1;min-height:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:minmax(0,1fr);gap:16px;padding:16px;max-width:1400px;margin:0 auto;width:100%;overflow:hidden;align-content:stretch}.input-section,.preview-section{min-height:0;overflow:hidden;display:flex;flex-direction:column}.panel{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;flex:1;min-height:0;height:100%;max-height:100%;overflow:hidden}.panel-body-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.panel-header{flex-shrink:0;padding:10px 16px;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.panel-header h2{font-size:16px;font-weight:600}.panel-footer{flex-shrink:0;padding:10px 16px;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;gap:10px}.input-section .panel{height:100%}.text-input{display:block;flex:0 0 auto;width:100%;min-height:140px;padding:12px 16px;border:none;outline:none;font-size:14px;line-height:1.65;resize:vertical;max-height:50vh;font-family:var(--font-sans);color:var(--text-primary)}.text-input::placeholder{color:var(--text-tertiary)}.char-count{font-size:12px;color:var(--text-secondary)}.btn-primary{background:var(--primary);color:var(--text-light);border:none;padding:7px 16px;border-radius:var(--radius-md);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-primary:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{background:transparent;color:var(--text-secondary);border:1px solid var(--border-color);padding:6px 12px;border-radius:var(--radius-sm);font-size:12px;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:var(--bg-tertiary);color:var(--text-primary)}.btn-icon{width:28px;height:28px;border:none;background:var(--bg-secondary);border-radius:var(--radius-sm);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-secondary);transition:all .2s ease}.btn-icon:hover{background:var(--border-color);color:var(--text-primary)}.btn-export{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:var(--text-light);border:none;padding:9px 22px;border-radius:var(--radius-md);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-export:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.preview-section .panel{position:relative}.preview-typo-float{position:absolute;right:12px;bottom:58px;z-index:30;display:flex;flex-direction:column;align-items:flex-end;gap:6px;max-width:calc(100% - 24px);pointer-events:none}.preview-typo-float[hidden]{display:none!important}.preview-typo-float>*{pointer-events:auto}.preview-typo-float-toggle{min-height:36px;padding:6px 14px;border:1px solid var(--border-color);border-radius:999px;background:var(--bg-primary);color:var(--text-secondary);font-size:12px;font-weight:600;cursor:pointer;box-shadow:var(--shadow-md);transition:border-color .2s ease,color .2s ease,background .2s ease;-webkit-tap-highlight-color:transparent}.preview-typo-float-toggle:hover{border-color:var(--primary);color:var(--primary)}.preview-typo-float.is-collapsed .preview-typo-float-toggle{border-color:var(--primary);background:#ff244214;color:var(--primary)}.preview-typo-float-panel{width:220px;padding:10px 12px;border-radius:var(--radius-md);border:1px solid var(--border-color);background:#fffffff5;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:8px}.preview-typo-float.is-collapsed .preview-typo-float-panel{display:none}.preview-typo-row{display:grid;grid-template-columns:32px 1fr 36px;align-items:center;gap:6px;font-size:12px;color:var(--text-primary)}.preview-typo-row label{font-weight:600;color:var(--text-secondary)}.preview-typo-row input[type=range]{width:100%;margin:0;accent-color:var(--primary);min-height:28px}.preview-typo-val{text-align:right;font-variant-numeric:tabular-nums;font-weight:600;font-size:12px;color:var(--primary)}.actions{display:flex;align-items:center;gap:8px}.page-indicator{font-size:13px;color:var(--text-secondary);min-width:52px;text-align:center}.export-hint-mobile{display:none}@media(max-width:768px){.export-hint-desktop{display:none}.export-hint-mobile{display:inline}}.cards-container{flex:1;min-height:0;padding:14px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-wrap:wrap;gap:14px;align-content:flex-start;justify-content:center}.card-placeholder{width:var(--card-width);height:var(--card-height);border:2px dashed var(--border-color);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--text-tertiary)}.template-section{padding:10px 16px;border-top:1px solid var(--border-color);background:var(--bg-tertiary)}.template-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;user-select:none;padding:4px 0}.template-header h3,.options-section h3,.typography-section h3,.brand-section h3{font-size:12px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.45px}.template-toggle{font-size:12px;color:var(--text-tertiary);transition:transform .2s ease}.template-header.collapsed .template-toggle{transform:rotate(-90deg)}.template-content{margin-top:8px;overflow:hidden;transition:all .3s ease}.template-content.collapsed{max-height:0;margin-top:0;opacity:0}.template-bg-section{margin-top:12px;padding-top:10px;border-top:1px dashed var(--border-color)}.template-bg-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;user-select:none;padding:2px 0}.template-bg-header .template-bg-heading{margin:0}.template-bg-toggle{font-size:11px;color:var(--text-tertiary);transition:transform .2s ease}.template-bg-header.collapsed .template-bg-toggle{transform:rotate(-90deg)}.template-bg-content{overflow:hidden;transition:max-height .25s ease,opacity .25s ease,margin .25s ease;max-height:480px;margin-top:6px;opacity:1}.template-bg-content.collapsed{max-height:0;margin-top:0;opacity:0;pointer-events:none}.template-bg-heading{margin:0 0 4px;font-size:12px;font-weight:600;color:var(--text-secondary);letter-spacing:.35px}.template-bg-desc{margin:0 0 8px;font-size:11px;color:var(--text-tertiary);line-height:1.4}.template-bg-upload-wrapper .image-upload-area{max-width:var(--cover-upload-max-width);aspect-ratio:3 / 4}.template-select{width:100%;padding:7px 10px;border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:13px;font-family:inherit;background:var(--bg-primary);color:var(--text-primary);cursor:pointer;outline:none;transition:border-color .2s ease}.template-select:focus{border-color:var(--primary)}.template-preview{margin-top:8px;height:72px;border-radius:var(--radius-sm);transition:all .2s ease}.options-section{padding:10px 16px;border-top:1px solid var(--border-color);background:var(--bg-tertiary)}.options-list{display:flex;flex-direction:column;gap:6px}.option-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--text-primary);cursor:pointer}.option-item input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.typography-section{padding:10px 16px;border-top:1px solid var(--border-color);background:var(--bg-tertiary)}.typography-rows{display:flex;flex-direction:column;gap:8px}.typography-row{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:8px;font-size:12px;color:var(--text-primary)}.typography-value-wrap{display:flex;align-items:baseline;justify-content:flex-end;min-width:48px}.typography-row label{font-weight:500;color:var(--text-secondary)}.typography-row input[type=range]{width:100%;accent-color:var(--primary);min-height:24px}.typography-value{text-align:right;font-variant-numeric:tabular-nums;font-weight:600;color:var(--text-primary)}.typography-unit{font-size:11px;color:var(--text-tertiary);margin-left:2px}.typography-row-font{grid-template-columns:56px 1fr}.typography-select{width:100%;padding:6px 8px;border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:12px;font-family:inherit;color:var(--text-primary);background:var(--bg-primary);cursor:pointer}.typography-select:focus{outline:none;border-color:var(--primary)}.image-section{padding:10px 16px;border-top:1px solid var(--border-color);background:var(--bg-tertiary)}.image-section h3{font-size:12px;font-weight:600;color:var(--text-secondary);margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.image-upload-area{display:block;position:relative;width:100%;max-width:var(--cover-upload-max-width);aspect-ratio:var(--cover-aspect-w) / var(--cover-aspect-h);height:auto;min-height:0;border:2px dashed var(--border-color);border-radius:var(--radius-md);cursor:pointer;overflow:hidden;transition:all .2s ease;background:var(--bg-primary)}.image-upload-area:hover{border-color:var(--primary);background:#ff244205}.cover-ratio-selector{margin-top:10px}.cover-ratio-selector label{display:block;font-size:12px;font-weight:500;color:var(--text-secondary);margin-bottom:6px}.cover-ratio-selector .position-buttons{display:flex;gap:8px}.cover-ratio-btn{flex:1;padding:6px 10px;font-size:12px;font-weight:600;color:var(--text-secondary);background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease}.cover-ratio-btn:hover{border-color:var(--primary);color:var(--primary)}.cover-ratio-btn.active{border-color:var(--primary);background:#ff24421a;color:var(--primary)}.image-upload-area.has-image{border-style:solid;border-color:var(--primary)}.image-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--text-tertiary)}.image-placeholder svg{opacity:.5}.image-placeholder span{font-size:14px;font-weight:500}.image-placeholder small{font-size:11px;opacity:.7}.cover-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:none}.cover-preview.active{display:block}.btn-remove-image{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;border:none;background:#0009;color:#fff;font-size:18px;line-height:1;cursor:pointer;display:none;align-items:center;justify-content:center;transition:all .2s ease;z-index:20;padding:0}.btn-remove-image:hover{background:var(--primary);transform:scale(1.1)}.image-upload-wrapper{position:relative}.image-options{margin-top:8px}.position-selector{display:flex;flex-direction:column;gap:6px}.position-selector label{font-size:12px;color:var(--text-secondary);font-weight:500}.position-buttons{display:flex;gap:6px}.position-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 8px;border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-primary);color:var(--text-secondary);font-size:12px;cursor:pointer;transition:all .2s ease}.position-btn:hover{border-color:var(--primary);color:var(--primary)}.position-btn.active{border-color:var(--primary);background:#ff24421a;color:var(--primary)}.card.has-cover{height:var(--card-height)}.card-cover{width:100%;aspect-ratio:var(--cover-aspect-w) / var(--cover-aspect-h);object-fit:cover;flex-shrink:0}.card-column{flex:1;min-height:0;position:relative;display:flex;flex-direction:column}.card.has-cover .card-content{flex:1;padding:20px 24px;min-height:0;overflow:hidden;display:flex;flex-direction:column}.card.has-brand .card-content{padding-bottom:var(--card-brand-bottom-slot)}.card.has-brand .card-body{padding-bottom:0}.card.has-cover .card-title{font-size:var(--card-cover-title-size);line-height:var(--card-cover-title-lh);margin-bottom:12px}.card.has-cover .card-body{font-size:var(--card-cover-body-size);line-height:var(--card-cover-body-lh)}.card.has-cover .card-body p{margin-bottom:6px}.card.has-cover.cover-bottom{display:flex;flex-direction:column}.card.has-cover.cover-bottom .card-cover{order:2}.card.has-cover.cover-bottom .card-column{order:1;flex:1}.brand-section{padding:10px 16px;border-top:1px solid var(--border-color);background:var(--bg-tertiary)}.brand-inputs{display:flex;flex-direction:column;gap:8px}.brand-input{padding:7px 10px;border:1px solid var(--border-color);border-radius:var(--radius-sm);font-size:13px;font-family:inherit;outline:none;transition:border-color .2s ease}.brand-input:focus{border-color:var(--primary)}.logo-upload{display:flex;align-items:center;gap:8px}.logo-label{display:flex;align-items:center;gap:6px;padding:6px 10px;background:var(--bg-primary);border:1px dashed var(--border-color);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease;flex:1}.logo-label:hover{border-color:var(--primary);background:#ff24420d}.logo-preview{width:24px;height:24px;object-fit:contain;border-radius:4px;display:none}.logo-preview.active{display:block}#logo-text.hidden{display:none}.btn-clear-logo{padding:6px 12px;font-size:12px;color:var(--text-secondary);background:transparent;border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease}.btn-clear-logo:hover{color:var(--primary);border-color:var(--primary)}.template-preview-minimal{background:#fff;border:1px solid var(--border-color)}.template-preview-elegant{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.template-preview-sunset{background:linear-gradient(135deg,#fa709a,#fee140)}.template-preview-ocean{background:linear-gradient(135deg,#30cfd0,#330867)}.template-preview-forest{background:linear-gradient(135deg,#11998e,#38ef7d)}.template-preview-berry{background:linear-gradient(135deg,#c31432,#240b36)}.template-preview-golden{background:linear-gradient(135deg,#f093fb,#f5576c)}.template-preview-midnight{background:linear-gradient(135deg,#0f2027,#203a43,#2c5364)}.template-preview-cotton{background:linear-gradient(135deg,#ffecd2,#fcb69f)}.template-preview-lavender{background:linear-gradient(135deg,#e0c3fc,#8ec5fc)}.template-preview-mint{background:linear-gradient(135deg,#d4fc79,#96e6a1)}.template-preview-coral{background:linear-gradient(135deg,#ff9a9e,#fecfef 99% 100%)}.template-preview-sky{background:linear-gradient(135deg,#89f7fe,#66a6ff)}.template-preview-cherry{background:linear-gradient(135deg,#ff0844,#ffb199)}.template-preview-dark{background:#1a1a2e}.template-preview-notepad{background-color:#fdf6d9;background-image:repeating-linear-gradient(transparent,transparent 6px,rgba(180,170,150,.2) 6px,rgba(180,170,150,.2) 7px)}.template-preview-grid{background-color:#f6f6f6;background-image:radial-gradient(circle,#c8c8c8 1.2px,transparent 1.2px);background-size:12px 12px}.template-preview-editorial{background:#f0ebe3;border-left:4px solid #c45c48}.template-preview-brutalist{background:#fff;border:2px solid #111;box-shadow:4px 4px #111}.template-preview-film{background:linear-gradient(180deg,#1a1a1a,#0a0a0a);border:3px solid #f0ede6;box-sizing:border-box}.template-preview-letter{background:linear-gradient(180deg,#c75b5b 0 18%,#f4efe6 18% 100%)}.template-preview-halftone{background-color:#fdfdfd;background-image:radial-gradient(#ccc 18%,transparent 19%);background-size:6px 6px}.template-preview-ticket{background:linear-gradient(180deg,#2d2d2d 0 22%,#fffef8 22% 100%)}.template-preview-terminal{background:#0a0a0a;background-image:repeating-linear-gradient(transparent,transparent 2px,rgba(51,255,102,.06) 2px,rgba(51,255,102,.06) 3px);border:1px solid #1a3d28}.template-preview-polaroid{background:#ccc8c0;box-shadow:inset 0 0 0 4px #e8e4dc,inset 0 -18px #d4d0c8}.template-preview-newspaper{background:#ebe6dc;background-image:linear-gradient(90deg,rgba(0,0,0,.06) 1px,transparent 1px);background-size:33% 100%}.template-preview-postcard{background:#f5f0e6;border:2px dashed #9a7b56}.template-preview-chalk{background:#1a3d2e;border:2px solid #2a5a45}.template-preview-dots{background:#fff0f3;background-image:radial-gradient(circle at 30% 40%,rgba(255,99,132,.45) 0 35%,transparent 36%)}.template-preview-circuit{background:#0c1218;background-image:linear-gradient(rgba(0,220,200,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(0,220,200,.12) 1px,transparent 1px);background-size:20px 20px}.template-preview-sticker{background:#ffe566;border-radius:40%;border:3px solid #222;box-shadow:4px 4px #ff6b9d}.template-preview-bookpaper{background:#f3e6c8;box-shadow:inset 12px 0 16px -8px #50321440}.template-preview-parchment{background:radial-gradient(ellipse at 50% 30%,#f8edd4,#d4b896 72%,#a8845a)}.template-preview-scroll{background:linear-gradient(90deg,#5c4030 0 8%,#e8d4b8 8% 92%,#5c4030 92% 100%)}.template-preview-ricepaper{background:#faf8f2;background-image:repeating-linear-gradient(0deg,transparent,transparent 18px,rgba(0,0,0,.03) 18px,rgba(0,0,0,.03) 19px)}.template-preview-antique{background:#ebe3d0;background-image:radial-gradient(circle at 20% 80%,rgba(90,60,30,.15) 0 40%,transparent 41%)}.template-preview-neon{background:#120818;background-image:radial-gradient(circle at 70% 20%,rgba(255,0,128,.5) 0 35%,transparent 36%),radial-gradient(circle at 20% 80%,rgba(0,220,255,.4) 0 30%,transparent 31%)}.template-preview-soda{background:linear-gradient(135deg,#f36,#fd0,#00e5ff)}.template-preview-macaron{background:linear-gradient(135deg,#ffd6e8 0 33%,#d4f0ff 33% 66%,#fff3c4 66% 100%)}.template-preview-aurora{background:linear-gradient(160deg,#0f172a,#312e81 40%,#0d9488,#a855f7)}.template-preview-jelly{background:linear-gradient(145deg,#ffc8f0,#c4b5fd,#99f6e4);border-radius:30%}.template-preview-bauhaus{background:#f5f0e8;background-image:linear-gradient(#e63946 0 0),linear-gradient(#1d3557 0 0),linear-gradient(#f4a261 0 0);background-size:40% 40%,28% 28%,22% 22%;background-position:0 0,100% 0,50% 100%;background-repeat:no-repeat}.template-preview-riso{background:#fffef5;box-shadow:-3px -3px #ff507880,3px 3px #50c8ff73}.template-preview-glass{background:linear-gradient(135deg,#a8c0ff,#e0c3fc);border:1px solid rgba(255,255,255,.6)}.template-preview-duotone{background:linear-gradient(135deg,#1e3a5f 0 50%,#f97316 50% 100%)}.template-preview-mesh{background:radial-gradient(at 20% 30%,#fda4af 0,transparent 50%),radial-gradient(at 80% 20%,#a5b4fc 0,transparent 45%),radial-gradient(at 60% 80%,#6ee7b7 0,transparent 50%),#faf5ff}.template-preview-xhsclassic{background:#fff;border-left:5px solid #ff2442;box-shadow:0 4px 16px #ff24421f}.template-preview-softcream{background:#fffbf7;box-shadow:0 6px 20px #ffa07826}.template-preview-sagecard{background:linear-gradient(165deg,#eef4ee,#dce8dc)}.template-preview-blushcard{background:#fff9fb;background-image:radial-gradient(circle at 90% 10%,rgba(251,113,133,.35) 0 40%,transparent 41%)}.template-preview-nightpro{background:linear-gradient(165deg,#0f172a,#1e293b);border-bottom:3px solid #d4a853}.template-preview-inkclean{background:#fff;border:1px solid #e5e5e5}.template-preview-bentocard{background:#e8eaef;box-shadow:inset 0 0 0 8px #fff}.template-preview-lilaccard{background:linear-gradient(160deg,#f5f3ff,#ede9fe 55%,#faf5ff)}.template-preview-lattecard{background:linear-gradient(180deg,#f5ebe0,#e8d5c4)}.template-preview-lineframe{background:#fff;box-shadow:inset 0 0 0 1px #1a1a1a,inset 0 0 0 5px #fff,inset 0 0 0 6px #1a1a1a}.template-preview-glowcard{background:#fff;background-image:radial-gradient(circle at 30% 40%,rgba(99,102,241,.25) 0 45%,transparent 46%)}.template-preview-glowsage{background:#fff;background-image:radial-gradient(circle at 28% 38%,rgba(74,222,128,.28) 0 45%,transparent 46%)}.template-preview-glowblush{background:#fff;background-image:radial-gradient(circle at 32% 42%,rgba(251,113,133,.28) 0 45%,transparent 46%)}.template-preview-glowsky{background:#fff;background-image:radial-gradient(circle at 30% 40%,rgba(56,189,248,.28) 0 45%,transparent 46%)}.template-preview-glowamber{background:#fff;background-image:radial-gradient(circle at 30% 40%,rgba(251,191,36,.32) 0 45%,transparent 46%)}.template-preview-glowmint{background:#fff;background-image:radial-gradient(circle at 30% 40%,rgba(45,212,191,.28) 0 45%,transparent 46%)}.template-preview-spotlight{background:#fff;background-image:radial-gradient(ellipse 80% 55% at 50% 18%,rgba(99,102,241,.3) 0 55%,transparent 56%)}.template-preview-bokehcard{background:#fff;background-image:radial-gradient(circle at 18% 28%,rgba(129,140,248,.35) 0 12%,transparent 13%),radial-gradient(circle at 82% 22%,rgba(244,114,182,.28) 0 10%,transparent 11%),radial-gradient(circle at 72% 78%,rgba(56,189,248,.25) 0 11%,transparent 12%)}.template-preview-mistglow{background:#fff;background-image:radial-gradient(ellipse 90% 70% at 50% 45%,rgba(167,139,250,.18) 0 60%,transparent 61%)}.template-preview-mistsage{background:#fefffe;background-image:radial-gradient(ellipse 90% 70% at 50% 45%,rgba(134,239,172,.18) 0 60%,transparent 61%)}.template-preview-mistblush{background:#fffcfd;background-image:radial-gradient(ellipse 90% 70% at 50% 45%,rgba(251,113,133,.16) 0 60%,transparent 61%)}.template-preview-mistsky{background:#fcfeff;background-image:radial-gradient(ellipse 90% 70% at 50% 45%,rgba(125,211,252,.2) 0 60%,transparent 61%)}.template-preview-mistamber{background:#fffefb;background-image:radial-gradient(ellipse 90% 70% at 50% 45%,rgba(253,230,138,.22) 0 60%,transparent 61%)}.template-preview-mistmint{background:#fafffe;background-image:radial-gradient(ellipse 90% 70% at 50% 45%,rgba(94,234,212,.18) 0 60%,transparent 61%)}.template-preview-cornerglow{background:#fff;background-image:radial-gradient(circle at 8% 12%,rgba(99,102,241,.32) 0 28%,transparent 29%),radial-gradient(circle at 92% 88%,rgba(244,114,182,.22) 0 26%,transparent 27%)}.template-preview-aurorafocus{background:#fafbff;background-image:radial-gradient(ellipse 70% 50% at 20% 30%,rgba(45,212,191,.28) 0 50%,transparent 51%),radial-gradient(ellipse 60% 45% at 85% 70%,rgba(167,139,250,.28) 0 48%,transparent 49%)}.template-preview-tipyellow{background:#fff;border-left:6px solid #facc15}.template-preview-oceancalm{background:linear-gradient(180deg,#f0f9ff,#e0f2fe,#f8fafc)}.template-preview-terracotta{background:#faf6f3;border-top:4px solid #c67b5c}.template-preview-booklist{background:#fff;box-shadow:inset 8px 0 #6b2d3c,-4px 0 #8b3a4a,-8px 0 #a84858}.template-preview-readinglog{background:#f7f4e8;border-left:3px solid #4a7c59}.template-preview-librarytag{background:#f0e6d2;border-radius:4px;border:1px dashed #b8956a}.template-preview-chapteropen{background:#fff;border-top:2px solid #111}.template-preview-bookmarkribbon{background:#faf8f5;border-right:8px solid #c45c5c}.template-preview-quoteopen{background:#fff;color:#8b6914;font-size:28px;line-height:1;display:flex;align-items:flex-start;justify-content:center;padding-top:8px}.template-preview-quoteopen:before{content:"“";opacity:.35}.template-preview-quotewhite{background:#f8f8f8;box-shadow:inset 0 0 0 12px #fff}.template-preview-quotedusk{background:linear-gradient(165deg,#1e1b2e,#312e81)}.template-preview-letterquote{background:#faf6ef;border-top:1px solid #c4b5a0}.template-preview-inkwashquote{background:#f5f4f0;background-image:radial-gradient(ellipse at 70% 30%,rgba(0,0,0,.06) 0 50%,transparent 51%)}.template-preview-poetwarm{background:linear-gradient(180deg,#faf3eb,#f0e0d0)}.template-preview-nightread{background:#141210;background-image:radial-gradient(circle at 75% 15%,rgba(255,200,120,.35) 0 30%,transparent 31%)}.template-preview-sunquote{background:linear-gradient(160deg,#fff1e6,#ffd6ba,#fec89a)}.template-preview-burgundybook{background:linear-gradient(145deg,#4a1528,#6b2340)}.template-preview-cornerfold{background:#faf9f7;background-image:linear-gradient(225deg,#e8e4dc 0 18%,transparent 18%)}.template-preview-waxseal{background:#f8f4ef;box-shadow:inset -12px -12px #6b2d3c;border-radius:50%;background-color:#f8f4ef;background-image:radial-gradient(circle at 85% 85%,#7a2840 0 28%,transparent 29%)}.template-preview-threadbind{background:#f5f0e6;box-shadow:inset 14px 0 0 -8px #3c322814;border-left:3px dotted #8b7355}.template-preview-leatherlip{background:#f6f1ea;border-left:10px solid #6b4f3a}.template-preview-dualribbon{background:#faf8f5;border-right:6px solid #c45c5c;box-shadow:4px 0 #5b7c99}.template-preview-paperclipmark{background:#fff;border-top:12px solid transparent;border-image:linear-gradient(#94a3b8,#94a3b8) 1}.template-preview-goldcorner{background:#fffdf8;background-image:linear-gradient(225deg,#d4af37 0 14%,transparent 14%)}.template-preview-tasselsage{background:#f4f7f4;border-top:14px solid #6b8f71}.template-preview-linenstitch{background:#f7f3ed;background-image:repeating-linear-gradient(90deg,transparent,transparent 8px,rgba(139,115,85,.08) 8px,rgba(139,115,85,.08) 9px)}.template-preview-navypeak{background:#f8f9fc;border-top:16px solid #1e3a5f}.template-preview-bowknot{background:#fff8fa;border-top:8px solid #d4a5a5}.template-preview-ivytab{background:#f5f5f0;box-shadow:inset 0 12px #fff,inset 0 0 0 1px #ccc}.card{width:var(--card-width);height:var(--card-height);background:var(--bg-primary);--card-accent: var(--primary);border-radius:var(--radius-md);box-shadow:var(--shadow-md);overflow:hidden;position:relative;flex-shrink:0;display:flex;flex-direction:column}.card-custom-bg{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none}.card.has-custom-bg>.card-cover,.card.has-custom-bg>.card-column{position:relative;z-index:1}.card.style-minimal{background:#fff;--card-accent: #ff2442}.card.style-elegant{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:#2d3748;--card-accent: #556987}.card.style-sunset{background:linear-gradient(135deg,#fa709a,#fee140);color:#fff;--card-accent: #fff2a8}.card.style-ocean{background:linear-gradient(135deg,#30cfd0,#330867);color:#fff;--card-accent: #7af5ff}.card.style-forest{background:linear-gradient(135deg,#11998e,#38ef7d);color:#fff;--card-accent: #b6ffd1}.card.style-berry{background:linear-gradient(135deg,#c31432,#240b36);color:#fff;--card-accent: #ff9db3}.card.style-golden{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;--card-accent: #ffd0f1}.card.style-midnight{background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);color:#fff;--card-accent: #7bd7ff}.card.style-cotton{background:linear-gradient(135deg,#ffecd2,#fcb69f);color:#5a3d2b;--card-accent: #ff8e6b}.card.style-lavender{background:linear-gradient(135deg,#e0c3fc,#8ec5fc);color:#4a5568;--card-accent: #8d66d6}.card.style-mint{background:linear-gradient(135deg,#d4fc79,#96e6a1);color:#276749;--card-accent: #3fbf75}.card.style-coral{background:linear-gradient(135deg,#ff9a9e,#fecfef 99% 100%);color:#744210;--card-accent: #ff6f7a}.card.style-sky{background:linear-gradient(135deg,#89f7fe,#66a6ff);color:#fff;--card-accent: #d6f3ff}.card.style-cherry{background:linear-gradient(135deg,#ff0844,#ffb199);color:#fff;--card-accent: #ffd2c6}.card.style-dark{background:#1a1a2e;color:#fff;--card-accent: #7f8cff}.card.style-notepad{background-color:#fdf6d9;background-image:repeating-linear-gradient(transparent 0,transparent 26px,rgba(160,140,120,.22) 26px,rgba(160,140,120,.22) 27px);color:#3a3428;--card-accent: #be4646;box-shadow:var(--shadow-md),inset 28px 0 0 -12px #c85a5a1f}.card.style-notepad .card-decoration{top:24px;right:24px;width:10px;height:10px;border-radius:50%;background:#be464673}.card.style-notepad .highlight{background:#b4643c33;color:inherit}.card.style-grid{background-color:#f8f8f8;background-image:radial-gradient(circle at center,#bdbdbd 1px,transparent 1px);background-size:13px 13px;color:#242424;--card-accent: #555}.card.style-grid .card-decoration{background:#0000000f;border-radius:6px}.card.style-grid .highlight{background:#ff24421f;color:inherit}.card.style-editorial{background:#f4f0e8;color:#1c1917;--card-accent: #c45c48;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.card.style-editorial .card-decoration{width:36px;height:3px;top:28px;right:24px;border-radius:2px;background:#c45c48}.card.style-editorial .card-title{letter-spacing:.02em;font-weight:750}.card.style-editorial .highlight{background:#c45c482e;color:inherit}.card.style-brutalist{background:#fff;color:#0a0a0a;--card-accent: #0a0a0a;border-radius:4px;box-shadow:var(--shadow-md)}.card.style-brutalist .card-decoration{border-radius:0;width:28px;height:28px;background:#ffe066;border:2px solid #0a0a0a}.card.style-brutalist .highlight{background:#0a0a0a;color:#fff;font-weight:600}.card.style-brutalist .card-list li:before{color:#0a0a0a}.card.style-film{background:#f5f2eb;color:#171717;--card-accent: #8f6f58;border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.card.style-film .card-cover{border-radius:2px}.card.style-film .card-decoration{background:#f0dcc859;border:1px solid rgba(0,0,0,.15)}.card.style-film .highlight{background:#00000014;color:inherit}.card.style-film .card-list li:before{color:#171717}.card.style-letter{background:#f2ebe1;color:#3d352b;--card-accent: #b64a4a;border-radius:var(--radius-md);box-shadow:var(--shadow-md),inset 0 10px #b64a4a,inset 0 18px #d9a056}.card.style-letter .card-decoration{width:48px;height:2px;top:36px;right:22px;border-radius:0;background:linear-gradient(90deg,transparent,rgba(61,53,43,.25),transparent)}.card.style-letter .highlight{background:#8c503c2e;color:inherit}.card.style-halftone{background-color:#fefefe;background-image:radial-gradient(#c5c5c5 22%,transparent 23%);background-size:5px 5px;color:#1a1a1a;--card-accent: #555}.card.style-halftone .card-decoration{width:32px;height:32px;background:repeating-linear-gradient(45deg,rgba(0,0,0,.05),rgba(0,0,0,.05) 2px,transparent 2px,transparent 5px)}.card.style-halftone .highlight{background:#ff244224;color:inherit}.card.style-ticket{background:#fffdf9;color:#1f1f1f;--card-accent: #4a7c59;border-radius:6px;box-shadow:var(--shadow-md);border-top:12px solid #252525;border-bottom:2px dashed rgba(0,0,0,.2)}.card.style-ticket .card-content{position:relative;padding-bottom:20px}.card.style-ticket .card-content:after{content:"";position:absolute;left:28px;right:28px;bottom:10px;height:5px;border-radius:2px;background:linear-gradient(90deg,#4a7c59,#5a9e6f,#d4a24c 70%,#c17a4a);opacity:.9;pointer-events:none}.card.style-ticket .card-decoration{background:#25252526;border-radius:4px}.card.style-ticket .highlight{background:#4a7c5933;color:inherit}.card.style-terminal{background:#070707;background-image:repeating-linear-gradient(0deg,rgba(0,0,0,.28) 0,rgba(0,0,0,.28) 1px,transparent 1px,transparent 3px);color:#4ade80;--card-accent: #4ade80;box-shadow:inset 0 0 40px #4ade800a}.card.style-terminal .card-title{color:#86efac;text-shadow:0 0 12px rgba(74,222,128,.45);letter-spacing:.02em}.card.style-terminal .card-decoration{background:#4ade8033;border:1px solid rgba(74,222,128,.5);box-shadow:0 0 10px #4ade8040}.card.style-terminal .highlight{background:#4ade8033;color:#bbf7d0}.card.style-terminal .card-list li:before{color:#4ade80}.card.style-terminal .card-footer{color:#4ade80;opacity:.75}.card.style-polaroid{background:#fff;color:#1a1a1a;--card-accent: #f2a73b}.card.style-polaroid .card-cover{border-radius:1px;box-shadow:0 1px 4px #0000001f}.card.style-polaroid .card-decoration{background:#0000000f;border-radius:2px}.card.style-polaroid .highlight{background:#ffc85059;color:inherit}.card.style-newspaper{background-color:#ece6dc;background-image:linear-gradient(90deg,rgba(30,30,30,.06) 1px,transparent 1px);background-size:calc(100% / 3) 100%;color:#121212;--card-accent: #1a1a1a}.card.style-newspaper .card-title{border-bottom:3px double #1a1a1a;padding-bottom:10px;margin-bottom:14px;letter-spacing:.04em}.card.style-newspaper .card-decoration{background:#1a1a1a;width:36px;height:4px;border-radius:1px;top:16px}.card.style-newspaper .highlight{background:#00000014;border:1px solid rgba(0,0,0,.12);color:inherit}.card.style-newspaper .card-list li:before{color:#1a1a1a}.card.style-postcard{background:#f7f2e9;color:#3e3428;--card-accent: #8b7355;border-radius:4px;box-shadow:var(--shadow-md)}.card.style-postcard:before{content:"AIR MAIL •PAR AVION";position:absolute;top:14px;right:16px;font-size:9px;font-weight:700;letter-spacing:.2em;color:#8b6914;opacity:.65;pointer-events:none;z-index:0}.card.style-postcard .card-content{position:relative;z-index:1}.card.style-postcard .card-decoration{border:2px solid #8b7355;background:#ffffff59;border-radius:4px}.card.style-postcard .highlight{background:#d2aa5a40;color:inherit}.card.style-chalk{background:#1e4336;background-image:radial-gradient(ellipse at 20% 30%,rgba(255,255,255,.04) 0%,transparent 50%),radial-gradient(ellipse at 80% 70%,rgba(255,255,255,.03) 0%,transparent 45%),repeating-linear-gradient(-12deg,transparent,transparent 56px,rgba(255,255,255,.02) 56px,rgba(255,255,255,.02) 57px);color:#eef6f0;--card-accent: #b8e6cc}.card.style-chalk .card-title{color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.35)}.card.style-chalk .card-decoration{background:#ffffff14;border:1px dashed rgba(255,255,255,.25)}.card.style-chalk .highlight{background:#fff8b440;color:#fffce8}.card.style-chalk .card-list li:before{color:#b8e6cc}.card.style-chalk .card-footer{color:#c8e6d4;opacity:.85}.card.style-dots{background-color:#fff5fa;background-image:radial-gradient(circle at 15% 25%,rgba(255,107,150,.45) 0 26px,transparent 27px),radial-gradient(circle at 75% 15%,rgba(120,195,255,.5) 0 20px,transparent 21px),radial-gradient(circle at 55% 55%,rgba(180,255,120,.4) 0 22px,transparent 23px),radial-gradient(circle at 20% 75%,rgba(255,200,90,.45) 0 18px,transparent 19px);background-size:130% 130%;background-position:0 0;color:#2a2438;--card-accent: #ff6b9d}.card.style-dots .card-decoration{background:linear-gradient(135deg,#ff6b9d,#ffd93d);border-radius:50% 40% 55% 45%;transform:rotate(-8deg)}.card.style-dots .highlight{background:#ffffffbf;border:1px solid rgba(255,107,157,.35);color:inherit}.card.style-dots .card-list li:before{color:#e84a7f}.card.style-circuit{background:#0a1016;background-image:linear-gradient(rgba(34,211,199,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(34,211,199,.09) 1px,transparent 1px),radial-gradient(circle at 90% 8%,rgba(34,211,199,.15) 0,transparent 40px),radial-gradient(circle at 8% 92%,rgba(99,102,241,.12) 0,transparent 45px);background-size:26px 26px,26px 26px,100% 100%,100% 100%;color:#d1fae5;--card-accent: #2dd4bf}.card.style-circuit .card-title{color:#5eead4;text-shadow:0 0 20px rgba(45,212,191,.35)}.card.style-circuit .card-decoration{background:#2dd4bf26;border:1px solid rgba(45,212,191,.45);border-radius:6px}.card.style-circuit .highlight{background:#6366f159;color:#e0e7ff}.card.style-circuit .card-list li:before{color:#2dd4bf}.card.style-circuit .card-footer{color:#a7f3d0;opacity:.75}.card.style-sticker{background:linear-gradient(165deg,#fff56d,#ffda47 40%,#ffb84d);color:#1a1020;--card-accent: #1a1020;border-radius:22px 10px 24px 14px;box-shadow:var(--shadow-md)}.card.style-sticker .card-decoration{background:#1a1020;border-radius:50%;width:14px;height:14px;top:22px;right:22px;opacity:.85}.card.style-sticker .card-title{letter-spacing:-.04em}.card.style-sticker .highlight{background:#fff;color:#c02673;border:2px solid #1a1020}.card.style-sticker .card-list li:before{color:#1a1020}.card.style-bookpaper{background-color:#f0e4c8;background-image:radial-gradient(ellipse at 0% 50%,rgba(60,40,20,.14) 0%,transparent 55%),radial-gradient(ellipse at 100% 80%,rgba(90,60,30,.08) 0%,transparent 45%),repeating-linear-gradient(0deg,transparent,transparent 31px,rgba(120,90,60,.06) 31px,rgba(120,90,60,.06) 32px);color:#3d3226;--card-accent: #8b4518;box-shadow:var(--shadow-md),inset 14px 0 20px -10px #321e0a38,inset -2px 0 8px #ffffff26}.card.style-bookpaper .card-decoration{width:4px;height:48px;left:18px;right:auto;top:28px;border-radius:2px;background:linear-gradient(180deg,#6b4423,#a67c52)}.card.style-bookpaper .highlight{background:#8b451326;color:inherit}.card.style-bookpaper .card-list li:before{color:#8b4518}.card.style-parchment{background-color:#e8d4b0;background-image:radial-gradient(ellipse at 50% 0%,rgba(255,248,230,.9) 0%,transparent 55%),radial-gradient(ellipse at 100% 100%,rgba(120,80,40,.2) 0%,transparent 50%),radial-gradient(ellipse at 0% 100%,rgba(120,80,40,.15) 0%,transparent 45%);color:#4a3728;--card-accent: #7a5230;box-shadow:var(--shadow-md),inset 0 0 60px #5a3c1e1f}.card.style-parchment .card-decoration{width:56px;height:56px;border-radius:50%;background:radial-gradient(circle at 35% 35%,rgba(255,240,210,.5),transparent 70%);border:1px solid rgba(90,60,30,.2);opacity:.8}.card.style-parchment .highlight{background:#7a52302e;border-bottom:1px solid rgba(122,82,48,.25);color:inherit}.card.style-parchment .card-list li:before{color:#7a5230}.card.style-scroll{background-color:#ddd0b4;background-image:linear-gradient(90deg,rgba(70,45,25,.35) 0 6%,transparent 6% 94%,rgba(70,45,25,.35) 94% 100%),radial-gradient(ellipse at 50% 50%,rgba(255,250,240,.4) 0%,transparent 70%);color:#3a2e22;--card-accent: #5c4030;box-shadow:var(--shadow-md)}.card.style-scroll .card-title{letter-spacing:.08em;border-bottom:1px solid rgba(92,64,48,.35);padding-bottom:12px}.card.style-scroll .card-decoration{width:2px;height:72%;top:14%;left:50%;right:auto;transform:translate(-50%);border-radius:0;background:linear-gradient(180deg,transparent,rgba(92,64,48,.25),transparent)}.card.style-scroll .highlight{background:#5c40301f;color:inherit}.card.style-scroll .card-list li:before{color:#5c4030}.card.style-ricepaper{background-color:#faf7f0;background-image:repeating-linear-gradient(90deg,transparent,transparent 3px,rgba(0,0,0,.015) 3px,rgba(0,0,0,.015) 4px),radial-gradient(ellipse at 30% 20%,rgba(0,0,0,.03) 0%,transparent 50%),radial-gradient(ellipse at 80% 90%,rgba(0,0,0,.04) 0%,transparent 40%);color:#2c2824;--card-accent: #4a5568;box-shadow:var(--shadow-md)}.card.style-ricepaper .card-decoration{width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.08);background:radial-gradient(circle,rgba(0,0,0,.04) 0%,transparent 70%)}.card.style-ricepaper .highlight{background:#4a55681a;color:inherit}.card.style-ricepaper .card-list li:before{color:#4a5568}.card.style-antique{background-color:#e8dfc8;background-image:radial-gradient(circle at 15% 85%,rgba(80,50,25,.18) 0 28%,transparent 29%),radial-gradient(circle at 88% 12%,rgba(60,80,100,.1) 0 22%,transparent 23%),radial-gradient(circle at 55% 45%,rgba(100,70,40,.06) 0 35%,transparent 36%);color:#3a3428;--card-accent: #6b5344;box-shadow:var(--shadow-md),inset 0 0 0 1px #5a463226}.card.style-antique .card-decoration{background:#5a46321f;border:1px dashed rgba(90,70,50,.35);border-radius:2px}.card.style-antique .highlight{background:#6b534433;color:inherit}.card.style-antique .card-list li:before{color:#6b5344}.card.style-neon{background:#0c0614;background-image:radial-gradient(ellipse at 85% 15%,rgba(255,0,128,.35) 0%,transparent 50%),radial-gradient(ellipse at 10% 90%,rgba(0,240,255,.28) 0%,transparent 48%),radial-gradient(ellipse at 50% 50%,rgba(120,0,255,.12) 0%,transparent 60%);color:#fce7f3;--card-accent: #f472b6;box-shadow:var(--shadow-md),inset 0 0 80px #ff00800f}.card.style-neon .card-title{color:#fff;text-shadow:0 0 20px rgba(244,114,182,.6),0 0 40px rgba(34,211,238,.25)}.card.style-neon .card-decoration{background:linear-gradient(135deg,#f472b6,#22d3ee);border-radius:50%;box-shadow:0 0 16px #f472b699}.card.style-neon .highlight{background:#f472b640;color:#fff;text-shadow:0 0 8px rgba(244,114,182,.5)}.card.style-neon .card-list li:before{color:#22d3ee}.card.style-neon .card-footer{color:#a5f3fc;opacity:.8}.card.style-soda{background:linear-gradient(145deg,#ff2d6a,#ff8c00 38%,#00d4ff);color:#1a1028;--card-accent: #fff;box-shadow:var(--shadow-md)}.card.style-soda .card-decoration{background:#ffffff73;border-radius:50% 45% 55% 40%;border:2px solid rgba(255,255,255,.7)}.card.style-soda .card-title{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2)}.card.style-soda .highlight{background:#ffffffd9;color:#c026d3;font-weight:700}.card.style-soda .card-list li:before{color:#fff}.card.style-macaron{background-color:#fff5f8;background-image:linear-gradient(135deg,rgba(255,182,213,.55) 0 42%,transparent 42%),linear-gradient(225deg,rgba(186,230,253,.5) 0 38%,transparent 38%),linear-gradient(45deg,rgba(254,240,138,.45) 0 35%,transparent 35%);color:#4a3f55;--card-accent: #e879a9;box-shadow:var(--shadow-md)}.card.style-macaron .card-decoration{background:linear-gradient(120deg,#fda4af,#c4b5fd,#fde68a);border-radius:8px}.card.style-macaron .highlight{background:#ffffffb3;border:1px solid rgba(232,121,169,.35);color:inherit}.card.style-macaron .card-list li:before{color:#e879a9}.card.style-aurora{background:linear-gradient(165deg,#0f172a,#3730a3 35%,#0d9488 65%,#7c3aed);color:#e0f2fe;--card-accent: #67e8f9;box-shadow:var(--shadow-md)}.card.style-aurora .card-title{color:#fff;text-shadow:0 0 24px rgba(103,232,249,.4)}.card.style-aurora .card-decoration{background:linear-gradient(90deg,#22d3ee,#a78bfa,#34d399);border-radius:20px;height:4px;width:64px}.card.style-aurora .highlight{background:#ffffff26;color:#fff;border:1px solid rgba(103,232,249,.35)}.card.style-aurora .card-list li:before{color:#67e8f9}.card.style-aurora .card-footer{color:#a5f3fc;opacity:.85}.card.style-jelly{background:linear-gradient(160deg,#fbcfe8,#ddd6fe 45%,#a7f3d0);color:#312e4a;--card-accent: #a855f7;border-radius:20px;box-shadow:var(--shadow-md),inset 0 1px #ffffffa6,inset 0 -8px 24px #a855f71f}.card.style-jelly .card-decoration{background:#ffffff80;border:1px solid rgba(255,255,255,.8);border-radius:50%;box-shadow:0 4px 12px #a855f733}.card.style-jelly .highlight{background:#ffffff8c;color:#7c3aed}.card.style-jelly .card-list li:before{color:#a855f7}.card.style-bauhaus{background:#f4efe6;color:#111;--card-accent: #e63946;box-shadow:var(--shadow-md)}.card.style-bauhaus:before{content:"";position:absolute;top:0;left:0;width:42%;height:28%;background:#e63946;pointer-events:none;z-index:0}.card.style-bauhaus:after{content:"";position:absolute;bottom:0;right:0;width:36%;height:22%;background:#1d3557;pointer-events:none;z-index:0}.card.style-bauhaus .card-cover,.card.style-bauhaus .card-column{position:relative;z-index:1}.card.style-bauhaus .card-decoration{background:#f4a261;border-radius:0;width:24px;height:24px;border:2px solid #111}.card.style-bauhaus .card-title{font-weight:800;letter-spacing:-.02em}.card.style-bauhaus .highlight{background:#111;color:#fff}.card.style-bauhaus .card-list li:before{color:#e63946}.card.style-riso{background:#fffef8;color:#1a1a1a;--card-accent: #ff3366;box-shadow:var(--shadow-md),-4px -4px #ff336659,4px 4px #3399ff4d}.card.style-riso .card-title{color:#f36;text-shadow:2px 2px 0 rgba(51,153,255,.35)}.card.style-riso .card-decoration{background:#ffdc0080;border:2px solid #1a1a1a;transform:translate(3px,-2px)}.card.style-riso .highlight{background:#ffdc0073;color:inherit}.card.style-riso .card-list li:before{color:#39f}.card.style-glass{background:linear-gradient(145deg,#a8c0ff8c,#e0c3fca6,#bae6fd80);color:#1e293b;--card-accent: #6366f1;border:1px solid rgba(255,255,255,.75);box-shadow:var(--shadow-md),inset 0 1px #ffffffe6}.card.style-glass .card-decoration{background:#ffffff73;border:1px solid rgba(255,255,255,.8);backdrop-filter:blur(8px)}.card.style-glass .highlight{background:#ffffff80;border:1px solid rgba(99,102,241,.25);color:inherit}.card.style-glass .card-list li:before{color:#6366f1}.card.style-duotone{background:linear-gradient(135deg,#1e3a5f 0 52%,#f97316 52% 100%);color:#fff;--card-accent: #fdba74}.card.style-duotone .card-title{color:#fff}.card.style-duotone .card-decoration{background:#fff;mix-blend-mode:overlay;opacity:.35}.card.style-duotone .highlight{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.35)}.card.style-duotone .card-list li:before{color:#fdba74}.card.style-duotone .card-footer{color:#ffffffd9}.card.style-mesh{background-color:#faf5ff;background-image:radial-gradient(at 18% 22%,rgba(253,164,175,.75) 0,transparent 52%),radial-gradient(at 82% 18%,rgba(165,180,252,.7) 0,transparent 48%),radial-gradient(at 72% 78%,rgba(110,231,183,.65) 0,transparent 50%),radial-gradient(at 12% 88%,rgba(253,224,71,.5) 0,transparent 42%);color:#1e1b2e;--card-accent: #8b5cf6;box-shadow:var(--shadow-md)}.card.style-mesh .card-decoration{background:linear-gradient(135deg,#f472b6,#818cf8,#34d399);border-radius:12px;opacity:.85}.card.style-mesh .highlight{background:#ffffff8c;color:#6d28d9}.card.style-mesh .card-list li:before{color:#8b5cf6}.card.style-xhsclassic{background:#fff;color:#1a1a1a;--card-accent: #ff2442;border-radius:16px;box-shadow:0 10px 40px #ff24421a,0 2px 12px #0000000d,inset 5px 0 0 var(--card-accent)}.card.style-xhsclassic .card-number{color:var(--card-accent);font-weight:700;opacity:1;letter-spacing:.08em}.card.style-xhsclassic .card-title{letter-spacing:-.02em}.card.style-xhsclassic .card-decoration{width:8px;height:8px;background:var(--card-accent);border-radius:50%;box-shadow:0 0 0 4px #ff244226}.card.style-xhsclassic .highlight{background:#ff24421a;color:#c41e3a;font-weight:600;padding:0 4px;border-radius:3px}.card.style-xhsclassic .card-list li:before{color:var(--card-accent)}.card.style-softcream{background:#fffbf7;color:#2d2a26;--card-accent: #e85d4c;border-radius:18px;box-shadow:0 12px 36px #e85d4c1f,0 1px #ffffffe6 inset}.card.style-softcream:before{content:"";position:absolute;top:0;left:28px;right:28px;height:3px;background:linear-gradient(90deg,transparent,#f4a89a,#e85d4c,#f4a89a,transparent);border-radius:0 0 4px 4px;opacity:.85;pointer-events:none;z-index:2}.card.style-softcream .card-cover,.card.style-softcream .card-column{position:relative;z-index:1}.card.style-softcream .card-decoration{background:linear-gradient(135deg,#fde8e4,#f9d5c8);border-radius:10px;width:36px;height:6px}.card.style-softcream .highlight{background:linear-gradient(90deg,#e85d4c1f,#f4a89a33);color:inherit;border-radius:4px}.card.style-softcream .card-list li:before{color:#e85d4c}.card.style-sagecard{background:linear-gradient(168deg,#f6faf6,#e8f0e8);color:#2c332c;--card-accent: #5a7d5a;border-radius:16px;box-shadow:0 8px 28px #5a7d5a1f}.card.style-sagecard .card-decoration{background:#5a7d5a;width:28px;height:3px;border-radius:2px;top:26px}.card.style-sagecard .card-title{color:#3d4f3d}.card.style-sagecard .highlight{background:#5a7d5a24;color:#3d4f3d;border-left:3px solid #5a7d5a;padding-left:8px;margin-left:-4px}.card.style-sagecard .card-list li:before{color:#5a7d5a}.card.style-blushcard{background-color:#fffbfc;background-image:radial-gradient(ellipse 120% 80% at 100% 0%,rgba(251,113,133,.18) 0%,transparent 55%),radial-gradient(ellipse 80% 60% at 0% 100%,rgba(244,114,182,.1) 0%,transparent 50%);color:#3f2d35;--card-accent: #e11d48;border-radius:20px;box-shadow:0 10px 32px #e11d4814}.card.style-blushcard .card-decoration{background:#fb718559;border:1px solid rgba(225,29,72,.2);border-radius:50%}.card.style-blushcard .highlight{background:#ffffffa6;color:#be123c;border:1px solid rgba(251,113,133,.25)}.card.style-blushcard .card-list li:before{color:#e11d48}.card.style-nightpro{background:linear-gradient(168deg,#0f172a,#1a2332,#0f172a);color:#e2e8f0;--card-accent: #d4a853;border-radius:14px;box-shadow:var(--shadow-md),inset 0 -3px #d4a853}.card.style-nightpro .card-number{color:#d4a853;opacity:.95;font-weight:700}.card.style-nightpro .card-title{color:#f8fafc;letter-spacing:.01em}.card.style-nightpro .card-decoration{background:transparent;border:1px solid rgba(212,168,83,.5);border-radius:0;width:32px;height:32px}.card.style-nightpro .card-decoration:after{content:"";position:absolute;inset:6px;border:1px solid rgba(212,168,83,.35)}.card.style-nightpro .highlight{background:#d4a8532e;color:#fde68a;border-bottom:1px solid rgba(212,168,83,.4)}.card.style-nightpro .card-list li:before{color:#d4a853}.card.style-nightpro .card-footer{color:#94a3b8}.card.style-inkclean{background:#fff;color:#111;--card-accent: #ff2442;border-radius:12px;box-shadow:0 4px 24px #0000000f;border:1px solid #ebebeb}.card.style-inkclean .card-title{font-weight:800;letter-spacing:-.03em}.card.style-inkclean .card-decoration{background:var(--card-accent);width:6px;height:6px;border-radius:0}.card.style-inkclean .highlight{background:transparent;color:var(--card-accent);font-weight:700;box-shadow:inset 0 -2px 0 var(--card-accent);border-radius:0}.card.style-inkclean .card-list li:before{color:#111;font-weight:700}.card.style-bentocard{background:#e9ecf1;color:#1e293b;--card-accent: #3b82f6;border-radius:20px;box-shadow:var(--shadow-md)}.card.style-bentocard .card-content{margin:14px 14px 10px;padding:26px 22px;background:#fff;border-radius:14px;box-shadow:0 1px 2px #0000000a,0 8px 24px #0000000f}.card.style-bentocard.has-cover .card-content{margin:0;border-radius:0;box-shadow:none;background:transparent}.card.style-bentocard.has-cover .card-column .card-content{margin:0 14px 10px;border-radius:0 0 14px 14px;background:#fff;box-shadow:0 4px 16px #0000000d}.card.style-bentocard .card-decoration{background:#3b82f6;border-radius:8px;width:10px;height:10px}.card.style-bentocard .highlight{background:#eff6ff;color:#1d4ed8;border-radius:6px}.card.style-bentocard .card-list li:before{color:#3b82f6}.card.style-lilaccard{background:linear-gradient(165deg,#faf5ff,#ede9fe 45%,#f5f3ff);color:#3730a3;--card-accent: #7c3aed;border-radius:18px;box-shadow:0 10px 30px #7c3aed1a}.card.style-lilaccard .card-title{color:#4c1d95}.card.style-lilaccard .card-decoration{background:linear-gradient(135deg,#c4b5fd,#a78bfa);border-radius:50%}.card.style-lilaccard .highlight{background:#fff9;color:#5b21b6;border:1px solid rgba(167,139,250,.35)}.card.style-lilaccard .card-list li:before{color:#7c3aed}.card.style-lattecard{background:linear-gradient(180deg,#faf6f1,#f0e4d8);color:#3e3228;--card-accent: #92664a;border-radius:16px;box-shadow:0 8px 28px #92664a24}.card.style-lattecard .card-decoration{background:#92664a;width:24px;height:4px;border-radius:2px}.card.style-lattecard .highlight{background:#92664a1f;color:#5c4033}.card.style-lattecard .card-list li:before{color:#92664a}.card.style-lineframe{background:#fff;color:#171717;--card-accent: #171717;border-radius:4px;box-shadow:var(--shadow-md)}.card.style-lineframe:before{content:"";position:absolute;inset:14px;border:1px solid #171717;pointer-events:none;z-index:2}.card.style-lineframe:after{content:"";position:absolute;inset:18px;border:1px solid rgba(23,23,23,.2);pointer-events:none;z-index:2}.card.style-lineframe .card-cover,.card.style-lineframe .card-column{position:relative;z-index:1}.card.style-lineframe .card-content{padding:36px 32px}.card.style-lineframe .card-decoration{display:none}.card.style-lineframe .highlight{background:transparent;font-weight:600;box-shadow:inset 0 -1px #171717}.card.style-lineframe .card-list li:before{color:#171717}.card.style-glowcard{background:#fff;color:#1e1b4b;--card-accent: #6366f1;border-radius:var(--radius-md);box-shadow:0 8px 32px #6366f11f;overflow:hidden}.card.style-glowcard:before{content:"";position:absolute;width:280px;height:280px;left:-80px;top:-60px;background:radial-gradient(circle,rgba(129,140,248,.35) 0%,transparent 68%);pointer-events:none;z-index:0}.card.style-glowcard:after{content:"";position:absolute;width:200px;height:200px;right:-50px;bottom:-40px;background:radial-gradient(circle,rgba(244,114,182,.2) 0%,transparent 70%);pointer-events:none;z-index:0}.card.style-glowcard .card-cover,.card.style-glowcard .card-column{position:relative;z-index:1}.card.style-glowcard .card-decoration{background:linear-gradient(135deg,#818cf8,#a78bfa);box-shadow:0 0 20px #6366f166}.card.style-glowcard .highlight{background:#eef2ffe6;color:#4338ca;border-radius:6px;font-weight:600}.card.style-glowcard .card-list li:before{color:#6366f1}.card.style-glowsage{background:#fff;color:#1a2e22;--card-accent: #5a8f6e;border-radius:var(--radius-md);box-shadow:0 8px 32px #5a8f6e1f;overflow:hidden}.card.style-glowsage:before{content:"";position:absolute;width:280px;height:280px;left:-80px;top:-60px;background:radial-gradient(circle,rgba(134,239,172,.38) 0%,transparent 68%);pointer-events:none;z-index:0}.card.style-glowsage:after{content:"";position:absolute;width:200px;height:200px;right:-50px;bottom:-40px;background:radial-gradient(circle,rgba(74,222,128,.22) 0%,transparent 70%);pointer-events:none;z-index:0}.card.style-glowsage .card-cover,.card.style-glowsage .card-column{position:relative;z-index:1}.card.style-glowsage .card-decoration{background:linear-gradient(135deg,#86efac,#4ade80);box-shadow:0 0 20px #5a8f6e59}.card.style-glowsage .highlight{background:#ecfdf5eb;color:#166534;border-radius:6px;font-weight:600}.card.style-glowsage .card-list li:before{color:#5a8f6e}.card.style-glowblush{background:#fff;color:#3f2d35;--card-accent: #e11d48;border-radius:var(--radius-md);box-shadow:0 8px 32px #e11d481a;overflow:hidden}.card.style-glowblush:before{content:"";position:absolute;width:280px;height:280px;left:-70px;top:-55px;background:radial-gradient(circle,rgba(251,113,133,.36) 0%,transparent 68%);pointer-events:none;z-index:0}.card.style-glowblush:after{content:"";position:absolute;width:210px;height:210px;right:-55px;bottom:-45px;background:radial-gradient(circle,rgba(244,114,182,.24) 0%,transparent 70%);pointer-events:none;z-index:0}.card.style-glowblush .card-cover,.card.style-glowblush .card-column{position:relative;z-index:1}.card.style-glowblush .card-decoration{background:linear-gradient(135deg,#fda4af,#fb7185);box-shadow:0 0 20px #e11d4852}.card.style-glowblush .highlight{background:#fff1f2f2;color:#be123c;border-radius:6px;font-weight:600}.card.style-glowblush .card-list li:before{color:#e11d48}.card.style-glowsky{background:#fff;color:#0c4a6e;--card-accent: #0284c7;border-radius:var(--radius-md);box-shadow:0 8px 32px #0284c71f;overflow:hidden}.card.style-glowsky:before{content:"";position:absolute;width:280px;height:280px;left:-75px;top:-58px;background:radial-gradient(circle,rgba(56,189,248,.38) 0%,transparent 68%);pointer-events:none;z-index:0}.card.style-glowsky:after{content:"";position:absolute;width:200px;height:200px;right:-48px;bottom:-38px;background:radial-gradient(circle,rgba(99,102,241,.2) 0%,transparent 70%);pointer-events:none;z-index:0}.card.style-glowsky .card-cover,.card.style-glowsky .card-column{position:relative;z-index:1}.card.style-glowsky .card-decoration{background:linear-gradient(135deg,#7dd3fc,#38bdf8);box-shadow:0 0 20px #0284c759}.card.style-glowsky .highlight{background:#f0f9fff2;color:#0369a1;border-radius:6px;font-weight:600}.card.style-glowsky .card-list li:before{color:#0284c7}.card.style-glowamber{background:#fffefb;color:#422006;--card-accent: #d97706;border-radius:var(--radius-md);box-shadow:0 8px 32px #d977061f;overflow:hidden}.card.style-glowamber:before{content:"";position:absolute;width:290px;height:290px;left:-85px;top:-62px;background:radial-gradient(circle,rgba(251,191,36,.42) 0%,transparent 68%);pointer-events:none;z-index:0}.card.style-glowamber:after{content:"";position:absolute;width:200px;height:200px;right:-50px;bottom:-42px;background:radial-gradient(circle,rgba(249,115,22,.22) 0%,transparent 70%);pointer-events:none;z-index:0}.card.style-glowamber .card-cover,.card.style-glowamber .card-column{position:relative;z-index:1}.card.style-glowamber .card-decoration{background:linear-gradient(135deg,#fcd34d,#fbbf24);box-shadow:0 0 20px #d9770659}.card.style-glowamber .highlight{background:#fffbebf2;color:#b45309;border-radius:6px;font-weight:600}.card.style-glowamber .card-list li:before{color:#d97706}.card.style-glowmint{background:#fff;color:#134e4a;--card-accent: #0d9488;border-radius:var(--radius-md);box-shadow:0 8px 32px #0d94881f;overflow:hidden}.card.style-glowmint:before{content:"";position:absolute;width:280px;height:280px;left:-78px;top:-58px;background:radial-gradient(circle,rgba(45,212,191,.38) 0%,transparent 68%);pointer-events:none;z-index:0}.card.style-glowmint:after{content:"";position:absolute;width:200px;height:200px;right:-50px;bottom:-40px;background:radial-gradient(circle,rgba(52,211,153,.22) 0%,transparent 70%);pointer-events:none;z-index:0}.card.style-glowmint .card-cover,.card.style-glowmint .card-column{position:relative;z-index:1}.card.style-glowmint .card-decoration{background:linear-gradient(135deg,#5eead4,#2dd4bf);box-shadow:0 0 20px #0d948859}.card.style-glowmint .highlight{background:#f0fdfaf2;color:#0f766e;border-radius:6px;font-weight:600}.card.style-glowmint .card-list li:before{color:#0d9488}.card.style-spotlight{background:#fff;color:#1e1b4b;--card-accent: #6366f1;border-radius:var(--radius-md);box-shadow:0 10px 36px #6366f124;overflow:hidden}.card.style-spotlight:before{content:"";position:absolute;width:340px;height:220px;left:50%;top:-90px;transform:translate(-50%);background:radial-gradient(ellipse 100% 100% at 50% 100%,rgba(129,140,248,.45) 0%,transparent 72%);pointer-events:none;z-index:0}.card.style-spotlight:after{content:"";position:absolute;width:160px;height:160px;right:-40px;bottom:-50px;background:radial-gradient(circle,rgba(244,114,182,.12) 0%,transparent 70%);pointer-events:none;z-index:0}.card.style-spotlight .card-cover,.card.style-spotlight .card-column{position:relative;z-index:1}.card.style-spotlight .card-decoration{background:linear-gradient(90deg,#818cf8,#a78bfa);box-shadow:0 0 24px #6366f173;border-radius:999px;width:40px;height:6px}.card.style-spotlight .highlight{background:#eef2fff2;color:#4338ca;border-radius:6px;font-weight:600;box-shadow:0 0 0 1px #6366f114}.card.style-spotlight .card-list li:before{color:#6366f1}.card.style-bokehcard{background-color:#fff;background-image:radial-gradient(circle at 12% 22%,rgba(129,140,248,.32) 0 9%,transparent 10%),radial-gradient(circle at 88% 18%,rgba(244,114,182,.26) 0 8%,transparent 9%),radial-gradient(circle at 78% 82%,rgba(56,189,248,.24) 0 9%,transparent 10%),radial-gradient(circle at 22% 78%,rgba(167,139,250,.2) 0 7%,transparent 8%);color:#312e81;--card-accent: #6366f1;border-radius:var(--radius-md);box-shadow:0 8px 30px #6366f11a;overflow:hidden}.card.style-bokehcard:before{content:"";position:absolute;width:240px;height:240px;left:-60px;top:40%;background:radial-gradient(circle,rgba(129,140,248,.2) 0%,transparent 68%);pointer-events:none;z-index:0}.card.style-bokehcard:after{content:"";position:absolute;width:180px;height:180px;right:-40px;top:-30px;background:radial-gradient(circle,rgba(251,113,133,.18) 0%,transparent 70%);pointer-events:none;z-index:0}.card.style-bokehcard .card-cover,.card.style-bokehcard .card-column{position:relative;z-index:1}.card.style-bokehcard .card-decoration{background:linear-gradient(135deg,#c4b5fd,#f9a8d4);box-shadow:0 0 16px #6366f14d;border-radius:50%;width:10px;height:10px}.card.style-bokehcard .highlight{background:#ffffffd1;color:#4338ca;border-radius:6px;font-weight:600;backdrop-filter:blur(4px)}.card.style-bokehcard .card-list li:before{color:#6366f1}.card.style-mistglow{background:#fefefe;color:#3730a3;--card-accent: #7c3aed;border-radius:var(--radius-md);box-shadow:0 12px 40px #7c3aed14;overflow:hidden}.card.style-mistglow:before{content:"";position:absolute;width:360px;height:360px;left:50%;top:50%;transform:translate(-50%,-52%);background:radial-gradient(circle,rgba(167,139,250,.22) 0%,transparent 65%);pointer-events:none;z-index:0}.card.style-mistglow:after{content:"";position:absolute;width:320px;height:320px;left:-120px;bottom:-140px;background:radial-gradient(circle,rgba(196,181,253,.16) 0%,transparent 68%);pointer-events:none;z-index:0}.card.style-mistglow .card-cover,.card.style-mistglow .card-column{position:relative;z-index:1}.card.style-mistglow .card-decoration{background:linear-gradient(135deg,#ddd6fe,#c4b5fd);box-shadow:0 0 24px #7c3aed40;opacity:.9}.card.style-mistglow .highlight{background:#f5f3ffe0;color:#5b21b6;border-radius:6px;font-weight:600}.card.style-mistglow .card-list li:before{color:#7c3aed}.card.style-mistsage{background:#fefffe;color:#1a3a2a;--card-accent: #4d7c5a;border-radius:var(--radius-md);box-shadow:0 12px 40px #4d7c5a14;overflow:hidden}.card.style-mistsage:before{content:"";position:absolute;width:360px;height:360px;left:50%;top:50%;transform:translate(-50%,-52%);background:radial-gradient(circle,rgba(134,239,172,.22) 0%,transparent 65%);pointer-events:none;z-index:0}.card.style-mistsage:after{content:"";position:absolute;width:320px;height:320px;left:-120px;bottom:-140px;background:radial-gradient(circle,rgba(187,247,208,.16) 0%,transparent 68%);pointer-events:none;z-index:0}.card.style-mistsage .card-cover,.card.style-mistsage .card-column{position:relative;z-index:1}.card.style-mistsage .card-decoration{background:linear-gradient(135deg,#bbf7d0,#86efac);box-shadow:0 0 24px #4d7c5a38;opacity:.9}.card.style-mistsage .highlight{background:#ecfdf5e0;color:#166534;border-radius:6px;font-weight:600}.card.style-mistsage .card-list li:before{color:#4d7c5a}.card.style-mistblush{background:#fffcfd;color:#4a2c35;--card-accent: #be185d;border-radius:var(--radius-md);box-shadow:0 12px 40px #be185d12;overflow:hidden}.card.style-mistblush:before{content:"";position:absolute;width:360px;height:360px;left:50%;top:50%;transform:translate(-50%,-52%);background:radial-gradient(circle,rgba(251,113,133,.2) 0%,transparent 65%);pointer-events:none;z-index:0}.card.style-mistblush:after{content:"";position:absolute;width:320px;height:320px;right:-120px;bottom:-140px;left:auto;background:radial-gradient(circle,rgba(254,205,211,.18) 0%,transparent 68%);pointer-events:none;z-index:0}.card.style-mistblush .card-cover,.card.style-mistblush .card-column{position:relative;z-index:1}.card.style-mistblush .card-decoration{background:linear-gradient(135deg,#fecdd3,#fda4af);box-shadow:0 0 24px #be185d33;opacity:.9}.card.style-mistblush .highlight{background:#fff1f2e6;color:#9d174d;border-radius:6px;font-weight:600}.card.style-mistblush .card-list li:before{color:#be185d}.card.style-mistsky{background:#fcfeff;color:#0c4a6e;--card-accent: #0369a1;border-radius:var(--radius-md);box-shadow:0 12px 40px #0369a114;overflow:hidden}.card.style-mistsky:before{content:"";position:absolute;width:360px;height:360px;left:50%;top:50%;transform:translate(-50%,-52%);background:radial-gradient(circle,rgba(125,211,252,.24) 0%,transparent 65%);pointer-events:none;z-index:0}.card.style-mistsky:after{content:"";position:absolute;width:320px;height:320px;left:-120px;bottom:-140px;background:radial-gradient(circle,rgba(186,230,253,.18) 0%,transparent 68%);pointer-events:none;z-index:0}.card.style-mistsky .card-cover,.card.style-mistsky .card-column{position:relative;z-index:1}.card.style-mistsky .card-decoration{background:linear-gradient(135deg,#bae6fd,#7dd3fc);box-shadow:0 0 24px #0369a138;opacity:.9}.card.style-mistsky .highlight{background:#f0f9ffe6;color:#075985;border-radius:6px;font-weight:600}.card.style-mistsky .card-list li:before{color:#0369a1}.card.style-mistamber{background:#fffefb;color:#78350f;--card-accent: #b45309;border-radius:var(--radius-md);box-shadow:0 12px 40px #b4530914;overflow:hidden}.card.style-mistamber:before{content:"";position:absolute;width:360px;height:360px;left:50%;top:50%;transform:translate(-50%,-52%);background:radial-gradient(circle,rgba(253,230,138,.26) 0%,transparent 65%);pointer-events:none;z-index:0}.card.style-mistamber:after{content:"";position:absolute;width:320px;height:320px;right:-110px;bottom:-130px;left:auto;background:radial-gradient(circle,rgba(254,215,170,.18) 0%,transparent 68%);pointer-events:none;z-index:0}.card.style-mistamber .card-cover,.card.style-mistamber .card-column{position:relative;z-index:1}.card.style-mistamber .card-decoration{background:linear-gradient(135deg,#fde68a,#fcd34d);box-shadow:0 0 24px #b4530938;opacity:.9}.card.style-mistamber .highlight{background:#fffbebeb;color:#92400e;border-radius:6px;font-weight:600}.card.style-mistamber .card-list li:before{color:#b45309}.card.style-mistmint{background:#fafffe;color:#134e4a;--card-accent: #0f766e;border-radius:var(--radius-md);box-shadow:0 12px 40px #0f766e14;overflow:hidden}.card.style-mistmint:before{content:"";position:absolute;width:360px;height:360px;left:50%;top:50%;transform:translate(-50%,-52%);background:radial-gradient(circle,rgba(94,234,212,.22) 0%,transparent 65%);pointer-events:none;z-index:0}.card.style-mistmint:after{content:"";position:absolute;width:320px;height:320px;left:-120px;bottom:-140px;background:radial-gradient(circle,rgba(153,246,228,.16) 0%,transparent 68%);pointer-events:none;z-index:0}.card.style-mistmint .card-cover,.card.style-mistmint .card-column{position:relative;z-index:1}.card.style-mistmint .card-decoration{background:linear-gradient(135deg,#99f6e4,#5eead4);box-shadow:0 0 24px #0f766e38;opacity:.9}.card.style-mistmint .highlight{background:#f0fdfae6;color:#115e59;border-radius:6px;font-weight:600}.card.style-mistmint .card-list li:before{color:#0f766e}.card.style-cornerglow{background:#fff;color:#1e293b;--card-accent: #6366f1;border-radius:var(--radius-md);box-shadow:0 8px 28px #0f172a14;overflow:hidden}.card.style-cornerglow:before{content:"";position:absolute;width:220px;height:220px;left:-70px;top:-70px;background:radial-gradient(circle,rgba(99,102,241,.38) 0%,transparent 68%);pointer-events:none;z-index:0}.card.style-cornerglow:after{content:"";position:absolute;width:220px;height:220px;right:-70px;bottom:-70px;background:radial-gradient(circle,rgba(244,114,182,.28) 0%,transparent 68%);pointer-events:none;z-index:0}.card.style-cornerglow .card-cover,.card.style-cornerglow .card-column{position:relative;z-index:1}.card.style-cornerglow .card-decoration{background:linear-gradient(135deg,#818cf8,#f472b6);box-shadow:0 0 18px #6366f159}.card.style-cornerglow .highlight{background:#f8fafcf2;color:#4338ca;border-radius:6px;font-weight:600;border:1px solid rgba(99,102,241,.12)}.card.style-cornerglow .card-list li:before{color:#6366f1}.card.style-aurorafocus{background:#fafbff;color:#1e1b4b;--card-accent: #0d9488;border-radius:var(--radius-md);box-shadow:0 10px 34px #0d94881a;overflow:hidden}.card.style-aurorafocus:before{content:"";position:absolute;width:300px;height:260px;left:-100px;top:-40px;background:radial-gradient(ellipse 100% 80% at 60% 50%,rgba(45,212,191,.38) 0%,transparent 70%);pointer-events:none;z-index:0}.card.style-aurorafocus:after{content:"";position:absolute;width:280px;height:240px;right:-90px;bottom:-60px;background:radial-gradient(ellipse 90% 80% at 40% 50%,rgba(167,139,250,.35) 0%,transparent 72%);pointer-events:none;z-index:0}.card.style-aurorafocus .card-cover,.card.style-aurorafocus .card-column{position:relative;z-index:1}.card.style-aurorafocus .card-decoration{background:linear-gradient(135deg,#2dd4bf,#a78bfa);box-shadow:0 0 22px #2dd4bf59}.card.style-aurorafocus .highlight{background:#ffffffe6;color:#0f766e;border-radius:6px;font-weight:600;box-shadow:inset 0 0 0 1px #a78bfa33}.card.style-aurorafocus .card-list li:before{color:#0d9488}.card.style-tipyellow{background:#fff;color:#292524;--card-accent: #ca8a04;border-radius:14px;box-shadow:0 6px 24px #0000000f,inset 6px 0 #facc15}.card.style-tipyellow .card-number{background:#fef9c3;color:#a16207;display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;opacity:1}.card.style-tipyellow .card-decoration{background:#facc15;width:20px;height:20px;border-radius:4px;transform:rotate(-6deg)}.card.style-tipyellow .highlight{background:#fef9c3;color:#854d0e;font-weight:600}.card.style-tipyellow .card-list li:before{color:#ca8a04}.card.style-oceancalm{background:linear-gradient(180deg,#f0f9ff,#e0f2fe 42%,#f8fafc);color:#0c4a6e;--card-accent: #0284c7;border-radius:18px;box-shadow:0 8px 28px #0284c71a}.card.style-oceancalm .card-decoration{background:linear-gradient(90deg,#38bdf8,#0284c7);height:4px;width:48px;border-radius:4px}.card.style-oceancalm .highlight{background:#ffffffb3;color:#0369a1;border:1px solid rgba(56,189,248,.35)}.card.style-oceancalm .card-list li:before{color:#0284c7}.card.style-terracotta{background:#faf6f3;color:#3d2f28;--card-accent: #c67b5c;border-radius:16px;box-shadow:var(--shadow-md),inset 0 4px #c67b5c}.card.style-terracotta .card-title{color:#5c4033;letter-spacing:-.02em}.card.style-terracotta .card-decoration{background:#c67b5c;clip-path:polygon(0 0,100% 0,100% 70%,0 100%);border-radius:0;width:18px;height:18px}.card.style-terracotta .highlight{background:#c67b5c26;color:#9a3412}.card.style-terracotta .card-list li:before{color:#c67b5c}.card.style-nightpro .card-table th{background:#d4a85333;color:#fde68a}.card.style-nightpro .card-table tbody tr:nth-child(2n) td{background:#ffffff0a}.card.style-booklist{background:#fff;color:#2a2226;--card-accent: #8b3a4a;border-radius:12px;box-shadow:var(--shadow-md),inset 10px 0 #6b2d3c,inset 14px 0 #f5ebe8,inset 18px 0 #a84858}.card.style-booklist .card-title{color:#6b2d3c;font-weight:800}.card.style-booklist .card-number{color:#8b3a4a;opacity:1;text-transform:uppercase;font-size:11px;letter-spacing:.12em}.card.style-booklist .card-decoration{background:linear-gradient(180deg,#6b2d3c,#a84858);width:3px;height:40px;border-radius:2px;left:22px;right:auto}.card.style-booklist .highlight{background:#8b3a4a1a;color:#6b2d3c}.card.style-booklist .card-list li:before{color:#8b3a4a}.card.style-readinglog{background:#f7f4e8;color:#2c3e32;--card-accent: #4a7c59;border-radius:8px;box-shadow:var(--shadow-md);border:1px solid rgba(74,124,89,.2)}.card.style-readinglog .card-content{border-left:3px solid #4a7c59;margin-left:0;padding-left:24px}.card.style-readinglog .card-number{font-family:var(--font-mono);font-size:11px;color:#4a7c59;opacity:1}.card.style-readinglog .card-decoration{background:#4a7c59;width:6px;height:6px;border-radius:1px}.card.style-readinglog .highlight{background:#4a7c591f;color:#2c5282}.card.style-readinglog .card-list li:before{color:#4a7c59}.card.style-librarytag{background:#f0e6d2;color:#4a3f32;--card-accent: #9a6b3f;border-radius:6px;box-shadow:var(--shadow-md);border:1px dashed rgba(154,107,63,.45)}.card.style-librarytag:before{content:"";position:absolute;top:18px;left:18px;width:14px;height:14px;border:2px solid rgba(154,107,63,.5);border-radius:50%;background:#f0e6d2;box-shadow:inset 0 0 0 2px #f0e6d2;z-index:2;pointer-events:none}.card.style-librarytag .card-cover,.card.style-librarytag .card-column{position:relative;z-index:1}.card.style-librarytag .card-content{padding-top:36px}.card.style-librarytag .card-title{font-weight:800;letter-spacing:.02em}.card.style-librarytag .card-decoration{display:none}.card.style-librarytag .highlight{background:#ffffff73;border:1px solid rgba(154,107,63,.25)}.card.style-librarytag .card-list li:before{color:#9a6b3f}.card.style-chapteropen{background:#fff;color:#1a1a1a;--card-accent: #1a1a1a;border-radius:4px;box-shadow:var(--shadow-md)}.card.style-chapteropen .card-content{padding-top:48px}.card.style-chapteropen .card-content:before{content:"";position:absolute;top:28px;left:28px;right:28px;height:2px;background:#1a1a1a;pointer-events:none}.card.style-chapteropen .card-content:after{content:"CHAPTER";position:absolute;top:14px;left:28px;font-size:10px;font-weight:700;letter-spacing:.28em;color:#888;pointer-events:none}.card.style-chapteropen .card-number{position:absolute;top:8px;right:28px;font-size:28px;font-weight:300;opacity:.2;margin:0}.card.style-chapteropen .card-title{font-weight:800;letter-spacing:-.03em}.card.style-chapteropen .card-decoration{display:none}.card.style-chapteropen .highlight{font-style:italic;background:transparent;box-shadow:inset 0 -1px #1a1a1a}.card.style-chapteropen .card-list li:before{color:#1a1a1a}.card.style-bookmarkribbon{background:#faf8f5;color:#3d3832;--card-accent: #c45c5c;border-radius:14px;box-shadow:var(--shadow-md)}.card.style-bookmarkribbon:after{content:"";position:absolute;top:0;right:20px;width:28px;height:72px;background:linear-gradient(180deg,#c45c5c,#a84848);clip-path:polygon(0 0,100% 0,100% 100%,50% 88%,0 100%);box-shadow:-2px 4px 8px #c45c5c59;pointer-events:none;z-index:2}.card.style-bookmarkribbon .card-cover,.card.style-bookmarkribbon .card-column{position:relative;z-index:1}.card.style-bookmarkribbon .card-content{padding-right:40px}.card.style-bookmarkribbon .card-decoration{background:#c45c5c;width:4px;height:32px;border-radius:2px}.card.style-bookmarkribbon .highlight{background:#c45c5c1a;color:#9a3412}.card.style-bookmarkribbon .card-list li:before{color:#c45c5c}.card.style-quoteopen{background:#fffeff;color:#2c2416;--card-accent: #9a7229;border-radius:16px;box-shadow:0 8px 32px #9a72291a}.card.style-quoteopen .card-content{position:relative;padding-top:52px;padding-left:32px;padding-right:32px}.card.style-quoteopen .card-content:before{content:"“";position:absolute;top:8px;left:18px;font-size:88px;line-height:1;font-family:Georgia,Songti SC,"Noto Serif SC",serif;color:var(--card-accent);opacity:.22;pointer-events:none;z-index:0}.card.style-quoteopen .card-title{position:relative;z-index:1;font-weight:700;letter-spacing:-.02em;color:#3d3428}.card.style-quoteopen .card-body{position:relative;z-index:1}.card.style-quoteopen .card-decoration{display:none}.card.style-quoteopen .highlight{color:var(--card-accent);font-weight:600;background:#9a72291a}.card.style-quoteopen .card-list li:before{color:var(--card-accent)}.card.style-quotewhite{background:#f5f5f5;color:#262626;--card-accent: #525252;border-radius:20px;box-shadow:var(--shadow-md),inset 0 0 0 14px #fff}.card.style-quotewhite .card-content{padding:44px 36px;text-align:left}.card.style-quotewhite .card-title{text-align:center;font-weight:700;letter-spacing:.04em;margin-bottom:20px;color:#404040}.card.style-quotewhite .card-body p{text-align:center;line-height:1.9}.card.style-quotewhite .card-decoration{left:50%;right:auto;transform:translate(-50%);width:32px;height:2px;background:#a3a3a3;border-radius:0;top:32px}.card.style-quotewhite .highlight{background:transparent;font-weight:600;color:#171717}.card.style-quotewhite .card-list li:before{color:#525252}.card.style-quotedusk{background:linear-gradient(168deg,#1a1625,#2d2a4a 45%,#1e1b32);color:#e9e4f5;--card-accent: #d4b896;border-radius:18px;box-shadow:var(--shadow-md)}.card.style-quotedusk .card-content{padding-top:40px}.card.style-quotedusk .card-content:before{content:"“";position:absolute;top:4px;left:24px;font-size:64px;line-height:1;font-family:Georgia,serif;color:#d4b896;opacity:.35;pointer-events:none}.card.style-quotedusk .card-title{color:#faf5ff;text-shadow:0 0 24px rgba(212,184,150,.25)}.card.style-quotedusk .card-decoration{background:linear-gradient(90deg,transparent,#d4b896,transparent);height:1px;width:80px;border-radius:0;top:auto;bottom:100px;left:28px}.card.style-quotedusk .highlight{color:#fde68a;background:#d4b89626}.card.style-quotedusk .card-list li:before{color:#d4b896}.card.style-quotedusk .card-footer{color:#a8a29e}.card.style-letterquote{background:#faf6ef;color:#3a342c;--card-accent: #8b7355;border-radius:6px;box-shadow:var(--shadow-md)}.card.style-letterquote .card-content{padding-top:40px}.card.style-letterquote .card-content:before{content:"";position:absolute;top:24px;left:28px;right:28px;height:1px;background:linear-gradient(90deg,transparent,#c4b5a0,transparent)}.card.style-letterquote .card-content:after{content:"“";position:absolute;top:32px;left:50%;transform:translate(-50%);font-size:20px;color:#8b7355;opacity:.6;font-family:Georgia,serif}.card.style-letterquote .card-title{text-align:center;font-style:italic;font-weight:600;color:#5c5044}.card.style-letterquote .card-decoration{display:none}.card.style-letterquote .highlight{background:#fff9;border-bottom:1px solid rgba(139,115,85,.35)}.card.style-letterquote .card-list li:before{color:#8b7355}.card.style-inkwashquote{background-color:#f5f4f0;background-image:radial-gradient(ellipse 90% 70% at 75% 25%,rgba(60,60,60,.07) 0%,transparent 55%),radial-gradient(ellipse 60% 50% at 15% 85%,rgba(40,40,40,.05) 0%,transparent 50%);color:#2a2826;--card-accent: #5c5c5c;border-radius:12px;box-shadow:var(--shadow-md)}.card.style-inkwashquote .card-content:before{content:"“";position:absolute;top:16px;right:28px;font-size:48px;font-family:Songti SC,"Noto Serif SC",serif;color:#5c5c5c;opacity:.12;pointer-events:none}.card.style-inkwashquote .card-title{letter-spacing:.06em;font-weight:700}.card.style-inkwashquote .card-decoration{background:#00000014;width:48px;height:2px;border-radius:0}.card.style-inkwashquote .highlight{background:transparent;color:#1a1a1a;font-weight:700;border-bottom:2px solid rgba(0,0,0,.2)}.card.style-inkwashquote .card-list li:before{color:#5c5c5c}.card.style-poetwarm{background:linear-gradient(180deg,#faf3eb,#f2e4d4);color:#4a3f35;--card-accent: #8b5e3c;border-radius:16px;box-shadow:0 10px 28px #8b5e3c1f}.card.style-poetwarm .card-title{font-style:italic;font-weight:600;color:#5c4033}.card.style-poetwarm .card-body p{line-height:1.95}.card.style-poetwarm .card-decoration{background:transparent;border-bottom:2px solid rgba(139,94,60,.35);width:40px;height:0;border-radius:0;top:26px}.card.style-poetwarm .highlight{background:#ffffff73;color:#6b4423}.card.style-poetwarm .card-list li:before{color:#8b5e3c}.card.style-nightread{background:#141210;background-image:radial-gradient(ellipse 70% 55% at 88% 12%,rgba(255,190,100,.28) 0%,rgba(255,150,60,.08) 40%,transparent 70%);color:#e7e5e4;--card-accent: #fbbf24;border-radius:14px;box-shadow:var(--shadow-md)}.card.style-nightread .card-title{color:#fafaf9;font-weight:700}.card.style-nightread .card-content:before{content:"“";position:absolute;top:20px;left:24px;font-size:56px;color:#fbbf24;opacity:.2;font-family:Georgia,serif;line-height:1;pointer-events:none}.card.style-nightread .card-decoration{background:radial-gradient(circle,#fcd34d,#f59e0b);box-shadow:0 0 24px #fbbf2480;width:12px;height:12px}.card.style-nightread .highlight{color:#fde68a;background:#fbbf241f}.card.style-nightread .card-list li:before{color:#fbbf24}.card.style-nightread .card-footer{color:#a8a29e}.card.style-sunquote{background:linear-gradient(165deg,#fff7ed,#ffedd5 40%,#fed7aa);color:#431407;--card-accent: #c2410c;border-radius:20px;box-shadow:0 10px 30px #c2410c1f}.card.style-sunquote .card-content:before{content:"“";position:absolute;top:12px;left:22px;font-size:72px;line-height:1;color:#fb923c;opacity:.25;font-family:Georgia,serif;pointer-events:none}.card.style-sunquote .card-title{color:#9a3412;font-weight:800}.card.style-sunquote .card-decoration{background:linear-gradient(90deg,#fb923c,#f97316);height:3px;width:56px;border-radius:3px}.card.style-sunquote .highlight{background:#ffffff8c;color:#c2410c;font-weight:600}.card.style-sunquote .card-list li:before{color:#ea580c}.card.style-burgundybook{background:linear-gradient(155deg,#3d1224,#5c1f38,#3d1224);color:#f5ebe8;--card-accent: #e8c4a8;border-radius:12px;box-shadow:var(--shadow-md)}.card.style-burgundybook .card-content{margin:16px;padding:28px 24px;background:#fffaf5f5;border-radius:8px;color:#2a2226;box-shadow:0 4px 20px #0003}.card.style-burgundybook.has-cover .card-content{margin:0;background:transparent;color:#f5ebe8;box-shadow:none}.card.style-burgundybook.has-cover .card-column .card-content{margin:0 16px 12px;background:#fffaf5f5;color:#2a2226;border-radius:0 0 8px 8px}.card.style-burgundybook .card-number{color:#e8c4a8;opacity:1}.card.style-burgundybook:not(.has-cover) .card-number{color:#6b2d3c}.card.style-burgundybook .card-title{color:#4a1528;font-weight:800}.card.style-burgundybook.has-cover .card-title{color:#faf5f0}.card.style-burgundybook .card-decoration{background:#6b2d3c;width:100%;max-width:48px;height:3px;left:28px;right:auto;border-radius:0}.card.style-burgundybook:not(.has-cover) .card-decoration{top:36px}.card.style-burgundybook .highlight{background:#6b2d3c1a;color:#6b2d3c}.card.style-burgundybook .card-list li:before{color:#8b3a4a}.card.style-quotedusk .card-table th,.card.style-nightread .card-table th{background:#ffffff14;color:inherit}.card.style-quotedusk .card-table tbody tr:nth-child(2n) td,.card.style-nightread .card-table tbody tr:nth-child(2n) td{background:#ffffff0a}.card.style-cornerfold,.card.style-waxseal,.card.style-threadbind,.card.style-leatherlip,.card.style-dualribbon,.card.style-paperclipmark,.card.style-goldcorner,.card.style-tasselsage,.card.style-linenstitch,.card.style-navypeak,.card.style-bowknot,.card.style-ivytab{border-radius:14px;box-shadow:var(--shadow-md)}.card.style-cornerfold .card-cover,.card.style-cornerfold .card-column,.card.style-waxseal .card-cover,.card.style-waxseal .card-column,.card.style-threadbind .card-cover,.card.style-threadbind .card-column,.card.style-leatherlip .card-cover,.card.style-leatherlip .card-column,.card.style-dualribbon .card-cover,.card.style-dualribbon .card-column,.card.style-paperclipmark .card-cover,.card.style-paperclipmark .card-column,.card.style-goldcorner .card-cover,.card.style-goldcorner .card-column,.card.style-tasselsage .card-cover,.card.style-tasselsage .card-column,.card.style-linenstitch .card-cover,.card.style-linenstitch .card-column,.card.style-navypeak .card-cover,.card.style-navypeak .card-column,.card.style-bowknot .card-cover,.card.style-bowknot .card-column,.card.style-ivytab .card-cover,.card.style-ivytab .card-column{position:relative;z-index:1}.card.style-cornerfold{background:#faf9f7;color:#3a3632;--card-accent: #7c6a58}.card.style-cornerfold:before{content:"";position:absolute;top:0;right:0;width:56px;height:56px;background:linear-gradient(225deg,#e4dfd6 0 50%,#d4cec4 50%,#faf9f7 50%);box-shadow:-2px 2px 6px #00000014;pointer-events:none;z-index:2}.card.style-cornerfold .card-content{padding-right:36px}.card.style-cornerfold .card-decoration{background:#7c6a58;width:3px;height:24px;border-radius:2px}.card.style-cornerfold .highlight{background:#7c6a581f;color:inherit}.card.style-cornerfold .card-list li:before{color:#7c6a58}.card.style-waxseal{background:#f8f4ef;color:#3d3228;--card-accent: #7a2840}.card.style-waxseal:after{content:"";position:absolute;bottom:22px;right:22px;width:52px;height:52px;border-radius:50%;background:radial-gradient(circle at 32% 28%,#a83855,#6b2238 55%,#4a1528);box-shadow:inset 0 2px 6px #ffffff26,inset 0 -3px 8px #00000040,0 3px 10px #4a152859;border:2px solid rgba(122,40,64,.45);pointer-events:none;z-index:2}.card.style-waxseal .card-content{padding-bottom:48px;padding-right:36px}.card.style-waxseal .card-decoration{display:none}.card.style-waxseal .highlight{background:#7a28401a;color:#6b2238}.card.style-waxseal .card-list li:before{color:#7a2840}.card.style-threadbind{background:#f5f0e6;color:#3a342c;--card-accent: #6b5344;box-shadow:var(--shadow-md),inset 18px 0 0 -10px #3c30240f}.card.style-threadbind:before{content:"";position:absolute;top:0;bottom:0;left:14px;width:8px;background-image:radial-gradient(circle,#8b7355 2px,transparent 2.5px);background-size:8px 36px;background-position:center 28px;background-repeat:repeat-y;opacity:.55;pointer-events:none;z-index:2}.card.style-threadbind .card-content{padding-left:36px}.card.style-threadbind .card-decoration{left:20px;right:auto;width:2px;height:100%;max-height:120px;top:28px;background:#8b735540;border-radius:0}.card.style-threadbind .highlight{background:#6b53441a;border-left:2px solid #8b7355;padding-left:8px}.card.style-threadbind .card-list li:before{color:#6b5344}.card.style-leatherlip{background:#f6f1ea;color:#3a3228;--card-accent: #6b4f3a}.card.style-leatherlip:before{content:"";position:absolute;top:48px;left:0;width:22px;height:88px;background:linear-gradient(90deg,#5c4030,#7a5c44 40%,#6b4f3a);border-radius:0 6px 6px 0;box-shadow:2px 2px 8px #3c281840;pointer-events:none;z-index:2}.card.style-leatherlip:after{content:"";position:absolute;top:72px;left:6px;width:10px;height:10px;border-radius:50%;background:#f6f1ea;box-shadow:0 18px #f6f1ea,0 36px #f6f1ea;pointer-events:none;z-index:3}.card.style-leatherlip .card-content{padding-left:32px}.card.style-leatherlip .card-decoration{display:none}.card.style-leatherlip .highlight{background:#6b4f3a1f;color:inherit}.card.style-leatherlip .card-list li:before{color:#6b4f3a}.card.style-dualribbon{background:#faf8f5;color:#3d3832;--card-accent: #c45c5c}.card.style-dualribbon:before{content:"";position:absolute;top:0;right:32px;width:20px;height:80px;background:linear-gradient(180deg,#5b7c99,#4a6680);clip-path:polygon(0 0,100% 0,100% 100%,50% 90%,0 100%);box-shadow:-1px 3px 6px #5b7c994d;pointer-events:none;z-index:2}.card.style-dualribbon:after{content:"";position:absolute;top:0;right:18px;width:26px;height:68px;background:linear-gradient(180deg,#c45c5c,#a84848);clip-path:polygon(0 0,100% 0,100% 100%,50% 88%,0 100%);box-shadow:-2px 4px 8px #c45c5c59;pointer-events:none;z-index:3}.card.style-dualribbon .card-content{padding-right:44px}.card.style-dualribbon .card-decoration{background:linear-gradient(180deg,#c45c5c,#5b7c99);width:4px;height:28px;border-radius:2px}.card.style-dualribbon .highlight{background:#c45c5c1a;color:#9a3412}.card.style-dualribbon .card-list li:before{color:#c45c5c}.card.style-paperclipmark{background:#fff;color:#334155;--card-accent: #64748b}.card.style-paperclipmark:before{content:"";position:absolute;top:8px;right:28px;width:18px;height:52px;border:3px solid #94a3b8;border-bottom:none;border-radius:14px 14px 2px 2px;transform:rotate(8deg);box-shadow:2px 2px #94a3b859;pointer-events:none;z-index:2}.card.style-paperclipmark:after{content:"";position:absolute;top:44px;right:34px;width:22px;height:3px;background:#94a3b8;transform:rotate(8deg);border-radius:2px;pointer-events:none;z-index:2}.card.style-paperclipmark .card-content{padding-top:40px}.card.style-paperclipmark .card-decoration{background:#94a3b8;width:8px;height:8px;border-radius:50%}.card.style-paperclipmark .highlight{background:#f1f5f9;color:#475569;border-left:3px solid #94a3b8;padding-left:8px}.card.style-paperclipmark .card-list li:before{color:#64748b}.card.style-goldcorner{background:#fffdf8;color:#3d3428;--card-accent: #b8860b}.card.style-goldcorner:before{content:"";position:absolute;top:0;right:0;width:64px;height:64px;background:linear-gradient(225deg,#d4af37,#f4e4a6 35%,#c9a227 50%,#fffdf8 50%);box-shadow:-1px 1px 4px #b48c1440;pointer-events:none;z-index:2}.card.style-goldcorner:after{content:"";position:absolute;top:8px;right:8px;width:20px;height:20px;border:1px solid rgba(180,140,20,.4);border-radius:50%;pointer-events:none;z-index:3}.card.style-goldcorner .card-content{padding-right:40px}.card.style-goldcorner .card-decoration{background:linear-gradient(90deg,#d4af37,transparent);height:2px;width:48px;border-radius:0}.card.style-goldcorner .highlight{background:#d4af3726;color:#7a5c10}.card.style-goldcorner .card-list li:before{color:#b8860b}.card.style-tasselsage{background:#f4f7f4;color:#2c3e32;--card-accent: #6b8f71}.card.style-tasselsage:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:3px;height:28px;background:linear-gradient(180deg,#6b8f71,#4a6b50);pointer-events:none;z-index:2}.card.style-tasselsage:after{content:"";position:absolute;top:24px;left:50%;transform:translate(-50%);width:20px;height:24px;background:linear-gradient(180deg,#6b8f71,#8fb396,#6b8f71 60%,#8fb396,#6b8f71);clip-path:polygon(10% 0,90% 0,100% 100%,0 100%);border-radius:0 0 4px 4px;pointer-events:none;z-index:2}.card.style-tasselsage .card-content{padding-top:44px}.card.style-tasselsage .card-decoration{background:#6b8f71;width:32px;height:2px;left:50%;right:auto;transform:translate(-50%);top:56px;border-radius:0}.card.style-tasselsage .highlight{background:#6b8f7124;color:inherit}.card.style-tasselsage .card-list li:before{color:#6b8f71}.card.style-linenstitch{background-color:#f7f3ed;background-image:repeating-linear-gradient(90deg,transparent,transparent 11px,rgba(139,115,85,.06) 11px,rgba(139,115,85,.06) 12px);color:#3a3630;--card-accent: #8b7355}.card.style-linenstitch:after{content:"";position:absolute;bottom:20px;left:20px;width:36px;height:36px;border:1px dashed rgba(139,115,85,.45);border-radius:2px;pointer-events:none;z-index:2}.card.style-linenstitch:before{content:"×";position:absolute;bottom:30px;left:32px;font-size:10px;color:#8b735580;line-height:1;pointer-events:none;z-index:3}.card.style-linenstitch .card-decoration{background:transparent;border-top:2px solid rgba(139,115,85,.35);border-bottom:2px solid rgba(139,115,85,.35);height:8px;width:28px;border-radius:0}.card.style-linenstitch .highlight{background:#ffffff80;border:1px solid rgba(139,115,85,.2)}.card.style-linenstitch .card-list li:before{color:#8b7355}.card.style-navypeak{background:#f8f9fc;color:#1e293b;--card-accent: #1e3a5f}.card.style-navypeak:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:120px;height:20px;background:linear-gradient(180deg,#1e3a5f,#2d4a6f);clip-path:polygon(8% 0,92% 0,100% 100%,0 100%);box-shadow:0 3px 8px #1e3a5f40;pointer-events:none;z-index:2}.card.style-navypeak .card-content{padding-top:36px}.card.style-navypeak .card-decoration{background:#1e3a5f;height:3px;width:40px;border-radius:0;left:50%;right:auto;transform:translate(-50%);top:30px}.card.style-navypeak .highlight{background:#1e3a5f14;color:#1e3a5f}.card.style-navypeak .card-list li:before{color:#1e3a5f}.card.style-bowknot{background:#fff8fa;color:#4a3f42;--card-accent: #b76e79}.card.style-bowknot:before{content:"";position:absolute;top:14px;right:24px;width:36px;height:14px;background:#d4a5a5;border-radius:50%;box-shadow:-14px 0 0 -2px #d4a5a5,14px 0 0 -2px #d4a5a5;pointer-events:none;z-index:2}.card.style-bowknot:after{content:"";position:absolute;top:22px;right:38px;width:8px;height:22px;background:linear-gradient(180deg,#c48993,#b76e79);clip-path:polygon(0 0,100% 0,80% 100%,20% 100%);pointer-events:none;z-index:2}.card.style-bowknot .card-content{padding-top:36px;padding-right:36px}.card.style-bowknot .card-decoration{display:none}.card.style-bowknot .highlight{background:#d4a5a540;color:#9f4d5a}.card.style-bowknot .card-list li:before{color:#b76e79}.card.style-ivytab{background:#f5f5f0;color:#3a3a34;--card-accent: #6b7c5c}.card.style-ivytab:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:88px;height:26px;background:#fff;border:1px solid rgba(0,0,0,.1);border-bottom:none;border-radius:8px 8px 0 0;box-shadow:0 -2px 8px #0000000a;pointer-events:none;z-index:2}.card.style-ivytab:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:#00000014;pointer-events:none;z-index:1}.card.style-ivytab .card-content{padding-top:40px}.card.style-ivytab .card-decoration{background:#6b7c5c;width:6px;height:6px;border-radius:1px;top:10px;left:50%;right:auto;transform:translate(-50%)}.card.style-ivytab .highlight{background:#6b7c5c1f;color:inherit}.card.style-ivytab .card-list li:before{color:#6b7c5c}.card-content{flex:1;min-height:0;padding:32px 28px;display:flex;flex-direction:column;position:relative}.card-number{font-size:13px;font-weight:600;opacity:.7;margin-bottom:16px;letter-spacing:.5px}.card-title{font-family:var(--card-title-font);font-size:var(--card-title-size);font-weight:700;line-height:var(--card-title-lh);margin-bottom:16px;letter-spacing:-.3px;flex-shrink:0;position:relative;z-index:1}.card-body{flex:0 1 auto;font-family:var(--card-body-font);font-size:var(--card-body-size);line-height:var(--card-body-lh);min-height:0;padding-bottom:6px;position:relative;z-index:1}.card-body p{margin:0 0 6px}.card-body p:last-child{margin-bottom:0}.card-subtitle{position:relative;margin:0 0 10px;padding-left:10px;font-weight:700;line-height:1.35;letter-spacing:-.2px}.card-subtitle:before{content:"";position:absolute;top:0;left:0;width:2px;height:100%;border-radius:2px;background:var(--card-accent);opacity:.9}.card-subtitle-2{font-size:1.05em}.card-subtitle-3{font-size:.98em}.card-divider{border:0;border-top:1px solid currentColor;opacity:.25;margin:10px 0}.card-body p.body-gap-line{margin:0 0 4px;min-height:6px;height:6px;line-height:0;font-size:0;overflow:hidden;padding:0}.card.has-cover .card-body p.body-gap-line{min-height:4px;height:4px;margin-bottom:3px}.card-body p.body-gap-line:last-child{margin-bottom:0}.highlight{background:#ff244226;padding:2px 6px;border-radius:4px;font-weight:500}.card.style-gradient-1 .highlight,.card.style-gradient-2 .highlight,.card.style-gradient-3 .highlight,.card.style-dark .highlight{background:#ffffff40}.card-list{list-style:none;padding:0}.card-list li{padding:6px 0 6px 20px;position:relative;line-height:var(--card-body-lh)}.card.has-cover .card-list li{line-height:var(--card-cover-body-lh)}.card-list li:first-child{padding-top:0}.card-list li:last-child{padding-bottom:0}.card-list li.body-gap-line{min-height:5px;height:5px;padding:0 0 0 20px;margin:0;line-height:0;font-size:0;overflow:hidden}.card.has-cover .card-list li.body-gap-line{min-height:4px;height:4px}.card-list li:before{content:"•";position:absolute;left:0;color:var(--primary);font-weight:700}.card-list li.body-gap-line:before{content:none}.card-list.card-list-markdown{padding-left:20px}.card-list.card-list-markdown.card-list-unordered{list-style:disc;list-style-position:outside}.card-list.card-list-markdown.card-list-ordered{list-style:decimal;list-style-position:outside}.card-list.card-list-markdown.card-list-ordered>li:not(.card-li-continue){list-style-type:decimal}.card-table{width:100%;margin:12px 0;border-collapse:collapse;font-size:var(--card-body-size);line-height:var(--card-body-lh);border:1px solid var(--border-color);border-radius:6px;overflow:hidden}.card.has-cover .card-table{font-size:var(--card-cover-body-size);line-height:var(--card-cover-body-lh)}.card-table th,.card-table td{padding:8px 10px;border:1px solid var(--border-color);vertical-align:top;word-break:break-word}.card-table th{font-weight:600;background:#0000000a}.card.style-dark .card-table th{background:#ffffff14}.card-table tbody tr:nth-child(2n) td{background:#00000005}.card.style-dark .card-table tbody tr:nth-child(2n) td{background:#ffffff08}.card-list.card-list-markdown li{padding-left:0}.card-list.card-list-markdown li:before{content:none}.card-list.card-list-markdown li.card-li-continue{list-style-type:none}.card-list.card-list-markdown.card-list-unordered li.card-li-continue::marker{content:none}.card-list.card-list-markdown.card-list-ordered li.card-li-continue::marker{content:none}.card-quote{border-left:3px solid var(--card-accent);padding-left:16px;margin:16px 0;font-size:calc(var(--card-body-size) - 2px);font-style:italic;opacity:.9}.card.has-cover .card-quote{font-size:calc(var(--card-cover-body-size) - 2px)}.card-body code{font-family:var(--font-mono);font-size:.92em;padding:1px 5px;border-radius:4px;background:#00000014}.card-body strong{font-weight:700;color:var(--card-accent)}.card-body a{color:inherit;text-decoration:underline;text-underline-offset:2px}.card-footer{position:absolute;left:28px;right:28px;bottom:10px;display:flex;justify-content:space-between;align-items:center;font-size:12px;opacity:.6;z-index:2}.card.has-cover .card-footer{left:24px;right:24px}.card-brand{display:flex;align-items:center;gap:6px;font-weight:500}.card-logo{width:16px;height:16px;background:var(--primary);border-radius:4px;object-fit:contain}#card-measure-sandbox{position:absolute;left:-9999px;top:0;visibility:hidden;pointer-events:none;box-sizing:border-box}#export-capture-host{position:fixed;left:-10000px;top:0;visibility:visible;opacity:1;pointer-events:none;z-index:-1;box-sizing:border-box;overflow:visible}#card-measure-sandbox .card-measure-probe{width:var(--card-width);height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}#card-measure-sandbox .card-measure-probe.has-cover{height:auto!important}#card-measure-sandbox .card-measure-cover-ph{display:block;width:100%;margin:0;padding:0;border:0;flex-shrink:0;aspect-ratio:var(--cover-aspect-w) / var(--cover-aspect-h);background:transparent;object-fit:unset}#card-measure-sandbox .card-measure-probe .card-column{flex:none!important;min-height:0!important;overflow:visible!important}#card-measure-sandbox .card-measure-probe .card-content{flex:none!important;min-height:auto!important;overflow:visible!important}#card-measure-sandbox .card-measure-probe.has-cover .card-content{overflow:visible!important}#card-measure-sandbox .card-measure-probe .card-body{flex:none!important;min-height:auto!important;overflow:visible!important}#card-measure-sandbox .card-measure-probe.kp-budget-probe{height:var(--card-height)!important;min-height:var(--card-height)!important;max-height:var(--card-height)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}#card-measure-sandbox .card-measure-probe.kp-budget-probe.has-cover{height:var(--card-height)!important;min-height:var(--card-height)!important;max-height:var(--card-height)!important}#card-measure-sandbox .card-measure-probe.kp-budget-probe .card-column,#card-measure-sandbox .card-measure-probe.kp-budget-probe .card-content{flex:1 1 auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}#card-measure-sandbox .card-measure-probe.kp-budget-probe .card-body{flex:1 1 auto!important;min-height:0!important;overflow:hidden!important;align-self:stretch!important}.card-watermark{position:absolute;bottom:60px;right:28px;font-size:11px;opacity:.3;transform:rotate(-90deg);transform-origin:right bottom}.card-decoration{position:absolute;top:20px;right:20px;width:40px;height:40px;border-radius:50%;background:#ffffff1a;z-index:0}.export-options{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.export-hint{font-size:12px;color:var(--text-tertiary)}.checkbox{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--text-secondary);cursor:pointer}.checkbox input{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.modal{position:fixed;inset:0;background:#00000080;display:none;align-items:center;justify-content:center;z-index:1000}.modal.active{display:flex}.modal-content{background:var(--bg-primary);padding:20px 28px;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-lg)}.modal-content p{margin-bottom:14px;color:var(--text-secondary);font-size:14px}#generate-loading-modal{z-index:1001}#export-result-modal{z-index:1002;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));align-items:flex-end}.export-result-content{width:100%;max-width:400px;max-height:min(88dvh,88vh);overflow-y:auto;-webkit-overflow-scrolling:touch;text-align:left;padding:18px 16px}.export-result-content h3{font-size:17px;font-weight:600;margin-bottom:8px}.export-result-hint{font-size:14px;color:var(--text-secondary);margin-bottom:12px;line-height:1.5}.export-result-tip{font-size:12px;color:var(--text-tertiary);margin:8px 0 10px;line-height:1.4}.export-result-actions{display:flex;flex-direction:column;gap:8px}.export-result-actions .btn-primary,.export-result-actions .btn-secondary,.btn-export-result-close{width:100%;min-height:44px}.export-result-previews{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:12px 0 14px;padding:2px 0;max-height:min(52dvh,52vh);overflow-y:auto;-webkit-overflow-scrolling:touch}.export-result-item{display:flex;flex-direction:column;align-items:stretch;gap:8px;min-width:0}.export-result-index{font-size:12px;font-weight:600;color:var(--text-tertiary);text-align:center}.export-result-item img{width:100%;aspect-ratio:3 / 4;height:auto;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border-color);background:var(--bg-secondary)}.btn-export-one{width:100%;min-height:40px;padding:8px 10px;border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-primary);color:var(--primary);font-size:13px;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent}.btn-export-one:active{background:#ff244214}.btn-export-result-close{margin-top:8px;width:100%;min-height:44px}@media(min-width:769px){.export-result-previews{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));max-height:min(60vh,480px)}}.generate-loading-content p{margin-bottom:0}.generate-loading-spinner{width:36px;height:36px;margin:0 auto 16px;border:3px solid var(--bg-secondary);border-top-color:var(--primary);border-radius:50%;animation:generate-loading-spin .65s linear infinite}@keyframes generate-loading-spin{to{transform:rotate(360deg)}}.progress-bar{width:200px;height:4px;background:var(--bg-secondary);border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:var(--primary);width:0%;transition:width .3s ease}.crop-modal .crop-content{width:90%;max-width:600px;padding:24px}.crop-content h3{font-size:18px;font-weight:600;margin-bottom:4px}.crop-hint{font-size:13px;color:var(--text-tertiary);margin-bottom:20px}.crop-container{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:20px}.crop-frame{position:relative;width:100%;max-width:var(--cover-crop-max-width);aspect-ratio:var(--crop-aspect-w, var(--cover-aspect-w)) / var(--crop-aspect-h, var(--cover-aspect-h));height:auto;min-height:0;background:var(--bg-secondary);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md)}.crop-preview{position:absolute;inset:0;overflow:hidden;cursor:grab}.crop-preview:active{cursor:grabbing}.crop-preview img{position:absolute;left:0;top:0;display:block;max-width:none;width:auto;height:auto;user-select:none;-webkit-user-drag:none}.crop-overlay{position:absolute;inset:0;pointer-events:none;border:2px solid var(--primary);border-radius:var(--radius-md)}.crop-grid{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(to bottom,transparent calc(100% / 3 - .5px),rgba(255,255,255,.3) calc(100% / 3),transparent calc(100% / 3 + .5px),transparent calc(200% / 3 - .5px),rgba(255,255,255,.3) calc(200% / 3),transparent calc(200% / 3 + .5px)),linear-gradient(to right,transparent calc(100% / 3 - .5px),rgba(255,255,255,.3) calc(100% / 3),transparent calc(100% / 3 + .5px),transparent calc(200% / 3 - .5px),rgba(255,255,255,.3) calc(200% / 3),transparent calc(200% / 3 + .5px))}.crop-grid .grid-line{display:none}.crop-dimensions{font-size:12px;color:var(--text-secondary);background:var(--bg-secondary);padding:4px 12px;border-radius:12px}.crop-zoom-bar{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.crop-zoom-label{font-size:13px;color:var(--text-secondary)}.crop-zoom-btn{min-width:72px;padding:8px 14px;font-size:14px;font-weight:500;font-family:inherit;border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.crop-zoom-btn:hover{border-color:var(--primary);color:var(--primary);background:#ff24420f}.crop-zoom-btn:active{transform:scale(.98)}.crop-zoom-btn-icon{min-width:44px;padding:8px 12px;font-size:20px;line-height:1;font-weight:600}.crop-controls{display:flex;justify-content:space-between;align-items:center;gap:16px}.crop-actions{display:flex;gap:12px}.crop-zoom{display:flex;align-items:center;gap:8px;margin-top:12px}.crop-zoom label{font-size:12px;color:var(--text-secondary)}.zoom-slider{width:150px;height:4px;-webkit-appearance:none;appearance:none;background:var(--border-color);border-radius:2px;outline:none}.zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:var(--primary);cursor:pointer}.zoom-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--primary);cursor:pointer;border:none}.mobile-workspace-tabs{display:none}.mobile-tab{flex:1;min-height:44px;padding:10px 12px;border:none;background:transparent;font-size:14px;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:color .2s ease,background .2s ease;-webkit-tap-highlight-color:transparent}.mobile-tab.active{color:var(--primary);background:#ff244214}.mobile-tab:not(.active):hover{color:var(--text-primary);background:var(--bg-tertiary)}@media(max-width:1024px){html,body{height:auto;min-height:100%;overflow:auto}.app{height:auto;min-height:100vh;min-height:100dvh}.header{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}.main{grid-template-columns:1fr;gap:14px;flex:none;min-height:auto;overflow:visible;padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right));padding-bottom:max(12px,env(safe-area-inset-bottom))}.input-section,.preview-section{overflow:visible;min-height:auto}.panel{min-height:360px;max-height:none;flex:none;overflow:visible}.panel-body-scroll{flex:none;min-height:auto;overflow:visible}.text-input{max-height:none;min-height:120px}.cards-container{flex:none;min-height:280px;overflow:visible}:root{--cover-upload-max-width: 100%;--cover-crop-max-width: min(380px, calc(100vw - 32px) )}.image-upload-area,.template-bg-upload-wrapper .image-upload-area{max-width:100%}}@media(max-width:768px){html,body{height:100%;overflow:hidden}.app{height:100%;height:100dvh;min-height:0}.header{flex-wrap:wrap;gap:2px 8px;padding-top:max(8px,env(safe-area-inset-top))}.logo{font-size:18px}.subtitle{font-size:12px;margin-left:0;width:100%;flex-basis:100%;text-align:left;padding-bottom:2px}.mobile-workspace-tabs{display:flex;flex-shrink:0;gap:0;padding:4px;margin:0 0 10px;background:var(--bg-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.main{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;gap:0;padding-top:0}.input-section,.preview-section{flex:1;min-height:0;overflow:hidden;display:none}.input-section.mobile-panel-active,.preview-section.mobile-panel-active{display:flex;flex-direction:column}.panel{flex:1;min-height:0;max-height:none;height:auto;overflow:hidden;display:flex;flex-direction:column}.panel-header{flex-wrap:wrap;gap:8px;padding:10px 12px}.panel-header h2{font-size:15px}.panel-body-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.panel-footer{flex-shrink:0;padding:10px 12px;padding-bottom:max(10px,env(safe-area-inset-bottom));gap:10px;background:var(--bg-primary);border-top:1px solid var(--border-color);box-shadow:0 -4px 16px #0000000f}.panel-footer .btn-primary,.panel-footer .btn-export{flex:1;min-height:44px;font-size:15px}.panel-header .btn-secondary{min-height:36px;padding:8px 12px}.btn-icon{width:40px;height:40px;font-size:16px}.text-input{min-height:100px;font-size:16px;max-height:none}.cards-container{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:12px;gap:12px}.preview-typo-float{left:12px;right:12px;bottom:calc(64px + env(safe-area-inset-bottom));align-items:stretch;max-width:none}.preview-typo-float-toggle{align-self:flex-end;min-height:40px}.preview-typo-float-panel{width:100%}.preview-typo-row{grid-template-columns:36px 1fr 40px}.preview-typo-row input[type=range]{min-height:32px}.card-placeholder{width:100%;max-width:var(--card-width);margin:0 auto}.typography-row{grid-template-columns:52px 1fr 44px;gap:6px}.typography-row-font{grid-template-columns:1fr;gap:4px}.typography-row-font label{margin-bottom:2px}.cover-ratio-btn,.position-btn{min-height:40px;padding:8px 10px;font-size:13px}.btn-remove-image{width:36px;height:36px;top:6px;right:6px}.crop-modal{padding:max(8px,env(safe-area-inset-top)) max(8px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));align-items:flex-end}.crop-modal .crop-content{width:100%;max-width:none;max-height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 16px);overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.crop-controls{flex-direction:column;align-items:stretch;gap:10px}.crop-actions{flex-direction:column;gap:8px}.crop-actions .btn-primary,.crop-actions .btn-secondary,#btn-crop-reset{width:100%;min-height:44px}.crop-zoom-btn{min-width:44px;min-height:44px}.modal-content{width:calc(100% - 24px);max-width:320px}}@media(max-width:480px){.main{padding-left:max(8px,env(safe-area-inset-left));padding-right:max(8px,env(safe-area-inset-right))}.panel-footer{flex-direction:column;align-items:stretch}.panel-footer .char-count{text-align:center}.export-options{text-align:center;width:100%}.actions{width:100%;justify-content:center}.page-indicator{flex:1;text-align:center}}@media(min-width:769px){.mobile-workspace-tabs{display:none!important}.input-section,.preview-section{display:flex!important}}@media(hover:none){.btn-primary:hover,.btn-export:hover,.btn-secondary:hover,.btn-icon:hover,.cover-ratio-btn:hover,.position-btn:hover{transform:none}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.card{animation:fadeIn .4s ease-out}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:3px}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}
