@import url(https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App{flex-direction:column;height:100vh}.App,.App2{display:flex;width:100%}.App2{flex-direction:row}.sidebar{width:10vh;background-color:#f5f5f5;display:flex;flex-direction:column;align-items:center;padding:20px 0}.sidebar .icon{font-size:24px;margin:15px 0;cursor:pointer;color:#555}.sidebar .logout{margin-top:auto;color:red}.main-content{display:flex;flex-direction:column;flex:1 1;padding:20px;height:10vh}.header{display:flex;flex-direction:column;align-items:start}.header-content{display:grid;grid-template-columns:auto 1fr;align-items:center;grid-column-gap:24px;column-gap:24px}.header-content h1{grid-column:2;font-size:clamp(1.8rem,3vw,2.5rem);color:#ff4081;margin:0;text-align:center;white-space:nowrap}.header p{margin:0 20px;font-size:clamp(1rem,2vw,1.2rem);color:#555}.sub-content{display:flex;align-items:center;grid-gap:15px;gap:15px;margin-top:10px}.sub-content p{margin:0;font-size:clamp(1rem,2vw,1.2rem);color:#555}.group{display:flex;align-items:center;grid-gap:10px;gap:10px}.header-content .actions{grid-column:1;display:flex;grid-gap:32px;gap:32px;justify-content:flex-start;align-items:center}.header-content .actions .group{display:flex;align-items:center;grid-gap:8px;gap:8px}.header-content .actions .group p{margin:0}.clear-btn{background:transparent;border:none;color:#a50137;font-size:24px;line-height:1;cursor:pointer}.clear-btn:hover{color:#6f0126}@media (max-width:768px){.header-content{grid-template-columns:1fr;grid-row-gap:8px;row-gap:8px}.header-content h1{grid-column:1}.header-content .actions{grid-column:1;justify-content:center;flex-wrap:wrap}}.upload-btn{background-color:#ff4081;border:none;border-radius:5px;cursor:pointer;font-size:clamp(.5rem,1vw,.6rem)}.create-folder-btn{border-radius:5px;font-size:clamp(1rem,2vw,1.2rem)}.profile-pic{width:50px;height:50px;border-radius:50%;object-fit:cover}.content-area{text-align:center;margin-top:50px}.folder-section{text-align:left;font-size:18px;color:#ff4081;margin-bottom:30px}.create-folder-btn{padding:15px 30px;background-color:#ff4081;color:#fff;border:none;border-radius:50px;font-size:16px;cursor:pointer}.gallery{display:flex;flex-wrap:wrap;grid-gap:16px;gap:16px}.gallery-item{width:180px;text-align:center;overflow:hidden}.gallery-item img{width:100%;height:180px;object-fit:cover;border-radius:8px;display:block}.gallery-item p{margin:6px 0 0;font-size:12px;color:#374151;word-break:break-all;overflow-wrap:break-word;white-space:normal}.gallery-pagination{display:flex;align-items:center;justify-content:center;grid-gap:6px;gap:6px;margin:24px 0 8px;flex-wrap:wrap}.gallery-page-btn{min-width:36px;height:36px;padding:0 10px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;color:#333;font-size:14px;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.gallery-page-btn--active,.gallery-page-btn:hover:not(:disabled){background:#f80353;color:#fff;border-color:#f80353}.gallery-page-btn--active{font-weight:600}.gallery-page-btn:disabled{opacity:.4;cursor:not-allowed}.gallery-page-ellipsis{color:#999;font-size:14px;padding:0 4px}.loader{font-size:16px;color:#555;margin-top:10px}.modal-overlay{display:flex!important;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);align-items:center;justify-content:center}.modal{background:#fff;padding:20px;border-radius:10px}.header{position:relative;padding:20px 40px;background-color:#fff}.header-top{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:14px}.header-title{font-size:32px;font-weight:700;color:#f80353;margin:0;text-align:left}.header-content{margin-top:30px;display:flex;flex-direction:column;align-items:stretch;grid-gap:0;gap:0}.assets-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:25px;gap:25px;width:100%}.asset-card{background:linear-gradient(135deg,#fff,#f9f9f9);border:2px solid #f0f0f0;border-radius:12px;padding:24px;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}.asset-card:hover{border-color:#f80353;box-shadow:0 4px 16px rgba(248,3,83,.12)}.asset-header{justify-content:space-between;margin-bottom:16px;grid-gap:12px;gap:12px}.asset-header,.asset-title{display:flex;align-items:center}.asset-title{grid-gap:10px;gap:10px;font-size:16px;font-weight:600;color:#1e1e1e;margin:0;flex:1 1}.asset-title svg{color:#f80353;flex-shrink:0}.asset-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.asset-badge.uploaded{background-color:#d1fae5;color:#065f46}.asset-badge.pending{background-color:#fef3c7;color:#92400e}.asset-badge.optional{background-color:#e0e7ff;color:#3730a3}.asset-upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;border:2px dashed #f80353;border-radius:10px;background-color:rgba(248,3,83,.03);cursor:pointer;transition:all .3s ease;text-align:center}.asset-upload-area:hover{background-color:rgba(248,3,83,.08);border-color:#d10247}.upload-icon{color:#f80353;margin-bottom:12px;opacity:.8}.asset-upload-area p{font-size:15px;font-weight:600;color:#1e1e1e;margin:8px 0}.asset-upload-area span{font-size:13px;color:#666}.asset-preview{display:flex;flex-direction:column;align-items:center;grid-gap:16px;gap:16px}.preview-thumbnail{max-width:100%;max-height:200px;border-radius:8px;border:1px solid #e5e5e5;object-fit:contain;cursor:pointer;transition:all .3s ease}.preview-thumbnail:hover{box-shadow:0 4px 12px rgba(248,3,83,.2);transform:scale(1.02)}.asset-actions{display:flex;grid-gap:8px;gap:8px;width:100%;flex-wrap:wrap;justify-content:center}.action-btn{display:flex;align-items:center;grid-gap:6px;gap:6px;padding:8px 14px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.view-btn{background-color:#e0e7ff;color:#3730a3}.view-btn:hover{background-color:#c7d2fe}.upload-btn{background-color:#f80353;color:#fff}.upload-btn:hover{background-color:#d10247}.remove-btn{background-color:#fee2e2;color:#991b1b}.remove-btn:hover{background-color:#fca5a5}.action-btn svg{width:14px;height:14px;flex-shrink:0}.preview-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}.preview-modal-content{background-color:#fff;border-radius:12px;overflow:hidden;max-width:90vh;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px rgba(0,0,0,.3);animation:slideUp .3s ease}.preview-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #f0f0f0;background-color:#f9f9f9}.preview-modal-header h2{margin:0;font-size:18px;font-weight:600;color:#1e1e1e}.preview-close-btn{background-color:initial;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;color:#666}.preview-close-btn:hover{background-color:#f0f0f0;color:#1e1e1e}.preview-close-btn svg{width:20px;height:20px}.preview-image{max-width:100%;max-height:calc(90vh - 80px);object-fit:contain;padding:20px}.profile-container{position:relative;display:inline-block}.profile-icon-header{width:40px;height:40px;border-radius:50%;background:#f3f4f6;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#374151}.profile-photo-header{width:40px;height:40px;border-radius:50%;border:2.5px solid #fff;box-shadow:0 6px 16px rgba(248,3,83,.18);object-fit:cover;cursor:pointer}.hdr-profile-wrapper{position:relative}.hdr-profile-wrapper .profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.12);padding:6px;min-width:160px;border:1px solid #e5e7eb;z-index:9999;animation:fadeInDown .15s ease-out;display:flex;flex-direction:column}.hdr-profile-wrapper .profile-menu-btn{display:flex;align-items:center;grid-gap:10px;gap:10px;width:100%;text-align:left;background:transparent;color:#111827;border:none;padding:12px 16px;border-radius:8px;font-family:"Inter",sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.hdr-profile-wrapper .profile-menu-btn:hover{background:#f3f4f6;color:#f80353}.hdr-profile-wrapper .logout-btn{display:flex;align-items:center;grid-gap:10px;gap:10px;width:100%;text-align:left;background:transparent;color:#dc2626;border:none;padding:12px 16px;border-radius:8px;font-family:"Inter",sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.hdr-profile-wrapper .logout-btn:hover{background:#fef2f2}.logout-overlay-btn{position:absolute;top:-5px;right:-5px;width:24px;height:24px;border-radius:50%;background-color:#dc2626;color:#fff;border:2px solid #fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.15)}.logout-overlay-btn:hover{background-color:#b91c1c;transform:scale(1.1)}.logout-overlay-btn svg{width:12px;height:12px}.header-top-right{display:flex;align-items:center;grid-gap:10px;gap:10px}.hdr-search-bar{display:flex;align-items:center;grid-gap:8px;gap:8px;background:#f9fafb;padding:9px 14px;border-radius:10px;border:1px solid #e5e7eb;width:220px}.hdr-search-bar img{width:16px;height:16px;opacity:.45;flex-shrink:0}.hdr-search-bar input{border:none;background:transparent;outline:none;font-size:13px;color:#374151;width:100%;font-family:"Inter",sans-serif}.hdr-search-bar input::placeholder{color:#9ca3af}.hdr-credits-badge{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;padding:9px 14px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:700;font-family:"Inter",sans-serif;box-shadow:0 4px 12px rgba(245,158,11,.35);white-space:nowrap}.hdr-credits-badge--empty{background:linear-gradient(135deg,#f87171,#ef4444);box-shadow:0 4px 12px rgba(239,68,68,.3)}.hdr-buy-credits-btn{display:inline-flex;align-items:center;padding:9px 14px;background:linear-gradient(135deg,#f80353,#d6023e);color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;font-family:"Inter",sans-serif;box-shadow:0 4px 12px rgba(248,3,83,.3);transition:all .18s;white-space:nowrap}.hdr-buy-credits-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(248,3,83,.4)}.hdr-settings-wrapper{position:relative}.hdr-settings-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;color:#374151;transition:background .18s,color .18s,border-color .18s}.hdr-settings-btn:hover{background:#f80353;color:#fff;border-color:#f80353}.hdr-settings-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #f3f4f6;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);min-width:165px;overflow:hidden;z-index:200;animation:hdrSettingsFade .15s ease}@keyframes hdrSettingsFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.hdr-settings-option{display:flex;align-items:center;grid-gap:9px;gap:9px;width:100%;padding:11px 14px;background:none;border:none;font-size:13px;font-weight:600;color:#374151;font-family:"Inter",sans-serif;cursor:pointer;text-align:left;transition:background .15s,color .15s}.hdr-settings-option:hover{background:#fef2f5;color:#f80353}.hdr-settings-option+.hdr-settings-option{border-top:1px solid #f3f4f6}.hdr-ac-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:1000}.hdr-ac-modal{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.18)}.hdr-ac-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.hdr-ac-header h2{font-size:18px;font-weight:700;color:#111;margin:0}.hdr-ac-close{background:none;border:none;cursor:pointer;color:#9ca3af;padding:4px;display:flex;align-items:center}.hdr-ac-close:hover{color:#374151}.hdr-ac-sub{font-size:13px;color:#6b7280;margin-bottom:24px}.hdr-ac-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f3f4f6}.hdr-ac-toggle-row:last-of-type{border-bottom:none}.hdr-ac-toggle-info{display:flex;flex-direction:column;grid-gap:2px;gap:2px}.hdr-ac-toggle-label{font-size:14px;font-weight:600;color:#111}.hdr-ac-toggle-desc{font-size:12px;color:#9ca3af}.hdr-ac-toggle{position:relative;width:44px;height:24px;border-radius:12px;background:#e5e7eb;border:none;cursor:pointer;transition:background .2s;flex-shrink:0}.hdr-ac-toggle--on{background:#f80353}.hdr-ac-toggle-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 4px rgba(0,0,0,.15)}.hdr-ac-toggle--on .hdr-ac-toggle-thumb{transform:translateX(20px)}.hdr-ac-footer{display:flex;grid-gap:10px;gap:10px;justify-content:flex-end;margin-top:24px}.hdr-ac-cancel{padding:9px 20px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer}.hdr-ac-cancel:hover{background:#f9fafb}.hdr-ac-save{padding:9px 20px;border:none;border-radius:8px;background:#f80353;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.hdr-ac-save:hover:not(:disabled){background:#d6023f}.hdr-ac-save:disabled{opacity:.6;cursor:not-allowed}.bcp-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-start;justify-content:center;z-index:10000;overflow-y:auto;padding:24px 16px;animation:bcpFadeIn .2s ease}@keyframes bcpFadeIn{0%{opacity:0}to{opacity:1}}.bcp-sheet{position:relative;background:#f8f9fc;border-radius:24px;width:100%;max-width:1060px;padding:48px 40px 40px;box-shadow:0 32px 80px rgba(0,0,0,.22);animation:bcpSlideUp .28s cubic-bezier(.16,1,.3,1);font-family:"Inter",sans-serif}@keyframes bcpSlideUp{0%{transform:translateY(32px);opacity:0}to{transform:translateY(0);opacity:1}}.bcp-close{position:absolute;top:18px;right:18px;background:#f3f4f6;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.bcp-close:hover{background:#e5e7eb}.bcp-close svg{width:16px;height:16px;color:#374151}.bcp-hero{text-align:center;margin-bottom:36px}.bcp-title{font-size:28px;font-weight:800;color:#111827;letter-spacing:-.8px;margin:0 0 10px}.bcp-subtitle{font-size:15px;color:#6b7280;max-width:520px;margin:0 auto;line-height:1.55}.bcp-loader{display:flex;flex-direction:column;align-items:center;grid-gap:14px;gap:14px;padding:60px 0;color:#6b7280;font-size:14px;font-weight:500}.bcp-spinner{width:36px;height:36px;border-radius:50%;border:3px solid rgba(248,3,83,.15);border-top-color:#f80353;animation:bcpSpin .75s linear infinite}@keyframes bcpSpin{to{transform:rotate(1turn)}}.bcp-error{text-align:center;padding:40px 0;color:#dc2626;font-size:14px;font-weight:600}.bcp-cards{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:18px;gap:18px;margin-bottom:32px}.bcp-card{position:relative;background:#fff;border-radius:18px;padding:28px 20px 22px;border:1.5px solid #e5e7eb;display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;flex-basis:calc(33.333% - 13px);min-width:200px;max-width:320px;box-sizing:border-box}.bcp-card--starter{border-color:#93c5fd;background:#eff6ff}.bcp-card--basic{border-color:#a5b4fc;background:#eef2ff}.bcp-card--growth{border-color:#fbbf24;background:#fffbeb}.bcp-card--purple{border-color:#c4b5fd;background:#f5f3ff}.bcp-card--scale{border-color:#6ee7b7;background:#f0fdf4}.bcp-card--popular-ring{border-width:2px;box-shadow:0 0 0 3px rgba(248,3,83,.12)}.bcp-popular-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:#f80353;color:#fff;font-size:11px;font-weight:700;padding:4px 14px;border-radius:100px;letter-spacing:.4px;white-space:nowrap}.bcp-card-header{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-bottom:12px}.bcp-plan-icon{font-size:20px}.bcp-plan-name{font-size:17px;font-weight:800;color:#111827;margin:0;letter-spacing:-.4px}.bcp-plan-name span{color:#6b7280;font-weight:600}.bcp-price-row{display:flex;align-items:baseline;grid-gap:5px;gap:5px;margin-bottom:2px;flex-wrap:wrap}.bcp-price{font-size:26px;font-weight:800;color:#111827;letter-spacing:-1px}.bcp-per{font-size:12px;color:#6b7280;font-weight:500}.bcp-gst-note{font-size:11px;color:#9ca3af;font-weight:500;margin:0 0 4px}.bcp-photos{font-size:13px;font-weight:700;color:#374151;margin:0 0 12px}.bcp-divider{border:none;border-top:1px solid rgba(0,0,0,.08);margin:0 0 12px}.bcp-features{list-style:none;margin:0 0 18px;padding:0;flex-direction:column;flex:1 1}.bcp-features,.bcp-features li{display:flex;grid-gap:7px;gap:7px}.bcp-features li{align-items:flex-start;font-size:12.5px;color:#374151;font-weight:500;line-height:1.4}.bcp-check{width:15px;height:15px;flex-shrink:0;color:#059669;margin-top:1px}.bcp-buy-btn{width:100%;padding:12px;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;font-family:"Inter",sans-serif;transition:all .18s;letter-spacing:.1px;margin-top:auto}.bcp-btn-blue{background:#2563eb;color:#fff;box-shadow:0 4px 12px rgba(37,99,235,.28)}.bcp-btn-indigo{background:#4f46e5;color:#fff;box-shadow:0 4px 12px rgba(79,70,229,.28)}.bcp-btn-orange{background:#d97706;color:#fff;box-shadow:0 4px 12px rgba(217,119,6,.28)}.bcp-btn-purple{background:#7c3aed;color:#fff;box-shadow:0 4px 12px rgba(124,58,237,.28)}.bcp-btn-green{background:#15803d;color:#fff;box-shadow:0 4px 12px rgba(21,128,61,.28)}.bcp-buy-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.bcp-info-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-top:4px}.bcp-info-card{border-radius:16px;padding:22px 22px 18px;border:1.5px solid}.bcp-info-card--pricing{background:#fff9f0;border-color:#fed7aa}.bcp-info-card--smart{background:#f0f9ff;border-color:#bae6fd}.bcp-info-card h3{font-size:15px;font-weight:800;margin:0 0 14px;letter-spacing:-.3px}.bcp-info-card--pricing h3{color:#c2410c}.bcp-info-card--smart h3{color:#0369a1}.bcp-info-card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;grid-gap:8px;gap:8px}.bcp-info-card ul li{display:flex;align-items:flex-start;grid-gap:7px;gap:7px;font-size:13px;color:#374151;font-weight:500;line-height:1.4}.bcp-info-card ul li .bcp-check{color:#059669}.bcp-purchase{display:flex;flex-direction:column;grid-gap:24px;gap:24px;padding-top:4px}.bcp-purchase-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;grid-gap:12px;gap:12px}.bcp-back-btn{display:flex;align-items:center;grid-gap:6px;gap:6px;background:none;border:1.5px solid #e5e7eb;border-radius:10px;padding:8px 16px;font-size:13px;font-weight:600;color:#374151;cursor:pointer;font-family:"Inter",sans-serif;transition:all .15s}.bcp-back-btn:hover{background:#f3f4f6;border-color:#d1d5db}.bcp-back-btn svg{width:16px;height:16px}.bcp-purchase-plan-badge{display:flex;align-items:center;grid-gap:8px;gap:8px;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;padding:8px 16px}.bcp-purchase-plan-name{font-size:14px;font-weight:700;color:#111827}.bcp-purchase-plan-price{font-size:13px;color:#6b7280;font-weight:500}.bcp-qty-section{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.bcp-qty-label{font-size:15px;font-weight:700;color:#111827;letter-spacing:-.2px}.bcp-qty-wrap{display:flex;align-items:center;background:#fff;border:1.5px solid #d1d5db;border-radius:12px;overflow:hidden;transition:border-color .15s}.bcp-qty-wrap:focus-within{border-color:#f80353;box-shadow:0 0 0 3px rgba(248,3,83,.1)}.bcp-qty-wrap--error{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.1)!important}.bcp-qty-input{flex:1 1;border:none;outline:none;padding:14px 16px;font-size:22px;font-weight:800;color:#111827;font-family:"Inter",sans-serif;background:transparent;letter-spacing:-.5px;min-width:0}.bcp-qty-input::-webkit-inner-spin-button,.bcp-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.bcp-qty-input[type=number]{-moz-appearance:textfield}.bcp-qty-unit{padding:0 16px;font-size:13px;font-weight:600;color:#9ca3af;white-space:nowrap}.bcp-qty-hint{font-size:12px;color:#9ca3af;font-weight:500;margin:0}.bcp-qty-error{font-size:12px;color:#ef4444;font-weight:600;margin:0}.bcp-coupon-section{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.bcp-coupon-wrap{display:flex;grid-gap:8px;gap:8px}.bcp-coupon-input{flex:1 1;border:1.5px solid #d1d5db;border-radius:10px;padding:11px 14px;font-size:14px;font-weight:600;color:#111827;font-family:"Inter",sans-serif;outline:none;letter-spacing:.5px;transition:border-color .15s}.bcp-coupon-input:focus{border-color:#f80353;box-shadow:0 0 0 3px rgba(248,3,83,.1)}.bcp-coupon-input::placeholder{color:#9ca3af;font-weight:400;letter-spacing:0}.bcp-coupon-apply-btn{padding:11px 20px;border:none;border-radius:10px;background:#111827;color:#fff;font-size:13px;font-weight:700;cursor:pointer;font-family:"Inter",sans-serif;transition:background .15s;white-space:nowrap;display:flex;align-items:center;grid-gap:6px;gap:6px}.bcp-coupon-apply-btn:hover:not(:disabled){background:#374151}.bcp-coupon-apply-btn:disabled{opacity:.45;cursor:not-allowed}.bcp-coupon-applied{display:flex;align-items:center;justify-content:space-between;background:#f0fdf4;border:1.5px solid #86efac;border-radius:10px;padding:10px 14px}.bcp-coupon-tag{font-size:13px;font-weight:700;color:#15803d;letter-spacing:.3px}.bcp-coupon-remove{background:none;border:none;font-size:12px;font-weight:600;color:#6b7280;cursor:pointer;font-family:"Inter",sans-serif;padding:2px 6px;border-radius:6px;transition:color .15s}.bcp-coupon-remove:hover{color:#dc2626}.bcp-breakdown-discount span{color:#15803d!important}.bcp-breakdown-discount span:last-child{color:#15803d!important;font-weight:700!important}.bcp-breakdown{background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;padding:20px 22px;display:flex;flex-direction:column;grid-gap:10px;gap:10px}.bcp-breakdown-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#374151;font-weight:500}.bcp-breakdown-row span:last-child{font-weight:600;color:#111827}.bcp-breakdown-divider{height:1px;background:#e5e7eb;margin:4px 0}.bcp-breakdown-total{font-size:16px;font-weight:800!important}.bcp-breakdown-total span{color:#111827!important;font-weight:800!important}.bcp-breakdown-total span:last-child{color:#f80353!important;font-size:18px}.bcp-pay-btn{width:100%;padding:16px;border:none;border-radius:12px;font-size:16px;font-weight:800;cursor:pointer;font-family:"Inter",sans-serif;transition:all .18s;letter-spacing:.1px}.bcp-pay-btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important;filter:none!important}.bcp-pay-btn:not(:disabled):hover{filter:brightness(1.08);transform:translateY(-2px)}.bcp-api-error{background:#fef2f2;border:1.5px solid #fca5a5;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:600;color:#dc2626;margin:0}.bcp-pay-spinner{display:inline-block;width:14px;height:14px;border-radius:50%;border:2px solid hsla(0,0%,100%,.4);border-top-color:#fff;animation:bcpSpin .7s linear infinite;margin-right:8px;vertical-align:middle}.bcp-success{align-items:center;text-align:center;padding:20px 0}.bcp-success-icon{font-size:64px;margin-bottom:16px}.bcp-success-title{font-size:26px;font-weight:800;color:#111827;letter-spacing:-.6px;margin:0 0 10px}.bcp-success-msg{font-size:15px;color:#4b5563;margin:0 0 32px;line-height:1.55}.bcp-pay-note{text-align:center;font-size:12px;color:#9ca3af;font-weight:500;margin:0;line-height:1.5}@media (max-width:860px){.bcp-card{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 10px)}}@media (max-width:560px){.bcp-sheet{padding:40px 16px 28px;border-radius:18px}.bcp-card{flex:0 0 100%;max-width:100%}.bcp-info-row{grid-template-columns:1fr}.bcp-title{font-size:22px}}.wt-root{z-index:99000;pointer-events:none}.wt-backdrop,.wt-root{position:fixed;inset:0}.wt-backdrop{background:rgba(0,0,0,.65);pointer-events:all}.wt-spotlight{position:fixed;border-radius:8px;box-shadow:0 0 0 9999px rgba(0,0,0,.65);pointer-events:none;z-index:99001;transition:top .25s ease,left .25s ease,width .25s ease,height .25s ease}.wt-tooltip{position:fixed;z-index:99002;background:#fff;border-radius:12px;padding:20px;box-shadow:0 8px 32px rgba(0,0,0,.22);pointer-events:all;animation:wt-pop .2s ease}@keyframes wt-pop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.wt-tooltip--arrow-bottom:before{top:-8px;border:8px solid transparent;border-top:none;border-bottom:8px solid #fff}.wt-tooltip--arrow-bottom:before,.wt-tooltip--arrow-top:before{content:"";position:absolute;left:50%;transform:translateX(-50%)}.wt-tooltip--arrow-top:before{bottom:-8px;border:8px solid transparent;border-top-color:#fff;border-bottom:none}.wt-tooltip--arrow-left:before{content:"";position:absolute;top:20px;right:-8px;border:8px solid transparent;border-right:none;border-left:8px solid #fff}.wt-tooltip--arrow-right:before{content:"";position:absolute;top:20px;left:-8px;border:8px solid transparent;border-right-color:#fff;border-left:none}.wt-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.wt-counter{font-size:12px;font-weight:600;color:#f80353;background:#fff0f4;padding:2px 8px;border-radius:20px}.wt-skip{background:none;border:none;font-size:12px;color:#aaa;cursor:pointer;padding:0;transition:color .15s}.wt-skip:hover{color:#f80353}.wt-title{font-size:16px;font-weight:700;color:#111;margin:0 0 8px}.wt-desc{font-size:14px;color:#555;line-height:1.6;margin:0 0 16px}.wt-footer{justify-content:space-between;grid-gap:12px;gap:12px}.wt-dots,.wt-footer{display:flex;align-items:center}.wt-dots{grid-gap:5px;gap:5px}.wt-dot{width:6px;height:6px;border-radius:50%;background:#ddd;transition:background .2s,transform .2s}.wt-dot--active{background:#f80353;transform:scale(1.3)}.wt-btns{display:flex;grid-gap:8px;gap:8px}.wt-btn{padding:8px 18px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;border:none;transition:background .15s,color .15s}.wt-btn--back{background:#f3f4f6;color:#444}.wt-btn--back:hover{background:#e5e7eb}.wt-btn--next{background:#f80353;color:#fff}.wt-btn--next:hover{background:#d6023f}.folders-page-container{width:100%;min-height:100vh;margin:0;font-family:"Inter",sans-serif;background-color:#f8f9fc;padding:44px 64px;box-sizing:border-box}.folders-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;position:relative}.folders-title-block{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.folders-title-block h1{color:#111827;font-size:38px;font-weight:800;letter-spacing:-1.2px;line-height:1.15;margin:0 0 10px;display:flex;align-items:center;grid-gap:12px;gap:12px}.folders-title-block h1 span{color:#f80353}.folders-subtitle{color:#6b7280;font-size:16px;margin:0;font-weight:500;letter-spacing:-.2px}.folders-actions-right{display:flex;align-items:center;grid-gap:16px;gap:16px}.af-credits-badge{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;padding:9px 16px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:700;font-family:"Inter",sans-serif;box-shadow:0 4px 12px rgba(245,158,11,.35);white-space:nowrap}.af-credits-badge--empty{background:linear-gradient(135deg,#f87171,#ef4444);box-shadow:0 4px 12px rgba(239,68,68,.3)}.af-buy-credits-btn{display:inline-flex;align-items:center;padding:9px 16px;background:linear-gradient(135deg,#f80353,#d6023e);color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;font-family:"Inter",sans-serif;box-shadow:0 4px 12px rgba(248,3,83,.3);transition:all .18s;white-space:nowrap}.af-buy-credits-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(248,3,83,.4)}.search-bar-modern{display:flex;align-items:center;grid-gap:8px;gap:8px;background:#fff;padding:10px 16px;border-radius:12px;border:1px solid #e5e7eb;width:280px;box-shadow:0 2px 8px rgba(0,0,0,.03);transition:border-color .2s,box-shadow .2s}.search-bar-modern:focus-within{border-color:#f80353;box-shadow:0 4px 12px rgba(248,3,83,.1)}.search-bar-modern img{width:18px;height:18px;opacity:.5}.search-bar-modern input{border:none;outline:none;background:transparent;font-size:14px;font-family:"Inter",sans-serif;color:#111827;width:100%}.folders-action-bar{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:16px 24px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.03);margin-bottom:32px;border:1px solid rgba(0,0,0,.02)}.folder-create-group{display:flex;align-items:center;grid-gap:12px;gap:12px}.folder-create-input{padding:12px 16px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;width:260px;font-family:"Inter",sans-serif;color:#111827;transition:all .2s}.folder-create-input:focus{border-color:#f80353;outline:none;box-shadow:0 0 0 3px rgba(248,3,83,.1)}.btn-primary-create{background:#111827;color:#fff;border:none;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:600;font-family:"Inter",sans-serif;cursor:pointer;transition:all .2s}.btn-primary-create:hover{background:#f80353;transform:translateY(-1px);box-shadow:0 4px 12px rgba(248,3,83,.2)}.fu-breadcrumb--spread{justify-content:space-between}.fu-breadcrumb-left{display:flex;align-items:center;grid-gap:6px;gap:6px}.af-settings-btn{width:34px;height:34px;border-radius:50%;border:1.5px solid #e5e7eb;background:#fff;color:#6b7280;flex-shrink:0;transition:border-color .15s,color .15s,box-shadow .15s}.af-settings-btn:hover{color:#f80353;box-shadow:0 2px 8px rgba(248,3,83,.15)}.af-settings-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f3f4f6;grid-gap:12px;gap:12px}.af-settings-row:last-child{border-bottom:none}.af-settings-label{font-size:14px;color:#6b7280;font-weight:500}.af-settings-value{font-size:13px;color:#111827;font-weight:600;word-break:break-all;text-align:right}.af-settings-badge{font-size:12px;font-weight:600;padding:3px 10px;border-radius:20px}.af-badge--green{background:#d1fae5;color:#065f46}.af-badge--grey{background:#f3f4f6;color:#6b7280}.af-tour-btn{width:32px;height:32px;border-radius:50%;border:1.5px solid #e5e7eb;background:#fff;color:#666;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s,color .15s}.af-tour-btn:hover{border-color:#f80353;color:#f80353}.btn-danger-outline{background:transparent;color:#dc2626;border:1.5px solid #fecaca;padding:10px 16px;border-radius:10px;font-size:14px;font-weight:600;font-family:"Inter",sans-serif;cursor:pointer;transition:all .2s;display:flex;align-items:center;grid-gap:6px;gap:6px}.btn-danger-outline:hover{background:#fef2f2;border-color:#dc2626}.folders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:24px;gap:24px;align-items:stretch;list-style:none;padding:0;margin:0}.folder-card-wrapper{text-decoration:none;display:block}.folder-card-modern{background:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid rgba(0,0,0,.04);box-shadow:0 8px 20px rgba(0,0,0,.03);transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer}.folder-card-modern:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(248,3,83,.08);border-color:rgba(248,3,83,.1)}.folder-icon-svg{width:54px;height:54px;margin-bottom:20px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.folder-card-modern:hover .folder-icon-svg{transform:scale(1.1) rotate(-3deg)}.folder-name-modern{font-size:16px;color:#111827;font-weight:700;margin:0 0 6px;word-wrap:break-word;width:100%;line-height:1.4}.folder-meta{font-size:13px;color:#6b7280;font-weight:500;margin:0}.no-folders-state{text-align:center;padding:80px 20px;background:#fff;border-radius:16px;border:1.5px dashed #d1d5db;color:#6b7280;font-size:16px;font-weight:500;grid-column:1/-1;display:flex;flex-direction:column;align-items:center;grid-gap:12px;gap:12px}.folder-tag-badge{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;background:rgba(248,3,83,.08);color:#f80353;font-size:11px;font-weight:600;padding:3px 8px;border-radius:20px;margin-bottom:6px;letter-spacing:.2px}.cf-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:cf-fade-in .15s ease}@keyframes cf-fade-in{0%{opacity:0}to{opacity:1}}.cf-modal{background:#fff;border-radius:20px;width:100%;max-width:460px;box-shadow:0 24px 60px rgba(0,0,0,.18);animation:cf-slide-up .2s cubic-bezier(.16,1,.3,1);overflow:visible}@keyframes cf-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.cf-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 0}.cf-modal-header h2{font-size:20px;font-weight:700;color:#111827;margin:0;letter-spacing:-.4px}.cf-close-btn{background:#f3f4f6;border:none;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:background .15s,color .15s}.cf-close-btn:hover{background:#fee2e2;color:#dc2626}.cf-modal-body{padding:24px;grid-gap:20px;gap:20px}.cf-field,.cf-modal-body{display:flex;flex-direction:column}.cf-field{grid-gap:6px;gap:6px}.cf-label{font-size:13px;font-weight:600;color:#374151;letter-spacing:.1px}.cf-required{color:#f80353;margin-left:2px}.cf-optional{color:#9ca3af;font-weight:400;margin-left:4px}.cf-input{padding:11px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;font-family:"Inter",sans-serif;color:#111827;outline:none;transition:border-color .2s,box-shadow .2s;width:100%;box-sizing:border-box}.cf-input:focus{border-color:#f80353;box-shadow:0 0 0 3px rgba(248,3,83,.1)}.cf-input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.cf-autocomplete-wrapper{position:relative}.cf-tag-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:#f3f4f6;border:none;border-radius:6px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:background .15s}.cf-tag-clear:hover{background:#fee2e2;color:#dc2626}.cf-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.1);list-style:none;margin:0;padding:6px;z-index:1100;max-height:200px;overflow-y:auto}.cf-dropdown::-webkit-scrollbar{width:4px}.cf-dropdown::-webkit-scrollbar-track{background:transparent}.cf-dropdown::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}.cf-dropdown-item{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:9px 12px;border-radius:8px;font-size:14px;color:#374151;cursor:pointer;transition:background .12s,color .12s}.cf-dropdown-item--active,.cf-dropdown-item:hover{background:rgba(248,3,83,.07);color:#f80353}.cf-dropdown-empty{padding:12px;font-size:13px;color:#9ca3af;text-align:center}.cf-selected-tag{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;background:rgba(248,3,83,.08);color:#f80353;font-size:12px;font-weight:600;padding:4px 10px;border-radius:20px;margin-top:4px}.cf-modal-footer{display:flex;justify-content:flex-end;grid-gap:10px;gap:10px;padding:0 24px 24px}.cf-btn-cancel{background:#f3f4f6;color:#374151;border:none;padding:11px 20px;border-radius:10px;font-size:14px;font-weight:600;font-family:"Inter",sans-serif;cursor:pointer;transition:background .15s}.cf-btn-cancel:hover{background:#e5e7eb}.cf-btn-create{background:#111827;color:#fff;border:none;padding:11px 22px;border-radius:10px;font-size:14px;font-weight:600;font-family:"Inter",sans-serif;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s}.cf-btn-create:hover:not(:disabled){background:#f80353;transform:translateY(-1px);box-shadow:0 4px 12px rgba(248,3,83,.25)}.cf-btn-create:disabled{opacity:.5;cursor:not-allowed}@media (max-width:900px){.folders-page-container{padding:32px 24px}.folders-header{flex-direction:column-reverse;align-items:flex-start;grid-gap:24px;gap:24px}.folders-actions-right{position:absolute;top:0;right:0;width:100%;justify-content:flex-end}.search-bar-modern{display:none}.folders-action-bar{align-items:stretch;grid-gap:16px;gap:16px;padding:20px}.folder-create-group,.folders-action-bar{flex-direction:column}.folder-create-input{width:100%;box-sizing:border-box}.btn-primary-create{width:100%}.btn-danger-outline{justify-content:center}.folders-grid{grid-template-columns:1fr}}.cf-selected-tags-row{display:flex;flex-wrap:wrap;grid-gap:6px;gap:6px;margin-bottom:8px}.cf-tag-pill{display:inline-flex;align-items:center;grid-gap:4px;gap:4px;background:rgba(248,3,83,.1);color:#f80353;border:1px solid rgba(248,3,83,.3);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:500}.cf-tag-pill-remove{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;color:#f80353;opacity:.7;margin-left:2px}.cf-tag-pill-remove:hover{opacity:1}.folder-tag-badges{display:flex;flex-wrap:wrap;grid-gap:4px;gap:4px;justify-content:center}.af-settings-wrapper{position:relative}.af-settings-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;color:#374151;transition:background .18s,color .18s,border-color .18s}.af-settings-btn:hover{background:#f80353;color:#fff;border-color:#f80353}.af-settings-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #f3f4f6;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);min-width:165px;overflow:hidden;z-index:100;animation:afSettingsFade .15s ease}@keyframes afSettingsFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.af-settings-option{display:flex;align-items:center;grid-gap:9px;gap:9px;width:100%;padding:11px 14px;background:none;border:none;font-size:13px;font-weight:600;color:#374151;font-family:"Inter",sans-serif;cursor:pointer;text-align:left;transition:background .15s,color .15s}.af-settings-option:hover{background:#fef2f5;color:#f80353}.af-settings-option+.af-settings-option{border-top:1px solid #f3f4f6}.af-profile-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;cursor:pointer;border:2px solid #f3f4f6;transition:border-color .18s}.af-profile-avatar:hover{border-color:#f80353}.lum-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.lum-modal{background:#fff;border-radius:20px;width:90%;max-width:780px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 60px rgba(0,0,0,.18);animation:lumFadeIn .2s ease}@keyframes lumFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.lum-modal-header{display:flex;align-items:center;justify-content:space-between;padding:22px 28px 16px;border-bottom:1px solid #f3f4f6}.lum-modal-header h2{font-size:18px;font-weight:800;color:#111827;margin:0;font-family:"Inter",sans-serif}.lum-close-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:#f3f4f6;border:none;border-radius:8px;cursor:pointer;color:#374151;transition:background .15s,color .15s}.lum-close-btn:hover{background:#f80353;color:#fff}.lum-assets{padding:24px 28px 12px}.lum-footer{display:flex;justify-content:flex-end;grid-gap:10px;gap:10px;padding:16px 28px 24px;border-top:1px solid #f3f4f6}.lum-cancel-btn{padding:9px 20px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer}.lum-cancel-btn:hover{background:#f9fafb}.lum-save-btn{padding:9px 20px;border:none;border-radius:8px;background:#f80353;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.lum-save-btn:hover:not(:disabled){background:#d6023f}.asset-upload-area--loading,.lum-save-btn:disabled{opacity:.6;cursor:not-allowed}.asset-upload-area--loading{pointer-events:none}.cf-tag-hint{margin:4px 0 0;font-size:12px;color:#888}.cf-tag-hint kbd{display:inline-block;padding:1px 5px;font-size:11px;font-family:inherit;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;color:#444;line-height:1.5}.fu-page{padding:28px 32px;min-height:100vh;background:#fafafa;font-family:"Inter",Arial,sans-serif}.fu-breadcrumb{display:flex;align-items:center;grid-gap:6px;gap:6px;margin-bottom:28px}.fu-breadcrumb-back{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;color:#6b7280;font-size:16px;transition:all .2s}.fu-breadcrumb-back:hover{background:#f3f4f6;color:#111827}.fu-breadcrumb-sep{color:#d1d5db;font-size:14px}.fu-breadcrumb-link{font-size:13px;color:#6b7280;cursor:pointer;text-decoration:none;transition:color .2s}.fu-breadcrumb-link:hover{color:#f80353}.fu-breadcrumb-current{font-size:13px;font-weight:600;color:#f80353}.fu-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px;flex-wrap:wrap;grid-gap:16px;gap:16px}.fu-header-left h1{font-size:22px;font-weight:700;color:#111827;margin:0 0 4px;display:flex;align-items:center;grid-gap:10px;gap:10px}.fu-header-left p{font-size:13px;color:#6b7280;margin:0}.fu-header-actions{display:flex;grid-gap:10px;gap:10px;flex-wrap:wrap}.fu-tour-btn{width:32px;height:32px;border-radius:50%;border:1.5px solid #e5e7eb;background:#fff;color:#666;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s,color .15s}.fu-tour-btn:hover{border-color:#f80353;color:#f80353}.fu-header-right{display:flex;align-items:center;grid-gap:12px;gap:12px;flex-wrap:wrap}.fu-buy-credits-btn{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;padding:9px 18px;background:linear-gradient(135deg,#f80353,#d6023e);color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;font-family:"Inter",sans-serif;box-shadow:0 4px 12px rgba(248,3,83,.3);transition:all .18s;white-space:nowrap}.fu-buy-credits-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(248,3,83,.4)}.fu-btn-outline{display:inline-flex;align-items:center;grid-gap:7px;gap:7px;padding:9px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s;white-space:nowrap}.fu-btn-outline:hover{border-color:#f80353;color:#f80353;background:#fff5f9}.fu-upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:14px;gap:14px;width:100%;min-height:200px;border:2px dashed #f9a8c9;border-radius:16px;background:linear-gradient(135deg,#fff5f9,#fff);cursor:pointer;transition:all .25s ease;margin-bottom:28px;padding:32px 20px;text-align:center}.fu-upload-zone:hover:not(:disabled){border-color:#f80353;background:linear-gradient(135deg,#ffe4ef,#fff5f9);transform:translateY(-2px);box-shadow:0 8px 24px rgba(248,3,83,.1)}.fu-upload-zone--disabled,.fu-upload-zone:disabled{border-color:#e5e7eb;background:#f9fafb;cursor:not-allowed;transform:none;box-shadow:none}.fu-upload-icon{width:52px;height:52px;border-radius:14px;background:rgba(248,3,83,.08);display:flex;align-items:center;justify-content:center;color:#f80353}.fu-upload-zone--disabled .fu-upload-icon,.fu-upload-zone:disabled .fu-upload-icon{background:#f3f4f6;color:#9ca3af}.fu-upload-title{font-size:15px;font-weight:600;color:#111827;margin:0}.fu-upload-zone--disabled .fu-upload-title,.fu-upload-zone:disabled .fu-upload-title{color:#9ca3af}.fu-upload-sub{font-size:12px;color:#6b7280;margin:0}.fu-upload-sub--warning{color:#b45309;font-weight:500}.fu-file-input-btn{margin-top:4px;cursor:pointer;font-size:13px;font-weight:600;color:#f80353;border:none;background:transparent}.fu-file-input-btn::file-selector-button{padding:8px 20px;background:#f80353;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.fu-file-input-btn::file-selector-button:hover{background:#d10247}.fu-upload-zone.fu-uploading{border-color:#f80353;background:linear-gradient(135deg,#fff0f6,#fff);animation:fu-pulse 2s ease-in-out infinite}.fu-banner{display:flex;align-items:flex-start;grid-gap:12px;gap:12px;padding:14px 18px;border-radius:10px;margin-bottom:20px;font-size:13px}.fu-banner svg{flex-shrink:0;margin-top:1px}.fu-banner strong{display:block;margin-bottom:2px;font-size:13px}.fu-banner--warning{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.fu-banner--info{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af}.fu-banner--paused{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}.fu-banner--resuming{background:#f0fdf4;border:1px solid #86efac;color:#166534;animation:fu-pulse 1.5s ease-in-out infinite}@keyframes fu-pulse{0%,to{opacity:1}50%{opacity:.7}}.fu-banner-action{margin-top:8px;padding:6px 14px;border-radius:6px;border:none;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.fu-banner--info .fu-banner-action{background:#1d4ed8;color:#fff}.fu-banner--info .fu-banner-action:hover{background:#1e40af}.fu-progress-card{background:#fff;border:1px solid #f3f4f6;border-radius:14px;padding:24px;margin-bottom:28px;box-shadow:0 1px 4px rgba(0,0,0,.04)}.fu-progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.fu-progress-title{font-size:14px;font-weight:600;color:#111827;display:flex;align-items:center;grid-gap:8px;gap:8px}.fu-progress-pct{font-size:20px;font-weight:700;color:#f80353}.fu-progress-bar-track{height:8px;background:#f3f4f6;border-radius:99px;overflow:hidden;margin-bottom:18px}.fu-progress-bar-fill{height:100%;border-radius:99px;transition:width .5s ease}.fu-progress-bar-fill--active{background:linear-gradient(90deg,#f80353,#ff6b9d)}.fu-progress-bar-fill--done{background:#10b981}.fu-progress-bar-fill--paused{background:#f59e0b}.fu-stats-row{display:flex;grid-gap:12px;gap:12px;flex-wrap:wrap;margin-bottom:16px}.fu-stat{flex:1 1;min-width:80px;padding:12px 14px;border-radius:10px;text-align:center}.fu-stat--success{background:#f0fdf4}.fu-stat--failed{background:#fef2f2}.fu-stat--pending{background:#f8fafc}.fu-stat--offline{background:#eff6ff}.fu-stat-num{font-size:22px;font-weight:700;display:block}.fu-stat--success .fu-stat-num{color:#10b981}.fu-stat--failed .fu-stat-num{color:#ef4444}.fu-stat--pending .fu-stat-num{color:#6b7280}.fu-stat--offline .fu-stat-num{color:#3b82f6}.fu-stat-label{font-size:11px;font-weight:500;color:#6b7280;margin-top:2px;display:block}.fu-retry-btn{display:inline-flex;align-items:center;grid-gap:7px;gap:7px;padding:9px 18px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;font-size:13px;font-weight:600;color:#ef4444;cursor:pointer;transition:all .2s}.fu-retry-btn:hover:not(:disabled){background:#ef4444;color:#fff;border-color:#ef4444}.fu-retry-btn:disabled{opacity:.5;cursor:not-allowed}.fu-failed-section{display:flex;flex-direction:column;grid-gap:10px;gap:10px;margin-top:4px}.fu-failed-actions{display:flex;align-items:center;grid-gap:10px;gap:10px;flex-wrap:wrap}.fu-failed-toggle{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;padding:9px 14px;background:transparent;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.fu-failed-toggle:hover{background:#f3f4f6;color:#111827}.fu-failed-list{list-style:none;margin:0;padding:0;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;max-height:220px;overflow-y:auto}.fu-failed-item{display:flex;align-items:center;grid-gap:8px;gap:8px;padding:8px 14px;border-bottom:1px solid #fee2e2}.fu-failed-item:last-child{border-bottom:none}.fu-failed-name{font-size:13px;color:#b91c1c;word-break:break-all}.fu-success-banner{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #bbf7d0;border-radius:14px;padding:20px 24px;margin-top:16px}.fu-success-banner p{font-size:13px;color:#065f46;margin:0 0 14px}.fu-success-actions{display:flex;grid-gap:10px;gap:10px;flex-wrap:wrap}.fu-success-btn{display:inline-flex;align-items:center;grid-gap:7px;gap:7px;padding:9px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.fu-success-btn--primary{background:#10b981;color:#fff}.fu-success-btn--primary:hover{background:#059669}.fu-success-btn--secondary{background:#fff;color:#374151;border:1px solid #d1fae5}.fu-success-btn--secondary:hover{border-color:#10b981;color:#10b981}.fu-section-title{font-size:14px;font-weight:600;color:#374151;margin:0 0 14px;display:flex;align-items:center;grid-gap:8px;gap:8px}.fu-section-title:after{content:"";flex:1 1;height:1px;background:#e5e7eb}.fu-subfolders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:14px;gap:14px;margin-bottom:28px;list-style:none;padding:0}.fu-subfolder-card{display:flex;flex-direction:column;align-items:center;grid-gap:8px;gap:8px;padding:16px 12px;background:#fff;border:1px solid #f3f4f6;border-radius:12px;text-decoration:none;color:#374151;font-size:12px;font-weight:500;text-align:center;transition:all .2s}.fu-subfolder-card:hover{border-color:rgba(248,3,83,.3);box-shadow:0 4px 12px rgba(248,3,83,.08);transform:translateY(-2px);color:#f80353}.fu-subfolder-icon{width:40px;height:40px}.fu-debug{margin-top:20px;padding:14px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;font-size:12px;color:#495057}.fu-debug-title{font-weight:700;margin-bottom:8px;display:block}.fu-debug-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3px 16px;gap:3px 16px;margin-bottom:10px}.fu-debug-clear{padding:4px 10px;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:11px}.fu-credits-badge{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;padding:9px 16px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:700;font-family:"Inter",sans-serif;box-shadow:0 4px 12px rgba(245,158,11,.35);white-space:nowrap}.fu-credits-badge--empty{background:linear-gradient(135deg,#f87171,#ef4444);box-shadow:0 4px 12px rgba(239,68,68,.3)}.fu-credits-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fuFadeIn .2s ease}@keyframes fuFadeIn{0%{opacity:0}to{opacity:1}}.fu-credits-modal{background:#fff;border-radius:20px;padding:40px 36px 32px;max-width:380px;width:90%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.15);animation:fuSlideUp .25s cubic-bezier(.16,1,.3,1)}@keyframes fuSlideUp{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.fu-credits-modal-icon{font-size:44px;margin-bottom:16px}.fu-credits-modal h2{font-size:22px;font-weight:800;color:#111827;letter-spacing:-.5px;margin:0 0 12px}.fu-credits-modal p{font-size:14px;color:#4b5563;margin:0 0 8px;line-height:1.5}.fu-credits-modal-note{font-size:12px!important;color:#9ca3af!important;margin-bottom:28px!important}.fu-credits-modal-actions{display:flex;grid-gap:10px;gap:10px}.fu-credits-cancel-btn{flex:1 1;background:#fff;border:1.5px solid #e5e7eb;color:#4b5563;padding:12px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;font-family:"Inter",sans-serif}.fu-credits-cancel-btn:hover{background:#f9fafb;border-color:#d1d5db}.fu-credits-buy-btn{flex:2 1;background:linear-gradient(135deg,#f80353,#d6023e);color:#fff;border:none;padding:12px;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px rgba(248,3,83,.3);transition:all .15s;font-family:"Inter",sans-serif}.fu-credits-buy-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(248,3,83,.4)}@media (max-width:600px){.fu-page{padding:16px}.fu-header{flex-direction:column;align-items:flex-start;grid-gap:12px;gap:12px}.fu-stats-row{grid-gap:8px;gap:8px}.fu-stat{min-width:60px;padding:10px}.fu-subfolders-grid{grid-template-columns:repeat(2,1fr)}}.fu-gallery-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.fu-gallery-header .fu-section-title{margin-bottom:0;flex:1 1}.fu-refresh-btn{display:flex;align-items:center;grid-gap:6px;gap:6px;padding:6px 14px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;transition:border-color .18s,color .18s,background .18s;white-space:nowrap}.fu-refresh-btn:hover:not(:disabled){border-color:#f80353;color:#f80353;background:#fff5f7}.fu-refresh-btn:disabled{opacity:.6;cursor:not-allowed}@keyframes fu-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fu-pending-card{display:flex;align-items:center;grid-gap:16px;gap:16px;background:#fff;border:1.5px solid #fecdd3;border-radius:14px;padding:20px 22px;margin-bottom:20px;box-shadow:0 2px 12px rgba(248,3,83,.06)}.fu-pending-icon-wrap{flex-shrink:0;width:52px;height:52px;border-radius:12px;background:#fff1f2;display:flex;align-items:center;justify-content:center}.fu-pending-body{flex:1 1;min-width:0}.fu-pending-title{font-size:15px;font-weight:700;color:#111827;margin:0 0 4px}.fu-pending-sub{font-size:13px;color:#6b7280;margin:0 0 8px}.fu-pending-sub strong{color:#f80353;font-weight:700}.fu-pending-meta{display:flex;align-items:center;grid-gap:6px;gap:6px;font-size:12px;color:#9ca3af}.fu-pending-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.fu-pending-dot--online{background:#22c55e}.fu-pending-dot--offline{background:#f59e0b}.fu-pending-resume-btn{flex-shrink:0;display:flex;align-items:center;grid-gap:6px;gap:6px;padding:10px 20px;background:#f80353;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .18s,transform .1s;white-space:nowrap}.fu-pending-resume-btn:hover{background:#d90047;transform:translateY(-1px)}.fu-pending-resume-btn:active{transform:translateY(0)}.sfd-page{padding:24px 20px;max-width:1100px;margin:0 auto}.sfd-breadcrumb{display:flex;align-items:center;grid-gap:8px;gap:8px;margin-bottom:24px;font-size:13px;color:#888}.sfd-breadcrumb-back{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;color:#555;padding:0}.sfd-breadcrumb-back:hover{background:#f3f4f6}.sfd-breadcrumb-link{color:#f80353;text-decoration:none;font-weight:500}.sfd-breadcrumb-link:hover{text-decoration:underline}.sfd-breadcrumb-sep{color:#ccc}.sfd-breadcrumb-current{color:#333;font-weight:500}.sfd-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:72px 24px;text-align:center}.sfd-empty-icon{margin-bottom:20px;opacity:.7}.sfd-empty-title{font-size:20px;font-weight:600;color:#111;margin:0 0 10px}.sfd-empty-sub{font-size:14px;color:#777;max-width:380px;line-height:1.6;margin:0 0 24px}.sfd-empty-btn{display:inline-block;padding:10px 24px;background:#f80353;color:#fff;border-radius:8px;text-decoration:none;font-size:14px;font-weight:600;transition:background .2s}.sfd-empty-btn:hover{background:#d6023f}.sfd-export-btn{display:inline-flex;align-items:center;grid-gap:7px;gap:7px;padding:9px 18px;background:#fff;border:1.5px solid #f80353;color:#f80353;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s;flex-shrink:0}.sfd-export-btn:hover:not(:disabled){background:#f80353;color:#fff}.sfd-export-btn:disabled{opacity:.7;cursor:not-allowed}.sfd-export-spinner{width:13px;height:13px;border:2px solid;border-top:2px solid transparent;border-radius:50%;animation:sfd-spin .7s linear infinite;display:inline-block}@keyframes sfd-spin{to{transform:rotate(1turn)}}.iv-overlay{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;animation:iv-fade-in .18s ease}@keyframes iv-fade-in{0%{opacity:0}to{opacity:1}}.iv-content{display:flex;flex-direction:column;align-items:center;max-width:calc(100vw - 120px);max-height:100vh;padding:16px 0}.iv-image{max-width:100%;max-height:calc(100vh - 100px);object-fit:contain;border-radius:8px;box-shadow:0 8px 40px rgba(0,0,0,.6);animation:iv-scale-in .18s ease;display:block;transition:opacity .15s ease}.iv-spinner-wrap{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:calc(100vh - 100px)}.iv-spinner{width:36px;height:36px;border:3px solid hsla(0,0%,100%,.15);border-top-color:#fff;border-radius:50%;animation:iv-spin .7s linear infinite;display:inline-block}@keyframes iv-spin{to{transform:rotate(1turn)}}@keyframes iv-scale-in{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.iv-footer{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:12px;grid-gap:16px;gap:16px}.iv-title{font-size:14px;color:hsla(0,0%,100%,.85);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:400px}.iv-counter{font-size:13px;color:hsla(0,0%,100%,.5);white-space:nowrap;flex-shrink:0}.iv-close{position:fixed;top:16px;right:20px;width:40px;height:40px;border-radius:50%;border:none;background:hsla(0,0%,100%,.12);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:1001}.iv-close:hover{background:rgba(248,3,83,.7)}.iv-nav{position:fixed;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:none;background:hsla(0,0%,100%,.12);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:1001}.iv-nav:hover{background:rgba(248,3,83,.7)}.iv-nav--prev{left:16px}.iv-nav--next{right:16px}@media (max-width:600px){.iv-content{max-width:calc(100vw - 80px)}.iv-nav{width:36px;height:36px}.iv-nav--prev{left:8px}.iv-nav--next{right:8px}.iv-title{max-width:180px}}.event-list-container{width:100%;min-height:100vh;margin:0;font-family:"Inter",sans-serif;background-color:#f8f9fc;padding:44px 64px;box-sizing:border-box}.header-event{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;position:relative;z-index:100}.header-text-block{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.header-event h1{color:#111827;font-size:38px;font-weight:800;letter-spacing:-1.2px;line-height:1.15;margin:0 0 10px}.header-event h1 span{color:#f80353}.subtitle-event{color:#6b7280;font-size:16px;margin:0;font-weight:500;letter-spacing:-.2px}.search-container-event{display:flex;align-items:center;grid-gap:16px;gap:16px;position:relative}.el-credits-badge{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;padding:9px 16px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:700;font-family:"Inter",sans-serif;white-space:nowrap;cursor:default;-webkit-user-select:none;user-select:none}.el-credits-badge--empty{background:linear-gradient(135deg,#f87171,#ef4444);box-shadow:0 4px 12px rgba(239,68,68,.3)}.el-create-event-btn{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;padding:9px 18px;background:linear-gradient(135deg,#f80353,#d6023e);color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;font-family:"Inter",sans-serif;box-shadow:0 4px 12px rgba(248,3,83,.3);transition:all .18s;white-space:nowrap}.el-create-event-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(248,3,83,.4)}.el-buy-credits-btn{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;padding:9px 16px;background:linear-gradient(135deg,#f80353,#d6023e);color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;font-family:"Inter",sans-serif;box-shadow:0 4px 12px rgba(248,3,83,.3);transition:all .18s;white-space:nowrap}.el-buy-credits-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(248,3,83,.4)}.profile-photo-event{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2.5px solid #fff;box-shadow:0 6px 16px rgba(248,3,83,.18);background-color:#fff}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.12);padding:6px;min-width:160px;border:1px solid #e5e7eb;z-index:9999;transform-origin:top right;animation:fadeInDown .15s ease-out;display:flex;flex-direction:column}.profile-menu-btn{display:flex;align-items:center;grid-gap:10px;gap:10px;width:100%;text-align:left;background:transparent;color:#111827;border:none;padding:12px 16px;border-radius:8px;font-family:"Inter",sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.profile-menu-btn:hover{background:#f3f4f6;color:#f80353}.logout-btn{display:flex;align-items:center;grid-gap:10px;gap:10px;width:100%;text-align:left;background:transparent;color:#dc2626;border:none;padding:12px 16px;border-radius:8px;font-family:"Inter",sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:#fef2f2}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.event-category-container{margin-bottom:32px}.event-category-event{background:#111827;color:#fff;padding:10px 24px;display:inline-flex;border-radius:100px;font-weight:600;font-size:14px;box-shadow:0 4px 12px rgba(0,0,0,.1);border:none;cursor:default;font-family:"Inter",sans-serif;letter-spacing:.2px}.event-cards-event{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));grid-gap:28px;gap:28px;align-items:stretch}.event-card{width:100%;display:flex;flex-direction:column;position:relative;border-radius:20px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.03);box-shadow:0 12px 30px rgba(0,0,0,.03);transition:all .35s cubic-bezier(.16,1,.3,1);cursor:pointer}.event-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(248,3,83,.1);border-color:rgba(248,3,83,.1)}.event-image-container{width:100%;height:190px;overflow:hidden;position:relative;background:#e5e7eb}.event-image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.event-card:hover .event-image{transform:scale(1.06)}.event-date{position:absolute;top:14px;right:14px;z-index:2}.event-date .event-badge{background-color:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#111827;border:none;padding:8px 14px;display:inline-block;font-size:13px;border-radius:10px;font-weight:700;font-family:"Inter",sans-serif;box-shadow:0 4px 16px rgba(0,0,0,.08)}.event-date .event-badge span{color:#f80353;margin-right:4px}.event-details-bottom{padding:24px;display:flex;flex-direction:column}.event-details-bottom p{margin:0 0 6px;font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.8px;font-weight:700}.event-details-bottom h2{margin:0;font-size:19px;color:#111827;font-weight:800;letter-spacing:-.4px;display:flex;justify-content:space-between;align-items:center}.card-arrow{color:#d1d5db;font-size:20px;transition:color .2s,transform .2s}.event-card:hover .card-arrow{color:#f80353;transform:translateX(4px)}.no-events{text-align:center;padding:80px 20px;font-size:18px;background:#fff;border-radius:20px;border:1px dashed #d1d5db}.loader-container,.no-events{grid-column:1/-1;color:#6b7280;font-weight:500}.loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 0}.spinner{width:44px;height:44px;border-radius:50%;border:3.5px solid rgba(248,3,83,.15);border-top-color:#f80353;animation:spin .8s ease-in-out infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:900px){.event-list-container{padding:32px 24px}.header-event{flex-direction:column-reverse;align-items:flex-start;grid-gap:24px;gap:24px;margin-bottom:36px}.search-container-event{position:absolute;top:0;right:0}.header-event h1{font-size:32px}.event-cards-event{grid-template-columns:1fr}}.event-settings-wrapper{position:absolute;top:14px;left:14px;z-index:10}.event-settings-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;border-radius:10px;cursor:pointer;color:#374151;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:background .18s,color .18s}.event-settings-btn:hover{background:#f80353;color:#fff}.event-settings-dropdown{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid #f3f4f6;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);min-width:160px;overflow:hidden;animation:settingsFadeIn .15s ease}@keyframes settingsFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.event-settings-option{display:flex;align-items:center;grid-gap:9px;gap:9px;width:100%;padding:11px 14px;background:none;border:none;font-size:13px;font-weight:600;color:#374151;font-family:"Inter",sans-serif;cursor:pointer;text-align:left;transition:background .15s,color .15s}.event-settings-option:hover{background:#fef2f5;color:#f80353}.event-settings-option+.event-settings-option{border-top:1px solid #f3f4f6}.event-toolbar{display:flex;align-items:center;justify-content:space-between;grid-gap:16px;gap:16px;margin-bottom:24px;flex-wrap:wrap}.event-toolbar .event-category-container{margin-bottom:0}.el-search-wrap{display:flex;align-items:center;grid-gap:8px;gap:8px;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;padding:8px 14px;min-width:220px;transition:border-color .2s}.el-search-wrap:focus-within{border-color:#f80353}.el-search-input{border:none;outline:none;font-size:14px;color:#111827;background:transparent;flex:1 1;min-width:0}.el-search-input::placeholder{color:#9ca3af}.el-search-clear{background:none;border:none;cursor:pointer;padding:0;color:#9ca3af;display:flex;align-items:center}.el-search-clear:hover{color:#f80353}.el-search-hint{grid-column:1/-1;text-align:center;color:#9ca3af;font-size:14px;padding:40px 0}.el-pagination{grid-gap:6px;gap:6px;margin:32px 0 16px;flex-wrap:wrap}.el-page-btn,.el-pagination{display:flex;align-items:center;justify-content:center}.el-page-btn{min-width:38px;height:38px;padding:0 10px;border-radius:8px;border:1.5px solid #e5e7eb;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:border-color .18s,background .18s,color .18s}.el-page-btn:hover:not(:disabled):not(.el-page-btn--active){border-color:#f80353;color:#f80353;background:#fff5f7}.el-page-btn--active{background:#f80353;border-color:#f80353;color:#fff;font-weight:700;cursor:default}.el-page-btn:disabled{opacity:.35;cursor:not-allowed}.el-page-btn--nav{font-size:0}.el-page-ellipsis{color:#9ca3af;font-size:14px;padding:0 4px;-webkit-user-select:none;user-select:none}.el-tour-btn{width:32px;height:32px;border-radius:50%;border:1.5px solid #e5e7eb;background:#fff;color:#666;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s,color .15s}.el-tour-btn:hover{border-color:#f80353;color:#f80353}.ce-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}.ce-sheet{background:#fff;border-radius:20px;width:100%;max-width:620px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.18);animation:ce-slide-up .26s ease}@keyframes ce-slide-up{0%{transform:translateY(28px);opacity:0}to{transform:translateY(0);opacity:1}}.ce-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.ce-title{font-size:18px;font-weight:700;color:#111827;font-family:"Inter",sans-serif;margin:0}.ce-close-btn{width:32px;height:32px;background:#f5f5f5;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.ce-close-btn:hover{background:#e9e9e9}.ce-close-btn svg{width:15px;height:15px;color:#374151}.ce-body{flex:1 1;overflow-y:auto;padding:22px 24px;display:flex;flex-direction:column;grid-gap:26px;gap:26px}.ce-field-group{display:flex;flex-direction:column;grid-gap:8px;gap:8px}.ce-label{font-size:13px;font-weight:600;color:#374151;font-family:"Inter",sans-serif}.ce-required{color:#f80353}.ce-optional{font-weight:400;color:#9ca3af}.ce-field-hint{color:#6b7280;margin:0}.ce-error,.ce-field-hint{font-size:12px;font-family:"Inter",sans-serif}.ce-error{color:#ef4444}.ce-input-footer{display:flex;justify-content:space-between;align-items:center;grid-gap:8px;gap:8px}.ce-char-count{font-size:11px;color:#9ca3af;font-family:"Inter",sans-serif;white-space:nowrap;flex-shrink:0}.ce-char-count--warn{color:#f97316;font-weight:600}.ce-input{padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;color:#111827;font-family:"Inter",sans-serif;outline:none;transition:border-color .15s;background:#fff;width:100%;box-sizing:border-box}.ce-input:focus{border-color:#f80353}.ce-input--error{border-color:#ef4444}.ce-input::placeholder{color:#9ca3af}.ce-input[type=date]{color:#374151}.ce-textarea{padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:13px;color:#111827;font-family:"Inter",sans-serif;outline:none;resize:vertical;width:100%;box-sizing:border-box;transition:border-color .15s;line-height:1.5}.ce-textarea:focus{border-color:#f80353}.ce-textarea::placeholder{color:#9ca3af}.ce-type-chips{display:flex;flex-wrap:wrap;grid-gap:8px;gap:8px}.ce-type-chip{padding:7px 15px;border:1.5px solid #e5e7eb;border-radius:20px;background:#fff;font-size:13px;font-weight:500;color:#374151;cursor:pointer;font-family:"Inter",sans-serif;transition:all .15s}.ce-type-chip:hover{border-color:#f80353;color:#f80353}.ce-type-chip--active{background:linear-gradient(135deg,#f80353,#d6023e);border-color:transparent;color:#fff;box-shadow:0 3px 10px rgba(248,3,83,.25)}.ce-privacy-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.ce-privacy-card{display:flex;align-items:flex-start;grid-gap:12px;gap:12px;padding:14px;border:1.5px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;text-align:left;transition:all .15s;font-family:"Inter",sans-serif}.ce-privacy-card svg{width:20px;height:20px;color:#9ca3af;flex-shrink:0;margin-top:2px}.ce-privacy-card:hover{border-color:#f80353}.ce-privacy-card--active{border-color:#f80353;background:#fff5f7}.ce-privacy-card--active svg{color:#f80353}.ce-privacy-title{display:block;font-size:13px;font-weight:600;color:#111827}.ce-privacy-desc{display:block;font-size:12px;color:#6b7280;margin-top:3px;line-height:1.4}.ce-event-types-wrap{display:flex;flex-direction:column;grid-gap:10px;gap:10px;padding:14px;background:#fafafa;border:1.5px solid #f0f0f0;border-radius:12px}.ce-event-types-loading{display:flex;align-items:center;grid-gap:8px;gap:8px;font-size:13px;color:#6b7280;font-family:"Inter",sans-serif}.ce-spinner{display:inline-block;width:14px;height:14px;border:2px solid #e5e7eb;border-top-color:#f80353;border-radius:50%;animation:ce-spin .6s linear infinite;flex-shrink:0}@keyframes ce-spin{to{transform:rotate(1turn)}}.ce-autocomplete{position:relative}.ce-autocomplete-input-wrap{display:flex;align-items:center;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;padding:0 12px;transition:border-color .15s}.ce-autocomplete-input-wrap:focus-within{border-color:#f80353}.ce-autocomplete-input-wrap.ce-input--error{border-color:#ef4444}.ce-autocomplete-input{flex:1 1;border:none;outline:none;padding:10px 0;font-size:14px;color:#111827;font-family:"Inter",sans-serif;background:transparent}.ce-autocomplete-input::placeholder{color:#9ca3af}.ce-autocomplete-chevron,.ce-autocomplete-clear{background:none;border:none;cursor:pointer;padding:0;color:#9ca3af;display:flex;align-items:center;flex-shrink:0}.ce-autocomplete-clear:hover{color:#374151}.ce-autocomplete-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.1);max-height:200px;overflow-y:auto;z-index:10;list-style:none;margin:0;padding:4px 0}.ce-autocomplete-option{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;font-size:13px;color:#374151;font-family:"Inter",sans-serif;cursor:pointer;transition:background .1s}.ce-autocomplete-option:hover{background:#fff5f7;color:#f80353}.ce-autocomplete-option--selected{color:#f80353;font-weight:600}.ce-autocomplete-option--selected svg{color:#f80353}.ce-autocomplete-empty{padding:10px 14px;font-size:13px;color:#9ca3af;font-family:"Inter",sans-serif;font-style:italic}.ce-date-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.ce-date-wrap{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.ce-date-label{font-size:12px}.ce-date-label,.ce-upload-btn{font-weight:500;color:#6b7280;font-family:"Inter",sans-serif}.ce-upload-btn{display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px;padding:12px;border:1.5px dashed #d1d5db;border-radius:10px;background:#fafafa;font-size:13px;cursor:pointer;transition:all .15s;width:100%;box-sizing:border-box}.ce-upload-btn:hover{border-color:#f80353;color:#f80353;background:#fff5f7}.ce-cover-preview-wrap{display:flex;align-items:center;grid-gap:14px;gap:14px;padding:10px;border:1.5px solid #e5e7eb;border-radius:12px}.ce-cover-preview{width:72px;height:52px;object-fit:cover;border-radius:8px;flex-shrink:0}.ce-cover-info{display:flex;flex-direction:column;grid-gap:4px;gap:4px;flex:1 1;min-width:0}.ce-cover-name{color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ce-cover-name,.ce-cover-status{font-size:12px;font-family:"Inter",sans-serif}.ce-cover-status--uploading{color:#f59e0b}.ce-cover-status--done{color:#10b981}.ce-cover-remove{background:none;border:none;font-size:12px;color:#ef4444;cursor:pointer;padding:0;font-family:"Inter",sans-serif;text-align:left;width:-moz-fit-content;width:fit-content}.ce-toggle-row{display:flex;grid-gap:10px;gap:10px}.ce-toggle-btn{padding:8px 28px;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;font-size:13px;font-weight:600;color:#374151;cursor:pointer;font-family:"Inter",sans-serif;transition:all .15s}.ce-toggle-btn:hover{border-color:#f80353;color:#f80353}.ce-toggle-btn--active{background:linear-gradient(135deg,#f80353,#d6023e);border-color:transparent;color:#fff;box-shadow:0 3px 8px rgba(248,3,83,.2)}.ce-footer{display:flex;grid-gap:12px;gap:12px;padding:16px 24px 20px;border-top:1px solid #f0f0f0;flex-shrink:0}.ce-cancel-btn{flex:1 1;padding:12px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;font-size:14px;font-weight:600;color:#374151;cursor:pointer;font-family:"Inter",sans-serif;transition:border-color .15s}.ce-cancel-btn:hover:not(:disabled){border-color:#9ca3af}.ce-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.ce-submit-btn{flex:2 1;padding:12px;background:linear-gradient(135deg,#f80353,#d6023e);border:none;border-radius:10px;font-size:14px;font-weight:700;color:#fff;cursor:pointer;font-family:"Inter",sans-serif;box-shadow:0 4px 14px rgba(248,3,83,.3);transition:all .18s}.ce-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px rgba(248,3,83,.4)}.ce-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:520px){.ce-overlay{padding:0;align-items:flex-end}.ce-sheet{border-radius:20px 20px 0 0;max-height:95vh}.ce-date-row,.ce-privacy-cards{grid-template-columns:1fr}}.toast-wrapper{position:fixed;top:24px;left:50%;transform:translateX(-50%);z-index:9999;display:flex;flex-direction:column;align-items:center;grid-gap:12px;gap:12px;pointer-events:none}.toast-box{font-family:"Inter",sans-serif;pointer-events:all;display:flex;align-items:flex-start;grid-gap:14px;gap:14px;min-width:300px;max-width:380px;padding:16px 18px;border-radius:16px;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,.05),0 12px 32px rgba(0,0,0,.12);position:relative;overflow:hidden;animation:toast-slide-in .35s cubic-bezier(.34,1.56,.64,1) both}.toast-box.toast-hiding{animation:toast-slide-out .25s ease-in forwards}@keyframes toast-slide-in{0%{opacity:0;transform:translateX(60px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes toast-slide-out{0%{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(60px) scale(.95)}}.toast-icon{flex-shrink:0;width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px}.toast-success .toast-icon{background:#dcfce7;color:#16a34a}.toast-error .toast-icon{background:#fee2e2;color:#dc2626}.toast-info .toast-icon{background:#dbeafe;color:#2563eb}.toast-body{flex:1 1;display:flex;flex-direction:column;grid-gap:2px;gap:2px;padding-top:2px}.toast-title{font-size:13px;font-weight:700;color:#111827;letter-spacing:.1px}.toast-message{font-size:13px;font-weight:400;color:#6b7280;line-height:1.5}.toast-close{flex-shrink:0;background:none;border:none;color:#9ca3af;font-size:18px;cursor:pointer;line-height:1;padding:2px 4px;border-radius:6px;transition:background .15s,color .15s;align-self:flex-start}.toast-close:hover{background:#f3f4f6;color:#374151}.toast-progress{position:absolute;bottom:0;left:0;height:3px;border-radius:0 0 16px 16px;animation:toast-progress-shrink linear forwards}.toast-success .toast-progress{background:#16a34a}.toast-error .toast-progress{background:#dc2626}.toast-info .toast-progress{background:#2563eb}@keyframes toast-progress-shrink{0%{width:100%}to{width:0}}:root{--r:#ff4d5e;--p:#ff7a8a;--grad:linear-gradient(135deg,#ff4d5e,#ff7a8a);--grad-soft:linear-gradient(135deg,rgba(255,77,94,0.14),rgba(255,122,138,0.1));--bg:#0f0f12;--bg2:#17171c;--bg3:#1e1e25;--border:#2a2a35;--border2:#333340;--ink:#f0eef8;--ink2:#c8c4d8;--muted:#7a7890;--muted2:#55536a;--green:#22c97a;--amber:#f5a623;--rr:10px;--rr2:16px;--max:1040px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.ee{font-family:"Inter",sans-serif;background:var(--bg);color:var(--ink);font-size:16px;line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased}.ee-sec-title,.ee h1,.ee h2,.ee h3,.ee h4{font-family:"Sora",sans-serif}.ee-nav{padding:0 2.5rem;height:66px;justify-content:space-between;border-bottom:1px solid var(--border);position:sticky;top:0;background:rgba(15,15,18,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:100}.ee-nav,.ee-nav-logo{display:flex;align-items:center}.ee-nav-logo{text-decoration:none}.ee-nav-logo-img{height:48px;width:auto;display:block}.ee-nav-links{display:flex;grid-gap:2rem;gap:2rem}.ee-nav-links a{font-size:.875rem;color:var(--muted);text-decoration:none;transition:color .2s;font-weight:500}.ee-nav-links a:hover{color:var(--ink)}.ee-nav-cta{background:var(--grad);color:#fff;padding:.5rem 1.3rem;border-radius:8px;font-size:.875rem;font-weight:600;border:none;cursor:pointer;font-family:"Sora",sans-serif;transition:opacity .2s}.ee-nav-cta:hover{opacity:.88}.ee-hero-wrap{max-width:var(--max);margin:0 auto;padding:5.5rem 2.5rem 5rem;display:grid;grid-template-columns:1fr 380px;grid-gap:5rem;gap:5rem;align-items:center}.ee-eyebrow{display:inline-flex;align-items:center;grid-gap:7px;gap:7px;background:var(--grad-soft);border:1px solid rgba(255,77,94,.2);color:var(--r);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .9rem;border-radius:100px;margin-bottom:1.5rem}.ee-eyebrow,.ee-h1{font-family:"Sora",sans-serif}.ee-h1{font-size:clamp(2rem,4vw,3.1rem);font-weight:800;line-height:1.08;color:var(--ink);margin-bottom:1.25rem;letter-spacing:-.02em}.ee-grad{background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ee-hero-sub{font-size:1rem;color:var(--muted);line-height:1.8;margin-bottom:2.25rem;max-width:440px;font-weight:400}.ee-hero-btns{display:flex;grid-gap:.75rem;gap:.75rem;flex-wrap:wrap;margin-bottom:2.75rem}.ee-btn-primary{background:var(--grad);color:#fff;padding:.8rem 1.6rem;border-radius:9px;font-weight:600;font-size:.9rem;text-decoration:none;font-family:"Sora",sans-serif;display:inline-flex;align-items:center;grid-gap:6px;gap:6px;transition:opacity .2s;border:none;cursor:pointer}.ee-btn-primary:hover{opacity:.88}.ee-btn-outline{border:1.5px solid var(--border2);color:var(--ink2);padding:.8rem 1.4rem;border-radius:9px;font-size:.875rem;text-decoration:none;display:inline-flex;align-items:center;grid-gap:6px;gap:6px;transition:border-color .2s,color .2s;font-weight:500;background:transparent}.ee-btn-outline:hover{border-color:var(--muted);color:var(--ink)}.ee-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:12px;overflow:hidden}.ee-hstat{padding:1rem .75rem;text-align:center;border-right:1px solid var(--border)}.ee-hstat:last-child{border-right:none}.ee-hstat-n{font-family:"Sora",sans-serif;font-size:1.5rem;font-weight:800;display:block;line-height:1;margin-bottom:4px;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ee-hstat-l{font-size:.72rem;color:var(--muted)}.ee-signup-card{background:var(--bg3);border:1.5px solid var(--border);border-radius:var(--rr2);padding:2rem;position:relative;overflow:hidden;box-shadow:0 4px 32px rgba(0,0,0,.3)}.ee-signup-card:before{content:"";position:absolute;top:-50px;right:-50px;width:140px;height:140px;background:linear-gradient(135deg,rgba(255,77,94,.08),rgba(255,122,138,.06));border-radius:50%;pointer-events:none}.ee-free-badge{background:var(--grad-soft);border:1px solid rgba(255,77,94,.18);border-radius:8px;padding:.6rem .85rem;font-size:.78rem;color:var(--r);font-weight:500;margin-bottom:1.25rem;grid-gap:7px;gap:7px}.ee-free-badge,.ee-sc-head{display:flex;align-items:center}.ee-sc-head{grid-gap:10px;gap:10px;margin-bottom:.35rem}.ee-sc-icon{width:36px;height:36px;background:var(--grad);border-radius:9px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;color:#fff}.ee-sc-icon,.ee-sc-title{font-family:"Sora",sans-serif}.ee-sc-title{font-weight:700;font-size:1.05rem;color:var(--ink)}.ee-sc-sub{font-size:.8rem;color:var(--muted);margin-bottom:1.5rem}.ee-field-label{font-size:.72rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-bottom:.4rem;font-family:"Sora",sans-serif}.ee-field-wrap{display:flex;align-items:center;background:var(--bg3);border:1.5px solid var(--border2);border-radius:9px;overflow:hidden;margin-bottom:1rem;transition:border-color .2s}.ee-field-wrap:focus-within{border-color:var(--r)}.ee-field-disabled{opacity:.6;pointer-events:none}.ee-field-prefix{padding:0 .75rem;font-size:.85rem;color:var(--muted);border-right:1px solid var(--border);height:46px;display:flex;align-items:center;flex-shrink:0;font-weight:500}.ee-field-wrap input{background:transparent;border:none;outline:none;padding:0 .85rem;height:46px;color:var(--ink);font-size:.9rem;width:100%;font-family:"Inter",sans-serif}.ee-field-wrap input::placeholder{color:var(--muted2)}.ee-otp-hint{font-size:.78rem;color:var(--green);margin-bottom:.5rem}.ee-countdown{font-size:.78rem;color:var(--muted);margin-bottom:.75rem}.ee-resend{color:var(--r);cursor:pointer;font-weight:600;margin-left:4px}.ee-otp-row{display:flex;grid-gap:8px;gap:8px;margin-bottom:1rem}.ee-otp-box{flex:1 1;min-width:0;height:48px;text-align:center;font-size:1.1rem;font-weight:700;font-family:"Sora",sans-serif;background:var(--bg3);border:1.5px solid var(--border2);border-radius:9px;color:var(--ink);outline:none;transition:border-color .2s}.ee-otp-box:focus{border-color:var(--r)}.ee-otp-btn{width:100%;background:var(--grad);color:#fff;border:none;border-radius:9px;height:46px;font-size:.9rem;font-weight:600;cursor:pointer;font-family:"Sora",sans-serif;letter-spacing:.02em;transition:opacity .2s;display:flex;align-items:center;justify-content:center;grid-gap:8px;gap:8px}.ee-otp-btn:hover{opacity:.88}.ee-otp-btn:disabled{opacity:.65;cursor:not-allowed}.ee-spin{width:14px;height:14px;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;animation:ee-spin .7s linear infinite;flex-shrink:0}@keyframes ee-spin{to{transform:rotate(1turn)}}.ee-wa-support{display:flex;align-items:center;justify-content:center;grid-gap:6px;gap:6px;margin-top:12px;font-size:.78rem;color:var(--green);text-decoration:none;transition:opacity .2s}.ee-wa-support:hover{opacity:.75}.ee-trust{padding:1.5rem 2.5rem;background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.ee-trust-inner{max-width:var(--max);margin:0 auto}.ee-trust-label{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted2);margin-bottom:1rem;text-align:center}.ee-trust-pills{display:flex;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem;justify-content:center}.ee-tp{border:1px solid var(--border2);color:var(--muted);padding:.28rem .8rem;border-radius:100px;font-size:.78rem;background:var(--bg3)}.ee-sec{padding:5rem 2.5rem;max-width:var(--max);margin:0 auto}.ee-sec-label{font-size:.68rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--r)}.ee-sec-label,.ee-sec-title{margin-bottom:.65rem;font-family:"Sora",sans-serif}.ee-sec-title{font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:800;color:var(--ink);letter-spacing:-.02em;line-height:1.15}.ee-sec-body{font-size:.95rem;color:var(--muted);max-width:520px;line-height:1.75}.ee-bg-tinted{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.ee-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:var(--rr2);overflow:hidden;margin-top:2.5rem}.ee-step{padding:1.75rem 1.25rem;border-right:1px solid var(--border);background:var(--bg2)}.ee-step:last-child{border-right:none}.ee-step-num{font-family:"Sora",sans-serif;font-size:.68rem;font-weight:700;color:var(--r);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;display:flex;align-items:center;grid-gap:6px;gap:6px}.ee-step-num:before{content:"";width:20px;height:2px;background:var(--grad);border-radius:2px}.ee-step h3{font-family:"Sora",sans-serif;font-size:.92rem;font-weight:700;color:var(--ink);margin-bottom:.5rem}.ee-step p{font-size:.81rem;color:var(--muted);line-height:1.6}.ee-why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem;margin-top:2.5rem}.ee-why-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--rr2);padding:1.75rem}.ee-wc-icon{width:40px;height:40px;background:var(--grad-soft);border:1px solid rgba(255,77,94,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.15rem;margin-bottom:1.1rem}.ee-why-card h3{font-family:"Sora",sans-serif;font-size:.95rem;font-weight:700;color:var(--ink);margin-bottom:.4rem}.ee-why-card p{font-size:.82rem;color:var(--muted);line-height:1.6}.ee-feat-section{padding:5rem 2.5rem;background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.ee-feat-inner{max-width:var(--max);margin:0 auto}.ee-feat-intro{text-align:center;margin-bottom:3.5rem}.ee-feat-intro .ee-sec-body{margin:0 auto}.ee-feat-block{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;padding:3.5rem 0;border-top:1px solid var(--border)}.ee-feat-first{padding-top:0;border-top:none}.ee-feat-flip{direction:rtl}.ee-feat-flip>*{direction:ltr}.ee-feat-pill{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;border:1px solid var(--border2);color:var(--muted);padding:.25rem .7rem;border-radius:100px;font-size:.68rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;margin-bottom:.85rem;background:var(--bg3);font-family:"Sora",sans-serif}.ee-feat-block h3{font-family:"Sora",sans-serif;font-size:1.45rem;font-weight:800;color:var(--ink);margin-bottom:.75rem;line-height:1.2;letter-spacing:-.02em}.ee-feat-block>div>p{font-size:.88rem;color:var(--muted);line-height:1.75;margin-bottom:1.25rem}.ee-feat-pts{list-style:none}.ee-feat-pts li{font-size:.83rem;color:var(--ink2);padding:.3rem 0;display:flex;align-items:flex-start;grid-gap:10px;gap:10px;line-height:1.5}.ee-pt-bullet{width:18px;height:18px;min-width:18px;background:var(--grad-soft);border:1px solid rgba(255,77,94,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px;flex-shrink:0}.ee-pt-bullet:after{content:"✓";color:var(--r);font-size:.6rem;font-weight:800}.ee-vcard{background:var(--bg2);border:1.5px solid var(--border);border-radius:var(--rr2);padding:1.5rem;display:flex;flex-direction:column;grid-gap:.75rem;gap:.75rem;box-shadow:0 2px 24px rgba(0,0,0,.2)}.ee-vcard-hdr{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted2);margin-bottom:.25rem;font-family:"Sora",sans-serif}.ee-vrow{background:var(--bg3);border:1px solid var(--border);border-radius:8px;padding:.7rem 1rem;display:flex;align-items:center;grid-gap:.75rem;gap:.75rem;font-size:.82rem;color:var(--ink2)}.ee-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ee-dot-g{background:#16a34a}.ee-dot-r{background:var(--r)}.ee-dot-a{background:var(--amber)}.ee-dot-m{background:var(--border2)}.ee-vcard-note{font-size:.72rem;color:var(--muted2);text-align:center;padding-top:.25rem;border-top:1px solid var(--border)}.ee-vbig{text-align:center;padding:.75rem 0}.ee-vbig-n{font-family:"Sora",sans-serif;font-size:2.8rem;font-weight:800;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.ee-vbig-s{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem}.ee-phone-wrap{background:var(--bg2);border:1.5px solid var(--border);border-radius:var(--rr2);padding:1.5rem;box-shadow:0 2px 24px rgba(0,0,0,.2);display:flex;justify-content:center;align-items:center}.ee-phone{background:var(--bg3);border:1.5px solid var(--border);border-radius:20px;padding:1.25rem;width:200px}.ee-phone-app-name{font-family:"Sora",sans-serif;font-size:.72rem;font-weight:700;background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;margin-bottom:1rem}.ee-cam-circle{width:52px;height:52px;background:var(--grad-soft);border:2px dashed rgba(255,77,94,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;font-size:1.3rem}.ee-phone-label{font-size:.78rem;font-family:"Sora",sans-serif;font-weight:700;color:var(--ink);text-align:center;margin-bottom:.25rem}.ee-phone-hint{font-size:.68rem;color:var(--muted);text-align:center;margin-bottom:.75rem}.ee-scan-bar{height:3px;background:var(--grad);border-radius:2px;width:55%;margin:0 auto .6rem;animation:ee-scanit 1.6s ease-in-out infinite alternate}@keyframes ee-scanit{0%{width:25%}to{width:80%}}.ee-scan-label{font-size:.65rem;color:var(--muted);text-align:center;margin-bottom:.6rem}.ee-pgrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3px;gap:3px}.ee-ph{height:38px;border-radius:5px;background:var(--bg);border:1px solid var(--border2)}.ee-ph-found{background:linear-gradient(135deg,rgba(255,77,94,.2),rgba(255,122,138,.2));border-color:rgba(255,77,94,.4)}.ee-found-bar{background:var(--grad);border-radius:6px;padding:.4rem .6rem;font-size:.65rem;font-weight:600;color:#fff;text-align:center;margin-top:.5rem}.ee-ind-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-top:2rem}.ee-ind-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--rr2);padding:1.25rem 1rem;text-align:center;transition:border-color .2s,box-shadow .2s}.ee-ind-card:hover{border-color:rgba(255,77,94,.4);box-shadow:0 4px 20px rgba(255,77,94,.12)}.ee-ind-emoji{font-size:1.6rem;margin-bottom:.6rem}.ee-ind-card h4{font-family:"Sora",sans-serif;font-size:.85rem;font-weight:700;color:var(--ink);margin-bottom:.25rem}.ee-ind-card p{font-size:.75rem;color:var(--muted);line-height:1.5}.ee-comp-wrap{padding:5rem 2.5rem;background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.ee-comp-inner{max-width:var(--max);margin:0 auto}.ee-comp-table{width:100%;border-collapse:collapse;font-size:.83rem;table-layout:fixed;margin-top:2.5rem}.ee-comp-table th{padding:.85rem 1rem;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-bottom:2px solid var(--border2);color:var(--muted2);font-family:"Sora",sans-serif;text-align:center}.ee-comp-table th:first-child{text-align:left;width:34%}.ee-th-ee{color:var(--r)!important}.ee-comp-table td{padding:.65rem 1rem;border-bottom:1px solid var(--border);text-align:center;color:var(--muted)}.ee-comp-table td:first-child{text-align:left;color:var(--ink2);font-size:.82rem}.ee-comp-table tr:hover td{background:rgba(255,77,94,.05)}.ee-ck{color:#16a34a;font-weight:700}.ee-cx{color:#d1cbc4}.ee-cp{color:var(--amber);font-size:.75rem;font-weight:500}.ee-comp-value-note{margin-top:1.5rem;padding:1.25rem 1.5rem;background:var(--bg3);border:1px solid var(--border);border-left:3px solid var(--r);border-radius:0 var(--rr) var(--rr) 0;font-size:.88rem;color:var(--ink2);line-height:1.65}.ee-comp-value-note strong{color:var(--ink);font-weight:600}.ee-testi-sec{padding:5rem 2.5rem}.ee-testi-inner{max-width:var(--max);margin:0 auto}.ee-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;margin-top:2.5rem}.ee-testi{background:var(--bg2);border:1px solid var(--border);border-radius:var(--rr2);padding:1.75rem}.ee-testi-stars{margin-bottom:.75rem}.ee-star{display:inline-block;width:14px;height:14px;background:var(--grad);margin-right:2px;clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.ee-testi-quote{font-size:.875rem;color:var(--ink2);line-height:1.75;margin-bottom:1.25rem;font-style:italic}.ee-testi-who{grid-gap:.75rem;gap:.75rem}.ee-testi-av,.ee-testi-who{display:flex;align-items:center}.ee-testi-av{width:34px;height:34px;border-radius:50%;background:var(--grad);justify-content:center;font-size:.72rem;font-weight:700;color:#fff;flex-shrink:0}.ee-testi-av,.ee-testi-name{font-family:"Sora",sans-serif}.ee-testi-name{font-size:.8rem;font-weight:600;color:var(--ink)}.ee-testi-role{font-size:.72rem;color:var(--muted)}.ee-price-sec{padding:5rem 2.5rem;background:var(--bg2);border-top:1px solid var(--border)}.ee-price-inner{max-width:var(--max);margin:0 auto;text-align:center}.ee-price-sub{color:var(--muted);font-size:.95rem;margin-top:.5rem}.ee-price-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1px;gap:1px;background:var(--border);border:1.5px solid var(--border);border-radius:var(--rr2);overflow:hidden;margin:2.5rem 0 1.5rem}.ee-pc{background:var(--bg2);padding:1.75rem .5rem;transition:background .2s}.ee-pc:hover{background:var(--bg3)}.ee-pc-best{background:linear-gradient(180deg,rgba(255,77,94,.12),rgba(255,122,138,.05));border-top:2.5px solid var(--r)}.ee-pc-range{font-size:.68rem;color:var(--muted);margin-bottom:.5rem;font-weight:500}.ee-pc-range-best{color:var(--r);font-weight:600}.ee-pc-amt{font-family:"Sora",sans-serif;font-size:1.8rem;font-weight:800;color:var(--ink)}.ee-pc-best .ee-pc-amt{background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ee-pc-unit{font-size:.65rem;color:var(--muted);margin-top:.2rem}.ee-perks-row{display:flex;flex-wrap:wrap;grid-gap:.5rem;gap:.5rem;justify-content:center;margin-bottom:2rem}.ee-perk{border:1px solid var(--border2);color:var(--muted);font-size:.75rem;padding:.3rem .8rem;border-radius:100px;background:var(--bg3)}.ee-free-box{background:var(--bg3);border:1.5px solid var(--border);border-radius:var(--rr2);padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;grid-gap:1rem;gap:1rem;flex-wrap:wrap;text-align:left;box-shadow:0 2px 24px rgba(0,0,0,.2)}.ee-free-box h4{font-family:"Sora",sans-serif;font-size:1rem;font-weight:700;color:var(--ink);margin-bottom:.2rem}.ee-free-box p{font-size:.82rem;color:var(--muted)}.ee-free-btn{background:var(--grad);color:#fff;padding:.7rem 1.4rem;border-radius:9px;font-size:.875rem;font-weight:600;border:none;cursor:pointer;white-space:nowrap;font-family:"Sora",sans-serif;transition:opacity .2s}.ee-free-btn:hover{opacity:.88}.ee-faq-sec{padding:5rem 2.5rem}.ee-faq-inner{max-width:var(--max);margin:0 auto}.ee-faq-list{margin-top:2rem;border:1px solid var(--border);border-radius:var(--rr2);overflow:hidden}.ee-faq-item{border-bottom:1px solid var(--border);background:var(--bg2)}.ee-faq-item:last-child{border-bottom:none}.ee-faq-q{font-size:.9rem;font-weight:600;color:var(--ink);cursor:pointer;justify-content:space-between;padding:1.1rem 1.5rem;font-family:"Sora",sans-serif;-webkit-user-select:none;user-select:none}.ee-faq-arr,.ee-faq-q{display:flex;align-items:center}.ee-faq-arr{width:22px;height:22px;border-radius:50%;background:var(--bg3);border:1px solid var(--border);justify-content:center;font-size:.75rem;color:var(--muted);flex-shrink:0;transition:transform .25s,background .2s}.ee-faq-open .ee-faq-arr{transform:rotate(90deg);background:linear-gradient(135deg,rgba(255,77,94,.08),rgba(255,122,138,.08));border-color:rgba(255,77,94,.2);color:var(--r)}.ee-faq-a{font-size:.84rem;color:var(--muted);line-height:1.7;padding:0 1.5rem 1.1rem}.ee-final-cta{padding:6rem 2.5rem;text-align:center;background:#08080a;position:relative;overflow:hidden}.ee-final-cta:before{content:"";position:absolute;top:-80px;left:50%;transform:translateX(-50%);width:500px;height:300px;background:radial-gradient(ellipse,rgba(255,77,94,.22),transparent 70%);pointer-events:none}.ee-final-cta-inner{position:relative;z-index:1}.ee-cta-label{font-size:.68rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,92,122,.9);margin-bottom:.65rem;font-family:"Sora",sans-serif}.ee-final-cta h2{font-family:"Sora",sans-serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:.75rem;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.15}.ee-final-cta p{color:hsla(0,0%,100%,.5);max-width:460px;margin:0 auto 2.5rem;font-size:.95rem}.ee-final-btns{display:flex;grid-gap:1.25rem;gap:1.25rem;justify-content:center;flex-wrap:wrap}.ee-fcta-card{background:hsla(0,0%,100%,.04);border:1.5px solid hsla(0,0%,100%,.08);border-radius:14px;padding:1.75rem 2rem;text-align:left;max-width:260px;cursor:pointer;text-decoration:none;transition:background .2s,border-color .2s;flex:1 1;min-width:220px}.ee-fcta-card:hover{background:rgba(255,77,94,.1);border-color:rgba(255,77,94,.4)}.ee-fcta-icon{font-size:1.6rem;margin-bottom:.75rem;display:block}.ee-fcta-title{font-family:"Sora",sans-serif;font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.35rem}.ee-fcta-sub{font-size:.78rem;color:hsla(0,0%,100%,.45);line-height:1.55}.ee-fcta-arrow{display:block;margin-top:1rem;font-size:.8rem;color:rgba(255,92,122,.9);font-weight:600;font-family:"Sora",sans-serif}.ee-footer{border-top:1px solid var(--border);padding:2.5rem 2.5rem 2rem;background:var(--bg2)}.ee-footer-inner{max-width:var(--max);margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;grid-gap:2rem;gap:2rem}.ee-fb-name{font-family:"Sora",sans-serif;font-weight:800;font-size:1rem;color:var(--ink);margin-bottom:.2rem}.ee-fb-tag{font-size:.75rem;color:var(--muted);margin-bottom:.5rem}.ee-fb-tagline{font-size:.78rem;color:var(--muted2);font-style:italic}.ee-fl-col h5{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted2);margin-bottom:.75rem;font-family:"Sora",sans-serif}.ee-fl-col a{display:block;font-size:.82rem;color:var(--muted);text-decoration:none;margin-bottom:.4rem;transition:color .2s}.ee-fl-col a:hover{color:var(--ink)}.ee-fc-contact{font-size:.82rem;color:var(--muted)}.ee-fc-label{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted2);margin-bottom:.6rem;font-family:"Sora",sans-serif}.ee-fc-contact div{margin-bottom:.35rem}.ee-footer-bottom{max-width:var(--max);margin:1.75rem auto 0;border-top:1px solid var(--border);padding-top:1.25rem;display:flex;justify-content:space-between;font-size:.72rem;color:var(--muted2);flex-wrap:wrap;grid-gap:.5rem;gap:.5rem}@media (max-width:900px){.ee-hero-wrap{grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem}.ee-signup-card{max-width:480px}}@media (max-width:720px){.ee-nav{padding:0 1.25rem}.ee-nav-links{display:none}.ee-hero-wrap{padding:3.5rem 1.25rem 3rem}.ee-hero-stats{grid-template-columns:repeat(2,1fr)}.ee-trust{padding:1.25rem}.ee-sec{padding:3.5rem 1.25rem}.ee-steps-grid{grid-template-columns:1fr 1fr}.ee-step{border-bottom:1px solid var(--border)}.ee-step:nth-child(odd){border-right:1px solid var(--border)}.ee-step:nth-child(2n){border-right:none}.ee-why-grid{grid-template-columns:1fr}.ee-feat-section{padding:3.5rem 1.25rem}.ee-feat-block{grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.ee-feat-flip{direction:ltr}.ee-ind-grid{grid-template-columns:repeat(2,1fr)}.ee-comp-wrap{padding:3.5rem 1.25rem}.ee-comp-table{font-size:.75rem}.ee-comp-table td,.ee-comp-table th{padding:.5rem}.ee-testi-sec{padding:3.5rem 1.25rem}.ee-testi-grid{grid-template-columns:1fr}.ee-price-sec{padding:3.5rem 1.25rem}.ee-price-grid{grid-template-columns:repeat(2,1fr)}.ee-free-box{flex-direction:column;text-align:center}.ee-faq-sec{padding:3.5rem 1.25rem}.ee-final-cta{padding:4rem 1.25rem}.ee-final-btns{flex-direction:column;align-items:center}.ee-fcta-card{max-width:100%;width:100%}.ee-footer{padding:2rem 1.25rem}.ee-footer-inner{flex-direction:column;grid-gap:1.5rem;gap:1.5rem}.ee-footer-bottom{flex-direction:column;grid-gap:.25rem;gap:.25rem}}*{box-sizing:border-box;margin:0;padding:0}.register-wrapper{font-family:"Inter",sans-serif;min-height:100vh;width:100%;display:flex;overflow:hidden}.register-image-panel{flex:0 0 45%;position:relative;overflow:hidden;background:#000}.register-image-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(248,3,83,.45),rgba(15,15,15,.35) 60%,transparent);pointer-events:none}.wedding-cover{width:100%;height:100%;object-fit:cover;transition:transform 12s ease}.register-image-panel:hover .wedding-cover{transform:scale(1.05)}.image-overlay-text{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:48px 40px;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);color:#fff}.image-overlay-text h3{font-size:32px;font-weight:800;line-height:1.2;margin-bottom:8px;letter-spacing:-.5px}.image-overlay-text p{font-size:15px;opacity:.85;font-weight:400}.register-form-panel{flex:1 1;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:40px 24px;position:relative;overflow-y:auto;overflow-x:hidden}.register-form-panel:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(248,3,83,.04) 0,transparent 70%);pointer-events:none}.register-card{width:100%;max-width:440px;margin:auto;position:relative;z-index:10}.card-header,.register-card{display:flex;flex-direction:column}.card-header{align-items:flex-start;text-align:left;margin-bottom:36px;margin-top:16px}.brand-row{display:flex;align-items:center;grid-gap:12px;gap:12px;margin-bottom:24px}.brand-icon{width:36px;height:36px;border-radius:8px;object-fit:contain}.brand-name{font-size:20px;font-weight:700;color:#f80353;letter-spacing:-.3px}.title{font-size:30px;font-weight:800;color:#111827;letter-spacing:-.8px;margin-bottom:8px}.subtitle{font-size:15px;color:#6b7280;max-width:380px;line-height:1.5}.register-form-box{grid-gap:20px;gap:20px}.field-group,.register-form-box{display:flex;flex-direction:column}.field-group{grid-gap:6px;gap:6px}.field-label{font-size:12px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px;padding-left:2px}.input-elegant{width:100%;padding:14px 16px;background:#f9fafb;border:1.5px solid transparent;border-radius:12px;font-size:15px;font-family:"Inter",sans-serif;color:#111827;transition:all .2s ease}.input-elegant:hover{background:#f3f4f6}.input-elegant:focus{background:#fff;border-color:#f80353;box-shadow:0 4px 12px rgba(248,3,83,.08);outline:none}.input-elegant::placeholder{color:#9ca3af;font-weight:400}.field-error{font-size:12px;color:#dc2626;font-weight:500;padding-left:2px;animation:shake .3s ease-in-out}.field-hint{color:#d97706}.field-success{font-size:12px;color:#16a34a;font-weight:500;padding-left:2px}.btn-layout{display:flex;grid-gap:12px;gap:12px;margin-top:12px}.btn-secondary{flex:1 1;background:#fff;border:1.5px solid #e5e7eb;color:#4b5563;padding:14px;border-radius:12px;font-size:15px;font-weight:600;font-family:"Inter",sans-serif;cursor:pointer;transition:all .15s}.btn-secondary:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.btn-primary{flex:2 1;background:linear-gradient(135deg,#f80353,#d6023e);color:#fff;border:none;padding:14px;border-radius:12px;font-size:15px;font-weight:600;font-family:"Inter",sans-serif;cursor:pointer;box-shadow:0 4px 14px rgba(248,3,83,.3);transition:all .15s}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px rgba(248,3,83,.4)}.btn-primary:active:not(:disabled){transform:translateY(1px)}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}@media (max-width:900px){.register-wrapper{flex-direction:column;min-height:100vh;height:auto;overflow-y:auto}.register-image-panel{display:none}.register-form-panel{width:100%;padding:32px 20px 48px;align-items:center}.register-card{max-width:100%;margin:0}.card-header{align-items:center;text-align:center;width:100%}.title{font-size:24px}.btn-layout{flex-direction:column;grid-gap:12px;gap:12px}.btn-primary,.btn-secondary{width:100%;padding:15px}}.credits-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .25s ease}.credits-modal{background:#fff;border-radius:24px;padding:44px 40px 36px;max-width:400px;width:90%;text-align:center;box-shadow:0 24px 60px rgba(0,0,0,.18);animation:slideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{transform:translateY(32px);opacity:0}to{transform:translateY(0);opacity:1}}.credits-icon-wrap{margin-bottom:16px}.credits-title{font-size:24px;font-weight:800;color:#111827;letter-spacing:-.6px;margin-bottom:8px}.credits-subtitle{font-size:14px;color:#6b7280;margin-bottom:28px}.credits-badge{display:flex;align-items:center;justify-content:center;grid-gap:10px;gap:10px;background:linear-gradient(135deg,#fff7ed,#fef3c7);border:1.5px solid #fcd34d;border-radius:16px;padding:18px 24px;margin-bottom:16px}.credits-coin{font-size:28px}.credits-amount{font-size:36px;font-weight:800;color:#d97706;letter-spacing:-1px;line-height:1}.credits-label{font-size:14px;font-weight:700;color:#92400e;text-align:left;line-height:1.3}.credits-note{font-size:13px;color:#9ca3af;margin-bottom:28px;line-height:1.5}.credits-btn{width:100%;background:linear-gradient(135deg,#f80353,#d6023e);color:#fff;border:none;padding:15px;border-radius:12px;font-size:15px;font-weight:700;font-family:"Inter",sans-serif;cursor:pointer;box-shadow:0 4px 14px rgba(248,3,83,.3);transition:all .15s;letter-spacing:.2px}.credits-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(248,3,83,.4)}.reg-logo-upload-btn{display:flex;align-items:center;grid-gap:8px;gap:8px;width:100%;padding:12px 16px;border:2px dashed #e5e7eb;border-radius:10px;background:#fafafa;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:border-color .2s,color .2s,background .2s;justify-content:center}.reg-logo-upload-btn:hover{border-color:#f80353;color:#f80353;background:#fff5f7}.reg-logo-preview-row{display:flex;align-items:center;grid-gap:14px;gap:14px;padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fafafa}.reg-logo-preview{width:56px;height:56px;object-fit:contain;border-radius:8px;border:1px solid #e5e7eb;background:#fff}.reg-logo-preview-info{display:flex;flex-direction:column;grid-gap:4px;gap:4px;flex:1 1;min-width:0}.reg-logo-filename{font-size:13px;font-weight:500;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reg-logo-status{font-size:12px;font-weight:500}.reg-logo-status--uploading{color:#d97706}.reg-logo-status--done{color:#16a34a}.reg-logo-remove{align-self:flex-start;background:none;border:none;color:#f80353;font-size:12px;font-weight:500;cursor:pointer;padding:0}.connectivity-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease-in-out}.connectivity-popup{background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.3);max-width:400px;width:90%;animation:slideIn .3s ease-out}.connectivity-popup-header{display:flex;align-items:center;padding:20px 20px 10px;border-bottom:1px solid #eee}.connectivity-icon{font-size:24px;margin-right:12px;animation:pulse 2s infinite}.connectivity-icon.online{animation:bounce .6s ease-out}.connectivity-icon.offline{animation:shake .5s ease-in-out}.connectivity-popup h3{margin:0;font-size:18px;font-weight:600;color:#333}.connectivity-popup-body{padding:20px;text-align:center}.connectivity-popup-body p{margin:0;color:#666;line-height:1.5;font-size:14px}.connectivity-popup-footer{padding:10px 20px 20px;text-align:center}.connectivity-retry-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.connectivity-retry-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}.connectivity-retry-btn:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@media (max-width:480px){.connectivity-popup{margin:20px;max-width:none;width:calc(100% - 40px)}.connectivity-popup-header{padding:15px 15px 10px}.connectivity-popup-body{padding:15px}.connectivity-popup-footer{padding:10px 15px 15px}}.vp-wrapper{background:#f8f9fc;padding:40px 24px 80px;box-sizing:border-box}.vp-loading,.vp-wrapper{min-height:100vh;font-family:"Inter",sans-serif}.vp-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:16px;gap:16px;color:#6b7280;font-size:15px;font-weight:500}.vp-spinner{width:44px;height:44px;border:3.5px solid rgba(248,3,83,.15);border-top-color:#f80353;border-radius:50%;animation:vp-spin .8s linear infinite}@keyframes vp-spin{to{transform:rotate(1turn)}}.vp-container{max-width:700px;margin:0 auto}.vp-back-btn{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;background:transparent;border:none;color:#6b7280;font-family:"Inter",sans-serif;font-size:14px;font-weight:600;cursor:pointer;padding:0;margin-bottom:32px;transition:color .15s}.vp-back-btn:hover{color:#f80353}.vp-header{display:flex;align-items:center;grid-gap:24px;gap:24px;margin-bottom:40px}.vp-avatar-wrap{flex-shrink:0;width:90px;height:90px;border-radius:20px;overflow:hidden;border:2px solid #f3f4f6;background:#fff;box-shadow:0 8px 24px rgba(248,3,83,.1)}.vp-avatar{width:100%;height:100%;object-fit:cover}.vp-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fdf2f5}.vp-title{font-size:28px;font-weight:800;color:#111827;letter-spacing:-.8px;margin:0 0 6px}.vp-subtitle{font-size:15px;color:#6b7280;margin:0;font-weight:400}.vp-form{background:#fff;border-radius:20px;padding:36px;box-shadow:0 4px 24px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column;grid-gap:24px;gap:24px}.vp-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.vp-field-group{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.vp-label{font-size:12px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px}.vp-input{width:100%;padding:13px 16px;background:#f9fafb;border:1.5px solid transparent;border-radius:12px;font-size:15px;font-family:"Inter",sans-serif;color:#111827;transition:all .2s ease;box-sizing:border-box;-webkit-appearance:none;appearance:none}select.vp-input{padding-right:40px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;cursor:pointer}.vp-input:hover{background:#f3f4f6}.vp-input:focus{background:#fff;border-color:#f80353;box-shadow:0 4px 12px rgba(248,3,83,.08);outline:none}.vp-input::placeholder{color:#9ca3af;font-weight:400}.vp-input-error{border-color:#dc2626!important;background:#fff8f8!important}.vp-error{font-size:12px;color:#dc2626;font-weight:500}.vp-hint{color:#d97706}.vp-success{font-size:12px;color:#16a34a;font-weight:500}.vp-actions{display:flex;grid-gap:12px;gap:12px;justify-content:flex-end;padding-top:8px}.vp-btn-secondary{background:#fff;border:1.5px solid #e5e7eb;color:#4b5563;padding:13px 28px;border-radius:12px;font-size:15px;font-weight:600;font-family:"Inter",sans-serif;cursor:pointer;transition:all .15s}.vp-btn-secondary:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.vp-btn-primary{background:linear-gradient(135deg,#f80353,#d6023e);color:#fff;border:none;padding:13px 36px;border-radius:12px;font-size:15px;font-weight:600;font-family:"Inter",sans-serif;cursor:pointer;box-shadow:0 4px 14px rgba(248,3,83,.3);transition:all .15s}.vp-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px rgba(248,3,83,.4)}.vp-btn-primary:active:not(:disabled){transform:translateY(1px)}.vp-btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}@media (max-width:640px){.vp-wrapper{padding:24px 16px 60px}.vp-header{flex-direction:column;align-items:flex-start;grid-gap:16px;gap:16px}.vp-form{padding:24px 20px}.vp-row{grid-template-columns:1fr}.vp-actions{flex-direction:column-reverse}.vp-btn-primary,.vp-btn-secondary{width:100%;text-align:center}}.vp-logo-upload-area{border:2px dashed #e5e7eb;border-radius:10px;padding:28px 20px;display:flex;flex-direction:column;align-items:center;grid-gap:8px;gap:8px;cursor:pointer;transition:border-color .2s,background .2s;color:#6b7280;font-size:.875rem}.vp-logo-upload-area:hover{border-color:#f80353;background:#fff5f7}.vp-logo-upload-area--loading{opacity:.6;cursor:not-allowed}.vp-logo-preview{display:flex;align-items:center;grid-gap:16px;gap:16px}.vp-logo-thumb{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb}.vp-logo-actions{display:flex;grid-gap:8px;gap:8px;flex-wrap:wrap}.txn-wrapper{min-height:100vh;background:#f8f9fc;font-family:"Inter",sans-serif;padding:40px 24px;box-sizing:border-box}.txn-container{max-width:960px;margin:0 auto}.txn-back-btn{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;background:none;border:1.5px solid #e5e7eb;border-radius:10px;padding:8px 16px;font-size:13px;font-weight:600;color:#374151;cursor:pointer;font-family:"Inter",sans-serif;margin-bottom:28px;transition:all .15s}.txn-back-btn:hover{background:#f3f4f6;border-color:#d1d5db}.txn-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px;flex-wrap:wrap;grid-gap:12px;gap:12px}.txn-title{font-size:28px;font-weight:800;color:#111827;letter-spacing:-.8px;margin:0 0 6px}.txn-subtitle{font-size:14px;color:#6b7280;margin:0;font-weight:500}.txn-count-badge{background:#f3f4f6;border:1.5px solid #e5e7eb;border-radius:100px;padding:6px 14px;font-size:13px;font-weight:700;color:#374151;white-space:nowrap}.txn-loader{display:flex;flex-direction:column;align-items:center;grid-gap:14px;gap:14px;padding:80px 0;color:#6b7280;font-size:14px;font-weight:500}.txn-spinner{width:36px;height:36px;border-radius:50%;border:3px solid rgba(248,3,83,.15);border-top-color:#f80353;animation:txnSpin .75s linear infinite}@keyframes txnSpin{to{transform:rotate(1turn)}}.txn-error{display:flex;align-items:center;justify-content:center;grid-gap:14px;gap:14px;padding:40px;background:#fef2f2;border:1.5px solid #fca5a5;border-radius:14px;color:#dc2626;font-size:14px;font-weight:600}.txn-error button{background:#dc2626;color:#fff;border:none;border-radius:8px;padding:7px 16px;font-size:13px;font-weight:700;cursor:pointer;font-family:"Inter",sans-serif}.txn-empty{text-align:center;padding:80px 20px;background:#fff;border-radius:18px;border:1.5px dashed #e5e7eb}.txn-empty-icon{font-size:52px;margin-bottom:16px}.txn-empty h3{font-size:18px;font-weight:800;color:#111827;margin:0 0 8px;letter-spacing:-.3px}.txn-empty p{font-size:14px;color:#6b7280;margin:0;font-weight:500}.txn-table-wrap{background:#fff;border-radius:18px;border:1.5px solid #e5e7eb;overflow:hidden;overflow-x:auto}.txn-table{width:100%;border-collapse:collapse;font-size:14px;font-family:"Inter",sans-serif;min-width:680px}.txn-table thead tr{background:#f9fafb;border-bottom:1.5px solid #e5e7eb}.txn-table th{padding:14px 18px;font-size:12px;font-weight:700;color:#6b7280;text-align:left;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.txn-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .12s}.txn-table tbody tr:last-child{border-bottom:none}.txn-table tbody tr:hover{background:#f9fafb}.txn-table td{padding:16px 18px;vertical-align:middle}.txn-td-num{color:#9ca3af;font-weight:600;font-size:13px}.txn-booking-id{font-weight:700;color:#111827;font-size:13px;background:#f3f4f6;padding:4px 10px;border-radius:6px;white-space:nowrap}.txn-credits{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;font-weight:700;color:#d97706;font-size:14px}.txn-amount,.txn-coin{font-size:15px}.txn-amount{font-weight:800;color:#111827;letter-spacing:-.3px}.txn-payment-id{font-size:12px;color:#6b7280;font-weight:500;font-family:monospace}.txn-invoice-btn{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;padding:7px 14px;background:linear-gradient(135deg,#f80353,#d6023e);color:#fff;border-radius:8px;font-size:12px;font-weight:700;text-decoration:none;font-family:"Inter",sans-serif;transition:all .15s;white-space:nowrap;box-shadow:0 2px 8px rgba(248,3,83,.25)}.txn-invoice-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.txn-no-invoice{color:#d1d5db;font-weight:600}.txn-pagination{display:flex;align-items:center;justify-content:center;grid-gap:16px;gap:16px;margin-top:24px}.txn-page-btn{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;padding:9px 18px;font-size:13px;font-weight:700;color:#374151;cursor:pointer;font-family:"Inter",sans-serif;transition:all .15s}.txn-page-btn:hover:not(:disabled){border-color:#f80353;color:#f80353}.txn-page-btn:disabled{opacity:.4;cursor:not-allowed}.txn-page-info{font-size:13px;font-weight:600;color:#6b7280}@media (max-width:600px){.txn-wrapper{padding:24px 16px}.txn-title{font-size:22px}}.pf-wrapper{min-height:100vh;background:#f8f9fc;font-family:"Inter",sans-serif;padding:40px 24px 80px;box-sizing:border-box}.pf-container{max-width:1100px;margin:0 auto}.pf-page-hdr{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px;grid-gap:16px;gap:16px;flex-wrap:wrap}.pf-back-btn{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;background:none;border:none;cursor:pointer;color:#6b7280;font-family:"Inter",sans-serif;font-size:13px;font-weight:500;padding:0;margin-bottom:8px;transition:color .2s}.pf-back-btn:hover{color:#f80353}.pf-title{font-size:26px;font-weight:700;color:#111827;margin:0 0 4px}.pf-subtitle{font-size:14px;color:#6b7280;margin:0}.pf-btn-pri{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;background:#f80353;color:#fff;border:none;border-radius:9px;padding:10px 20px;font-family:"Inter",sans-serif;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .18s,opacity .18s}.pf-btn-pri:hover:not(:disabled){background:#d6003f}.pf-btn-pri:disabled{opacity:.6;cursor:not-allowed}.pf-btn-sec{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;background:#fff;color:#374151;border:1.5px solid #e5e7eb;border-radius:9px;padding:10px 20px;font-family:"Inter",sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .18s,color .18s}.pf-btn-sec:hover:not(:disabled){border-color:#9ca3af;color:#111827}.pf-btn-sec:disabled{opacity:.6;cursor:not-allowed}.pf-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;grid-gap:16px;gap:16px;padding:80px 0;color:#6b7280;font-size:15px}.pf-spin-lg{width:44px;height:44px;border:3.5px solid rgba(248,3,83,.15);border-top-color:#f80353;border-radius:50%;animation:pf-rot .8s linear infinite}@keyframes pf-rot{to{transform:rotate(1turn)}}.pf-error-box{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:10px;padding:16px 20px;font-size:14px;margin:24px 0}.pf-empty{display:flex;flex-direction:column;align-items:center;grid-gap:14px;gap:14px;padding:72px 0;text-align:center}.pf-empty p{font-size:15px;color:#6b7280;max-width:340px;margin:0}.pf-catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(276px,1fr));grid-gap:20px;gap:20px}.pf-catalog-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.07);border:1px solid #f0f0f0;cursor:pointer;transition:transform .18s,box-shadow .18s}.pf-catalog-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(0,0,0,.1)}.pf-catalog-thumb{height:156px;background:#f3f4f6;overflow:hidden}.pf-catalog-thumb img{width:100%;height:100%;object-fit:cover}.pf-catalog-thumb-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fafafa,#f0f0f0)}.pf-catalog-body{padding:16px}.pf-catalog-name{font-size:15px;font-weight:600;color:#111827;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pf-catalog-desc{font-size:13px;color:#6b7280;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5}.pf-catalog-footer{display:flex;align-items:center;justify-content:space-between}.pf-catalog-count{font-size:12px;color:#9ca3af;font-weight:500}.pf-catalog-cta{font-size:13px;font-weight:600;color:#f80353}.pf-catalog-actions{display:flex;align-items:center;grid-gap:8px;gap:8px}.pf-card-edit-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:1.5px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;padding:0;transition:border-color .15s,color .15s,background .15s;flex-shrink:0}.pf-card-edit-btn:hover{border-color:#f80353;color:#f80353;background:#fff5f7}.pf-card-delete-btn:hover{border-color:#ef4444!important;color:#ef4444!important;background:#fef2f2!important}.pf-delete-confirm{display:flex;align-items:center;grid-gap:6px;gap:6px;animation:pf-fade-in .15s ease}@keyframes pf-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.pf-delete-confirm-txt{font-size:12px;font-weight:600;color:#ef4444;white-space:nowrap}.pf-confirm-cancel-btn{font-size:12px;font-weight:600;color:#6b7280;background:#f3f4f6;border:none;border-radius:6px;padding:4px 10px;cursor:pointer;font-family:"Inter",sans-serif;transition:background .15s}.pf-confirm-cancel-btn:hover{background:#e5e7eb;color:#111827}.pf-confirm-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.pf-confirm-delete-btn{font-size:12px;font-weight:600;color:#fff;background:#ef4444;border:none;border-radius:6px;padding:4px 10px;cursor:pointer;font-family:"Inter",sans-serif;display:inline-flex;align-items:center;grid-gap:4px;gap:4px;transition:background .15s}.pf-confirm-delete-btn:hover:not(:disabled){background:#dc2626}.pf-confirm-delete-btn:disabled{opacity:.6;cursor:not-allowed}.pf-detail-bar-right{display:flex;align-items:center;grid-gap:10px;gap:10px}.pf-btn-edit{padding:9px 16px}.pf-detail-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;grid-gap:12px;gap:12px;flex-wrap:wrap}.pf-catalog-info{margin-bottom:28px}.pf-catalog-detail-title{font-size:22px;font-weight:700;color:#111827;margin:0 0 6px}.pf-catalog-detail-desc{font-size:14px;color:#6b7280;margin:0;line-height:1.6}.pf-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:20px;gap:20px}.pf-product-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.07);border:1px solid #f0f0f0;transition:box-shadow .18s}.pf-product-card:hover{box-shadow:0 6px 22px rgba(0,0,0,.1)}.pf-product-img-wrap{position:relative;height:200px;background:#f3f4f6;overflow:hidden}.pf-product-img{width:100%;height:100%;object-fit:cover}.pf-product-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fafafa,#f0f0f0)}.pf-img-more{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.55);color:#fff;font-size:11px;font-weight:600;padding:3px 8px;border-radius:20px}.pf-product-body{padding:14px}.pf-product-body-top{display:flex;align-items:flex-start;justify-content:space-between;grid-gap:6px;gap:6px;margin-bottom:5px}.pf-product-name{font-size:14px;font-weight:600;color:#111827;margin:0;text-overflow:ellipsis}.pf-product-desc,.pf-product-name{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pf-product-desc{font-size:12px;color:#6b7280;margin:0 0 10px;line-height:1.5}.pf-price-row{display:flex;align-items:center;grid-gap:8px;gap:8px;flex-wrap:wrap}.pf-mrp{font-size:12px;color:#9ca3af;text-decoration:line-through}.pf-price{font-size:15px;font-weight:700;color:#111827}.pf-discount-badge{font-size:11px;font-weight:600;color:#059669;background:#d1fae5;padding:2px 8px;border-radius:20px}.pf-pagination{display:flex;grid-gap:6px;gap:6px;margin-top:40px}.pf-pagination,.pf-pg-btn{justify-content:center;align-items:center}.pf-pg-btn{min-width:36px;height:36px;border-radius:8px;border:1.5px solid #e5e7eb;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;display:inline-flex;font-family:"Inter",sans-serif;transition:all .15s}.pf-pg-btn:hover:not(:disabled){border-color:#f80353;color:#f80353}.pf-pg-active{background:#f80353!important;color:#fff!important;border-color:#f80353!important}.pf-pg-nav:disabled{opacity:.4;cursor:not-allowed}.pf-pg-ellipsis{font-size:14px;color:#9ca3af;padding:0 4px}.pf-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;box-sizing:border-box}.pf-modal{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 24px 64px rgba(0,0,0,.18);overflow:hidden}.pf-modal--sm{max-width:440px}.pf-modal-hdr{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.pf-modal-hdr h2{font-size:16px;font-weight:700;color:#111827;margin:0}.pf-modal-x{width:30px;height:30px;border:none;background:#f3f4f6;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s;flex-shrink:0}.pf-modal-x svg{width:13px;height:13px}.pf-modal-x:hover{background:#e5e7eb}.pf-modal-x:disabled{opacity:.5;cursor:not-allowed}.pf-modal-body{padding:20px 24px;overflow-y:auto;flex:1 1;display:flex;flex-direction:column;grid-gap:16px;gap:16px}.pf-modal-ftr{padding:16px 24px;border-top:1px solid #f0f0f0;display:flex;justify-content:flex-end;grid-gap:10px;gap:10px;flex-shrink:0}.pf-field{display:flex;flex-direction:column;grid-gap:6px;gap:6px}.pf-field label{font-size:13px;font-weight:600;color:#374151}.pf-req{color:#f80353}.pf-optional{font-size:12px;color:#9ca3af;font-weight:400}.pf-input{border:1.5px solid #e5e7eb;border-radius:8px;padding:10px 12px;font-size:14px;font-family:"Inter",sans-serif;color:#111827;outline:none;width:100%;box-sizing:border-box;transition:border-color .18s;background:#fff}.pf-input:focus{border-color:#f80353}.pf-input--err{border-color:#ef4444}.pf-textarea{resize:vertical;min-height:76px}.pf-row-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.pf-err-txt{font-size:12px;color:#ef4444}.pf-api-err{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:8px;padding:11px 14px;font-size:13px;margin:0}.pf-upload-zone{border:2px dashed #e5e7eb;border-radius:10px;padding:22px 16px;display:flex;flex-direction:column;align-items:center;grid-gap:5px;gap:5px;cursor:pointer;color:#6b7280;font-size:14px;text-align:center;transition:border-color .18s,background .18s}.pf-upload-zone:hover:not(.pf-upload-zone--full){border-color:#f80353;background:#fff5f7}.pf-upload-zone--full{cursor:default;opacity:.6}.pf-upload-zone--err{border-color:#ef4444}.pf-upload-hint{font-size:12px;color:#9ca3af}.pf-thumb-row{display:flex;grid-gap:8px;gap:8px;flex-wrap:wrap;margin-top:8px}.pf-thumb{position:relative;width:70px;height:70px;border-radius:8px;overflow:hidden;border:1.5px solid #e5e7eb;flex-shrink:0}.pf-thumb img{width:100%;height:100%;object-fit:cover}.pf-thumb-rm{position:absolute;top:2px;right:2px;width:20px;height:20px;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;border:none;cursor:pointer;font-size:13px;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:background .15s}.pf-thumb-rm:hover{background:rgba(248,3,83,.85)}.pf-thumb--new{border-color:#6366f1}.pf-product-card{cursor:pointer}.pf-product-view-overlay{position:absolute;inset:0;background:transparent;display:flex;align-items:center;justify-content:center;transition:background .2s}.pf-product-card:hover .pf-product-view-overlay{background:rgba(0,0,0,.38)}.pf-product-view-btn{display:inline-flex;align-items:center;grid-gap:6px;gap:6px;background:#fff;color:#111827;font-size:13px;font-weight:600;font-family:"Inter",sans-serif;padding:7px 16px;border-radius:20px;opacity:0;transform:translateY(6px);transition:opacity .2s,transform .2s;pointer-events:none}.pf-product-card:hover .pf-product-view-btn{opacity:1;transform:translateY(0)}.pf-pv-modal{max-width:600px;padding:0;overflow:hidden;position:relative}.pf-pv-close{position:absolute;top:12px;right:12px;z-index:10;background:rgba(0,0,0,.45)!important;border:none!important}.pf-pv-close svg{stroke:#fff}.pf-pv-close:hover{background:rgba(0,0,0,.65)!important}.pf-pv-img-wrap{position:relative;width:100%;height:320px;background:#111;overflow:hidden;flex-shrink:0}.pf-pv-img{width:100%;height:100%;object-fit:cover}.pf-pv-img-ph{width:100%;height:100%;flex-direction:column;grid-gap:10px;gap:10px;background:#f3f4f6;color:#9ca3af;font-size:13px}.pf-pv-arrow,.pf-pv-img-ph{display:flex;align-items:center;justify-content:center}.pf-pv-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,.45);border:none;cursor:pointer;transition:background .15s;z-index:5}.pf-pv-arrow svg{stroke:#fff}.pf-pv-arrow:hover{background:rgba(0,0,0,.7)}.pf-pv-arrow--left{left:10px}.pf-pv-arrow--right{right:10px}.pf-pv-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;grid-gap:5px;gap:5px;z-index:5}.pf-pv-dot{width:7px;height:7px;border-radius:50%;border:none;background:hsla(0,0%,100%,.5);cursor:pointer;padding:0;transition:background .15s,transform .15s}.pf-pv-dot--active{background:#fff;transform:scale(1.25)}.pf-pv-img-count{position:absolute;top:12px;left:12px;background:rgba(0,0,0,.5);color:#fff;font-size:12px;font-weight:600;padding:3px 9px;border-radius:20px;z-index:5}.pf-pv-body{padding:20px 24px 24px;display:flex;flex-direction:column;grid-gap:10px;gap:10px}.pf-pv-name{font-size:18px;font-weight:700;color:#111827;margin:0}.pf-pv-desc{font-size:14px;color:#6b7280;margin:0;line-height:1.6}.pf-pv-price-row{display:flex;align-items:center;grid-gap:10px;gap:10px;flex-wrap:wrap;margin-top:4px}.pf-pv-price{font-size:22px;font-weight:700;color:#111827}.pf-section-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;margin-bottom:2px;display:flex;align-items:center;grid-gap:6px;gap:6px}.pf-product-count-badge{background:#f80353;color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px;text-transform:none;letter-spacing:0}.pf-products-hdr{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.pf-add-prod-btn{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;background:none;border:1.5px solid #e5e7eb;border-radius:7px;padding:5px 12px;font-family:"Inter",sans-serif;font-size:13px;font-weight:600;color:#374151;cursor:pointer;transition:border-color .15s,color .15s;white-space:nowrap}.pf-add-prod-btn:hover:not(:disabled){border-color:#f80353;color:#f80353}.pf-add-prod-btn:disabled{opacity:.5;cursor:not-allowed}.pf-products-empty-hint{font-size:13px;color:#9ca3af;background:#f9fafb;border:1.5px dashed #e5e7eb;border-radius:9px;padding:14px 16px;text-align:center}.pf-pe{border:1.5px solid #e5e7eb;border-radius:12px;padding:16px;display:flex;flex-direction:column;grid-gap:12px;gap:12px;background:#fafafa}.pf-pe-hdr{display:flex;align-items:center;justify-content:space-between}.pf-pe-num{font-size:13px;font-weight:700;color:#374151}.pf-pe-rm-btn{background:none;border:none;cursor:pointer;font-family:"Inter",sans-serif;font-size:13px;font-weight:500;color:#ef4444;padding:0;transition:color .15s}.pf-pe-rm-btn:hover:not(:disabled){color:#b91c1c}.pf-pe-rm-btn:disabled{opacity:.4;cursor:not-allowed}.pf-add-another-btn{display:inline-flex;align-items:center;grid-gap:5px;gap:5px;background:#f9fafb;border:1.5px dashed #d1d5db;border-radius:9px;padding:10px 16px;font-family:"Inter",sans-serif;font-size:13px;font-weight:600;color:#6b7280;cursor:pointer;width:100%;justify-content:center;transition:border-color .15s,color .15s,background .15s}.pf-add-another-btn:hover:not(:disabled){border-color:#f80353;color:#f80353;background:#fff5f7}.pf-add-another-btn:disabled{opacity:.5;cursor:not-allowed}.pf-spin{width:13px;height:13px;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;border-radius:50%;animation:pf-rot .7s linear infinite;display:inline-block;flex-shrink:0}@media (max-width:640px){.pf-wrapper{padding:24px 16px 60px}.pf-page-hdr{align-items:flex-start}.pf-catalog-grid,.pf-product-grid,.pf-row-2{grid-template-columns:1fr}.pf-detail-bar{flex-wrap:wrap}.pf-modal{border-radius:12px}}
/*# sourceMappingURL=main.c601be15.chunk.css.map */