@import"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap";:root{--bg: #f7f8fa;--ink: #1a1a2e;--muted: #6b7280;--card: #ffffff;--line: #e5e7eb;--accent: #f59e0b;--accent-hover: #d97706;--accent-text: #92400e;--sidebar-bg: #ffffff;--sidebar-w: 240px;--sidebar-section: #9ca3af;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--font: "Be Vietnam Pro", system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box}html{overflow-x:hidden}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-size:14px;overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6,p{margin:0}img{max-width:100%;display:block}#root,.layout{min-height:100vh}.layout-sidebar{display:block;overflow-x:hidden;width:100%}.layout-auth{display:flex;align-items:center;justify-content:center}.main-panel{margin-left:var(--sidebar-w);width:calc(100vw - var(--sidebar-w));max-width:calc(100vw - var(--sidebar-w));min-height:100vh;padding:1.25rem 2rem 2rem;overflow:hidden;box-sizing:border-box}.container{max-width:100%}.stack{display:grid;gap:.75rem;min-width:0}.stack-lg{display:grid;gap:1rem;min-width:0}.row{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.muted{color:var(--muted);font-size:.875rem}.error{color:#dc2626;font-size:.875rem}.info{background:#fef3c7;color:var(--accent-text);border:1px solid #fde68a;border-radius:var(--radius-sm);padding:.65rem .85rem;font-size:.875rem;font-weight:500}.sidebar{position:fixed;top:0;left:0;width:var(--sidebar-w);height:100vh;overflow-y:auto;display:flex;flex-direction:column;background:var(--sidebar-bg);border-right:1px solid var(--line);padding:1.25rem .75rem;z-index:50}.sidebar-brand-wrap{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:0 .5rem 1rem;border-bottom:1px solid var(--line);margin-bottom:.75rem;text-align:center}.sidebar-logo{width:100%;max-width:120px;height:auto;object-fit:contain;border-radius:10px}.sidebar-brand{font-size:1rem;font-weight:800;color:var(--ink);line-height:1.2}.sidebar-brand-sub{font-size:.68rem;color:var(--muted);line-height:1.3}.sidebar-section-title{font-size:.68rem;font-weight:700;color:var(--sidebar-section);letter-spacing:.06em;text-transform:uppercase;padding:.6rem .65rem .3rem;margin-top:.25rem}.sidebar-nav{display:flex;flex-direction:column;gap:2px;flex:1}.sidebar-nav a{display:flex;align-items:center;gap:.6rem;border-radius:var(--radius-sm);padding:.55rem .65rem;font-size:.875rem;font-weight:500;color:#374151;transition:background .15s,color .15s;position:relative}.sidebar-nav a svg{width:18px;height:18px;flex-shrink:0;color:#9ca3af}.sidebar-nav a:hover{background:#f3f4f6;color:var(--ink)}.sidebar-nav a:hover svg{color:#6b7280}.sidebar-nav a.active{background:#f3f4f6;color:var(--ink);font-weight:600}.sidebar-nav a.active svg{color:var(--ink)}.nav-badge{margin-left:auto;font-size:.65rem;font-weight:700;padding:.12rem .45rem;border-radius:999px;line-height:1.3}.nav-badge-hot{background:#fee2e2;color:#dc2626}.nav-badge-trending{background:#fef3c7;color:#d97706}.nav-badge-count{background:#fef3c7;color:var(--accent-text);min-width:20px;text-align:center}.sidebar-footer{margin-top:auto;padding-top:.75rem;border-top:1px solid var(--line)}.sidebar-account{display:grid;gap:.5rem}.sidebar-account-top{display:flex;align-items:center;gap:.6rem}.sidebar-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;flex-shrink:0}.sidebar-account-info{display:grid;gap:.1rem;min-width:0}.sidebar-account-name{font-weight:600;font-size:.85rem;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-account-quota{font-size:.72rem;font-weight:600;color:var(--accent-text)}.sidebar-account-actions{display:flex;gap:.35rem}.sidebar-account-btn{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:500;color:var(--muted);background:#f3f4f6;border:none;border-radius:var(--radius-sm);padding:.35rem .6rem;cursor:pointer;transition:background .15s,color .15s;text-decoration:none}.sidebar-account-btn:hover{background:#e5e7eb;color:var(--ink)}.sidebar-account-btn svg{width:14px;height:14px}.sidebar-guest-note{font-size:.78rem;color:var(--muted);padding:.5rem .65rem;line-height:1.45;text-align:center}.sidebar-login-btn{width:100%;text-align:center;text-decoration:none;font-size:.82rem}.package-chip{display:inline-flex;width:fit-content;background:#fef3c7;color:var(--accent-text);border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.promo-banner{background:linear-gradient(90deg,#f59e0b,#d97706);color:#fff;text-align:center;font-size:.82rem;font-weight:700;padding:.5rem 1rem;border-radius:var(--radius-md);letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-intro-card{text-align:center;padding:1.5rem 1.25rem}.home-intro-card h2{font-size:1.25rem;margin:0 0 .4rem}.home-intro-desc{color:var(--muted);font-size:.88rem;margin:0 0 1rem;max-width:600px;margin-left:auto;margin-right:auto}.home-intro-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.home-intro-feat{display:flex;flex-direction:column;gap:.2rem;padding:.65rem .5rem;background:#fffbeb;border-radius:var(--radius-md);border:1px solid #fef3c7}.home-intro-feat strong{font-size:.85rem;color:var(--accent-text)}.home-intro-feat span{font-size:.75rem;color:var(--muted);line-height:1.35}.btn-sm{padding:.35rem .75rem;font-size:.78rem}.topnav-login-btn{text-decoration:none}.media-tab-row{flex-wrap:wrap}.topnav{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:.85rem 1.25rem;margin-bottom:1rem;position:sticky;top:.75rem;z-index:40}.topnav-title{font-size:1.1rem;font-weight:700;color:var(--ink);margin:0;line-height:1.3}.topnav-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.topnav-remaining{background:#fef3c7;color:var(--accent-text);border-radius:999px;padding:.3rem .75rem;font-size:.78rem;font-weight:700;white-space:nowrap}.topnav-guest-tip{font-size:.78rem;color:var(--muted);background:#f9fafb;border:1px solid var(--line);border-radius:999px;padding:.3rem .75rem;white-space:nowrap}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.25rem;display:grid;gap:.75rem;min-width:0}.card h2,.card h3{margin-top:0}.page-head{margin-bottom:1rem;padding:1rem 1.15rem;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);gap:.25rem}.page-head h1{font-size:1.35rem;font-weight:700;line-height:1.25}.page-head p{margin-top:.35rem;color:var(--muted);font-size:.875rem}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;background:var(--accent);color:#fff;padding:.55rem 1rem;border-radius:var(--radius-sm);cursor:pointer;font-family:var(--font);font-weight:600;font-size:.875rem;min-height:38px;transition:background .15s,opacity .15s}.btn:hover{background:var(--accent-hover)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.ghost{background:#f3f4f6;color:#374151;border:1px solid var(--line)}.btn.ghost:hover{background:#e5e7eb}.link-btn{border:none;background:transparent;color:var(--accent-hover);cursor:pointer;font-family:var(--font);font-weight:600;font-size:.875rem;padding:0}input,select,textarea{border:1px solid var(--line);border-radius:var(--radius-sm);padding:.55rem .75rem;min-height:38px;background:#fff;font-family:var(--font);font-size:.875rem;color:var(--ink);width:100%}input:focus,select:focus,textarea:focus{outline:2px solid #fde68a;border-color:var(--accent)}.auth-card{max-width:440px;margin:2rem auto;padding:1.5rem;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg)}.auth-hero{display:grid;gap:.5rem;margin-bottom:.9rem}.auth-hero h1{font-size:1.35rem}.auth-sub{color:var(--muted);font-size:.875rem}.auth-switch{margin-top:.75rem}.auth-brand-row{display:inline-flex;align-items:center;gap:.4rem}.auth-back-btn{display:inline-flex;align-items:center;gap:.3rem;background:none;border:none;color:var(--accent);font-size:.85rem;font-weight:600;cursor:pointer;padding:.3rem 0;margin-bottom:.3rem}.auth-back-btn:hover{text-decoration:underline}.auth-brand-logo{width:28px;height:28px;object-fit:contain}.sale-badge{display:inline-flex;width:fit-content;background:#fef3c7;color:var(--accent-text);border-radius:999px;font-weight:700;font-size:.78rem;padding:.18rem .55rem}.badge{display:inline-flex;border-radius:999px;padding:.18rem .5rem;font-size:.75rem;font-weight:600}.badge.pending{background:#fef3c7;color:#92400e}.badge.running{background:#dbeafe;color:#1e40af}.badge.completed{background:#d1fae5;color:#065f46}.badge.failed{background:#fee2e2;color:#991b1b}.package-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.85rem;min-width:0}.package-card{border:1px solid var(--line);border-radius:var(--radius-md);padding:.9rem;display:grid;gap:.45rem;background:var(--card)}.package-active{outline:2px solid var(--accent);outline-offset:-2px}.package-title-row{justify-content:space-between}.package-title-row h3{margin:0}.package-per-image{font-size:.78rem;font-weight:700;color:var(--accent-text);background:#fef3c7;border-radius:999px;padding:.15rem .55rem;width:fit-content}.package-quota{font-size:.9rem;font-weight:600}.package-price{font-size:1.15rem;font-weight:800;color:var(--ink)}.package-orig-price{font-size:.78rem}.package-card-hot{border:2px solid var(--accent);position:relative;background:#fffdf5;box-shadow:0 4px 16px #f59e0b26}.package-hot-tag{position:absolute;top:-1px;right:12px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:0 0 var(--radius-sm) var(--radius-sm);letter-spacing:.01em}.payment-layout{display:flex;gap:1rem;align-items:flex-start;flex-wrap:wrap;min-width:0}.payment-qr{width:220px;height:220px;border:1px solid var(--line);border-radius:var(--radius-md);object-fit:cover}.payment-detail{min-width:260px;flex:1}.packages-tx-table{width:100%}.quota-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.quota-box{border:1px solid var(--line);border-radius:var(--radius-md);padding:.7rem;background:#f9fafb;display:grid;gap:.25rem}.quota-box b{font-size:1.2rem}.quota-summary{background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius-md);padding:.7rem}.quota-strip{display:flex;gap:.55rem;overflow-x:auto;padding-bottom:.1rem}.quota-pill{background:var(--card);border:1px solid var(--line);border-radius:999px;padding:.4rem .65rem;display:inline-flex;align-items:center;gap:.4rem;min-width:max-content}.quota-pill span{color:var(--muted);font-size:.82rem}.quota-pill b{color:var(--ink)}.profile-hero{gap:1rem}.profile-hero-top{display:flex;align-items:center;gap:1rem}.profile-avatar-lg{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;flex-shrink:0}.profile-hero-info{display:grid;gap:.2rem;min-width:0}.profile-hero-info h2{font-size:1.15rem;font-weight:700}.profile-hero-badges{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.15rem}.profile-role-chip{display:inline-flex;width:fit-content;background:#e0e7ff;color:#3730a3;border-radius:999px;padding:.2rem .6rem;font-size:.72rem;font-weight:600}.profile-hero-actions{display:flex;gap:.5rem;flex-wrap:wrap}.profile-cards-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.profile-stat-card{text-align:center;gap:.15rem;padding:1rem .75rem}.profile-stat-label{font-size:.75rem;font-weight:600;color:var(--muted)}.profile-stat-value{font-size:1.5rem;font-weight:800;color:var(--ink);line-height:1.2}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.profile-grid>div{border:1px solid var(--line);border-radius:var(--radius-md);padding:.7rem;background:#f9fafb;display:grid;gap:.2rem}.form-label{font-size:.82rem;font-weight:600;color:var(--muted)}.tab-row{display:flex;gap:.45rem;align-items:center;margin-bottom:.6rem;flex-wrap:wrap}.tab-row button{border:1px solid var(--line);background:var(--card);border-radius:999px;padding:.35rem .7rem;cursor:pointer;font-family:var(--font);font-size:.82rem;font-weight:500;color:var(--muted)}.tab-row button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.tab-pills{display:flex;gap:.45rem;flex-wrap:wrap}.tab-pills button{border:1px solid var(--line);background:var(--card);border-radius:999px;padding:.38rem .7rem;cursor:pointer;font-family:var(--font);font-weight:600;font-size:.82rem;color:var(--muted)}.tab-pills button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.home-hero-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:1.25rem;overflow:hidden}.home-hero-copy{display:grid;gap:.3rem;align-content:center}.hero-kicker{display:inline-flex;width:fit-content;border-radius:999px;background:#fef3c7;color:var(--accent-text);font-weight:700;font-size:.75rem;padding:.22rem .6rem;margin-bottom:.3rem}.home-hero-copy h1{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:800;line-height:1.25;color:var(--ink)}.home-hero-copy p{margin-top:.4rem;color:var(--muted);font-size:.9rem;line-height:1.6}.hero-actions{margin-top:.85rem}.hero-main-cta{min-width:150px}.home-hero-notes{margin-top:.7rem;display:flex;gap:.45rem;flex-wrap:wrap}.home-hero-notes span{border-radius:999px;background:#f9fafb;border:1px solid var(--line);color:#374151;font-size:.73rem;font-weight:500;padding:.3rem .6rem}.home-hero-visual{position:relative;min-height:100%;border-radius:var(--radius-md);overflow:hidden;background:#fafbfc;border:1px solid var(--line)}.home-hero-proof{padding:.85rem}.hero-proof-head{font-size:.84rem;font-weight:700;color:var(--ink);margin-bottom:.6rem}.hero-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.hero-proof-item{display:grid;gap:.35rem}.hero-proof-item span{font-size:.72rem;font-weight:600;color:var(--muted)}.hero-proof-item img{width:100%;height:160px;object-fit:cover;border-radius:var(--radius-sm)}.showcase-compact-card{gap:.75rem}.showcase-compact-card h3{font-size:.95rem;font-weight:700;margin:0;color:var(--muted)}.showcase-results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.showcase-result-set{display:flex;align-items:stretch;gap:.35rem;padding:.4rem;background:#f9fafb;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;min-width:0}.showcase-thumb{flex:1;min-width:0;height:200px;object-fit:cover;border-radius:var(--radius-sm);cursor:pointer;transition:opacity .15s}.showcase-thumb:hover{opacity:.85}.showcase-thumb-result{outline:2px solid var(--accent);outline-offset:-2px}.showcase-arrow{color:#d1d5db;font-size:.85rem;font-weight:700;flex-shrink:0;display:flex;align-items:center}.showcase-lightbox{position:relative;display:flex;align-items:center;justify-content:center;max-width:90vw;max-height:90vh}.showcase-lb-img{max-width:80vw;max-height:80vh;object-fit:contain;border-radius:var(--radius-lg);box-shadow:0 8px 40px #0006}.showcase-lb-close{position:absolute;top:-12px;right:-12px;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--line);font-size:1.3rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);z-index:10}.showcase-lb-close:hover{background:#f3f4f6}.showcase-lb-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#ffffffe6;border:1px solid var(--line);font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);z-index:10}.showcase-lb-nav:hover{background:#fff}.showcase-lb-prev{left:-56px}.showcase-lb-next{right:-56px}.showcase-lb-counter{position:absolute;bottom:-32px;left:50%;transform:translate(-50%);font-size:.82rem;font-weight:600;color:#fff;background:#00000080;padding:.25rem .75rem;border-radius:999px}.showcase-card{display:grid;gap:.75rem}.showcase-head{display:flex;align-items:center;justify-content:space-between}.showcase-head h3{font-size:1rem;font-weight:700}.showcase-stack{display:grid;gap:.85rem}.showcase-triplet{border:1px solid var(--line);border-radius:var(--radius-md);background:#fafbfc;padding:.75rem}.showcase-triplet-title{font-size:.84rem;font-weight:700;color:var(--ink);margin-bottom:.55rem}.showcase-triplet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.showcase-item{display:grid;gap:.35rem}.showcase-item span{font-size:.72rem;font-weight:600;color:var(--muted)}.showcase-item img{width:100%;height:140px;object-fit:cover;border-radius:var(--radius-sm)}.home-quick-card{gap:1rem}.home-quick-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.home-quick-head h2{font-size:1.25rem;font-weight:700}.home-quota-inline{flex-shrink:0}.selector-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;min-width:0}.selector-box{border:2px dashed var(--line);border-radius:var(--radius-md);background:#fafbfc;min-height:220px;padding:1rem;display:grid;align-content:start;gap:.6rem;cursor:pointer;transition:border-color .15s,background .15s}.selector-box:hover{border-color:#d1d5db;background:#fafbfc}.selector-box-strong{background:#fffdf7;border-color:#fde68a;border-style:dashed}.selector-head{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.selector-head h3{font-size:1rem;font-weight:700;color:var(--ink)}.selector-title-row{gap:.4rem;align-items:center}.selector-title-stack{gap:.08rem}.selector-subtitle{font-size:.78rem;color:var(--muted)}.selector-step{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fef3c7;color:var(--accent-text);font-weight:800;font-size:.75rem;flex-shrink:0}.selector-count{min-width:28px;height:24px;border-radius:999px;background:#f3f4f6;color:#374151;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.82rem}.selector-toolbar{display:flex;justify-content:flex-end;align-items:center;gap:.5rem}.selector-clear-btn{font-size:.82rem;font-weight:600;color:#dc2626}.selector-empty{place-self:center;text-align:center;padding:1.5rem 0}.selector-empty b{color:var(--ink)}.selector-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.selector-preview-grid img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--radius-sm)}.home-generate-zone{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:var(--radius-md);padding:.8rem;background:#fffdf7}.home-quick-metrics{display:inline-flex;align-items:center;gap:.6rem}.home-quick-metrics-minimal{flex-direction:column;align-items:flex-start;gap:.1rem}.home-quick-metrics-minimal b{font-size:1rem}.home-quick-metrics-minimal span{color:var(--muted);font-size:.85rem}.create-main-btn{min-width:180px;min-height:44px;font-size:.95rem}.home-status{border-radius:999px;padding:.18rem .5rem;background:#fef3c7;color:var(--accent-text);font-size:.78rem;font-weight:600}.home-status.error{background:#fee2e2;color:#991b1b}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--card);max-width:100%;min-width:0}table{width:100%;border-collapse:collapse;table-layout:auto;min-width:0}th,td{padding:.6rem .7rem;text-align:left;vertical-align:top;border-bottom:1px solid #f3f4f6}th{font-size:.82rem;font-weight:600;color:var(--muted);background:#f9fafb}tbody tr:last-child td{border-bottom:none}.thumb{width:52px;height:52px;object-fit:cover;border-radius:var(--radius-sm)}.thumb-row{display:flex;gap:.35rem;flex-wrap:wrap}.thumb-zoom-wrap{position:relative;display:inline-block}.thumb-zoom-btn{position:absolute;bottom:4px;right:4px;width:26px;height:26px;border-radius:50%;background:#0000008c;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s}.thumb-zoom-wrap:hover .thumb-zoom-btn{opacity:1}.thumb-zoom-btn:hover{background:#000000bf}.pager-row{display:flex;align-items:center;justify-content:space-between;gap:.7rem;flex-wrap:wrap}.album-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.65rem;min-width:0}.album-item{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius-md)}.album-pick{border:none;padding:0;background:transparent;border-radius:var(--radius-md);position:relative;overflow:hidden;cursor:pointer}.album-pick.active{outline:2px solid var(--accent)}.album-toolbar{display:flex;justify-content:space-between;align-items:center;gap:.7rem;flex-wrap:wrap;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--card);padding:.6rem}.album-toolbar-stats{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}.album-toolbar-actions{justify-content:flex-end}.album-select-tag{position:absolute;top:6px;left:6px;z-index:1;border-radius:999px;padding:.12rem .45rem;font-size:.7rem;font-weight:700;color:#fff;background:#0000008c}.media-cell{display:grid;gap:.2rem}.media-section-card{background:#fafbfc}.media-upload-stack{background:#f9fafb;border:1px solid var(--line);border-radius:var(--radius-md);padding:.7rem}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.65rem;min-width:0}.media-item-card{border-radius:var(--radius-md);background:#f9fafb;border:1px solid var(--line);padding:.4rem;display:grid;gap:.3rem}.media-item-image{border-radius:var(--radius-sm)}.media-name{font-size:.72rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.7rem}.picker-item{border:1px solid var(--line);border-radius:var(--radius-md);padding:.5rem;background:var(--card);text-align:left;cursor:pointer;display:grid;gap:.4rem}.picker-item img{width:100%;height:160px;object-fit:cover;border-radius:var(--radius-sm)}.picker-item.selected{outline:2px solid var(--accent)}.picker-item span{font-size:.875rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:120;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-card{width:min(920px,96vw);max-height:92vh;overflow:auto;background:var(--card);border-radius:var(--radius-lg);padding:1.1rem}.modal-head{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem}.modal-head h3{margin:0;font-weight:700}.modal-grid{max-height:54vh;overflow:auto;padding-right:.2rem}.modal-foot{margin-top:.8rem;border-top:1px solid var(--line);padding-top:.7rem;display:flex;justify-content:space-between;align-items:center;gap:.6rem;flex-wrap:wrap}.modal-content{background:var(--card);border-radius:var(--radius-lg);padding:1.5rem;position:relative;box-shadow:0 8px 32px #0000002e}.modal-close{position:absolute;top:.6rem;right:.7rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--muted);line-height:1;padding:.2rem .4rem;border-radius:6px}.modal-close:hover{background:#f3f4f6;color:var(--ink)}.create-success-modal{width:min(440px,94vw)}.create-success-modal h3{margin:0}.bonus-modal,.inline-auth-modal{width:min(100%,420px)}.dropzone{border:2px dashed var(--line);border-radius:var(--radius-md);min-height:160px;display:grid;place-items:center;text-align:center;padding:1rem;background:#fafbfc;cursor:pointer;transition:border-color .15s,background .15s}.dropzone.drag{background:#fffbeb;border-color:var(--accent)}.dropzone input{display:none}.lb-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;z-index:200;display:flex;align-items:center;justify-content:center}.lb-container{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.lb-close{position:absolute;top:16px;right:16px;z-index:10;width:44px;height:44px;border-radius:50%;background:#ffffff26;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.lb-close:hover{background:#ffffff4d}.lb-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;border-radius:50%;background:#ffffff26;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.lb-arrow:hover{background:#ffffff4d}.lb-arrow-left{left:8px}.lb-arrow-right{right:8px}.lb-stage{flex:1;display:flex;align-items:center;justify-content:center;width:100%;overflow:hidden;padding:60px 80px}.lb-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:var(--radius-md);transition:transform .15s ease;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.lb-bottom-bar{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;padding:.4rem .8rem;z-index:10}.lb-tools{display:flex;align-items:center;gap:.25rem}.lb-tool{width:40px;height:40px;border-radius:50%;background:transparent;border:none;color:#fffc;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.lb-tool:hover{background:#ffffff26;color:#fff}.lb-counter{font-size:.82rem;font-weight:600;color:#ffffffb3;white-space:nowrap;padding:0 .35rem}.collage-modal{width:min(1100px,96vw)}.collage-preview-wrap{background:#f9fafb;border:1px solid var(--line);border-radius:var(--radius-md);min-height:260px;padding:.8rem;display:grid;place-items:center}.collage-preview{max-width:100%;max-height:65vh;border-radius:var(--radius-sm)}.media-library-card{min-height:min(84vh,760px)}.media-picker-grid{min-height:360px;align-content:start}.media-picker-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb-close-modal{width:36px;height:36px;border-radius:50%;background:#f3f4f6;border:none;color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.lb-close-modal:hover{background:#e5e7eb}.picker-upload-box{display:flex;align-items:center;justify-content:center;border:2px dashed var(--line);border-radius:var(--radius-md);background:#fafbfc;cursor:pointer;transition:border-color .15s,background .15s;min-height:120px;aspect-ratio:1/1}.picker-upload-box:hover{border-color:#d1d5db;background:#f3f4f6}.picker-upload-box.drag{border-color:var(--accent);background:#fffbeb}.picker-upload-box.uploading{opacity:.6;pointer-events:none}.picker-upload-inner{display:flex;flex-direction:column;align-items:center;gap:.3rem;color:var(--muted);font-size:.78rem;font-weight:600}.spinner-inline{width:10px;height:10px;border-radius:50%;border:2px solid var(--accent);border-top-color:transparent;display:inline-block;margin-right:6px;vertical-align:-1px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.phone-verify-modal{max-width:400px;width:92vw;text-align:center}.phone-verify-modal h3{margin:0 0 .3rem}.phone-verify-modal .stack{text-align:left}.phone-verify-done{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 0}.phone-verify-done h3{color:#16a34a}.floating-support{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.6rem;z-index:100}.floating-support-btn{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 12px #0003;transition:transform .15s,box-shadow .15s;text-decoration:none}.floating-support-btn:hover{transform:scale(1.1);box-shadow:0 4px 18px #00000040}.floating-zalo{background:#0068ff}.floating-facebook{background:#1877f2}.topnav-verify-banner{background:linear-gradient(90deg,#2563eb,#7c3aed);color:#fff;text-align:center;font-size:.8rem;font-weight:600;padding:.4rem .75rem;border-radius:var(--radius-md);margin-bottom:.35rem;cursor:pointer;transition:opacity .15s}.topnav-verify-banner:hover{opacity:.9}.phone-verified-tag{display:inline-block;background:#dcfce7;color:#16a34a;font-size:.7rem;font-weight:700;padding:.1rem .45rem;border-radius:999px;margin-left:.3rem;vertical-align:middle}.phone-unverified{display:flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.85rem}.album-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.album-header h2{margin:0}.album-header-right{display:flex;align-items:center;gap:.75rem}.album-header-right .pager-row{margin:0;padding:0}.album-check{position:absolute;top:6px;left:6px;width:22px;height:22px;border-radius:50%;border:2px solid #fff;background:#0000004d;color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:2;pointer-events:none}.album-pick.active .album-check{background:var(--accent);border-color:var(--accent)}.album-bottom-bar{position:sticky;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:.5rem;background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:.6rem 1rem;z-index:30;box-shadow:0 -2px 12px #0000000f}.album-bottom-bar-active{background:#fffbeb;border-color:var(--accent)}.album-bottom-left,.album-bottom-right{display:flex;align-items:center;gap:.4rem}.album-selected-count{font-size:.82rem;font-weight:700;color:var(--accent-text)}.authgate-wrap{display:flex;align-items:center;justify-content:center;min-height:50vh}.authgate-card{max-width:420px;width:100%;text-align:center}.authgate-card h2{margin:0 0 .3rem;font-size:1.15rem}.authgate-card .stack{text-align:left}.mobile-bottom-nav{display:none}.tab-item{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem}.tab-icon{display:inline-flex;line-height:0}.tab-label{line-height:1}@media (max-width: 980px){.sidebar{display:none}body{background:#fff}.topnav{position:fixed;top:0;left:0;right:0;margin-bottom:0;border-radius:0;border-left:none;border-right:none;border-top:none;z-index:100}.main-panel{margin-left:0;width:100%;padding:4.25rem .6rem 6.25rem}.main-panel.has-verify-banner{padding-top:5.9rem}.topnav-right{justify-content:flex-end}.stack-lg{gap:.5rem}.card{border-radius:var(--radius-md);border-left:none;border-right:none;border-radius:0;margin-left:-.6rem;margin-right:-.6rem;padding:.85rem}.page-head{border-radius:0;border-left:none;border-right:none;margin:0 -.6rem .5rem;padding:.85rem}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:140;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));background:#fff;border-top:1px solid var(--line);padding:.45rem .25rem calc(.45rem + env(safe-area-inset-bottom));gap:0;box-shadow:0 -2px 12px #0000000f}.mobile-bottom-nav a{border-radius:var(--radius-md);padding:.5rem .2rem;font-size:.68rem;font-weight:600;color:#9ca3af;text-align:center;transition:color .15s,background .15s}.mobile-bottom-nav .tab-icon svg{width:24px;height:24px}.mobile-bottom-nav a.active{color:var(--accent-hover);background:#fffbeb}.mobile-bottom-nav .tab-label{font-size:.65rem;margin-top:2px}.home-hero-card{grid-template-columns:1fr}.home-hero-visual{min-height:auto}.selector-grid{grid-template-columns:1fr;gap:.7rem}.selector-box{min-height:180px;padding:.85rem}.hero-proof-grid,.showcase-triplet-grid,.showcase-results-grid{grid-template-columns:1fr}.showcase-result-set{gap:.3rem}.showcase-thumb,.showcase-thumb-result{height:140px}.home-generate-zone{flex-direction:column;align-items:stretch}.create-main-btn{width:100%}.package-grid{grid-template-columns:1fr}.payment-layout{flex-direction:column;align-items:stretch}.payment-qr{width:100%;max-width:260px;height:auto;aspect-ratio:1}.payment-detail{min-width:0}.quota-grid,.profile-grid{grid-template-columns:1fr}.profile-cards-row{grid-template-columns:repeat(2,minmax(0,1fr))}.packages-tx-table table{min-width:0;width:100%}.packages-tx-table thead{display:none}.packages-tx-table tbody,.packages-tx-table tr,.packages-tx-table td{display:block;width:100%}.packages-tx-table tr{margin-bottom:.6rem;padding:.5rem;background:#f9fafb;border-radius:var(--radius-md);border:1px solid var(--line)}.packages-tx-table td{border:none;padding:.25rem 0;display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.packages-tx-table td:before{content:attr(data-label);font-weight:700;color:var(--muted);flex:0 0 88px;font-size:.82rem}.album-toolbar-actions{width:100%;justify-content:flex-start;gap:.4rem}.topnav-verify-banner{position:fixed;top:0;left:0;right:0;border-radius:0;z-index:101;margin-bottom:0}.topnav-verify-banner+.topnav{top:1.6rem}.album-bottom-bar{position:fixed;bottom:60px;left:0;right:0;border-radius:0;border-left:none;border-right:none}.album-header-right .pager-row .row{gap:.2rem}.album-header-right .pager-row .row .btn{padding:.3rem .5rem;font-size:.72rem}.media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.media-picker-grid{min-height:280px}.table-wrap{width:100%;overflow-x:auto}table{min-width:650px}.row{gap:.4rem}.auth-card{margin:1rem auto;width:min(94vw,440px)}.home-intro-features{grid-template-columns:repeat(2,minmax(0,1fr))}.promo-banner{font-size:.72rem;padding:.4rem .75rem;border-radius:0;margin-left:-.6rem;margin-right:-.6rem}.media-tab-row{gap:.3rem}.media-tab-row button{font-size:.72rem;padding:.4rem .55rem}.lb-stage{padding:50px 12px 80px}.lb-close{top:10px;right:10px;width:38px;height:38px}.lb-arrow{width:36px;height:36px}.lb-arrow-left{left:6px}.lb-arrow-right{right:6px}.lb-bottom-bar{bottom:12px;padding:.3rem .6rem}.lb-tool{width:36px;height:36px}.thumb-zoom-btn{opacity:1}.album-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.skeleton-card{min-height:120px}.floating-support{bottom:70px;right:.75rem}.floating-support-btn{width:42px;height:42px}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.processing-section{margin-bottom:1.2rem}.processing-label{font-size:.85rem;font-weight:600;color:var(--accent);margin-bottom:.6rem;display:flex;align-items:center;gap:.4rem}.processing-label:before{content:"";display:inline-block;width:8px;height:8px;background:var(--accent);border-radius:50%;animation:pulse-dot 1.2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.skeleton-card{position:relative;min-height:160px;border-radius:var(--radius-sm);background:var(--card);border:1.5px dashed var(--line);overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.skeleton-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--bg) 25%,#e8e8e8 37%,var(--bg) 63%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:var(--radius-sm)}.skeleton-text{position:relative;z-index:1;font-size:.75rem;font-weight:500;color:var(--muted);background:#ffffffd9;padding:.2rem .6rem;border-radius:4px}
