:root{
  --purple:#8b38d8;
  --pink:#e936b1;
  --deep:#171321;
  --muted:#7b7385;
  --soft:#f7f5fb;
  --line:#e8e1ef;
  --green:#22c55e;
  --teal:#19b7be;
  --danger:#e11d48;
  --blue:#2563eb;
  --card:#fff;
  --shadow:0 20px 60px rgba(31,22,48,.10);
  --radius:20px;
  --max:1180px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Poppins","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f6f7fb;color:#2d2438;min-height:100vh}
a{text-decoration:none;color:inherit} img{max-width:100%;display:block} button,input,select,textarea{font:inherit}.container{width:min(var(--max),calc(100% - 36px));margin:0 auto}.mk-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(139,56,216,.12)}.mk-nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:22px}.mk-brand img{height:52px;width:auto}.mk-menu{display:flex;align-items:center;gap:28px;font-weight:800;text-transform:uppercase;font-size:14px}.mk-menu>a{color:#2d2636}.mk-menu>a.active,.mk-menu>a:hover{color:var(--purple)}.login-pill{border:1px solid var(--purple);border-radius:999px;padding:10px 20px;color:var(--purple)!important}.mk-menu-btn{display:none;border:0;background:#fff;border-radius:12px;padding:10px 13px;box-shadow:0 8px 25px rgba(0,0,0,.08)}.user-menu{position:relative}.user-menu>button{border:0;background:transparent;font-weight:800;color:#2d2636;cursor:pointer;display:flex;align-items:center;gap:6px}.user-menu>button .care{width:30px;height:30px;border-radius:50%;background:linear-gradient(120deg,var(--purple),var(--pink));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px;flex:0 0 auto}.user-menu>button .chev{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;transition:transform .2s ease}.user-menu.open>button .chev{transform:rotate(180deg)}.user-dropdown{display:none;position:absolute;right:0;top:44px;background:#fff;min-width:200px;border:1px solid var(--line);box-shadow:0 18px 50px rgba(0,0,0,.12);border-radius:14px;overflow:hidden;padding:6px}.user-menu.open .user-dropdown{display:block}.user-dropdown a{display:flex;align-items:center;gap:10px;padding:12px 14px;font-weight:700;font-size:13px;text-transform:none;border-radius:9px;color:#2d2636}.user-dropdown a svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;flex:0 0 auto}.user-dropdown a:hover{background:var(--soft);color:var(--purple)}.user-dropdown .divider{height:1px;background:var(--line);margin:5px 8px}.ph{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3e8ff,#fde2ef);color:var(--purple);font-size:11px;font-weight:800;letter-spacing:.4px;text-align:center;border-radius:6px}.page-hero{min-height:210px;display:flex;align-items:center;background:linear-gradient(rgba(17,13,22,.68),rgba(17,13,22,.64)),url('../../kad/assets/designs/33113250_job472-kwan-05c.jpg') center/cover;color:#fff}.page-hero h1{text-align:center;font-size:clamp(34px,4vw,54px);font-weight:900;letter-spacing:.5px}.page-hero p{text-align:center;font-size:18px;margin-top:12px;font-weight:700}.breadcrumb{font-weight:800;margin-bottom:24px}.breadcrumb a{color:#fff}.breadcrumb span:last-child{color:#c084fc}.mk-footer{border-top:1px solid #d9d2e2;background:#fff;padding:44px 0 38px;margin-top:80px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr .8fr .8fr;gap:50px}.footer-logo{height:62px;width:auto;margin-bottom:12px}.mk-footer p,.mk-footer a{display:block;color:#8b8294;line-height:1.8}.mk-footer h4{font-size:18px;margin-bottom:14px;color:#8a8395}.social-row{display:flex;gap:12px}.social-row span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#8f8a96;color:#fff;font-weight:900}.wa-float{position:fixed;left:18px;bottom:16px;z-index:40;background:#25d366;color:#fff;padding:13px 22px;border-radius:999px;font-weight:900;box-shadow:0 14px 36px rgba(37,211,102,.32)}
.hero-spacer{padding:70px 0}.template-toolbar{display:flex;align-items:center;gap:18px;margin:44px 0 30px;flex-wrap:wrap}.template-toolbar label{font-weight:700;color:#8b8294}.template-toolbar select,.template-toolbar button{height:42px;border:1px solid #d7d0df;background:#fff;border-radius:4px;padding:0 14px}.sort-tabs{display:flex}.sort-tabs button{border-radius:0;margin-left:-1px;font-weight:700;color:#84798e}.sort-tabs button.active{background:#6b7280;color:#fff}.template-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.template-card{min-width:0}.preview-box{background:#fff;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.06);padding:22px 18px 0;overflow:hidden;position:relative}.phone-frame{width:135px;height:248px;margin:0 auto 14px;border:8px solid #141414;border-radius:28px;background:#fff;box-shadow:0 16px 30px rgba(0,0,0,.22);position:relative;overflow:hidden}.phone-frame:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:58px;height:15px;background:#111;border-radius:0 0 12px 12px;z-index:2}.phone-screen{width:100%;height:100%;background-position:center;background-size:cover;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px 10px;color:#261b29}.phone-screen.dark{color:#fff}.phone-title{font-family:Georgia,serif;font-size:18px;line-height:1.15;text-shadow:0 2px 8px rgba(255,255,255,.4)}.phone-nav{position:absolute;left:0;right:0;bottom:0;background:rgba(255,255,255,.94);height:24px;display:flex;justify-content:space-around;font-size:7px;color:#555;padding-top:3px}.badge-popular{position:absolute;left:20px;bottom:50px;background:#e11d48;color:#fff;padding:5px 10px;border-radius:4px;font-weight:900;font-size:12px}.card-actions{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #ddd;margin:0 -18px}.card-actions a{display:block;text-align:center;padding:14px 0;background:#fff;font-weight:800;border-right:1px solid #999}.card-actions a:hover{background:#282828;color:#fff}.template-card h3{font-size:22px;margin-top:18px}.tag{display:inline-block;margin-top:10px;background:#24c45c;color:#fff;font-weight:900;border-radius:4px;padding:5px 9px;font-size:13px}.price-row{margin-top:10px}.old-price{text-decoration:line-through;color:#777;font-size:17px}.new-price{display:block;color:#22c55e;font-size:28px;font-weight:900}.order-layout{display:grid;grid-template-columns:450px 1fr;gap:34px;align-items:start;margin-top:48px}.order-side{position:sticky;top:105px}.order-product{background:#fff;border-radius:20px;padding:28px;box-shadow:var(--shadow)}.big-phone{width:190px;height:350px}.order-product h2{font-size:36px;margin:18px 0 5px}.product-meta{color:#19b7be;font-size:20px;margin-bottom:18px}.price-card,.promo-card{background:#fff;border-radius:18px;padding:18px;margin-top:20px;box-shadow:0 10px 35px rgba(31,22,48,.07)}.price-card select,.promo-card input{width:100%;height:48px;border:1px solid #ddd;border-radius:7px;padding:0 13px;background:#fff}.promo-inline{display:flex}.promo-inline input{border-radius:7px 0 0 7px}.promo-inline button{border:0;background:#a855f7;color:#fff;font-weight:900;padding:0 20px;border-radius:0 7px 7px 0}.form-card{background:#fff;border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.tabs{display:flex;border-bottom:1px solid #ddd;overflow:auto}.tab-btn{border:0;background:#fff;padding:17px 24px;font-weight:800;color:#777;white-space:nowrap;border-right:1px solid #e4e4e4;cursor:pointer}.tab-btn.active{color:var(--purple);box-shadow:inset 0 3px 0 var(--purple);background:#fff}.tab-panel{display:none;padding:26px}.tab-panel.active{display:block}.form-title{font-size:20px;margin-bottom:20px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{margin-bottom:18px}.field label{display:block;font-size:14px;color:#806f8b;margin-bottom:8px}.req{color:#e11d48}.field input,.field textarea,.field select{width:100%;border:1px solid #d6d1da;background:#fff;border-radius:4px;padding:11px 12px;min-height:44px}.field textarea{min-height:92px;resize:vertical}.form-nav{display:flex;justify-content:space-between;margin-top:18px}.round-btn{width:42px;height:42px;border:0;border-radius:50%;background:#a855f7;color:#fff;font-size:22px;font-weight:900;cursor:pointer}.submit-row{display:flex;justify-content:flex-end;gap:12px;margin-top:22px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;padding:13px 18px;font-weight:900;cursor:pointer}.btn-primary{background:linear-gradient(90deg,var(--purple),var(--pink));color:#fff}.btn-soft{background:#f3e8ff;color:var(--purple)}.btn-green{background:#22c55e;color:#fff}.btn-blue{background:#2563eb;color:#fff}.btn-red{background:#e11d48;color:#fff}.records-card{background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:28px;margin-top:50px;overflow:auto}.table-top{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:18px}.table-search{height:42px;border:1px solid #d8d2df;border-radius:4px;padding:0 12px}.mk-table{width:100%;border-collapse:collapse;background:#fff;min-width:920px}.mk-table th,.mk-table td{border:1px solid #ddd;padding:14px;text-align:left;vertical-align:middle}.mk-table th{background:#fff;font-weight:900}.mk-table tbody tr:nth-child(odd){background:#f4f4f4}.status-paid{display:inline-block;background:#22c55e;color:#fff;border-radius:6px;font-weight:900;font-size:12px;padding:9px 12px}.status-pending{display:inline-block;background:#f59e0b;color:#fff;border-radius:6px;font-weight:900;font-size:12px;padding:9px 12px}.action-row{display:flex;gap:8px;flex-wrap:wrap}.mini-btn{border:0;border-radius:5px;padding:8px 10px;font-weight:900;color:#fff;cursor:pointer;display:inline-block}.mini-cyan{background:#19b7be}.mini-blue{background:#2563eb}.mini-gray{background:#64748b}.mini-red{background:#e11d48}.mini-yellow{background:#facc15;color:#3b2f00}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-bottom:18px}.summary-card{border:1px solid #ddd;border-radius:16px;padding:24px;background:#fff}.summary-card p{color:#a093aa;font-size:18px;line-height:1.4}.summary-card strong{font-size:42px}.filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:380px;margin-left:auto;margin-bottom:20px}.empty{text-align:center;color:#785e5e;padding:24px}.login-wrap{min-height:calc(100vh - 84px);display:grid;place-items:center;padding:50px 18px}.login-card{width:min(520px,100%);background:#fff;border-radius:24px;padding:38px;box-shadow:var(--shadow);text-align:center}.login-card img{height:72px;margin:0 auto 12px}.google-btn{height:54px;border:1px solid #ddd;border-radius:8px;background:#fff;width:100%;font-weight:800;margin-top:20px;cursor:pointer}.manual-login{margin-top:22px;display:grid;gap:12px}.manual-login input{height:46px;border:1px solid #ddd;border-radius:8px;padding:0 14px}.profile-card{background:#fff;border-radius:20px;box-shadow:var(--shadow);padding:28px;margin-top:50px}.notice{padding:12px 14px;border-radius:10px;background:#ecfdf5;color:#166534;margin-bottom:16px;font-weight:700}
.public-body{background:#eef8f5}.invite-shell{width:min(430px,100%);margin:0 auto;background:#fff;min-height:100vh;box-shadow:0 0 38px rgba(0,0,0,.14);position:relative;overflow:hidden}.invite-section{min-height:100vh;padding:70px 34px 95px;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;background-size:cover;background-position:center}.invite-section.compact{min-height:auto;padding:58px 34px 110px}.invite-content{position:relative;z-index:1;width:100%}.invite-eyebrow{text-transform:uppercase;font-family:Georgia,serif;font-weight:900;letter-spacing:.5px;margin-bottom:28px}.couple-name{font-family:"Great Vibes",cursive,Georgia,serif;font-size:64px;line-height:.95;margin-bottom:32px;font-weight:400}.invite-date{font-family:Georgia,serif;font-size:22px;font-weight:900;text-transform:uppercase}.invite-place{margin-top:28px;font-family:Georgia,serif;font-size:17px;font-weight:900;text-transform:uppercase}.section-title{font-family:Georgia,serif;font-size:28px;text-transform:uppercase;margin-bottom:24px}.divider{height:20px;margin:24px 0;background:linear-gradient(90deg,transparent,#b98637,transparent);position:relative}.countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.flip{background:#111;color:#fff;border-radius:4px;padding:10px 2px;font-size:26px;font-weight:900}.flip span{display:block;font-size:11px;color:#333;background:transparent;position:relative;top:-36px;margin-bottom:-16px}.invite-form{display:grid;gap:10px}.invite-form input,.invite-form select,.invite-form textarea{border:1px solid #ddd;border-radius:999px;padding:13px 15px;background:rgba(255,255,255,.88)}.invite-form textarea{border-radius:18px;min-height:100px}.invite-form button{border:0;border-radius:999px;padding:13px;background:#111;color:#fff;font-weight:900}.bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(430px,100%);height:64px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -8px 24px rgba(0,0,0,.10);z-index:20}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:#333;gap:3px}.plus-float{position:fixed;left:calc(50% + 145px);bottom:82px;width:58px;height:58px;border-radius:50%;background:#8b38d8;color:#fff;display:grid;place-items:center;font-size:42px;line-height:1;box-shadow:0 18px 32px rgba(139,56,216,.35);z-index:21}.guest-item{padding:12px;border-bottom:1px dashed #ccc;text-align:left}.guest-item strong{display:block}.qr-img{max-width:180px;margin:12px auto;border-radius:12px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.gallery-grid img{height:100px;width:100%;object-fit:cover;border-radius:12px}.copy-box{border:1px dashed #999;border-radius:14px;padding:12px;background:rgba(255,255,255,.8);font-size:14px}
@media(max-width:1000px){.mk-menu-btn{display:block}.mk-nav{height:72px}.mk-brand img{height:46px}.mk-menu{display:none;position:absolute;left:18px;right:18px;top:76px;background:#fff;box-shadow:var(--shadow);border-radius:16px;padding:18px;align-items:stretch;flex-direction:column;gap:0}.mk-menu.show{display:flex}.mk-menu a,.user-menu{padding:13px;border-bottom:1px solid #eee}.user-dropdown{display:block;position:static;box-shadow:none;border:0}.template-grid{grid-template-columns:repeat(2,1fr)}.order-layout{grid-template-columns:1fr}.order-side{position:static}.footer-grid{grid-template-columns:1fr 1fr}.summary-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.container{width:min(100% - 24px,var(--max))}.template-grid{grid-template-columns:1fr}.grid-2,.footer-grid,.summary-grid,.filter-grid{grid-template-columns:1fr}.tab-panel{padding:18px}.page-hero{min-height:175px}.order-product h2{font-size:30px}.table-top{align-items:stretch;flex-direction:column}.plus-float{right:20px;left:auto}.couple-name{font-size:56px}.invite-section{padding-left:24px;padding-right:24px}}


.mk-animated-deco{position:fixed;left:50%;top:0;width:min(430px,100%);height:100dvh;transform:translateX(-50%);pointer-events:none;overflow:hidden;z-index:6}.invite-content{z-index:10}.mk-leaf,.mk-petal{position:absolute;display:block;pointer-events:none;will-change:transform,opacity}.mk-leaf{width:42px;height:18px;background:linear-gradient(135deg,rgba(31,111,75,.95),rgba(155,195,120,.82));border-radius:90% 0 90% 0;box-shadow:0 10px 22px rgba(0,0,0,.12);opacity:.72;filter:blur(.1px)}.mk-leaf:after{content:"";position:absolute;left:5px;top:8px;width:31px;height:1px;background:rgba(255,255,255,.42);transform:rotate(-16deg);transform-origin:left center}.mk-leaf-1{top:9%;left:7%;animation:mkLeafSwayA 6.8s ease-in-out infinite}.mk-leaf-2{top:15%;right:8%;width:36px;height:16px;animation:mkLeafSwayB 7.8s ease-in-out infinite}.mk-leaf-3{top:39%;left:3%;width:32px;height:15px;opacity:.52;animation:mkLeafFloatA 9s ease-in-out infinite}.mk-leaf-4{top:52%;right:6%;width:46px;height:20px;opacity:.58;animation:mkLeafFloatB 8.6s ease-in-out infinite}.mk-leaf-5{bottom:18%;left:9%;width:34px;height:16px;opacity:.48;animation:mkLeafSwayB 9.4s ease-in-out infinite}.mk-leaf-6{bottom:12%;right:12%;width:40px;height:18px;opacity:.55;animation:mkLeafFloatA 10s ease-in-out infinite}.mk-petal{top:-40px;width:11px;height:15px;background:rgba(255,255,255,.62);border-radius:70% 20% 70% 20%;box-shadow:0 7px 18px rgba(0,0,0,.08);animation-name:mkPetalFall;animation-timing-function:linear;animation-iteration-count:infinite}.mk-petal-1{left:12%;animation-duration:11s;animation-delay:0s}.mk-petal-2{left:28%;animation-duration:13s;animation-delay:2s}.mk-petal-3{left:47%;animation-duration:10s;animation-delay:4s}.mk-petal-4{left:66%;animation-duration:14s;animation-delay:1s}.mk-petal-5{left:82%;animation-duration:12s;animation-delay:3s}.mk-petal-6{left:93%;animation-duration:15s;animation-delay:5s}@keyframes mkLeafSwayA{0%,100%{transform:translate3d(0,0,0) rotate(-18deg) scale(1)}50%{transform:translate3d(9px,-15px,0) rotate(-3deg) scale(1.06)}}@keyframes mkLeafSwayB{0%,100%{transform:translate3d(0,0,0) rotate(28deg) scale(1)}50%{transform:translate3d(-11px,13px,0) rotate(13deg) scale(1.05)}}@keyframes mkLeafFloatA{0%,100%{transform:translate3d(0,0,0) rotate(8deg)}33%{transform:translate3d(11px,-13px,0) rotate(20deg)}66%{transform:translate3d(-7px,10px,0) rotate(-5deg)}}@keyframes mkLeafFloatB{0%,100%{transform:translate3d(0,0,0) rotate(-24deg)}50%{transform:translate3d(-13px,-16px,0) rotate(-8deg)}}@keyframes mkPetalFall{0%{transform:translate3d(0,-60px,0) rotate(0deg);opacity:0}10%{opacity:.75}45%{transform:translate3d(24px,45vh,0) rotate(130deg);opacity:.58}100%{transform:translate3d(-18px,110vh,0) rotate(310deg);opacity:0}}@media(prefers-reduced-motion:reduce){.mk-leaf,.mk-petal{animation:none!important}}

.admin-body{background:#eef1f7;color:#182033}.admin-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.admin-sidebar{background:#111827;color:#fff;padding:24px 18px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.admin-logo{display:block;background:#fff;border-radius:18px;padding:14px;margin-bottom:22px}.admin-logo img{height:44px;width:auto;margin:auto}.admin-nav{display:grid;gap:8px}.admin-nav a{display:block;padding:13px 15px;border-radius:12px;color:#cbd5e1;font-weight:800}.admin-nav a:hover,.admin-nav a.active{background:linear-gradient(90deg,#8b38d8,#e936b1);color:#fff}.admin-side-bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding-top:18px;display:grid;gap:6px}.admin-side-bottom small{color:#94a3b8}.admin-side-bottom a{color:#fda4af;font-weight:900}.admin-main{padding:28px;min-width:0}.admin-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.admin-topbar small{display:block;color:#64748b;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.admin-topbar h1{font-size:34px;line-height:1.1}.admin-top-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-mini-link{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d7dde8;background:#fff;color:#1e293b;padding:11px 14px;border-radius:12px;font-weight:900}.admin-mini-link.purple{background:#8b38d8;color:#fff;border-color:#8b38d8}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.admin-stat-grid article{background:#fff;border-radius:18px;padding:22px;box-shadow:0 18px 45px rgba(15,23,42,.07)}.admin-stat-grid span{display:block;color:#64748b;font-weight:800;font-size:13px;text-transform:uppercase}.admin-stat-grid strong{display:block;font-size:30px;margin-top:10px;color:#111827}.admin-card{background:#fff;border-radius:22px;box-shadow:0 18px 45px rgba(15,23,42,.07);padding:24px;margin-bottom:22px}.admin-card.narrow{max-width:880px}.admin-card-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.admin-card-head h2{font-size:24px}.admin-card-head p{color:#64748b;margin-top:4px}.admin-btn{display:inline-flex;align-items:center;justify-content:center;border:0;background:linear-gradient(90deg,#8b38d8,#e936b1);color:#fff;padding:12px 18px;border-radius:12px;font-weight:900;cursor:pointer}.admin-btn.light{background:#f1f5f9;color:#1e293b}.admin-table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse;min-width:880px}.admin-table.wide{min-width:1180px}.admin-table th,.admin-table td{padding:14px 13px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:middle}.admin-table th{background:#f8fafc;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#475569}.admin-table td small{display:block;color:#64748b;margin-top:4px}.admin-status{display:inline-block;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}.admin-status.paid{background:#dcfce7;color:#166534}.admin-status.pending{background:#fef3c7;color:#92400e}.admin-status.cancelled{background:#ffe4e6;color:#9f1239}.admin-small-btn{display:inline-flex;border:0;border-radius:9px;background:#0ea5e9;color:#fff;padding:8px 10px;font-weight:900;font-size:12px;cursor:pointer}.admin-small-btn.gray{background:#64748b}.admin-small-btn.purple{background:#8b38d8}.admin-small-btn.dark{background:#111827}.admin-small-btn.red{background:#e11d48}.admin-action-row{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.admin-search{display:flex;gap:8px}.admin-search input{min-width:270px;height:44px;border:1px solid #cbd5e1;border-radius:10px;padding:0 13px}.admin-search button{border:0;background:#111827;color:#fff;border-radius:10px;padding:0 15px;font-weight:900}.inline-status-form select{height:38px;border:1px solid #cbd5e1;border-radius:10px;padding:0 9px;background:#fff;font-weight:800}.admin-template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.admin-template-card{border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;background:#fff}.admin-template-img{height:230px;background-size:cover;background-position:center}.admin-template-body{padding:16px}.admin-template-title{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.admin-template-body h3{font-size:19px}.admin-template-body p{color:#64748b;margin:8px 0}.admin-template-body strong{display:block;margin-bottom:12px;font-size:22px}.admin-form{display:grid;gap:16px}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.admin-form label{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-weight:900;margin-bottom:7px}.admin-form input,.admin-form select,.admin-form textarea{width:100%;border:1px solid #cbd5e1;border-radius:12px;padding:12px 13px;background:#fff;min-height:46px}.admin-form input[type=color]{padding:4px}.admin-preview-row{border:1px dashed #cbd5e1;border-radius:14px;padding:12px}.admin-preview-row img{max-width:260px;border-radius:12px}.admin-submit-row{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.admin-alert{border-radius:12px;padding:13px 15px;margin-bottom:16px;font-weight:800}.admin-alert.success{background:#dcfce7;color:#166534}.admin-alert.error{background:#ffe4e6;color:#9f1239}.admin-login-body{min-height:100vh;background:linear-gradient(135deg,#111827,#4c1d95 55%,#be185d);display:grid;place-items:center;padding:20px}.admin-login-wrap{width:min(480px,100%)}.admin-login-card{background:#fff;border-radius:26px;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.25);display:grid;gap:12px}.admin-login-card img{height:58px;width:auto;margin:auto}.admin-login-card h1{text-align:center;font-size:30px}.admin-login-card p{text-align:center;color:#64748b;line-height:1.6}.admin-login-card label{font-size:13px;font-weight:900;color:#475569;text-transform:uppercase}.admin-login-card input{height:48px;border:1px solid #cbd5e1;border-radius:12px;padding:0 13px}.admin-login-card button{height:50px;border:0;border-radius:12px;background:linear-gradient(90deg,#8b38d8,#e936b1);color:#fff;font-weight:900;cursor:pointer}.admin-login-card small{text-align:center;color:#64748b}.admin-template-card form{display:inline}@media(max-width:1100px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:relative;height:auto}.admin-nav{grid-template-columns:repeat(4,1fr)}.admin-stat-grid{grid-template-columns:repeat(2,1fr)}.admin-template-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.admin-main{padding:16px}.admin-topbar,.admin-card-head{align-items:stretch;flex-direction:column}.admin-stat-grid,.admin-template-grid,.admin-form-grid{grid-template-columns:1fr}.admin-nav{grid-template-columns:1fr 1fr}.admin-search{width:100%}.admin-search input{min-width:0;width:100%}}

/* MajlisKahwin V2 customer and public card */
.theme-pill-row{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.theme-pill-row span{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.mk-order-v2{align-items:start}.mk-order-preview-card .btn{margin-top:16px}.mk-order-form-v2 .field small{display:block;margin-top:7px;color:#64748b;font-size:12px;line-height:1.5}.check-row{display:flex!important;align-items:center;gap:10px;border:1px solid #e5e7eb;border-radius:12px;padding:13px;color:#475569;font-weight:800}.check-row input{width:auto!important;min-height:auto!important}.mk-records-v2 h2{font-size:25px;margin-bottom:5px}.mk-records-v2 p{color:#64748b}.mk-table td small{display:block;color:#64748b;margin-top:5px;font-size:12px}.mk-template-motion-preview:before{content:"";position:absolute;top:24px;right:36px;width:18px;height:18px;border-radius:999px;background:rgba(255,255,255,.78);box-shadow:0 0 0 0 rgba(139,56,216,.25);animation:mkPulse 2s infinite}.mk-public-v2{margin:0;background:#eef2f7;color:var(--invite-text);font-family:Poppins,Arial,sans-serif;overflow-x:hidden}.invite-phone-shell{position:relative;width:min(430px,100vw);min-height:100vh;margin:0 auto;background:#fff;box-shadow:0 0 60px rgba(15,23,42,.12);overflow:hidden}.mk-card-cover{position:fixed;left:50%;top:0;width:min(430px,100vw);height:100vh;transform:translateX(-50%);z-index:50;background-size:cover;background-position:center;display:grid;place-items:center;overflow:hidden;transition:transform .8s cubic-bezier(.22,1,.36,1),opacity .8s}.mk-card-cover:before,.mk-section:before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.55);backdrop-filter:blur(.5px)}.mk-card-cover.is-open{transform:translate(-50%,-105%);opacity:.25;pointer-events:none}.mk-cover-inner{position:relative;z-index:3;text-align:center;padding:38px 28px;animation:mkCoverIn 1.1s ease both}.mk-small-title{text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800}.mk-couple-name{font-size:64px;line-height:.95;margin:22px 0 18px;font-family:Great Vibes,cursive;font-weight:400;color:var(--invite-text);text-shadow:0 8px 28px rgba(255,255,255,.65)}.mk-couple-name span{display:block;font-size:36px;margin:8px 0}.font-playfair .mk-couple-name,.font-playfair .mk-section-title,.font-playfair .mk-couple-small{font-family:"Playfair Display",serif;font-weight:800}.font-cormorant .mk-couple-name,.font-cormorant .mk-section-title,.font-cormorant .mk-couple-small{font-family:"Cormorant Garamond",serif;font-weight:700}.font-poppins .mk-couple-name,.font-poppins .mk-section-title,.font-poppins .mk-couple-small{font-family:Poppins,sans-serif;font-weight:900;letter-spacing:-.05em}.font-serif .mk-couple-name,.font-serif .mk-section-title,.font-serif .mk-couple-small{font-family:Georgia,serif}.mk-date-line{font-size:15px;font-weight:800}.mk-hashtag{margin-top:14px;font-weight:900;color:var(--invite-accent)}.mk-open-btn{margin-top:22px;border:0;border-radius:999px;background:var(--invite-accent);color:#fff;font-weight:900;padding:12px 28px;box-shadow:0 14px 34px rgba(0,0,0,.18);cursor:pointer}.mk-card-content{position:relative;z-index:1}.mk-section{position:relative;min-height:100vh;background-size:cover;background-position:center;display:grid;place-items:center;padding:74px 22px 95px;overflow:hidden}.mk-section-card{position:relative;z-index:2;width:100%;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.75);box-shadow:0 20px 55px rgba(15,23,42,.08);border-radius:28px;padding:30px 24px;text-align:center;backdrop-filter:blur(12px);animation:mkFadeUp .85s ease both}.mk-section-title{font-family:Great Vibes,cursive;font-size:46px;line-height:1.05;font-weight:400;margin:8px 0 18px;color:var(--invite-accent)}.mk-couple-small{font-family:Great Vibes,cursive;font-size:36px;font-weight:400;color:var(--invite-text);margin:15px 0}.mk-section-card p{line-height:1.85;color:var(--invite-text)}.mk-divider{width:96px;height:1px;background:linear-gradient(90deg,transparent,var(--invite-accent),transparent);margin:24px auto}.mk-countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:22px 0}.mk-countdown div{background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.9);border-radius:16px;padding:12px 6px;box-shadow:0 10px 25px rgba(0,0,0,.06)}.mk-countdown strong{display:block;font-size:24px;color:var(--invite-accent)}.mk-countdown span{display:block;font-size:10px;text-transform:uppercase;font-weight:800;color:#64748b}.mk-date-big{font-weight:900}.mk-info-list{display:grid;gap:13px;text-align:left}.mk-info-list div{background:rgba(255,255,255,.55);border-radius:16px;padding:14px}.mk-info-list span{display:block;color:#64748b;font-size:12px;text-transform:uppercase;font-weight:900}.mk-info-list strong{display:block;margin-top:5px;line-height:1.55}.mk-family-grid{display:grid;gap:14px}.mk-family-grid div{background:rgba(255,255,255,.58);border-radius:18px;padding:16px}.mk-family-grid h4{margin:0 0 10px;color:var(--invite-accent)}.mk-motion-layer{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden}.motion-leaf,.motion-petal,.motion-spark{position:absolute;display:block;will-change:transform,opacity}.motion-leaf{width:45px;height:19px;background:linear-gradient(135deg,rgba(44,135,88,.95),rgba(179,211,123,.8));border-radius:90% 0 90% 0;box-shadow:0 12px 22px rgba(0,0,0,.12);opacity:.8}.motion-leaf:after{content:"";position:absolute;left:6px;top:9px;width:31px;height:1px;background:rgba(255,255,255,.42);transform:rotate(-16deg)}.motion-leaf.l1{left:7%;top:11%;animation:mkLeafA 6s ease-in-out infinite}.motion-leaf.l2{right:9%;top:18%;animation:mkLeafB 7s ease-in-out infinite}.motion-leaf.l3{left:3%;bottom:24%;animation:mkLeafB 8.5s ease-in-out infinite}.motion-leaf.l4{right:8%;bottom:14%;animation:mkLeafA 9s ease-in-out infinite}.motion-petal{top:-40px;width:13px;height:17px;background:rgba(255,255,255,.65);border-radius:80% 20% 80% 20%;box-shadow:0 7px 16px rgba(0,0,0,.08);animation:mkPetalFall 12s linear infinite}.motion-petal.p1{left:14%;animation-delay:0s}.motion-petal.p2{left:32%;animation-delay:2s;animation-duration:14s}.motion-petal.p3{left:50%;animation-delay:4s;animation-duration:10s}.motion-petal.p4{left:72%;animation-delay:1s;animation-duration:13s}.motion-petal.p5{left:88%;animation-delay:5s;animation-duration:15s}.motion-spark{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.9);box-shadow:0 0 16px rgba(255,255,255,.95);animation:mkSpark 3s ease-in-out infinite}.motion-spark.s1{top:22%;left:22%}.motion-spark.s2{top:42%;right:24%;animation-delay:1s}.motion-spark.s3{bottom:28%;left:58%;animation-delay:1.8s}.anim-none .motion-leaf,.anim-none .motion-petal,.anim-none .motion-spark{display:none}.anim-petal-fall .motion-leaf{display:none}.anim-float-flower .motion-petal{display:none}.anim-sparkle .motion-leaf,.anim-sparkle .motion-petal{display:none}.anim-soft-glow .motion-leaf,.anim-soft-glow .motion-petal{display:none}.anim-soft-glow .mk-card-cover:after{content:"";position:absolute;inset:-20%;background:radial-gradient(circle,rgba(255,255,255,.45),transparent 42%);animation:mkGlow 5s ease-in-out infinite}.mk-bottom-nav{position:fixed;left:50%;bottom:0;width:min(430px,100vw);height:68px;transform:translateX(-50%);background:rgba(255,255,255,.95);border-top:1px solid rgba(15,23,42,.08);display:grid;grid-auto-flow:column;grid-auto-columns:1fr;z-index:40;box-shadow:0 -10px 30px rgba(15,23,42,.08);backdrop-filter:blur(15px)}
.mk-bottom-nav button svg{width:21px;height:21px}
.mk-bottom-nav span{font-size:8.5px!important}.mk-bottom-nav button{border:0;background:transparent;color:#1f2937;font-size:11px;font-weight:900;display:grid;place-items:center;gap:2px;cursor:pointer}.mk-bottom-nav span{display:block;font-size:9px;font-weight:700;color:#64748b}.mk-float-music{position:fixed;right:calc(50% - min(196px,45vw));bottom:82px;z-index:41;width:48px;height:48px;border:0;border-radius:50%;background:var(--invite-accent);color:#fff;font-size:24px;font-weight:900;box-shadow:0 14px 35px rgba(0,0,0,.2);cursor:pointer}.mk-float-music.is-playing{animation:mkSpin 5s linear infinite}.mk-modal{position:fixed;inset:0;background:rgba(15,23,42,.55);display:none;align-items:flex-end;justify-content:center;z-index:60;padding:15px}.mk-modal.show{display:flex}.mk-modal-card{width:min(430px,100%);max-height:86vh;overflow:auto;background:#fff;border-radius:28px 28px 18px 18px;padding:25px 22px 28px;box-shadow:0 -20px 50px rgba(0,0,0,.18);position:relative;animation:mkModalUp .28s ease}.mk-modal-card h2{font-size:30px;color:var(--invite-accent);margin-bottom:8px}.mk-modal-close{position:absolute;right:16px;top:14px;width:36px;height:36px;border:0;border-radius:50%;background:#f1f5f9;font-size:24px;cursor:pointer}.mk-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mk-action-stack{display:grid;gap:10px;margin-top:18px}.mk-map-box{margin-top:16px;border-radius:18px;background:linear-gradient(135deg,#e0f2fe,#dcfce7);height:180px;display:grid;place-items:center;color:#334155;font-weight:900}.copy-box{border:1px solid #e5e7eb;border-radius:20px;padding:18px;background:#f8fafc;margin:16px 0}.copy-box h3{font-size:24px;margin:8px 0}.copy-box button{border:0;border-radius:999px;background:var(--invite-accent);color:#fff;font-weight:900;padding:10px 16px}.qr-img{width:200px;margin:16px auto;border-radius:18px}.guest-item{background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.9);border-radius:16px;padding:13px;margin-top:12px;text-align:left}.guest-item strong{display:block;color:var(--invite-accent)}.guest-item span{display:block;margin-top:4px;color:#475569}.invite-form{display:grid;gap:10px;margin-top:16px}.invite-form input,.invite-form select,.invite-form textarea{width:100%;border:1px solid #e5e7eb;border-radius:13px;padding:12px;background:#fff}.invite-form textarea{min-height:90px;resize:vertical}.invite-form button{border:0;border-radius:999px;background:var(--invite-accent);color:#fff;font-weight:900;padding:12px 18px}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.gallery-grid img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px}.public-body:not(.card-opened) .mk-card-content{height:100vh;overflow:hidden}@keyframes mkPulse{70%{box-shadow:0 0 0 18px rgba(139,56,216,0)}}@keyframes mkCoverIn{from{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:none}}@keyframes mkFadeUp{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}@keyframes mkLeafA{0%,100%{transform:translate3d(0,0,0) rotate(-18deg)}50%{transform:translate3d(11px,-16px,0) rotate(-2deg)}}@keyframes mkLeafB{0%,100%{transform:translate3d(0,0,0) rotate(28deg)}50%{transform:translate3d(-12px,14px,0) rotate(12deg)}}@keyframes mkPetalFall{0%{transform:translate3d(0,-60px,0) rotate(0);opacity:0}12%{opacity:.8}100%{transform:translate3d(30px,110vh,0) rotate(340deg);opacity:0}}@keyframes mkSpark{0%,100%{opacity:.15;transform:scale(.6)}50%{opacity:1;transform:scale(1.5)}}@keyframes mkGlow{0%,100%{transform:translateX(-20px);opacity:.4}50%{transform:translateX(20px);opacity:.75}}@keyframes mkSpin{to{transform:rotate(360deg)}}@keyframes mkModalUp{from{transform:translateY(28px);opacity:0}to{transform:none;opacity:1}}
@media(max-width:700px){.mk-order-v2{grid-template-columns:1fr!important}.order-side{position:relative!important;top:auto!important}.mk-countdown{gap:6px}.mk-couple-name{font-size:56px}.mk-section{padding-left:16px;padding-right:16px}.mk-section-card{padding:26px 19px}.mk-records-v2{overflow:auto}.mk-records-v2 .mk-table{min-width:980px}}

/* Customer page hero fallback */
.mk-page-hero {
    padding: 34px 0 22px;
    background: radial-gradient(circle at top left, rgba(30, 192, 185, .15), transparent 34%), linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,249,253,.92));
    border-bottom: 1px solid rgba(30, 38, 52, .06);
}

.mk-page-hero-inner {
    max-width: 1120px;
}

.mk-page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(32, 190, 184, .12);
    color: #13aaa4;
    font-weight: 900;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.mk-page-hero h1 {
    margin: 0;
    font-size: clamp(24px, 3vw, 34px);
    letter-spacing: -1px;
    line-height: 1.05;
    color: #19172b;
}

.mk-page-hero p {
    margin: 7px 0 0;
    color: #766f82;
    font-weight: 600;
    font-size: 14px;
    max-width: 720px;
}

.profile-card,
.records-card {
    margin-top: 28px;
}

/* ============================================================
   v2.1 — phone mockup polish (catalog) + live preview (order)
   ============================================================ */

/* ---- Catalog: kemas-kan phone mockup (gaya iPhone, ala KahwinNow) ---- */
.mk-template-motion-preview{
  background:linear-gradient(122deg,#ffffff 0%,#ffffff 50%,#eef1f8 50%,#f5f6fb 100%);
  padding:32px 18px 0;
}
.phone-frame{
  border:7px solid #101015;
  border-radius:30px;
  background:#101015;
  box-shadow:0 24px 42px -14px rgba(16,16,28,.5),0 6px 16px rgba(16,16,28,.22);
}
.phone-frame:before{
  width:48px;height:15px;background:#101015;border-radius:0 0 13px 13px;
}
.phone-screen{border-radius:22px}
.template-card .phone-frame{
  transform:rotate(-3deg);
  transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .5s;
}
.template-card:hover .phone-frame{
  transform:rotate(0deg) translateY(-5px);
  box-shadow:0 34px 60px -16px rgba(16,16,28,.55),0 8px 18px rgba(16,16,28,.25);
}
.phone-title{
  font-family:"Cormorant Garamond",Georgia,serif;font-weight:700;
  letter-spacing:.01em;text-shadow:0 2px 10px rgba(255,255,255,.55);
}
.phone-nav{
  height:22px;background:rgba(255,255,255,.93);
  font-size:6.5px;letter-spacing:.03em;align-items:center;color:#4b4b4b;
}

/* ---- Order page: borang KIRI, live preview KANAN ---- */
.mk-order-v2{grid-template-columns:1fr 460px;gap:34px}
.mk-order-v2 .form-card{min-width:0}
.mk-order-v2 .order-side{position:sticky;top:100px}

.mk-order-preview-card{text-align:center}
.live-phone{margin:0 auto 6px}
.live-badge{
  display:inline-flex;align-items:center;gap:8px;margin:2px 0 10px;
  background:#ecfdf3;color:#15803d;font-weight:900;font-size:12px;
  border-radius:999px;padding:6px 14px;letter-spacing:.02em;
}
.live-badge:before{
  content:"";width:8px;height:8px;border-radius:50%;background:#22c55e;
  box-shadow:0 0 0 0 rgba(34,197,94,.55);animation:mkLivePulse 1.8s infinite;
}

/* live cover di dalam phone */
.live-screen{position:relative;padding:0}
.live-screen:before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.5);backdrop-filter:blur(1px)}
.live-cover{
  position:relative;z-index:2;width:100%;height:100%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:26px 16px 36px;gap:5px;
}
.live-eyebrow{
  text-transform:uppercase;letter-spacing:.2em;font-size:8px;font-weight:800;
  color:inherit;opacity:.78;
}
.live-names{
  font-family:"Great Vibes",cursive;font-weight:400;line-height:.98;
  font-size:32px;color:inherit;margin:4px 0;text-shadow:0 6px 18px rgba(255,255,255,.55);
}
.live-names em{display:block;font-size:18px;font-style:normal;margin:1px 0;opacity:.82}
.live-date{font-size:10px;font-weight:800;letter-spacing:.04em;color:inherit}
.live-hashtag{font-size:11px;font-weight:900;color:var(--pv-accent,#9b5de5);margin-top:3px}
.live-venue{font-size:9px;opacity:.82;color:inherit;line-height:1.4;max-width:155px;margin-top:2px}

@keyframes mkLivePulse{70%{box-shadow:0 0 0 8px rgba(34,197,94,0)}100%{box-shadow:0 0 0 0 rgba(34,197,94,0)}}

@media(max-width:1000px){
  .mk-order-v2{grid-template-columns:1fr}
  .mk-order-v2 .order-side{position:static;order:-1}
}

/* ============================================================
   v2.2 — order preview jadi KAD BESAR (tanpa phone), tab tak scroll
   ============================================================ */

/* tab bar: wrap penuh, jangan ada scroll mendatar */
.mk-order-form-v2 .tabs{flex-wrap:wrap;overflow:visible}
.mk-order-form-v2 .tab-btn{flex:1 1 auto;text-align:center}

/* lebar kolum: borang kiri (fleksibel), preview kanan */
.mk-order-v2{grid-template-columns:1fr 440px}
.mk-order-v2 .order-side{top:90px}

/* kad preview besar (gaya jemputan) — tiada phone mockup */
.mk-live-wrap{text-align:center}
.live-card{
  position:relative;width:100%;max-width:350px;aspect-ratio:36/59;
  margin:6px auto 0;border-radius:26px;overflow:hidden;
  background-size:cover;background-position:center;
  box-shadow:0 32px 64px -20px rgba(16,16,28,.42),0 10px 24px rgba(16,16,28,.16);
  display:flex;align-items:center;justify-content:center;
}
.live-card:before{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.02) 35%,rgba(255,255,255,.02) 65%,rgba(255,255,255,.16))}
.live-card .live-cover{
  position:relative;z-index:2;width:100%;height:100%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:42px 26px;gap:10px;
}
.live-card .live-eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:12px;font-weight:800;opacity:.85;text-shadow:0 1px 2px rgba(0,0,0,.14),0 1px 8px rgba(255,255,255,.45)}
.live-card .live-names{
  font-family:"Great Vibes",cursive;font-weight:400;line-height:1.02;font-size:52px;margin:6px 0;
  text-shadow:0 1px 3px rgba(0,0,0,.18),0 2px 16px rgba(255,255,255,.5);
}
.live-card .live-names span{display:block}
.live-card .live-names em{display:block;font-style:normal;font-size:30px;margin:4px 0;opacity:.82}
.live-card .live-date{font-size:15px;font-weight:800;letter-spacing:.03em;text-shadow:0 1px 2px rgba(0,0,0,.14),0 1px 8px rgba(255,255,255,.45)}
.live-card .live-hashtag{font-size:15px;font-weight:900;color:var(--pv-accent,#9b5de5);text-shadow:0 1px 6px rgba(255,255,255,.55)}
.live-card .live-venue{font-size:12px;opacity:.85;max-width:240px;line-height:1.5;text-shadow:0 1px 2px rgba(0,0,0,.12),0 1px 8px rgba(255,255,255,.4)}

.live-meta{margin-top:20px}
.live-meta h2{font-size:32px;margin:4px 0}
.live-meta .product-meta{color:#19b7be;font-size:18px;margin-bottom:14px}
.live-meta .theme-pill-row{justify-content:center}
.live-meta .btn{margin-top:6px}

@media(max-width:1000px){
  .mk-order-v2{grid-template-columns:1fr}
  .mk-order-v2 .order-side{position:static;order:-1}
  .live-card{max-width:330px}
}

/* ============================================================
   v2.3 — live preview render SEMUA muka kad (scrollable mini-kad)
   ============================================================ */
.live-hint{font-size:12px;color:#94a3b8;margin:0 0 8px}
.live-card{
  aspect-ratio:auto;
  height:min(620px,calc(100vh - 220px));max-width:360px;
  background:#0b0b0f;
}
.live-card:before{display:none}
.live-scroll{
  position:absolute;inset:0;overflow-y:auto;-webkit-overflow-scrolling:touch;
  scroll-snap-type:y proximity;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.25) transparent;
}
.live-scroll::-webkit-scrollbar{width:6px}
.live-scroll::-webkit-scrollbar-thumb{background:rgba(0,0,0,.22);border-radius:6px}
.lp-sec{
  scroll-snap-align:start;position:relative;min-height:100%;box-sizing:border-box;
  background-image:var(--lp-bg);background-size:cover;background-position:center;
  display:flex;align-items:center;justify-content:center;padding:24px 18px;
}
.lp-sec:before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.3)}
.lp-cover:before{background:rgba(255,255,255,.2)}

.lp-cover-inner{position:relative;z-index:2;text-align:center;color:inherit}
.lp-cover-inner .lp-eyebrow,.lp-cover-inner .lp-date,.lp-cover-inner .lp-hash{text-shadow:0 1px 3px rgba(0,0,0,.18),0 2px 12px rgba(255,255,255,.5)}
.lp-names{font-family:"Great Vibes",cursive;font-weight:400;line-height:1;font-size:46px;margin:8px 0;
  text-shadow:0 1px 3px rgba(0,0,0,.2),0 2px 16px rgba(255,255,255,.5)}
.lp-names span{display:block}
.lp-names em{display:block;font-style:normal;font-size:26px;margin:2px 0;opacity:.82}

.lp-panel{position:relative;z-index:2;width:100%;color:#3a3340;
  background:rgba(255,255,255,.74);border:1px solid rgba(255,255,255,.85);
  border-radius:18px;padding:20px 16px;text-align:center;
  backdrop-filter:blur(8px);box-shadow:0 14px 34px rgba(15,23,42,.1)}
.lp-eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:9px;font-weight:800;opacity:.85}
.lp-title{font-family:"Great Vibes",cursive;font-weight:400;font-size:30px;color:var(--pv-accent,#9b5de5);margin:2px 0 10px;line-height:1}
.lp-text{font-size:12px;line-height:1.7;margin:6px 0;white-space:pre-line}
.lp-text:empty{display:none}
.lp-date{font-weight:800;font-size:13px;letter-spacing:.02em}
.lp-hash{font-weight:900;color:var(--pv-accent,#9b5de5);font-size:13px;margin-top:6px}
.lp-divider{width:70px;height:1px;background:linear-gradient(90deg,transparent,var(--pv-accent,#9b5de5),transparent);margin:12px auto}
.lp-couple{font-family:"Great Vibes",cursive;font-size:26px;margin:8px 0;line-height:1}

.lp-cd{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:12px 0}
.lp-cd>div{background:rgba(255,255,255,.66);border-radius:11px;padding:9px 3px}
.lp-cd strong{display:block;font-size:18px;color:var(--pv-accent,#9b5de5);line-height:1}
.lp-cd span{display:block;font-size:8px;text-transform:uppercase;font-weight:800;color:#64748b;margin-top:3px}

.lp-list{display:grid;gap:8px;text-align:left;margin-top:8px}
.lp-list>div{background:rgba(255,255,255,.6);border-radius:12px;padding:9px 11px}
.lp-list small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.04em;font-weight:800;color:#64748b}
.lp-list b{display:block;font-size:12px;margin-top:2px;font-weight:700;line-height:1.45;word-break:break-word}
.lp-acc{font-size:18px;font-weight:900;letter-spacing:.03em;color:var(--pv-accent,#9b5de5);margin:6px 0}

.lp-fam{display:grid;gap:10px;text-align:left}
.lp-fam>div{background:rgba(255,255,255,.6);border-radius:14px;padding:11px 13px}
.lp-fam h5{font-size:11px;color:var(--pv-accent,#9b5de5);margin-bottom:4px;text-transform:uppercase;letter-spacing:.04em}
.lp-fam p{font-size:12px;line-height:1.5;white-space:pre-line}

/* ============================================================
   v2.4 — teks atas design (tiada kotak putih), sorok scrollbar,
           font & animasi boleh pilih (live)
   ============================================================ */

/* sorok scrollbar -> buang jalur hitam belah kanan */
.live-scroll{scrollbar-width:none}
.live-scroll::-webkit-scrollbar{width:0;height:0;display:none}
.live-card{background:#f3f3f7}

/* teks terus atas design, tiada kotak putih */
.lp-panel{background:none;border:0;box-shadow:none;backdrop-filter:none;color:inherit;border-radius:0;padding:30px 22px}
.lp-cover .lp-cover-inner{z-index:3}

/* scrim LEMBUT berbulu (bukan kotak) supaya teks senang baca atas design */
.lp-panel,.lp-cover-inner{position:relative}
.lp-panel:before,.lp-cover-inner:before{
  content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:120%;height:122%;z-index:-1;pointer-events:none;
  background:radial-gradient(ellipse at center,rgba(255,255,255,.6) 0%,rgba(255,255,255,.3) 44%,rgba(255,255,255,0) 72%);
}
/* halo putih keliling teks (jelas atas kawasan gelap design) */
.lp-panel,.lp-cover-inner{text-shadow:0 0 7px rgba(255,255,255,.85),0 1px 1px rgba(255,255,255,.7)}
.lp-names,.lp-couple{text-shadow:0 0 10px rgba(255,255,255,.8),0 1px 2px rgba(255,255,255,.65)}
.lp-title,.lp-hash,.lp-acc{text-shadow:0 0 7px rgba(255,255,255,.9),0 1px 2px rgba(255,255,255,.6)}

/* item list/keluarga: garis halus, tiada pill putih */
.lp-list>div,.lp-fam>div{background:none;border:0;border-bottom:1px solid rgba(110,100,110,.2);padding:6px 2px}
.lp-list>div:last-child,.lp-fam>div:last-child{border-bottom:0}
.lp-cd>div{background:rgba(255,255,255,.5)}

/* font pilihan (preview live) */
.live-card.font-playfair .lp-names,.live-card.font-playfair .lp-title,.live-card.font-playfair .lp-couple{font-family:"Playfair Display",serif;font-weight:800}
.live-card.font-cormorant .lp-names,.live-card.font-cormorant .lp-title,.live-card.font-cormorant .lp-couple{font-family:"Cormorant Garamond",serif;font-weight:700}
.live-card.font-poppins .lp-names,.live-card.font-poppins .lp-title,.live-card.font-poppins .lp-couple{font-family:Poppins,sans-serif;font-weight:900;letter-spacing:-.03em}
.live-card.font-serif .lp-names,.live-card.font-serif .lp-title,.live-card.font-serif .lp-couple{font-family:Georgia,serif;font-weight:700}

/* motion / animasi dalam cover (skala kecil ikut saiz kad) */
.lp-motion{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}
.live-card .motion-leaf{width:28px;height:12px}
.live-card .motion-petal{width:8px;height:11px}
.live-card .motion-spark{width:5px;height:5px}

/* ============================================================
   v2.5 — design utk MUKA PERTAMA je, muka lain RINGKAS (ala gambar 3),
           nav ikon di bawah, footer "Created by" + logo
   ============================================================ */

/* ---------- LIVE PREVIEW ---------- */
.live-card{--lp-soft:#f6f1e7}
@supports (background:color-mix(in srgb,#000,#fff)){
  .live-card{--lp-soft:color-mix(in srgb,var(--pv-accent,#9b5de5) 7%,#faf6ee)}
}
/* cover = design penuh; muka lain = latar ringkas */
.lp-sec{background-image:none;background:var(--lp-soft)}
.lp-cover{background-image:var(--lp-bg)!important;background-size:cover;background-position:center}
.lp-sec:not(.lp-cover):before{display:none}
.lp-sec:not(.lp-cover) .lp-panel{color:#574e46;text-shadow:none}
.lp-sec:not(.lp-cover) .lp-panel:before{display:none}
.lp-sec:not(.lp-cover) .lp-title,
.lp-sec:not(.lp-cover) .lp-couple,
.lp-sec:not(.lp-cover) .lp-hash,
.lp-sec:not(.lp-cover) .lp-acc{color:var(--pv-accent,#9b5de5)}
.lp-sec:not(.lp-cover) .lp-cd>div{background:#fff;border:1px solid rgba(120,110,120,.12)}
.lp-sec:not(.lp-cover) .lp-list>div,
.lp-sec:not(.lp-cover) .lp-fam>div{border-bottom:1px solid rgba(120,110,120,.18)}

/* ruang utk nav + footer credit */
.live-scroll{padding-bottom:50px}
.lp-credit{scroll-snap-align:none;background:#fff;text-align:center;padding:20px 16px;display:flex;flex-direction:column;align-items:center;gap:7px}
.lp-credit span{font-size:10px;color:#9aa0a6;font-weight:700;letter-spacing:.02em}
.lp-credit img{height:22px;width:auto;opacity:.92}

/* nav ikon bawah kad (live preview) */
.lp-nav{position:absolute;left:0;right:0;bottom:0;height:50px;display:grid;grid-template-columns:repeat(5,1fr);
  background:rgba(255,255,255,.96);border-top:1px solid rgba(0,0,0,.06);z-index:8;backdrop-filter:blur(8px);border-radius:0 0 26px 26px}
.lp-nav-i{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--pv-accent,#9b5de5)}
.lp-nav-i svg{width:17px;height:17px}
.lp-nav-i i{font-style:normal;font-size:7px;font-weight:800;color:#8b8590;letter-spacing:.02em}

/* ---------- KAD SEBENAR (card.php) ---------- */
.mk-public-v2{--invite-soft:#f6f1e7}
@supports (background:color-mix(in srgb,#000,#fff)){
  .mk-public-v2{--invite-soft:color-mix(in srgb,var(--invite-accent) 7%,#faf6ee)}
}
/* cover kekal design; muka lain ringkas */
.mk-section{background-image:none!important;background:var(--invite-soft)}
.mk-section:before{display:none}
.mk-section-card{background:transparent;border:0;box-shadow:none;backdrop-filter:none;padding:14px 18px}
.mk-section-card p{color:#574e46}
.mk-info-list div,.mk-family-grid div{background:transparent;border-radius:0;padding:9px 2px;border-bottom:1px solid rgba(120,110,120,.16)}
.mk-countdown div{background:transparent;border:1px solid rgba(120,110,120,.2)}

/* nav ikon (card.php) */
.mk-nav-icons button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--invite-accent)}
.mk-nav-icons svg{width:20px;height:20px}
.mk-nav-icons span{font-size:9px;color:#7a7068;font-weight:800}

/* footer credit (card.php) */
.mk-credit{background:#fff;text-align:center;padding:26px 18px 96px;display:flex;flex-direction:column;align-items:center;gap:8px}
.mk-credit span{font-size:12px;color:#9aa0a6;font-weight:700;letter-spacing:.02em}
.mk-credit img{height:30px;width:auto;opacity:.92}

/* ============================================================
   v2.6 — scroll live preview lebih smooth + nav ikon berfungsi
   ============================================================ */
.live-scroll{scroll-snap-type:none;scroll-behavior:smooth}
.lp-sec{scroll-snap-align:none}
/* nav jadi butang yg boleh klik */
.lp-nav button.lp-nav-i{border:0;background:none;cursor:pointer;padding:0;font:inherit;-webkit-tap-highlight-color:transparent}
.lp-nav button.lp-nav-i:hover{opacity:.7}
.lp-nav button.lp-nav-i:active{transform:scale(.94)}

/* ============================================================
   v2.7 — credit atas design, ornamen muka ringkas, lagi banyak
           animasi + animasi scroll (reveal)
   ============================================================ */

/* credit bukan kotak putih -> ikut warna muka (design) */
.live-card{background:var(--lp-soft,#f3eef0)}
.lp-credit{background:var(--lp-soft,#f3eef0)}
.mk-credit{background:var(--invite-soft,#f6f1e7)}

/* ornamen + corak halus pada muka ringkas supaya tak kosong */
.lp-sec:not(.lp-cover){
  background-color:var(--lp-soft,#f3eef0);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='%23a9905f' fill-opacity='0.07'%3E%3Ccircle cx='28' cy='28' r='2.1'/%3E%3Cpath d='M28 12c2 6 2 6 0 12-2-6-2-6 0-12zM28 32c2 6 2 6 0 12-2-6-2-6 0-12zM12 28c6 2 6 2 12 0-6-2-6-2-12 0zM32 28c6 2 6 2 12 0-6-2-6-2-12 0z'/%3E%3C/g%3E%3C/svg%3E");
  background-size:56px 56px;
}
.mk-section{
  background-color:var(--invite-soft,#f6f1e7);
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='%23a9905f' fill-opacity='0.07'%3E%3Ccircle cx='28' cy='28' r='2.1'/%3E%3Cpath d='M28 12c2 6 2 6 0 12-2-6-2-6 0-12zM28 32c2 6 2 6 0 12-2-6-2-6 0-12zM12 28c6 2 6 2 12 0-6-2-6-2-12 0zM32 28c6 2 6 2 12 0-6-2-6-2-12 0z'/%3E%3C/g%3E%3C/svg%3E")!important;
  background-size:56px 56px;
}
/* flourish kecil atas tajuk muka ringkas */
.lp-sec:not(.lp-cover) .lp-title::before,
.mk-section .mk-section-title::before{
  content:"";display:block;width:64px;height:15px;margin:0 auto 8px;opacity:.7;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 28'%3E%3Cg fill='%23000'%3E%3Cpath d='M60 5l5 9-5 9-5-9z'/%3E%3Crect x='10' y='13' width='36' height='1.8' rx='.9'/%3E%3Crect x='74' y='13' width='36' height='1.8' rx='.9'/%3E%3Ccircle cx='7' cy='14' r='2.1'/%3E%3Ccircle cx='113' cy='14' r='2.1'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 28'%3E%3Cg fill='%23000'%3E%3Cpath d='M60 5l5 9-5 9-5-9z'/%3E%3Crect x='10' y='13' width='36' height='1.8' rx='.9'/%3E%3Crect x='74' y='13' width='36' height='1.8' rx='.9'/%3E%3Ccircle cx='7' cy='14' r='2.1'/%3E%3Ccircle cx='113' cy='14' r='2.1'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
}
.lp-sec:not(.lp-cover) .lp-title::before{background:var(--pv-accent,#9b5de5)}
.mk-section .mk-section-title::before{background:var(--invite-accent,#9b5de5)}

/* ---------- ANIMASI SCROLL (reveal) ---------- */
.mk-reveal .lp-panel,.mk-reveal .lp-cover-inner{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s cubic-bezier(.22,1,.36,1)}
.mk-reveal .lp-panel.in,.mk-reveal .lp-cover-inner.in{opacity:1;transform:none}
body.mk-reveal .mk-section-card{animation:none;opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}
body.mk-reveal .mk-section-card.in{opacity:1;transform:none}

/* ---------- PARTIKEL ANIMASI BARU ---------- */
.motion-heart,.motion-bokeh,.motion-confetti,.motion-snow{display:none;position:absolute;will-change:transform,opacity}
.anim-hearts .motion-leaf,.anim-hearts .motion-petal,.anim-hearts .motion-spark{display:none}
.anim-hearts .motion-heart{display:block}
.anim-bokeh .motion-leaf,.anim-bokeh .motion-petal,.anim-bokeh .motion-spark{display:none}
.anim-bokeh .motion-bokeh{display:block}
.anim-confetti .motion-leaf,.anim-confetti .motion-petal,.anim-confetti .motion-spark{display:none}
.anim-confetti .motion-confetti{display:block}
.anim-snow .motion-leaf,.anim-snow .motion-petal,.anim-snow .motion-spark{display:none}
.anim-snow .motion-snow{display:block}

.motion-heart{width:14px;height:14px;bottom:-18px;background:#e86a9c;opacity:.85;animation:mkRise 9s linear infinite;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21S3 14.5 3 8.6C3 5.5 5.4 3.6 8 4.2c1.7.4 3 1.8 4 3.3 1-1.5 2.3-2.9 4-3.3 2.6-.6 5 1.3 5 4.4C21 14.5 12 21 12 21z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21S3 14.5 3 8.6C3 5.5 5.4 3.6 8 4.2c1.7.4 3 1.8 4 3.3 1-1.5 2.3-2.9 4-3.3 2.6-.6 5 1.3 5 4.4C21 14.5 12 21 12 21z'/%3E%3C/svg%3E") center/contain no-repeat}
.motion-heart.h1{left:12%;animation-delay:0s}
.motion-heart.h2{left:28%;animation-delay:1.6s;animation-duration:11s}
.motion-heart.h3{left:45%;animation-delay:3s;animation-duration:8s}
.motion-heart.h4{left:62%;animation-delay:.8s;animation-duration:10s}
.motion-heart.h5{left:78%;animation-delay:2.2s;animation-duration:12s}
.motion-heart.h6{left:90%;animation-delay:4s;animation-duration:9.5s}

.motion-bokeh{border-radius:50%;background:radial-gradient(circle at 35% 35%,rgba(255,255,255,.92),rgba(255,255,255,.12));filter:blur(1px);opacity:.5;animation:mkBokeh 7s ease-in-out infinite}
.motion-bokeh.b1{width:28px;height:28px;left:14%;top:20%;animation-delay:0s}
.motion-bokeh.b2{width:16px;height:16px;left:70%;top:16%;animation-delay:1.3s}
.motion-bokeh.b3{width:36px;height:36px;left:48%;top:52%;animation-delay:2.1s}
.motion-bokeh.b4{width:20px;height:20px;left:22%;bottom:16%;animation-delay:3s}
.motion-bokeh.b5{width:14px;height:14px;right:14%;bottom:22%;animation-delay:1.8s}

.motion-confetti{width:7px;height:11px;top:-20px;border-radius:1px;opacity:0;animation:mkConfetti 5.5s linear infinite}
.motion-confetti.c1{left:8%;background:#e86a9c;animation-delay:0s}
.motion-confetti.c2{left:20%;background:#f4b942;animation-delay:1.1s}
.motion-confetti.c3{left:33%;background:#5ec9c2;animation-delay:2.2s}
.motion-confetti.c4{left:46%;background:#9b8cf0;animation-delay:.6s}
.motion-confetti.c5{left:59%;background:#e86a9c;animation-delay:3.1s}
.motion-confetti.c6{left:72%;background:#f4b942;animation-delay:1.7s}
.motion-confetti.c7{left:84%;background:#5ec9c2;animation-delay:2.6s}
.motion-confetti.c8{left:93%;background:#9b8cf0;animation-delay:.3s}

.motion-snow{width:6px;height:6px;border-radius:50%;top:-12px;background:rgba(255,255,255,.92);box-shadow:0 0 6px rgba(255,255,255,.7);opacity:0;animation:mkSnow 7s linear infinite}
.motion-snow.n1{left:6%;animation-delay:0s}.motion-snow.n2{left:16%;animation-delay:1.2s}.motion-snow.n3{left:26%;animation-delay:2.4s}
.motion-snow.n4{left:37%;animation-delay:.6s}.motion-snow.n5{left:48%;animation-delay:3s}.motion-snow.n6{left:58%;animation-delay:1.8s}
.motion-snow.n7{left:68%;animation-delay:2.7s}.motion-snow.n8{left:78%;animation-delay:.9s}.motion-snow.n9{left:88%;animation-delay:3.6s}.motion-snow.n10{left:95%;animation-delay:1.5s}

@keyframes mkRise{0%{transform:translateY(0) scale(.7) rotate(-6deg);opacity:0}12%{opacity:.85}100%{transform:translateY(-330px) scale(1) rotate(6deg);opacity:0}}
@keyframes mkBokeh{0%,100%{transform:translate(0,0) scale(1);opacity:.22}50%{transform:translate(8px,-14px) scale(1.25);opacity:.6}}
@keyframes mkConfetti{0%{transform:translateY(0) rotate(0);opacity:0}10%{opacity:1}100%{transform:translateY(360px) rotate(560deg);opacity:0}}
@keyframes mkSnow{0%{transform:translateY(0) translateX(0);opacity:0}10%{opacity:.9}100%{transform:translateY(360px) translateX(16px);opacity:0}}

/* ============================================================
   v2.8 — nav preview buka POP-UP (mcm kad sebenar), bukan skrol
   ============================================================ */
.lp-nav-i{color:#8b8590}
.lp-nav-i.active{color:var(--pv-accent,#9b5de5)}

.lp-modal{position:absolute;left:0;right:0;top:0;bottom:50px;z-index:20;display:none;align-items:flex-end;justify-content:center;background:rgba(15,23,42,.42)}
.lp-modal.show{display:flex;animation:lpFade .2s ease}
.lp-modal-card{position:relative;width:100%;max-height:100%;overflow:auto;background:#fff;border-radius:20px 20px 0 0;padding:18px 16px 20px;box-shadow:0 -14px 36px rgba(0,0,0,.2);animation:lpSheet .26s ease;color:#2f2533}
.lp-modal-x{position:absolute;right:12px;top:10px;width:28px;height:28px;border:0;border-radius:50%;background:#f1f5f9;font-size:17px;line-height:1;cursor:pointer;color:#475569}
.lp-modal-card h4{text-align:center;font-size:18px;font-weight:900;margin:0 0 6px}
.lp-m-sub{text-align:center;font-size:11px;color:#64748b;margin-bottom:12px}
.lp-m-btns{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}
.lp-m-btn{border:1px solid #e2e8f0;border-radius:10px;padding:9px;text-align:center;font-size:11px;font-weight:800;color:#475569}
.lp-m-field{background:#f6f7fb;border-radius:10px;padding:9px 12px;margin-bottom:8px;text-align:center}
.lp-m-field small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;font-weight:800}
.lp-m-field b{font-size:13px;font-weight:800}
.lp-m-note{font-size:11px;color:#64748b;text-align:center;margin-top:4px}
.lp-m-note:empty{display:none}
.lp-m-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #eef0f4;padding:10px 2px}
.lp-m-row b{font-size:13px;font-weight:700}
.lp-m-ico{color:var(--pv-accent,#9b5de5);display:flex}
.lp-m-ico svg{width:18px;height:18px}
.lp-m-venue{text-align:center;font-weight:800;font-size:13px;margin:0 0 2px}
.lp-m-addr{text-align:center;font-size:11px;color:#64748b;line-height:1.5;margin:0 0 10px;white-space:pre-line}
.lp-m-cta{display:block;text-align:center;background:var(--pv-accent,#9b5de5);color:#fff;font-weight:800;font-size:12px;border-radius:999px;padding:10px;margin-top:8px}
.lp-m-cta.light{background:#f3e8ff;color:var(--pv-accent,#9b5de5)}
.lp-m-map{margin-top:10px;height:96px;border-radius:12px;background:linear-gradient(135deg,#e0f2fe,#dcfce7);display:grid;place-items:center;color:#334155;font-weight:800;font-size:12px}
.lp-m-day{text-align:center;font-weight:800;font-size:13px;margin:0}
.lp-m-time{text-align:center;font-size:12px;color:#64748b;margin:4px 0 6px}
@keyframes lpSheet{from{transform:translateY(40px);opacity:.5}to{transform:none;opacity:1}}
@keyframes lpFade{from{opacity:0}to{opacity:1}}
