:root{--primary: #7dd3fc;--primary-dim: rgba(125, 211, 252, .18);--primary-border: rgba(125, 211, 252, .35);--ok: #6ee7b7;--bg: #0a0e1a;--glass: rgba(15, 21, 36, .6);--glass-elevated: rgba(15, 21, 36, .75);--on-surface: #e8eef8;--on-surface-variant: #9aa8c0;--border-subtle: rgba(125, 211, 252, .1);--border-white: rgba(255, 255, 255, .1);--font: "Inter", system-ui, sans-serif;--max: 1040px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none;width:0;height:0}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font);background:var(--bg);color:var(--on-surface);-webkit-font-smoothing:antialiased;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;border:none;background:none}.ambient{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 70% 50% at 10% 0%,rgba(125,211,252,.14),transparent 55%),radial-gradient(ellipse 50% 40% at 95% 15%,rgba(200,160,240,.1),transparent 50%),var(--bg)}.wrap{position:relative;z-index:1;width:100%;max-width:var(--max);margin:0 auto;padding:2rem 1.5rem 3rem;flex:1;display:flex;flex-direction:column}.top-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.page-brand{display:inline-flex;align-items:center;gap:.55rem;font-weight:600;font-size:.95rem;color:var(--primary)}.page-brand img{width:32px;height:32px;border-radius:8px;object-fit:contain}.page-brand-meta{display:flex;flex-direction:column;gap:.1rem}.page-brand-meta strong{font-size:.92rem;font-weight:600;color:var(--on-surface)}.page-brand-meta span{font-size:.75rem;font-weight:500;color:var(--on-surface-variant)}.section-title{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:600;letter-spacing:-.02em;margin-bottom:.65rem}.section-lead{font-size:1.02rem;line-height:1.6;color:var(--on-surface-variant);max-width:36rem;margin-bottom:1.75rem}.template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.template-card{display:flex;flex-direction:column;overflow:hidden;background:var(--glass-elevated);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:14px;transition:border-color .2s ease,box-shadow .2s ease}.template-card:hover{border-color:#7dd3fc47;box-shadow:0 0 28px #7dd3fc0d}.template-card.is-selected{border-color:var(--primary-border);box-shadow:0 0 0 1px #7dd3fc40,0 0 32px #7dd3fc14}.template-preview{position:relative;height:9.5rem;width:100%;flex-shrink:0;overflow:hidden;background:#0c1220;border-bottom:1px solid rgba(255,255,255,.06)}.template-preview iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:1280px;height:800px;border:0;pointer-events:none;transform:scale(.22);transform-origin:0 0;background:#fff}.template-card[data-theme=t1] .template-preview{background:radial-gradient(130% 150% at 0% 0%,rgba(220,72,72,.35),transparent 70%),#2a1418}.template-card[data-theme=t2] .template-preview{background:radial-gradient(130% 150% at 8% 0%,rgba(72,140,230,.3),transparent 70%),#121c2e}.template-card[data-theme=t3] .template-preview{background:radial-gradient(120% 140% at 100% 0%,rgba(140,100,220,.3),transparent 70%),#181424}.template-body{padding:1.25rem 1.2rem 1.3rem;display:flex;flex-direction:column;flex:1;gap:.4rem}.template-badge{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--primary)}.template-body h3{font-size:1.1rem;font-weight:700;color:#fff;letter-spacing:-.02em}.template-body p{font-size:.88rem;line-height:1.55;color:#e8eef8b8;flex:1;margin-bottom:.65rem}.template-actions{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;margin-top:auto}.btn-primary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.65rem .9rem;font-size:.85rem;font-weight:600;border-radius:10px}.btn-primary{color:var(--bg);background:#7dd3fcd9;border:1px solid rgba(125,211,252,.9)}.btn-primary:hover{background:#9ae0fd;box-shadow:0 0 24px #7dd3fc33}.btn-primary:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.btn-ghost{color:var(--on-surface);background:transparent;border:1px solid var(--border-white)}.btn-ghost:hover{border-color:var(--primary-border);color:var(--primary);background:var(--glass)}.btn-select.is-selected{background:var(--primary-dim);border-color:var(--primary-border);color:var(--primary)}.footer-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.85rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-subtle)}.btn-simpan{min-width:11rem}.hint{font-size:.88rem;color:var(--on-surface-variant);min-height:1.25rem;margin-top:1rem}.hint strong{color:var(--on-surface)}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:none;align-items:stretch;justify-content:stretch;padding:0}.modal.is-open{display:flex}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#050810d9}.modal-panel{position:relative;z-index:1;width:100vw;height:100vh;height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:var(--bg);border:none;border-radius:0}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.25rem;border-bottom:1px solid var(--border-subtle);background:var(--glass-elevated);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);flex-shrink:0}.modal-head h2{font-size:.95rem;font-weight:600}.modal-head p{font-size:.78rem;color:var(--on-surface-variant);margin-top:.15rem;max-width:48rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modal-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.btn-icon{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--border-subtle);color:var(--on-surface-variant);font-size:1.1rem;line-height:1}.btn-icon:hover{color:var(--on-surface);border-color:var(--primary-border)}.modal-frame{flex:1;width:100%;min-height:0;border:0;background:#fff}@media(max-width:900px){.template-grid{grid-template-columns:1fr;max-width:420px}}@media(max-width:540px){.wrap{padding:1.5rem 1rem 2.25rem}.footer-bar{flex-direction:column;align-items:stretch}.btn-simpan{width:100%}}.pd-stack-badge{position:fixed;z-index:99999;right:12px;bottom:12px;padding:.45rem .7rem;border-radius:999px;font:600 12px Inter,system-ui,sans-serif;color:#0a0e1a;background:#7dd3fc}
