@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter:wght@300;400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Inter:wght@300;400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Inter:wght@300;400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Inter:wght@300;400;500;600&display=swap);body,code{font-family:Inter,sans-serif}:root{--inkwell:#2c3639;--lunar:#3f4e4f;--creme-brulee:#a27b5b;--au-lait:#dcd7c9;--font-display:"Cormorant Garamond",Georgia,serif;--font-body:"Inter",system-ui,sans-serif;--radius-sm:6px;--radius-md:8px;--radius-lg:14px;--radius-xl:18px;--radius-full:9999px}.login-page{align-items:center;background:#dcd7c9;display:flex;font-family:Inter,system-ui,sans-serif;font-family:var(--font-body);justify-content:center;min-height:100vh;padding:24px}.login-card{border:1px solid #3f4e4f;border:1px solid var(--lunar);border-radius:18px;border-radius:var(--radius-xl);max-width:860px;min-height:560px;overflow:hidden;width:100%}.brand-panel,.login-card{background:#2c3639;background:var(--inkwell);display:flex}.brand-panel{border-right:1px solid #3f4e4f;border-right:1px solid var(--lunar);flex-direction:column;flex-shrink:0;justify-content:space-between;padding:30px 28px;width:42%}.brand-logo__img{height:110px;width:auto}.brand-logo{align-items:center;display:flex;justify-content:center}.brand-logo__text{font-size:7px;font-weight:600;letter-spacing:.1em;line-height:1.6;text-transform:uppercase}.brand-headline,.brand-logo__text{color:#dcd7c9;color:var(--au-lait);font-family:Cormorant Garamond,Georgia,serif;font-family:var(--font-display);text-align:center}.brand-headline{font-size:36px;font-weight:500;line-height:1.1;margin-bottom:18px;width:100%}.brand-tagline{color:#a27b5b;color:var(--creme-brulee);font-size:12px;font-weight:300;line-height:1.85;margin-bottom:28px}.brand-divider{background:#3f4e4f;background:var(--lunar);height:1px;margin-bottom:24px;width:100%}.brand-quote{border-left:2px solid #dcd7c9;border-left:2px solid var(--au-lait);margin-bottom:0;padding-left:16px}.brand-quote__body{color:#dcd7c9;color:var(--au-lait);font-family:Cormorant Garamond,Georgia,serif;font-family:var(--font-display);font-size:13px;font-style:italic;line-height:1.75;margin-bottom:6px}.brand-quote__attr{color:#a27b5b;color:var(--creme-brulee);font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.brand-stats{display:flex;flex-direction:column;gap:8px;margin-top:28px}.brand-stat{align-items:center;background:#3f4e4f;background:var(--lunar);border-radius:8px;border-radius:var(--radius-md);display:flex;justify-content:space-between;padding:10px 14px}.brand-stat__label{color:#dcd7c9;color:var(--au-lait);font-size:11px;letter-spacing:.04em;opacity:.75}.brand-stat__value{color:#dcd7c9;color:var(--au-lait);font-family:Cormorant Garamond,Georgia,serif;font-family:var(--font-display);font-size:18px;font-weight:600}.form-panel{background:#3f4e4f;background:var(--lunar);display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:40px 36px}.form-eyebrow{color:#a27b5b;color:var(--creme-brulee);font-size:10px;font-weight:500;letter-spacing:.16em;margin-bottom:10px;text-transform:uppercase}.form-title{font-family:Cormorant Garamond,Georgia,serif;font-family:var(--font-display);font-size:30px;font-weight:500;margin-bottom:6px}.form-subtitle,.form-title{color:#dcd7c9;color:var(--au-lait)}.form-subtitle{font-size:12px;font-weight:300;margin-bottom:32px;opacity:.55}.field{margin-bottom:16px}.field__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:7px}.field__label{color:#dcd7c9;color:var(--au-lait);font-size:11px;font-weight:500;letter-spacing:.04em}.field__link{background:none;border:none;color:#a27b5b;color:var(--creme-brulee);cursor:pointer;font-family:Inter,system-ui,sans-serif;font-family:var(--font-body);font-size:11px;padding:0;text-decoration:underline;text-underline-offset:2px}.field__link:hover{opacity:.8}.field__input-row{align-items:center;background:#2c3639;background:var(--inkwell);border:1px solid #dcd7c9;border:1px solid var(--au-lait);border-radius:8px;border-radius:var(--radius-md);display:flex;gap:10px;height:46px;padding:0 14px;transition:border-color .15s,box-shadow .15s}.field__input-row--focused{border-color:#a27b5b;border-color:var(--creme-brulee);border-width:1.5px;box-shadow:0 0 0 3px #a27b5b33}.field__icon{color:#a27b5b;color:var(--creme-brulee);flex-shrink:0;font-size:16px}.field__input{background:#0000;border:none;color:#dcd7c9;color:var(--au-lait);flex:1 1;font-family:Inter,system-ui,sans-serif;font-family:var(--font-body);font-size:13px;outline:none}.field__input::placeholder{color:#dcd7c9;color:var(--au-lait);opacity:.4}.field__eye{align-items:center;background:none;border:none;color:#a27b5b;color:var(--creme-brulee);cursor:pointer;display:flex;font-size:16px;padding:0}.field__eye:hover{opacity:.75}.remember-row{align-items:center;display:flex;gap:9px;margin-bottom:24px}.remember-checkbox{align-items:center;background:#a27b5b;background:var(--creme-brulee);border-radius:4px;cursor:pointer;display:flex;flex-shrink:0;height:17px;justify-content:center;width:17px}.remember-checkbox i{color:#2c3639;color:var(--inkwell);font-size:11px}.remember-label{color:#dcd7c9;color:var(--au-lait);cursor:pointer;font-size:12px;opacity:.65;-webkit-user-select:none;user-select:none}.btn-primary{background:var(--creme-brulee);border-radius:8px;border-radius:var(--radius-md);color:#2c3639;color:var(--inkwell);display:flex;font-family:Inter,system-ui,sans-serif;font-family:var(--font-body);font-weight:500;gap:10px;height:48px;letter-spacing:.06em;margin-bottom:16px;transition:opacity .15s,transform .1s;width:100%}.btn-primary:hover{opacity:.88}.btn-primary:active{transform:scale(.98)}.btn-primary i{color:#2c3639;color:var(--inkwell);font-size:15px}.or-row{align-items:center;display:flex;gap:12px;margin-bottom:14px}.or-line{background:#2c3639;background:var(--inkwell);flex:1 1;height:1px;opacity:.5}.or-text{font-size:10px;letter-spacing:.1em;opacity:.35;text-transform:uppercase}.btn-sso,.or-text{color:#dcd7c9;color:var(--au-lait)}.btn-sso{align-items:center;background:#0000;border:1px solid #dcd7c9;border:1px solid var(--au-lait);border-radius:8px;border-radius:var(--radius-md);cursor:pointer;display:flex;font-family:Inter,system-ui,sans-serif;font-family:var(--font-body);font-size:12px;font-weight:500;gap:9px;height:44px;justify-content:center;opacity:.65;transition:opacity .15s;width:100%}.btn-sso:hover{opacity:.9}.btn-sso i{color:#dcd7c9;color:var(--au-lait);font-size:16px}.form-footer{border-top:1px solid #2c3639;border-top:1px solid var(--inkwell);margin-top:24px;text-align:center}.form-footer__text{color:#dcd7c9;color:var(--au-lait);font-size:11px;opacity:.35}.form-footer__link{background:none;border:none;color:#a27b5b;color:var(--creme-brulee);cursor:pointer;font-family:Inter,system-ui,sans-serif;font-family:var(--font-body);font-size:11px;opacity:1;padding:0;text-decoration:underline;text-underline-offset:2px}.form-footer__link:hover{opacity:.8}.mobile-logo{display:none}@media (max-width:680px){.brand-panel{display:none}.form-panel{padding:32px 24px;width:100%}.mobile-logo{align-items:center;display:flex;justify-content:center;margin-bottom:20px}.mobile-logo-img{height:auto;object-fit:contain;width:120px}.form-eyebrow,.form-subtitle,.form-title{text-align:center}}.sidebar{background:linear-gradient(180deg,#0f1923,#0f1923);border-right:1px solid #ffffff14;color:#fff;display:flex;flex-direction:column;height:100vh;transition:all .3s ease}.sidebar-logo{align-items:center;border-bottom:1px solid #ffffff14;display:flex;justify-content:center;min-height:80px;position:relative}.collapse-btn:hover{background:#a27b5b}.sidebar-logo-img{height:auto;object-fit:contain;width:100px}.sidebar-menu{flex:1 1;overflow-y:auto;padding:18px 14px}.sidebar-menu::-webkit-scrollbar{width:2px}.menu-section{margin-bottom:24px}.section-title{color:#8ea1b5;font-size:11px;letter-spacing:2px;margin-bottom:10px;padding-left:8px}.menu-item{align-items:center;border-radius:1px;color:#d7dde6;display:flex;font-size:12px;gap:12px;margin-bottom:6px;padding:12px;text-decoration:none;transition:all .2s ease}.menu-item:hover{background:#ffffff14}.menu-item.active{background:#a0927826;border-left:4px solid #d6a441;color:#fff}.badge{align-items:center;background:#d6a441;border-radius:999px;color:#000;display:flex;font-size:11px;font-weight:600;height:20px;justify-content:center;margin-left:auto;min-width:20px}.sidebar-footer{border-top:1px solid #ffffff14;padding:16px}.logout-btn{align-items:center;border-radius:8px;display:flex;gap:8px;justify-content:center;padding:20px 10px 10px}.logout-icon{height:22px;object-fit:contain;width:22px}.user-card{gap:12px;margin-bottom:20px}.avatar,.user-card{align-items:center;display:flex}.avatar{background:#d6a441;border-radius:50%;color:#000;font-size:16px;font-weight:300;height:30px;justify-content:center;width:30px}.user-name{font-size:14px;font-weight:600}.user-role{color:#9ca3af;font-size:12px}.logout-btn{background:#ffffff14;border:none;border-radius:3px;color:#fff;cursor:pointer;padding:12px;width:100%}.logout-btn:hover{background:#ffffff1f}.collapse-btn{background:#a27b5b;border:none;border-radius:50%;color:#fff;cursor:pointer;height:30px;left:185px;position:fixed;top:51px;transition:left .3s ease;width:30px;z-index:99999}.sidebar.collapsed .collapse-btn{left:65px}.sidebar.collapsed .sidebar-logo-img{width:45px}.sidebar.collapsed .menu-item{justify-content:center}.sidebar.collapsed .badge{display:none}.collapsed-avatar{margin:auto}.sidebar.collapsed .collapsed-avatar{margin-bottom:20px}.sidebar.collapsed .logout-btn{background:#0000;border:none;justify-content:center;margin:0 auto;padding:0;width:auto}.sidebar.collapsed .logout-btn:hover{background:#0000}.sidebar.collapsed .logout-btn span{display:none}.sidebar.collapsed .logout-icon{height:36px;width:36px}.dropdown-title{align-items:center;cursor:pointer;display:flex;justify-content:space-between;-webkit-user-select:none;user-select:none}.dropdown-title:hover{color:#fff}.sidebar{width:200px}.sidebar.collapsed{width:80px}@media (max-width:768px){.sidebar{width:200px}.sidebar.collapsed{width:80px}}.ev-list-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:10px;min-height:100%;padding:10px 32px}.ev-list-top{align-items:flex-start;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}.ev-page-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;line-height:1}.ev-page-sub{color:#9f8e87;font-size:13px}.ev-list-top-right{align-items:center;display:flex;flex-wrap:wrap;gap:4px}.ev-tab-group{background:#fff;border:1px solid #ddc8b3;border-radius:9px;display:flex;gap:3px;padding:4px}.ev-tab{background:#0000;border:none;border-radius:6px;color:#9f8e87;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:500;height:32px;padding:0 14px;transition:background .15s,color .15s;white-space:nowrap}.ev-tab:hover{background:#f7f4f0;color:#2c3639}.ev-tab-on{background:#2a070c!important;color:#dcd7c9!important}.ev-cards{display:flex;flex-direction:column;gap:6px}.ev-no-events{color:#9f8e87;font-size:14px;padding:48px;text-align:center}.ev-card{background:#fff;border:1px solid #ddc8b3;border-radius:4px;box-shadow:0 2px 16px #2a070c12;overflow:hidden;transition:box-shadow .2s}.ev-card:hover{box-shadow:0 6px 28px #2a070c1f}.ev-card-banner{height:210px;overflow:hidden;position:relative}.ev-card-banner-overlay{background:linear-gradient(180deg,#0000 40%,#0000008c);inset:0;position:absolute}.ev-card-act-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;bottom:14px;color:#fff;font-weight:500;left:18px;padding:4px 12px}.ev-card-act-badge,.ev-status-badge{border-radius:20px;font-size:12px;position:absolute}.ev-status-badge{font-weight:600;padding:5px 13px;right:14px;top:14px}.ev-s-completed{background:#fff;color:#2a070c}.ev-s-announced{background:#fff;color:#0d6efd}.ev-s-open{background:#fff;color:#198754}.ev-s-cancelled{background:#fff;color:#b94040}.ev-s-draft{background:#fff;color:#9f8e87}.ev-card-body{gap:10px;padding:10px 12px}.ev-card-title{color:#2a070c;font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:1.15;margin-bottom:4px}.ev-card-meta-row{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}.ev-meta-chip{align-items:center;background:#a27b5b14;border-radius:20px;color:#2a070c;display:inline-flex;font-size:12px;font-weight:500;gap:6px;padding:3px 10px}.ev-meta-icon{filter:brightness(0) saturate(100%) invert(64%) sepia(29%) saturate(720%) hue-rotate(358deg) brightness(88%) contrast(86%);flex-shrink:0;height:15px;margin-right:5px;object-fit:contain;vertical-align:middle;width:15px}.ev-meta-venue{background:#a27b5b14;border-radius:20px;color:#2a070c;font-size:12px;font-weight:400;padding:3px 10px}.ev-price-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.ev-price-tag{border-radius:7px;font-size:13px;font-weight:500;gap:5px;padding:4px 12px}.ev-price-icon,.ev-price-tag{align-items:center;display:inline-flex}.ev-price-icon{flex-shrink:0;height:20px;justify-content:center;width:20px}.ev-price-icon img{filter:brightness(0) saturate(100%) invert(64%) sepia(29%) saturate(720%) hue-rotate(358deg) brightness(88%) contrast(86%);height:18px;object-fit:contain;width:18px}.ev-price-dress,.ev-price-guest,.ev-price-member{background:#a27b5b14;color:#2a070c}.ev-price-dress{font-weight:400}.ev-card-desc{color:#9f8e87;font-size:13px;line-height:1.5;margin-bottom:8px}.ev-prog-section{margin-bottom:16px}.ev-prog-bar-wrap{margin-bottom:6px}.ev-prog-bar{background:#f0ebe3;border-radius:4px;height:7px;overflow:hidden}.ev-prog-fill{background:linear-gradient(90deg,#a27b5b,#c9a07a);border-radius:4px;height:100%;transition:width .4s ease}.ev-prog-labels{align-items:center;display:flex;justify-content:space-between}.ev-prog-count{color:#9f8e87;font-size:12px}.ev-prog-collected{color:#a27b5b;font-size:13px;font-weight:600}.ev-card-btns{display:flex;flex-wrap:wrap;gap:8px}.ev-btn{align-items:center;border:none;border-radius:3px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;height:36px;justify-content:center;padding:0 18px;transition:background .15s,transform .1s,border-color .15s;white-space:nowrap}.ev-btn:active{transform:scale(.97)}.ev-btn-ghost{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.ev-btn-ghost:hover{background:#f7f4f0;border-color:#9f8e87}.ev-btn-cancel{background:#fff;border:1.5px solid #ddc8b3;color:#b94040}.ev-btn-cancel:hover{background:#b940400d;border-color:#b94040}.ev-btn-primary-dark{background:#2a070c;border:none;color:#dcd7c9}.ev-btn-primary-dark:hover{background:#3f4e4f}.ev-btn-dark-sm{background:#2a070c;border:none;border-radius:7px;color:#dcd7c9;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;font-weight:600;height:32px;padding:0 14px;transition:.15s}.ev-btn-dark-sm:hover{background:#3f4e4f}.ev-btn-draft{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.ev-btn-draft:hover{background:#f7f4f0}.ev-btn-approval{background:#fff;border:1.5px solid #a27b5b;color:#a27b5b}.ev-btn-approval:hover{background:#a27b5b12}.ev-btn-create{background:#a27b5b;border:none;color:#fff}.ev-btn-create:hover{background:#8a6a4c}.ev-btn-accent{background:#a27b5b;border:none;color:#fff}.ev-btn-accent:hover{background:#8a6a4c}.ev-modal-overlay{align-items:center;animation:evFadeIn .2s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000008c;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}@keyframes evFadeIn{0%{opacity:0}to{opacity:1}}.ev-modal{animation:evSlideUp .25s ease;background:#fff;border-radius:18px;box-shadow:0 24px 60px #2a070c2e;max-width:440px;padding:44px 40px;text-align:center;width:90%}@keyframes evSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ev-modal-icon{font-size:52px;margin-bottom:16px}.ev-modal-title{color:#2a070c;font-family:Inter,sans-serif;font-size:28px;font-weight:600;margin-bottom:12px}.ev-modal-desc{color:#9f8e87;font-size:14px;line-height:1.7;margin-bottom:28px}.ev-modal-desc strong{color:#2c3639}.ev-modal-actions{display:flex;justify-content:center}.ev-modal-btn{background:#a27b5b;border:none;border-radius:9px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:600;height:44px;padding:0 36px;transition:background .15s}.ev-modal-btn:hover{background:#8a6a4c}.ev-form-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Cormorant Garamond,serif;gap:8px;height:auto;min-height:0;padding:8px 20px}.ev-form-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.ev-form-header-left{gap:8px}.back-back-btn-event,.back-btn-event,.ev-form-header-left{align-items:center;display:flex}.back-back-btn-event{background:#fff;border:1px solid #ddc8b3;border-radius:50%;cursor:pointer;height:30px;justify-content:center;padding:0;transition:all .2s ease;width:30px}.back-back-btn-event:hover{background:#f7f4f0;border-color:#a27b5b;transform:translateX(-2px)}.back-back-btn-event:active{transform:scale(.95)}.ev-form-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;margin-bottom:4px}.ev-form-subtitle{color:#9f8e87;font-size:13px}.ev-stepbar{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:3px;display:flex;gap:0;overflow-x:auto;padding:6px 10px}.ev-step-item{gap:9px}.ev-step-circle,.ev-step-item{align-items:center;display:flex;flex-shrink:0}.ev-step-circle{background:#fff;border:2px solid #ddc8b3;border-radius:50%;color:#9f8e87;font-size:12px;font-weight:600;height:30px;justify-content:center;transition:.2s;width:30px}.ev-step-label{color:#9f8e87;font-family:Inter,sans-serif;font-size:11px;font-weight:300;white-space:nowrap}.ev-step-connector{background:#ddc8b3;flex-shrink:0;height:2px;margin:0 10px;width:36px}.ev-step-number{color:#9f8e87;font-family:Inter,sans-serif;font-size:13px;font-weight:400}.ev-step-active .ev-step-circle{background:#2a070c;border-color:#2a070c;color:#dcd7c9}.ev-step-check{align-items:center;display:flex;height:28px;justify-content:center;width:28px}.ev-step-check img{height:100%;object-fit:contain;width:100%}.ev-step-active .ev-step-label{color:#2a070c;font-weight:600}.ev-step-done .ev-step-circle{background:#a27b5b;border-color:#a27b5b;color:#fff}.ev-step-done .ev-step-label{color:#a27b5b}.ev-fcard{background:#fff;border:1px solid #ddc8b3;border-radius:3px;box-shadow:0 2px 14px #2a070c0f;padding:16px}.ev-fcard-eyebrow{border-bottom:1px solid #ddc8b3;color:#9f8e87;font-size:11px;font-weight:600;letter-spacing:.09em;margin-bottom:10px;padding-bottom:10px;text-transform:uppercase}.ev-fcard-hint{color:#9f8e87;font-size:13px;line-height:1.6}.ev-field-note{color:#9f8e87;font-size:12px;line-height:1.5;margin-bottom:6px}.ev-label-sub{color:#9f8e87;font-size:11px;font-weight:400}.ev-fgrid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr)}.ev-fgroup{display:flex;flex-direction:column;gap:6px}.ev-fcol-full{grid-column:1/-1}.ev-fgroup label{color:#2c3639;font-size:12px;font-weight:600;letter-spacing:.02em}.ev-fgroup input,.ev-fgroup select,.ev-fgroup textarea{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:3px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;padding:0 10px;transition:border-color .15s,box-shadow .15s}.ev-fgroup input,.ev-fgroup select{height:38px}.ev-fgroup textarea{line-height:1.6;padding:10px 13px;resize:vertical}.ev-fgroup input:focus,.ev-fgroup select:focus,.ev-fgroup textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.ev-upload-area{align-items:center;border:2px dashed #ddc8b3;border-radius:10px;color:#9f8e87;cursor:pointer;display:flex;flex-direction:column;font-size:13px;gap:7px;height:110px;justify-content:center;transition:.2s}.ev-upload-area:hover{background:#a27b5b08;border-color:#a27b5b;color:#a27b5b}.ev-upload-emoji{font-size:26px}.ev-img-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.ev-img-thumb{background:#f7f4f0;border:1px solid #ddc8b3;border-radius:9px;color:#9f8e87}.ev-img-add,.ev-img-thumb{align-items:center;display:flex;font-size:11px;height:90px;justify-content:center;width:90px}.ev-img-add{border:2px dashed #a27b5b;border-radius:9px;color:#a27b5b;cursor:pointer;flex-direction:column;gap:4px;transition:.15s}.ev-img-add:hover{background:#a27b5b0f}.ev-img-plus{font-size:22px;font-weight:300;line-height:1}.ev-vendor-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.ev-vendor-row{align-items:center;display:flex;gap:10px}.ev-vendor-id-input{background:#fff;border:1px solid #ddc8b3;border-radius:3px;color:#2a070c;font-size:14px;height:28px;outline:none;padding:8px 12px;width:160px}.ev-vendor-id-input:focus{border-color:#a27b5b}.ev-vendor-remove{background:#f4e8e4;border:none;border-radius:6px;color:#ed0909;cursor:pointer;height:26px;width:26px}.ev-vchip{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:9px;color:#2c3639;cursor:pointer;font-size:13px;font-weight:500;padding:9px 18px;transition:.15s;-webkit-user-select:none;user-select:none}.ev-vchip:hover{background:#a27b5b0d;border-color:#a27b5b}.ev-vchip-on{background:#2c3639!important;border-color:#2c3639!important;color:#dcd7c9!important}.ev-vchip-check{color:#a27b5b}.ev-assigned-box{background:#f7f4f0;border:1px solid #ddc8b3;border-radius:10px;padding:16px 18px}.ev-assigned-label{color:#9f8e87;font-size:11px;font-weight:600;letter-spacing:.06em;margin-bottom:10px;text-transform:uppercase}.ev-assigned-empty{color:#9f8e87;font-size:13px}.ev-assigned-tags{display:flex;flex-wrap:wrap;gap:8px}.ev-assigned-tag{align-items:center;background:#2c3639;border-radius:20px;color:#dcd7c9;display:inline-flex;font-size:12px;font-weight:500;gap:6px;padding:5px 12px}.ev-assigned-tag button{background:none;border:none;color:#dcd7c9;cursor:pointer;font-size:14px;line-height:1;opacity:.7;padding:0}.ev-assigned-tag button:hover{opacity:1}.ev-act-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.ev-act-form-box{background:#f7f4f0;border:1px solid #ddc8b3;border-radius:10px;margin-bottom:16px;padding:18px}.ev-act-form-btns{display:flex;gap:8px;justify-content:flex-end;margin-top:12px}.ev-act-empty{border:2px dashed #ddc8b3;border-radius:10px;color:#9f8e87;font-size:13px;padding:36px;text-align:center}.ev-act-list{display:flex;flex-direction:column;gap:10px;margin-top:4px}.ev-act-row{align-items:flex-start;background:#f7f4f0;border:1px solid #ddc8b3;border-radius:9px;display:flex;gap:12px;padding:14px 16px}.ev-act-num{align-items:center;background:#2c3639;border-radius:50%;color:#dcd7c9;display:flex;flex-shrink:0;font-size:12px;font-weight:600;height:30px;justify-content:center;width:30px}.ev-act-body{flex:1 1}.ev-act-name{color:#2c3639;font-size:13px;font-weight:600;margin-bottom:3px}.ev-act-time{color:#a27b5b;font-size:12px;font-weight:400}.ev-act-desc{color:#9f8e87;font-size:12px}.ev-act-del{background:none;border:none;color:#9f8e87;cursor:pointer;flex-shrink:0;font-size:20px;line-height:1;padding:0}.ev-act-del:hover{color:#b94040}.ev-form-footer{gap:12px;padding-bottom:10px}.ev-footer-r,.ev-form-footer{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end}.ev-footer-r{gap:10px;width:100%}@media (max-width:768px){.ev-form-page,.ev-list-page{padding:20px 16px}.ev-list-top,.ev-list-top-right{flex-direction:column}.ev-list-top-right{align-items:flex-start;width:100%}.ev-tab-group{flex-wrap:wrap}.ev-fgrid{grid-template-columns:1fr}.ev-fcol-full{grid-column:1}.ev-form-footer{align-items:stretch;flex-direction:column-reverse}.ev-footer-r{justify-content:flex-end}.ev-stepbar{padding:12px 16px}.ev-step-connector{width:18px}.ev-card-body{padding:16px}}@media (max-width:320px){.ev-fgrid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr!important}.ev-fgroup{width:100%}.ev-fgroup input,.ev-fgroup select,.ev-fgroup textarea{min-width:0;width:100%}.ev-fcol-full{grid-column:1}}.approval-page{background:#f7f4f0;min-height:100%;padding:24px 32px}.approval-card-item{transition:all .2s ease}.approval-card-item:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.approval-banner-content{align-items:center;display:flex;justify-content:space-between;padding:4px 0;width:100%}.approval-level-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border:1px solid #ffffff26;border-radius:20px;color:#fff;font-size:11px;font-weight:600;letter-spacing:.3px;padding:4px 14px}.approval-header-row{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.approval-doc-title{flex:1 1;font-size:18px!important;margin-bottom:0!important;margin-right:12px}.approval-doc-id{background:#f0ece7;border-radius:12px;color:#9f8e87;font-size:12px;font-weight:500;padding:2px 10px;white-space:nowrap}.approval-meta-grid{grid-gap:12px;border-bottom:1px solid #ddc8b34d;border-top:1px solid #ddc8b34d;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:16px;padding:12px 0}.approval-meta-item{display:flex;flex-direction:column;gap:2px}.approval-meta-item.approval-remarks{grid-column:1/-1}.approval-meta-icon{font-size:14px}.approval-meta-label{color:#9f8e87;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.approval-meta-value{color:#2a070c;font-size:13px;font-weight:500}.approval-status-chip{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;padding:2px 12px;width:-webkit-fit-content;width:fit-content}.approval-status-chip.pending{background:#fff7ed;color:#c2410c}.approval-status-chip.approved{background:#f0fdf4;color:#15803d}.approval-status-chip.rejected{background:#fef2f2;color:#b91c1c}.approval-actions{display:flex;gap:10px;margin-top:4px}.approval-btn-approve{background:#f0fdf4!important;border:1.5px solid #bbf7d0!important;color:#15803d!important;flex:1 1;font-weight:600!important}.approval-btn-approve:hover{background:#15803d!important;box-shadow:0 4px 12px #15803d40;color:#fff!important;transform:translateY(-2px)}.approval-btn-reject{background:#fef2f2!important;border:1.5px solid #fecaca!important;color:#b91c1c!important;flex:1 1;font-weight:600!important}.approval-btn-reject:hover{background:#b91c1c!important;box-shadow:0 4px 12px #b91c1c40;color:#fff!important;transform:translateY(-2px)}.approval-resolved-badge{border-radius:6px;font-size:13px;font-weight:600;padding:8px 16px;text-align:center;width:100%}.approval-resolved-badge:has(.✅){background:#f0fdf4;color:#15803d}.approval-stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:28px}.stat-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);gap:16px;padding:20px 24px;transition:all .2s ease}.stat-card:hover{box-shadow:var(--shadow-md)}.stat-icon{align-items:center;background:#f7f4f0;border-radius:var(--radius-sm);display:flex;font-size:28px;height:48px;justify-content:center;width:48px}.stat-content{flex:1 1}.stat-content h3{color:#2a070c;font-size:24px;font-weight:600;line-height:1.2;margin:0}.stat-content p{color:#9f8e87;font-size:12px;font-weight:500;letter-spacing:.3px;margin:0}.stat-card.stat-pending .stat-icon{background:#fff7ed}.stat-card.stat-approved .stat-icon{background:#f0fdf4}.stat-card.stat-rejected .stat-icon{background:#fef2f2}.approval-cards-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}@media (max-width:1200px){.approval-stats-grid{grid-template-columns:repeat(2,1fr)}.approval-cards-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.approval-page{padding:16px}.approval-stats-grid{gap:12px;grid-template-columns:1fr 1fr}.stat-card{padding:16px}.stat-content h3{font-size:20px}.approval-meta-grid{grid-template-columns:1fr}.approval-actions{flex-direction:column}.approval-cards-grid{grid-template-columns:1fr}}@media (max-width:480px){.approval-stats-grid{grid-template-columns:1fr}.approval-header-row{flex-direction:column;gap:4px}}.events-main-page{background:#f7f4f0;display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.events-tabs-header{background:#f7f4f0;border-bottom:2px solid #ddc8b3;gap:0;height:54px;min-height:54px;padding:2px 32px 0;position:relative;z-index:100}.events-tabs-header,.events-top-tab{align-items:center;display:flex;flex-shrink:0}.events-top-tab{background:#0000;border:none;border-bottom:2px solid #0000;color:#9f8e87;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:600;gap:6px;height:40px;margin-bottom:-2px;padding:0 24px}.events-top-tab-active{border-bottom-color:#a27b5b;color:#2a070c}.events-top-tab img{height:20px;object-fit:contain;width:20px}.events-scroll-content{background:#f7f4f0;flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto}.toast-container{display:flex;flex-direction:column;gap:10px;position:fixed;right:20px;top:20px;z-index:9999}.toast{align-items:center;border-radius:0;display:flex;font-size:14px;height:46px!important;justify-content:space-between;max-width:310px!important;min-width:260px!important;opacity:0;padding:12px 16px;transform:translateX(100%);transition:all .3s ease}.toast.show{opacity:1;transform:translateX(0)}.toast.success{background:#e8f5e9;border-left:4px solid #4caf50;color:#2e7d32}.toast.error{background:#fdecea;border-left:4px solid #f44336;color:#c62828}.toast.warning{background:#fff4e5;border-left:4px solid #ff9800;color:#ef6c00}.toast-message{flex:1 1;margin-right:10px}.toast-close{background:#0000;border:none;color:inherit;cursor:pointer;font-size:18px}.toast-close:hover{opacity:.7}.apv-page{--apv-cream:#f7f4f0;--apv-white:#fff;--apv-tan:#ddc8b3;--apv-mauve:#9f8e87;--apv-deep:#2a070c;--apv-ink:#2c3639;--apv-brown:#a27b5b;--apv-border-light:#f0ebe3;--apv-success:#15803d;--apv-success-bg:#f0fdf4;--apv-danger:#b91c1c;--apv-danger-bg:#fef2f2;--apv-warning:#b45309;--apv-warning-bg:#fffbeb;background:var(--apv-cream);color:var(--apv-ink);font-family:Inter,sans-serif;min-height:100vh;padding:8px 32px}.apv-page,.apv-page *,.apv-page :after,.apv-page :before{box-sizing:border-box}.apv-header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:20px}.apv-title{color:var(--apv-deep);font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;line-height:1.1;margin:0 0 5px}.apv-sub{color:var(--apv-mauve);font-size:13px;line-height:1.5;margin:0}.apv-summary{flex-wrap:wrap;gap:10px;justify-content:flex-end}.apv-summary,.apv-summary-pill{align-items:center;display:flex}.apv-summary-pill{border:1px solid #0000;border-radius:10px;gap:8px;padding:9px 14px;white-space:nowrap}.apv-sum-num{font-size:20px;font-weight:600;line-height:1}.apv-sum-lbl{font-size:12px;font-weight:500}.apv-sum-pending{background:var(--apv-warning-bg);border-color:#fde68a;color:var(--apv-warning)}.apv-sum-approved{background:var(--apv-success-bg);border-color:#bbf7d0;color:var(--apv-success)}.apv-sum-rejected{background:var(--apv-danger-bg);border-color:#fecaca;color:var(--apv-danger)}.apv-tabs{background:var(--apv-white);border:1px solid var(--apv-tan);border-radius:10px;display:flex;gap:3px;margin-bottom:20px;max-width:100%;overflow-x:auto;padding:4px;width:-webkit-fit-content;width:fit-content}.apv-tab{align-items:center;background:#0000;border:none;border-radius:7px;color:var(--apv-mauve);cursor:pointer;display:inline-flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:13px;font-weight:500;gap:7px;justify-content:center;min-height:34px;padding:0 16px;transition:background .15s ease,color .15s ease;white-space:nowrap}.apv-tab:hover{background:var(--apv-cream);color:var(--apv-ink)}.apv-tab-on{background:var(--apv-deep)!important;color:#dcd7c9!important}.apv-tab-dot{align-items:center;background:var(--apv-brown);border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:18px;justify-content:center;min-width:18px;padding:0 4px}.apv-list{display:flex;flex-direction:column;gap:12px}.apv-card{align-items:stretch;background:var(--apv-white);border:1px solid var(--apv-tan);border-radius:12px;box-shadow:0 2px 10px #2a070c0d;display:grid;grid-template-columns:4px auto minmax(220px,1.1fr) 1px minmax(250px,1.5fr) 1px minmax(150px,auto);min-width:0;overflow:hidden;transition:box-shadow .2s ease,transform .15s ease;width:100%}.apv-card:hover{box-shadow:0 7px 24px #2a070c1a;transform:translateY(-1px)}.apv-card-bar{background:var(--apv-brown);height:100%;min-width:4px;width:4px}.apv-card-icon{align-items:center;color:var(--apv-brown);padding:16px}.apv-card-icon,.apv-card-main{display:flex;justify-content:center}.apv-card-main{flex-direction:column;gap:6px;min-width:0;padding:18px 20px}.apv-card-title{color:var(--apv-deep);font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;line-height:1.2;margin:0}.apv-card-tag,.apv-card-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.apv-card-tag{align-items:center;background:#a27b5b1a;border:1px solid #a27b5b40;border-radius:5px;color:var(--apv-brown);display:inline-flex;font-size:10px;font-weight:700;letter-spacing:.08em;max-width:100%;padding:3px 8px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.apv-card-desc{color:var(--apv-mauve);font-size:12px;line-height:1.5;margin:0}.apv-card-divider{background:var(--apv-border-light);margin:14px 0;width:1px}.apv-card-meta{display:flex;flex-direction:column;gap:7px;justify-content:center;min-width:0;padding:18px 20px}.apv-meta-row{align-items:flex-start;display:flex;font-size:12px;gap:8px;line-height:1.4;min-width:0}.apv-meta-key{color:var(--apv-ink);flex-shrink:0;font-weight:600;min-width:70px}.apv-meta-val{color:var(--apv-mauve);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.apv-status-pill{align-items:center;border-radius:20px;display:inline-flex;font-size:10px;font-weight:700;gap:5px;letter-spacing:.05em;padding:4px 10px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.apv-card-actions{display:flex;flex-direction:column;gap:8px;justify-content:center;min-width:0;padding:18px 20px}.apv-btn{background:var(--apv-white);border:1.5px solid var(--apv-tan);border-radius:8px;color:var(--apv-ink);cursor:pointer;font-family:Inter,sans-serif;font-size:12px;font-weight:600;letter-spacing:.2px;min-height:36px;padding:8px 14px;text-align:center;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease;width:100%}.apv-btn:active{transform:translateY(1px)}.apv-btn-approve{border-color:var(--apv-success);color:var(--apv-success)}.apv-btn-approve:hover{background:var(--apv-success);color:#fff}.apv-btn-reject{border-color:var(--apv-danger);color:var(--apv-danger)}.apv-btn-reject:hover{background:var(--apv-danger);color:#fff}.apv-btn-view{border-color:var(--apv-tan);color:var(--apv-ink)}.apv-btn-view:hover{background:var(--apv-cream);border-color:var(--apv-mauve)}.apv-actioned{color:var(--apv-mauve);font-size:13px;font-weight:600;padding:4px 0;text-align:center}.apv-actioned-ok{color:var(--apv-success)}.apv-actioned-no{color:var(--apv-danger)}.apv-remarks{font-size:11px;font-style:italic;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.apv-empty,.apv-remarks{color:var(--apv-mauve);text-align:center}.apv-empty{align-items:center;display:flex;flex-direction:column;font-size:14px;gap:10px;padding:60px 24px}.apv-empty-icon{font-size:40px}.apv-modal-overlay{align-items:center;animation:apv-fade .18s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000085;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}@keyframes apv-fade{0%{opacity:0}to{opacity:1}}.apv-modal{animation:apv-up .2s ease;background:var(--apv-white);border-radius:16px;box-shadow:0 20px 60px #2a070c2e;max-height:calc(100vh - 32px);max-width:420px;overflow-y:auto;padding:32px;text-align:center;width:100%}@keyframes apv-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.apv-modal-icon{font-size:40px;margin-bottom:12px}.apv-modal-title{color:var(--apv-deep);font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin:0 0 6px}.apv-modal-sub{color:var(--apv-mauve);font-size:13px;line-height:1.5;margin:0 0 16px}.apv-modal-textarea{background:#fdfcfb;border:1.5px solid var(--apv-tan);border-radius:9px;color:var(--apv-ink);font-family:Inter,sans-serif;font-size:13px;margin-bottom:18px;min-height:100px;outline:none;padding:10px 13px;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.apv-modal-textarea:focus{background:#fff;border-color:var(--apv-brown);box-shadow:0 0 0 3px #a27b5b1f}.apv-modal-actions{display:flex;gap:10px;justify-content:center}.apv-modal-btn{border:none;border-radius:8px;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:600;min-height:40px;padding:0 22px;transition:background .15s ease,transform .15s ease}.apv-modal-btn:active{transform:translateY(1px)}.apv-modal-btn-ghost{background:var(--apv-white);border:1.5px solid var(--apv-tan);color:var(--apv-ink)}.apv-modal-btn-ghost:hover{background:var(--apv-cream)}.apv-modal-btn-approve{background:var(--apv-success);color:#fff}.apv-modal-btn-approve:hover{background:#166534}.apv-modal-btn-reject{background:var(--apv-danger);color:#fff}.apv-modal-btn-reject:hover{background:#991b1b}@media (max-width:1200px){.apv-card{grid-template-columns:4px auto minmax(220px,1fr) 1px minmax(220px,1fr)}.apv-card-actions{border-top:1px solid var(--apv-border-light);display:grid;grid-column:3/-1;grid-template-columns:repeat(3,1fr);padding-top:14px}.apv-card>.apv-card-divider:last-of-type{display:none}}@media (max-width:900px){.apv-page{padding:24px}.apv-header{align-items:flex-start}.apv-summary{justify-content:flex-start}.apv-card{grid-template-columns:4px auto 1fr}.apv-card-main{padding-right:18px}.apv-card-divider{display:none}.apv-card-meta{border-top:1px solid var(--apv-border-light);grid-column:2/-1;padding-top:16px}.apv-card-actions{grid-column:2/-1;grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.apv-page{padding:16px 12px}.apv-header{flex-direction:column;gap:14px;margin-bottom:16px}.apv-title{font-size:28px}.apv-summary{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(3,1fr);width:100%}.apv-summary-pill{flex-direction:column;gap:3px;justify-content:center;padding:9px 6px;text-align:center}.apv-sum-num{font-size:18px}.apv-sum-lbl{font-size:10px}.apv-tabs{margin-bottom:14px;width:100%}.apv-tab{flex:1 1;padding:0 12px}.apv-card{border-radius:10px;grid-template-columns:4px 1fr}.apv-card-icon{display:none}.apv-card-actions,.apv-card-main,.apv-card-meta{grid-column:2}.apv-card-main{padding:16px}.apv-card-title{font-size:19px;white-space:normal}.apv-card-desc{font-size:11.5px}.apv-card-meta{padding:14px 16px}.apv-meta-row{font-size:11.5px}.apv-meta-key{min-width:65px}.apv-meta-val{overflow-wrap:anywhere;white-space:normal}.apv-card-actions{display:flex;flex-direction:column;gap:8px;padding:14px 16px 16px}.apv-btn{width:100%}.apv-remarks{overflow-wrap:anywhere;white-space:normal}.apv-modal{border-radius:14px;padding:26px 18px}.apv-modal-title{font-size:22px}.apv-modal-actions{flex-direction:column}.apv-modal-btn{width:100%}}@media (max-width:380px){.apv-page{padding:12px 10px}.apv-title{font-size:25px}.apv-summary{grid-template-columns:1fr}.apv-summary-pill{flex-direction:row;justify-content:space-between;padding:9px 12px}.apv-tabs{gap:2px;padding:3px}.apv-tab{font-size:12px;padding:0 9px}.apv-card-actions,.apv-card-main,.apv-card-meta{padding-left:12px;padding-right:12px}}.guest-list-container{background:#fff;border:1px solid #ddc8b3;border-radius:3px;box-shadow:0 2px 12px #2a070c0f;font-family:Inter,sans-serif;margin:0 auto;max-width:100%;padding:26px 28px 20px}.guest-list-header{margin-bottom:22px}.guest-list-header h2{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;line-height:1;margin:0 0 4px}.guest-list-header .subtitle{color:#9f8e87;font-size:13px;margin:0}.stats-grid{grid-gap:14px;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.stat-card{background:#f7f4f0;border:1px solid #ddc8b3;padding:15px 18px;transition:border-color .2s,transform .15s}.stat-card:hover{border-color:#a27b5b}.stat-card .stat-label{color:#9f8e87;font-size:10.5px;font-weight:600;letter-spacing:.07em;margin-bottom:5px;text-transform:uppercase}.stat-card .stat-value{align-items:baseline;color:#2c3639;display:flex;flex-wrap:wrap;font-family:Inter,serif;font-size:20px;font-weight:600;gap:8px}.stat-card .stat-total{color:#9f8e87;font-family:Inter,sans-serif;font-size:13px;font-weight:400}.capacity-bar{background:#dcd7c933;border-radius:50px;height:5px;margin-top:8px;overflow:hidden;width:100%}.capacity-fill{background:#a27b5b;border-radius:50px;height:100%;transition:width .6s ease}.guest-controls{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:18px}.search-box{flex:1 1;min-width:200px}.search-box input{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;box-sizing:border-box;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;height:38px;outline:none;padding:0 14px;transition:border-color .15s,box-shadow .15s;width:100%}.search-box input::placeholder{color:#9f8e87}.search-box input:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.filter-buttons{display:flex;gap:8px}.filter-buttons button{background:#fff;border:1.5px solid #ddc8b3;border-radius:8px;color:#9f8e87;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:500;height:38px;padding:0 18px;transition:border-color .15s,color .15s,background .15s}.filter-buttons button:hover{background:#a27b5b0a;border-color:#a27b5b;color:#a27b5b}.filter-buttons button.active{background:#a27b5b;border-color:#a27b5b;color:#dcd7c9}.guest-table-wrapper{border:1px solid #ddc8b3;border-radius:3px;margin-bottom:18px;overflow-x:auto}.guest-table{border-collapse:collapse;font-size:13px;width:100%}.guest-table thead{background:#2c3639}.guest-table thead th{color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.07em;padding:16px;text-align:left;text-transform:uppercase;white-space:nowrap}.guest-table tbody td{border-bottom:1px solid #f7f4f0;color:#2c3639;padding:13px 16px}.guest-table tbody tr:last-child td{border-bottom:none}.guest-table tbody tr:hover{background:#a27b5b0d}.guest-table tbody tr.checked-in{background:#f7f4f0}.guest-table tbody tr.checked-in td{color:#9f8e87}.guest-name{color:#2a070c;font-weight:500}.guest-type{border-radius:50px;display:inline-block;font-size:11.5px;font-weight:500;padding:3px 14px}.guest-type.member{background:#a27b5b24;color:#a27b5b}.guest-type.non-member{background:#f7f4f0;color:#9f8e87}.payment-status{border-radius:50px;display:inline-block;font-size:11.5px;font-weight:500;padding:3px 14px}.payment-status.paid{background:#a27b5b24;color:#a27b5b}.check-in-btn{background:#fff;border:1.5px solid #ddc8b3;border-radius:7px;color:#a27b5b;cursor:pointer;font-family:Inter,sans-serif;font-size:11.5px;font-weight:600;height:30px;padding:0 16px;transition:.2s;white-space:nowrap}.check-in-btn:hover{background:#a27b5b;border-color:#a27b5b;color:#dcd7c9}.check-in-btn.checked{background:#2c3639;border-color:#2c3639;color:#dcd7c9}.check-in-btn.checked:hover{background:#1e2528;border-color:#1e2528}.guest-list-footer{align-items:center;border-top:1px solid #ddc8b3;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding-top:16px}.footer-left .event-name{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:17px;font-weight:600}.footer-right{display:flex;gap:12px}.export-btn{background:#a27b5b;border:none;border-radius:4px;color:#dcd7c9;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:600;height:38px;padding:0 26px;transition:background .2s}.export-btn:hover{background:#8c684d}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.guest-list-container{padding:20px 16px}.guest-list-header h2{font-size:20px}.stats-grid{gap:12px;grid-template-columns:1fr 1fr}.stat-card .stat-value{font-size:21px}.guest-controls{align-items:stretch;flex-direction:column}.filter-buttons{justify-content:center}.guest-table tbody td,.guest-table thead th{font-size:12px;padding:10px 12px}.guest-list-footer{flex-direction:column;text-align:center}.export-btn,.footer-right{width:100%}}@media (max-width:480px){.guest-list-container{padding:16px 12px}.stats-grid{grid-template-columns:1fr}.guest-list-header h2{font-size:19px}.guest-table tbody td,.guest-table thead th{font-size:11px;padding:8px 10px}.check-in-btn{font-size:10px;padding:0 12px}.guest-type,.payment-status{font-size:10px;padding:2px 10px}}.user-list-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:4px;height:100%;min-height:100vh;overflow:hidden;padding:30px}.page-header{align-items:flex-start;display:flex;justify-content:space-between}.page-title h2{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;line-height:1}.page-title p{color:#9f8e87;font-size:13px}.page-actions{align-items:center;display:flex;flex-wrap:nowrap;gap:12px;justify-content:flex-end}.btn-primary{align-items:center;border:none;border-radius:2px;color:#fff;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:7px;gap:8px;height:35px;justify-content:center;min-width:150px;padding:10px 20px;transition:background .2s,transform .1s;white-space:nowrap;width:auto}.btn-primary,.btn-primary:hover{background:#a27b5b}.btn-primary:active{transform:scale(.97)}.btn-primary i{font-size:17px}.table-card{display:flex;flex-direction:column;overflow-x:auto;overflow-y:hidden}.table-card>table{border-collapse:collapse;table-layout:fixed;width:100%}.table-card thead{background:#2c3639}.table-card thead th{border-bottom:none;color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.07em;padding:16px;text-align:left;text-transform:uppercase}.table-body{flex:1 1;overflow-y:auto}.table-body table{border-collapse:collapse;table-layout:fixed;width:100%}.table-card{background:#fff;border:1px solid #ddc8b3;border-radius:3px;box-shadow:0 2px 12px #2a070c0f;flex:1 1;overflow:hidden}.table-responsive{height:100%;overflow:auto;width:100%}.user-table{border-collapse:collapse;min-width:1300px;table-layout:fixed;width:100%}.user-table thead th{background:#2c3639;color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.07em;padding:16px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;z-index:10}.user-table td{border-bottom:1px solid #f7f4f0;color:#2c3639;font-size:13px;overflow:hidden;padding:13px 16px;text-overflow:ellipsis;white-space:nowrap}.user-table tr:hover{background:#a27b5b0d}.user-table tr:last-child td{border-bottom:none}.user-table td:first-child,.user-table th:first-child{width:90px}.user-table td:nth-child(2),.user-table th:nth-child(2){width:200px}.user-table td:nth-child(3),.user-table th:nth-child(3){width:165px}.user-table td:nth-child(4),.user-table th:nth-child(4){width:145px}.user-table td:nth-child(5),.user-table th:nth-child(5){width:140px}.user-table td:nth-child(6),.user-table th:nth-child(6){width:220px}.user-table td:nth-child(7),.user-table th:nth-child(7){width:200px}.user-table td:nth-child(8),.user-table th:nth-child(8){width:180px}.user-table td:nth-child(9),.user-table th:nth-child(9){align-items:center;width:120px}.user-table td:nth-child(10),.user-table th:nth-child(10){text-align:center;width:90px}.table-body td{border-bottom:1px solid #f7f4f0;color:#2c3639;font-size:13px;padding:13px 16px;text-align:left;vertical-align:middle}.table-body tr:last-child td{border-bottom:none}.table-body tr:hover{background:#a27b5b0a}.switch{display:inline-block;height:22px;position:relative;width:42px}.switch input{display:none}.slider{background:#ddc8b3;border-radius:50px;cursor:pointer;inset:0}.slider,.slider:before{position:absolute;transition:.3s}.slider:before{background:#fff;border-radius:50%;box-shadow:0 1px 4px #0003;content:"";height:16px;left:3px;top:3px;width:16px}.switch input:checked+.slider{background:#a27b5b}.switch input:checked+.slider:before{transform:translateX(20px)}.action-cell{text-align:center}.edit-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:7px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:.2s;width:32px}.edit-btn:hover{background:#2c3639;border-color:#2c3639}.edit-btn:hover img{filter:brightness(0) invert(1)}.edit-btn img{height:15px;object-fit:contain;width:15px}.add-user-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:8px;min-height:100%;padding:28px 32px}.add-user-header{gap:14px}.add-user-header,.back-btn{align-items:center;display:flex}.back-btn{flex-shrink:0}.back-back-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;transition:.2s;width:36px}.back-back-btn:hover{background:#2c3639;border-color:#2c3639}.back-back-btn:hover .back-icon{filter:brightness(0) invert(1)}.back-icon{height:14px;object-fit:contain;width:14px}.add-user-header h2{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin:0}.add-user-header p{color:#9f8e87;font-size:13px;margin-top:4px}.user-tabs{border-bottom:2px solid #ddc8b3;display:flex;gap:0}.tab{background:#0000;border:none;border-bottom:2px solid #0000;color:#9f8e87;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:500;margin-bottom:-2px;padding:10px 24px;transition:color .15s,border-color .15s}.tab.active,.tab:hover{color:#a27b5b}.tab.active{border-bottom-color:#a27b5b;font-weight:600}.user-form-card{background:#fff;border:1px solid #ddc8b3;border-radius:12px;box-shadow:0 2px 10px #2a070c0f;padding:26px}.user-form-card h3{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;margin-bottom:6px}.user-form-card>p{color:#9f8e87;font-size:13px;margin-bottom:20px}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.form-group{display:flex;flex-direction:column}.form-group label{color:#2c3639;font-size:12px;font-weight:600;letter-spacing:.02em;margin-bottom:7px}.form-group input,.form-group select{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;height:42px;outline:none;padding:0 13px;transition:border-color .15s,box-shadow .15s}.form-group input:focus,.form-group select:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.upload-box{align-items:center;border:2px dashed #ddc8b3;border-radius:10px;color:#9f8e87;cursor:pointer;display:flex;flex-direction:column;font-size:13px;gap:8px;height:100px;justify-content:center;transition:.2s}.upload-box:hover{background:#a27b5b0a;border-color:#a27b5b;color:#a27b5b}.upload-box i{font-size:22px}.status-toggle{align-items:center;display:flex;gap:12px;height:42px}.status-toggle span{color:#2c3639;font-size:13px}.permission-list{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-top:16px}.permission-list label{align-items:center;background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;color:#2c3639;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:10px;padding:12px 16px;transition:border-color .15s,background .15s}.permission-list label:hover{background:#a27b5b0a;border-color:#a27b5b}.permission-list input[type=checkbox]{accent-color:#a27b5b;cursor:pointer;height:15px;width:15px}.form-footer{align-items:center;border-top:1px solid #ddc8b3;display:flex;gap:12px;justify-content:flex-end;margin-top:4px;padding-top:20px}.btn-secondary{background:#fff;border:1.5px solid #ddc8b3;border-radius:8px;color:#a27b5b;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:500;height:38px;padding:0 22px;transition:background .15s,border-color .15s}.btn-secondary:hover{background:#f7f4f0;border-color:#9f8e87}.save-btn{border:none;border-radius:4px;color:#dcd7c9;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:600;height:38px;padding:0 26px;transition:background .2s}.save-btn,.save-btn:hover{background:#a27b5b}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;box-sizing:border-box;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;height:42px;outline:none;padding:0 42px 0 13px;transition:.2s;width:100%}.password-input-wrapper input:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.password-toggle-btn{align-items:center;background:#0000;border:none;color:#8c8c8c;cursor:pointer;display:flex;font-size:16px;justify-content:center;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.password-toggle-btn:hover{color:#a27b5b}@media (max-width:1200px){.table-card{overflow-x:auto}.table-body table,.table-card>table{min-width:1900px}}@media (max-width:768px){.add-user-page,.user-list-page{padding:20px 16px}.page-header{align-items:flex-start;gap:14px}.page-header,.toolbar{flex-direction:column}.toolbar select{width:100%}.form-grid,.permission-list{grid-template-columns:1fr}.form-footer{flex-direction:column-reverse}.form-footer button{justify-content:center;width:100%}}.user-search-box{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:9px;display:flex;gap:8px;height:40px;min-width:200px;padding:0 14px;transition:border-color .15s}.user-search-box:focus-within{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.user-search-icon{color:#9f8e87;font-size:16px}.user-search-box input{background:#0000;border:none;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;width:100%}.user-search-box input::placeholder{color:#9f8e87}.empty-row{color:#9f8e87!important;font-size:14px;padding:40px!important;text-align:center}@media (max-width:768px){.page-actions{align-items:stretch;flex-direction:column;width:100%}.user-search-box{min-width:0;min-width:auto;width:100%}.page-actions .btn-primary{justify-content:center;width:100%}}@media (max-width:480px){.user-search-box input{font-size:12px}}.gm-search-box{border:1px solid #ddc8b3;box-sizing:border-box;gap:10px;height:36px;margin-bottom:15px;transition:all .2s ease;width:300px}.gm-search-icon{flex-shrink:0;font-size:15px}.gm-search-box input{box-sizing:border-box;color:#2a070c;height:100%;padding:0;width:100%}.user-table td{overflow:visible;position:relative}.user-cell-text{cursor:default;display:block;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;width:100%}.user-cell-text:after{background:#2a070c;border-radius:6px;bottom:calc(100% + 8px);color:#fff;content:attr(data-tooltip);font-size:12px;left:0;line-height:1.4;max-width:300px;overflow-wrap:anywhere;padding:8px 12px;transform:translateY(5px);transition:opacity .2s ease,transform .2s ease;white-space:normal;width:-webkit-max-content;width:max-content;z-index:9999}.user-cell-text:after,.user-cell-text:before{opacity:0;pointer-events:none;position:absolute;visibility:hidden}.user-cell-text:before{border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid #2a070c;bottom:calc(100% + 3px);content:"";left:15px;transition:opacity .2s ease;z-index:10000}.user-cell-text:hover:after,.user-cell-text:hover:before{opacity:1;visibility:visible}.user-cell-text:hover:after{transform:translateY(0)}.table-responsive{overflow-x:auto;overflow-y:visible}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{background-image:url(data:image/png;base64,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);height:11px;width:16px}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .bl,.react-tel-input .fr,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .bq,.react-tel-input .nl{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{background:#fff;border:1px solid #cacaca;border-radius:5px;font-size:14px;height:35px;letter-spacing:.01rem;line-height:25px;margin-bottom:0!important;margin-left:0;margin-top:0!important;outline:none;padding-left:48px;position:relative;width:300px}.react-tel-input .form-control.invalid-number,.react-tel-input .form-control.invalid-number:focus{background-color:#faf0f0;border:1px solid #d79f9f;border-left-color:#cacaca}.react-tel-input .flag-dropdown{background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px;bottom:0;padding:0;position:absolute;top:0}.react-tel-input .flag-dropdown:focus,.react-tel-input .flag-dropdown:hover{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2}.react-tel-input .flag-dropdown.open,.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:initial}.react-tel-input .selected-flag{border-radius:3px 0 0 3px;height:100%;outline:none;padding:0 0 0 8px;position:relative;width:38px}.react-tel-input .selected-flag:focus,.react-tel-input .selected-flag:hover{background-color:#fff}.react-tel-input .selected-flag .flag{margin-top:-5px;position:absolute;top:50%}.react-tel-input .selected-flag .arrow{border-left:3px solid #0000;border-right:3px solid #0000;border-top:4px solid #555;height:0;left:20px;margin-top:-2px;position:relative;top:50%;width:0}.react-tel-input .selected-flag .arrow.up{border-bottom:4px solid #555;border-top:none}.react-tel-input .country-list{background-color:#fff;border-radius:0 0 3px 3px;box-shadow:1px 2px 10px #00000059;list-style:none;margin:10px 0 10px -1px;max-height:200px;outline:none;overflow-y:scroll;padding:0;position:absolute;width:300px;z-index:1}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{border-bottom:1px solid #ccc;margin-bottom:5px;padding-bottom:5px}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country.highlight,.react-tel-input .country-list .country:hover{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{background-color:#fff;padding:10px 0 6px 10px;position:-webkit-sticky;position:sticky;top:0}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;outline:none;padding:3px 8px 5px}.react-tel-input .country-list .no-entries-message{opacity:.7;padding:7px 10px 11px}.react-tel-input .invalid-number-message{color:#de0000}.react-tel-input .invalid-number-message,.react-tel-input .special-label{background:#fff;font-size:13px;left:46px;padding:0 2px;position:absolute;top:-8px;z-index:1}.react-tel-input .special-label{display:none;white-space:nowrap}.document-table-card{background:#fff;border:1px solid #ddc8b3;border-radius:6px;box-shadow:0 2px 12px #2a070c0f;display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.document-table-responsive{flex:1 1;min-width:0;overflow-x:auto;overflow-y:auto}.document-table{border-collapse:collapse;min-width:650px;table-layout:fixed;width:100%}.document-table thead th{background:#2c3639;border-bottom:1px solid #445055;color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.07em;padding:14px 12px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;z-index:10}.document-table tbody td,.document-table thead th{overflow-wrap:anywhere;vertical-align:middle;white-space:normal;word-break:break-word}.document-table tbody td{border-bottom:1px solid #f2ede8;color:#2c3639;font-size:13px;line-height:1.45;padding:13px 12px}.document-table tbody tr:hover{background:#a27b5b0d}.document-table tbody tr:last-child td{border-bottom:none}.document-table td:first-child,.document-table th:first-child{text-align:center;width:60px}.document-table td:nth-child(2),.document-table th:nth-child(2){width:35%}.document-table td:nth-child(3),.document-table th:nth-child(3){width:25%}.document-table td:nth-child(4),.document-table th:nth-child(4){text-align:center;width:100px}.document-table td:nth-child(5),.document-table th:nth-child(5){text-align:center;width:90px}.document-table tbody td.document-action-cell{display:table-cell;min-width:90px;text-align:center;vertical-align:middle;white-space:nowrap;width:90px}.document-cell-text{cursor:default;display:block;line-height:1.45;min-width:0;overflow-wrap:anywhere;white-space:normal;width:100%;word-break:break-word}.document-code-text{max-width:100%}.document-cell-text{position:relative}.document-cell-text:after{background:#2a070c;border-radius:6px;bottom:calc(100% + 8px);color:#fff;content:attr(data-tooltip);font-size:12px;font-weight:400;left:0;line-height:1.4;max-width:280px;opacity:0;overflow-wrap:anywhere;padding:8px 11px;pointer-events:none;position:absolute;text-align:left;transform:translateY(5px);transition:opacity .2s ease,transform .2s ease;visibility:hidden;white-space:normal;width:-webkit-max-content;width:max-content;word-break:break-word;z-index:9999}.document-cell-text:before{border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid #2a070c;bottom:calc(100% + 3px);content:"";left:14px;opacity:0;position:absolute;transition:opacity .2s ease;visibility:hidden;z-index:10000}.document-cell-text:hover:after{opacity:1;transform:translateY(0);visibility:visible}.document-cell-text:hover:before{opacity:1;visibility:visible}.document-switch{display:inline-block;flex-shrink:0;height:22px;position:relative;width:42px}.document-switch input{display:none}.document-slider{background:#ddc8b3;border-radius:50px;cursor:pointer;inset:0;position:absolute;transition:background .25s ease}.document-slider:before{background:#fff;border-radius:50%;box-shadow:0 1px 4px #0003;content:"";height:16px;left:3px;position:absolute;top:3px;transition:transform .25s ease;width:16px}.document-switch input:checked+.document-slider{background:#a27b5b}.document-switch input:checked+.document-slider:before{transform:translateX(20px)}.document-edit-btn{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:8px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;padding:0;transition:background .2s ease,border-color .2s ease,transform .2s ease;width:32px}.document-edit-btn img{height:15px;object-fit:contain;transition:filter .2s ease;width:15px}.document-edit-btn:hover{background:#2c3639;border-color:#2c3639}.document-edit-btn:hover img{filter:brightness(0) invert(1)}.document-edit-btn:active{transform:scale(.95)}.document-empty-row{color:#9f8e87;font-size:13px;padding:40px 20px;text-align:center;white-space:normal}.document-table-responsive::-webkit-scrollbar{height:8px;width:8px}.document-table-responsive::-webkit-scrollbar-track{background:#f5f5f5}.document-table-responsive::-webkit-scrollbar-thumb{background:#c8b6a6;border-radius:10px}.document-table-responsive::-webkit-scrollbar-thumb:hover{background:#a27b5b}@media (max-width:1100px){.document-table{min-width:650px}.document-table tbody td,.document-table thead th{padding:11px 9px}.document-table td:first-child,.document-table th:first-child{width:50px}.document-table td:nth-child(2),.document-table th:nth-child(2){width:30%}.document-table td:nth-child(3),.document-table th:nth-child(3){width:23%}.document-table td:nth-child(4),.document-table th:nth-child(4){width:85px}.document-table td:nth-child(5),.document-table th:nth-child(5){width:75px}.document-table tbody td.document-action-cell{min-width:75px;width:75px}}@media (max-width:768px){.document-table{min-width:600px}.document-table thead th{font-size:10px;padding:10px 8px}.document-table tbody td{font-size:12px;padding:10px 8px}.document-table td:first-child,.document-table th:first-child{width:45px}.document-table td:nth-child(2),.document-table td:nth-child(3),.document-table th:nth-child(2),.document-table th:nth-child(3){width:100px}.document-table td:nth-child(4),.document-table th:nth-child(4){width:80px}.document-table td:nth-child(5),.document-table th:nth-child(5){width:75px}.document-table tbody td.document-action-cell{min-width:75px;width:75px}.document-edit-btn{height:30px;width:30px}}@media (max-width:480px){.document-table{min-width:560px}.document-table thead th{font-size:9px;padding:9px 7px}.document-table tbody td{font-size:11px;padding:9px 7px}.document-table td:nth-child(2),.document-table th:nth-child(2){width:190px}.document-table td:nth-child(3),.document-table th:nth-child(3){width:120px}.document-table td:nth-child(4),.document-table th:nth-child(4){width:70px}.document-table td:nth-child(5),.document-table th:nth-child(5){width:65px}.document-table tbody td.document-action-cell{min-width:65px;width:65px}}.form-doc-group{margin-bottom:24px;max-width:420px}.approval-matrix-form-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:8px;min-height:100%;padding:28px 32px}.form-doc-group select{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;height:42px;outline:none;padding:0 13px;transition:border-color .15s,box-shadow .15s;width:100%}.form-doc-group select:focus{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.form-doc-group select:disabled{background:#f7f4f0;color:#9f8e87;cursor:not-allowed}.form-section-title{border-bottom:1px solid #ddc8b3;color:#2c3639;font-size:13px;font-weight:600;letter-spacing:.04em;margin-bottom:12px;padding-bottom:8px;text-transform:uppercase}.form-table-wrap{border:1px solid #ddc8b3;border-radius:10px;margin-bottom:14px;overflow-x:auto}.form-table{border-collapse:collapse;font-family:Inter,sans-serif;width:100%}.form-table thead{background:#2c3639}.form-table thead th{color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.07em;padding:11px 16px;text-align:left;text-transform:uppercase}.form-table thead th:first-child,.form-table thead th:last-child{text-align:center;width:50px}.form-table tbody tr{border-bottom:1px solid #f7f4f0;transition:background .12s}.form-table tbody tr:last-child{border-bottom:none}.form-table tbody tr:hover{background:#a27b5b0a}.form-table tbody td{color:#2c3639;font-size:13px;padding:10px 16px;vertical-align:middle}.form-row-num{color:#9f8e87;font-weight:600;text-align:center;width:50px}.form-input,.form-select{background:#fff;border:1.5px solid #ddc8b3;border-radius:7px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;height:38px;outline:none;padding:0 10px;transition:border-color .15s,box-shadow .15s;width:100%}.form-input:focus,.form-select:focus{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.form-remove-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:7px;color:#b94040;cursor:pointer;display:inline-flex;font-size:15px;height:32px;justify-content:center;margin:0 auto;transition:.2s;width:32px}.form-remove-btn:hover:not(:disabled){background:#b94040;border-color:#b94040;color:#fff}.form-remove-btn:disabled{cursor:not-allowed;opacity:.35}.form-add-row-btn{align-items:center;background:#f7f4f0;border:1.5px dashed #a27b5b;border-radius:8px;color:#a27b5b;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;gap:6px;height:36px;margin-bottom:24px;padding:0 16px;transition:background .15s}.form-add-row-btn:hover{background:#a27b5b14}.form-error-text{color:#b94040;white-space:pre-line}.form-error-text,.form-info-text{font-size:13px;margin-bottom:14px}.form-info-text{color:#9f8e87}.list-delete-btn{border:1.5px solid #ddc8b3;border-radius:7px;color:#b94040;font-size:15px;transition:.2s}.list-delete-btn:hover{color:#fff}.list-delete-btn{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:8px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin-left:6px;padding:0;transition:all .2s ease;width:32px}.list-delete-btn img{height:16px;object-fit:contain;transition:filter .2s ease;width:16px}.list-delete-btn:hover{background:#b94040;border-color:#b94040}.list-delete-btn:hover img{filter:brightness(0) invert(1)}.approval-table td:first-child,.approval-table th:first-child{padding-left:16px;text-align:left;width:40px}.approval-table td:nth-child(2),.approval-table th:nth-child(2){padding-left:12px;width:auto}@media (max-width:768px){.approval-list-page,.approval-matrix-form-page{padding:20px 16px}}.approval-list-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:4px;height:100%;overflow:hidden;padding:30px}.list-page-header{align-items:flex-start;display:flex;justify-content:space-between;padding-bottom:14px}.list-page-title h2{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;line-height:1}.list-page-title p{color:#9f8e87;font-size:13px}.list-page-actions{align-items:center;display:flex;gap:12px}.btn-add-matrix{align-items:center;border:none;border-radius:4px;color:#dcd7c9;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:7px;height:36px;padding:0 16px;transition:background .2s,transform .1s;white-space:nowrap}.btn-add-matrix,.btn-add-matrix:hover{background:#a27b5b}.btn-add-matrix:active{transform:scale(.97)}.btn-add-matrix i{font-size:17px}.list-table-card{background:#fff;border:1px solid #ddc8b3;border-radius:3px;box-shadow:0 2px 12px #2a070c0f;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.list-table-card>table{border-collapse:collapse;table-layout:fixed;width:100%}.list-table-card thead{background:#2c3639}.list-table-card thead th{border-bottom:none;color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.07em;padding:16px 26px;text-align:left;text-transform:uppercase}.list-table-body{flex:1 1;overflow-y:auto}.list-table-body table{border-collapse:collapse;table-layout:fixed;width:100%}.list-table-body td{border-bottom:1px solid #f7f4f0;color:#2c3639;font-size:13px;padding:13px 16px;text-align:left;vertical-align:middle}.list-table-body tr:last-child td{border-bottom:none}.list-table-body tr:hover{background:#a27b5b0a}.form-page-header{align-items:center;display:flex;gap:14px}.form-back-btn-wrapper{align-items:center;display:flex;flex-shrink:0}.form-back-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;transition:.2s;width:36px}.form-back-btn:hover{background:#2c3639;border-color:#2c3639}.form-back-btn:hover .form-back-icon{filter:brightness(0) invert(1)}.form-back-icon{height:14px;object-fit:contain;width:14px}.form-header-title h2{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin:0}.form-card{background:#fff;border:1px solid #ddc8b3;border-radius:12px;box-shadow:0 2px 10px #2a070c0f;box-sizing:border-box;max-width:100%;overflow-x:auto;padding:26px;width:100%}.form-footer-actions{align-items:center;border-top:1px solid #ddc8b3;display:flex;gap:12px;justify-content:flex-end;margin-top:4px;padding-top:20px}.btn-cancel{background:#fff;border:1.5px solid #ddc8b3;border-radius:8px;color:#a27b5b;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:500;height:38px;padding:0 22px;transition:background .15s,border-color .15s}.btn-cancel:hover{background:#f7f4f0;border-color:#9f8e87}.btn-save{border:none;border-radius:4px;color:#dcd7c9;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:600;height:38px;padding:0 26px;transition:background .2s}.btn-save,.btn-save:hover{background:#a27b5b}.form-doc-name-display{align-items:center;background:#f7f4f0;border:1.5px solid #ddc8b3;border-radius:8px;box-sizing:border-box;color:#2c3639;display:flex;font-family:Inter,sans-serif;font-size:13px;height:42px;padding:0 13px;width:100%}.list-action-cell{align-items:center;display:flex;gap:8px;justify-content:flex-start}.list-delete-button,.list-edit-btn{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:8px;cursor:pointer;display:inline-flex;flex-shrink:0;height:32px;justify-content:center;max-height:32px;max-width:32px;min-height:32px;min-width:32px;padding:0;transition:all .2s ease;width:32px}.list-delete-button img,.list-edit-btn img{height:15px;object-fit:contain;transition:filter .2s ease;width:15px}.list-edit-btn:hover{background:#2c3639;border-color:#2c3639}.list-edit-btn:hover img{filter:brightness(0) invert(1)}.list-delete-button:hover{background:#b94040;border-color:#b94040}.list-delete-button:hover img{filter:brightness(0) invert(1)}.list-delete-button:active,.list-edit-btn:active{transform:scale(.95)}.list-delete-button:focus,.list-edit-btn:focus{outline:none}.delete-btn{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:8px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;min-height:32px;min-width:32px;padding:0;transition:all .2s ease;width:32px}.delete-btn img{display:block;height:16px;object-fit:contain;transition:filter .2s ease;width:16px}.delete-btn:hover:not(:disabled){background:#b94040;border-color:#b94040}.delete-btn:hover:not(:disabled) img{filter:brightness(0) invert(1)}.delete-btn:active:not(:disabled){transform:scale(.95)}.delete-btn:disabled{cursor:not-allowed;opacity:.45}.delete-btn:disabled img{filter:grayscale(100%)}.approval-table thead th{background:#2c3639;color:#dcd7c9;font-size:11px;padding:14px 16px;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:10}.approval-table td{border-bottom:1px solid #f1f1f1;font-size:13px;padding:12px 16px}.approval-table tbody tr:hover{background:#faf8f5}.list-cell-center{color:#2c3639;text-align:center}.list-action-cell{text-align:center}@media (max-width:1200px){.list-table-card{overflow-x:auto}.list-table-body table,.list-table-card>table{min-width:1900px}}@media (max-width:768px){.approval-list-page,.approval-matrix-form-page{padding:20px 16px}.list-page-header{align-items:flex-start;flex-direction:column;gap:14px}.form-footer-actions{flex-direction:column-reverse}.form-footer-actions button{justify-content:center;width:100%}}*{box-sizing:border-box;margin:0;padding:0}.auth-wrapper{align-items:center;background-position:50%;background-size:cover;display:flex;justify-content:center;min-height:100vh;padding:20px;position:relative;width:100%}.auth-overlay{background:linear-gradient(135deg,#00000059,#12214273);inset:0;position:absolute}.auth-lang-toggle{color:#d4af37;cursor:pointer;display:flex;font-family:Inter;font-size:14px;gap:12px;position:absolute;right:30px;top:30px;z-index:2}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#3a141a99;border:1px solid #c5a8804d;border-radius:24px;box-shadow:0 20px 50px #2a070c40;max-width:480px;padding:20px 35px;width:100%;z-index:2}.auth-brand{display:block;margin:0 auto 10px;width:110px}.auth-heading-primary,.auth-heading-secondary{color:#d4af37;font-family:Cormorant Garamond,serif;letter-spacing:2px;line-height:1.2;text-align:center}.auth-heading-primary{font-size:40px;font-weight:600;margin-top:15px}.auth-heading-secondary{font-size:34px;margin-top:-5px}.auth-separator{background:#d4af37;height:1px;margin:18px auto;width:80px}.auth-location{color:#fff;font-size:13px;letter-spacing:3px;margin-bottom:28px;opacity:.8;text-align:center}.auth-field{margin-bottom:18px}.auth-field label{color:#fff;display:block;font-size:13px;font-weight:300;letter-spacing:.5px;margin-bottom:8px}.auth-field input{background:#ffffff0a;border:1px solid #d4af3740;border-radius:10px;color:#fff;font-size:14px;height:48px;outline:none;padding:0 16px;transition:border-color .3s ease;width:100%}.auth-field input:focus{border-color:#d4af3799}.auth-field input::placeholder{color:#ffffff4d}.auth-pass-box{position:relative}.auth-pass-visibility{background:none;border:none;border-radius:4px;color:#d4af37;cursor:pointer;font-size:12px;padding:4px 8px;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:background .2s ease}.auth-pass-visibility:hover{background:#d4af371a}.auth-actions{align-items:center;display:flex;font-size:13px;justify-content:space-between;margin-bottom:24px}.auth-remember-me{align-items:center;color:#fffc;cursor:pointer;display:flex;gap:6px;text-decoration:none}.auth-remember-me input[type=checkbox]{accent-color:#d4af37;cursor:pointer;height:16px;width:16px}.auth-forgot-link{color:#fff9;font-size:13px;text-decoration:none;transition:color .3s ease}.auth-forgot-link:hover{color:#d4af37}.auth-submit-btn{background:linear-gradient(90deg,#d4af37,#f3d37a);border:none;border-radius:10px;color:#111;cursor:pointer;font-size:16px;font-weight:700;height:50px;letter-spacing:1px;transition:transform .2s ease,box-shadow .2s ease;width:100%}.auth-submit-btn:hover{box-shadow:0 8px 25px #d4af374d;transform:translateY(-2px)}.auth-submit-btn:active{transform:translateY(0)}.auth-divider-section{align-items:center;display:flex;gap:15px;margin:24px 0}.auth-divider-section span{background:#d4af3733;flex:1 1;height:1px}.auth-divider-section p{color:#d4af3799;font-size:12px;font-weight:300;letter-spacing:1px}.auth-register-link{background:#0000;border:1px solid #d4af3766;border-radius:10px;color:#d4af37;cursor:pointer;font-size:14px;font-weight:500;height:48px;letter-spacing:.5px;transition:all .3s ease;width:100%}.auth-register-link:hover{background:#d4af3714;border-color:#d4af37}.auth-footer-message{color:#d4af3780;font-size:10px;font-weight:300;letter-spacing:2px;margin-top:18px;text-align:center}@media (max-width:768px){.auth-wrapper{min-height:100vh;padding:15px}.auth-lang-toggle{font-size:12px;right:20px;top:20px}.auth-card{border-radius:20px;max-width:420px;padding:30px 20px}.auth-brand{width:70px}.auth-heading-primary{font-size:32px;margin-top:12px}.auth-heading-secondary{font-size:28px;margin-top:-3px}.auth-separator{margin:15px auto;width:60px}.auth-location{font-size:11px;letter-spacing:2px;margin-bottom:22px}.auth-field{margin-bottom:15px}.auth-field label{font-size:12px}.auth-field input{font-size:13px;height:44px;padding:0 14px}.auth-actions{flex-wrap:wrap;font-size:12px;gap:8px;margin-bottom:20px}.auth-submit-btn{font-size:14px;height:44px}.auth-divider-section{margin:20px 0}.auth-register-link{font-size:13px;height:44px}.auth-footer-message{font-size:9px;margin-top:15px}}@media (max-width:480px){.auth-wrapper{padding:10px}.auth-card{border-radius:16px;max-width:100%;padding:25px 16px}.auth-brand{width:60px}.auth-heading-primary{font-size:28px}.auth-heading-secondary{font-size:24px}.auth-location{font-size:10px;letter-spacing:1.5px}.auth-field input{font-size:12px;height:40px}.auth-submit-btn{font-size:13px;height:40px}.auth-register-link{font-size:12px;height:40px}.auth-actions,.auth-forgot-link{font-size:11px}}.member-page{background:#f7f4f0;margin-top:80px;min-height:100vh;padding:20px 40px;width:100%}.welcome-section{align-items:flex-start;display:flex;flex-wrap:wrap;gap:30px;margin-bottom:20px;padding-bottom:20px}.welcome-left{flex:1 1;min-width:300px}.welcome-right{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px}.member-info{align-items:center;display:flex;gap:35px}.member-photo{flex-shrink:0;height:170px;overflow:hidden;width:140px}.member-photo img{height:100%;object-fit:cover;opacity:.35;width:100%}.member-details{display:flex;flex-direction:column}.welcome-text{color:#666;font-size:18px;font-weight:400}.member-details h1,.welcome-text{font-family:Cormorant Garamond,serif}.member-details h1{color:#1a1a1a;font-size:42px;line-height:1.1;margin:0 0 5px}.member-role{color:#c8a045;font-family:Cormorant Garamond,serif;font-size:20px;margin:0 0 12px}.dot{color:#c8a045;margin:0 6px}.expiry-card{align-items:center;background:#fff;border-radius:30px;box-shadow:0 4px 15px #00000014;display:inline-flex;gap:10px;padding:8px 18px 8px 14px}.calendar-icon{height:20px;width:20px}.expiry-label{color:#555;font-size:15px}.expiry-label,.expiry-number{font-family:Cormorant Garamond,serif}.expiry-number{color:#c8a045;font-size:22px;font-weight:700}.expiry-text{color:#333;font-family:Cormorant Garamond,serif;font-size:16px;font-weight:500}.member-card{background:linear-gradient(135deg,#d4a84a,#b8860b);border-radius:16px;box-shadow:0 8px 30px #b8860b4d;color:#fff;flex-shrink:0;height:230px;min-width:350px;overflow:hidden;padding:20px 25px;position:relative;width:420px}.gold-line{background:linear-gradient(90deg,gold,#ffec8b,gold);height:4px;left:0;position:absolute;top:0;width:100%}.card-top{align-items:center;display:flex;gap:12px;margin-bottom:15px}.card-logo{height:40px;object-fit:contain;width:70px}.club-info h3{font-size:13px;font-weight:600;letter-spacing:1.5px;margin:0;opacity:.9;text-transform:uppercase}.card-body{margin-bottom:15px}.card-profile h2{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:600;margin:0}.role{color:#f0e6d0;font-size:15px;margin:2px 0 0;opacity:.85}.card-footer{margin-top:5px}.footer-row{align-items:center;display:flex;font-size:14px;gap:12px}.footer-row.header{font-size:12px;letter-spacing:1px;margin-bottom:4px;opacity:.7}.divider{opacity:.4}.stats-section{margin-bottom:30px}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,220px)}.stat-card{align-items:center;background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000000f;display:flex;gap:14px;height:105px;padding:18px 10px;transition:transform .2s}.stat-card:hover{transform:translateY(-2px)}.stat-card .icon{align-items:center;background:#f7f4f0;border-radius:12px;display:flex;flex-shrink:0;font-size:20px;height:44px;justify-content:center;width:44px}.stat-card p{color:#888;font-size:13px;margin:0}.stat-card h4{color:#1a1a1a;font-size:18px;font-weight:600;margin:2px 0 0}.stat-card .active{color:#2e7d32}.icon{align-items:center;background:linear-gradient(135deg,#fff8e1,#f8e6a0);border-radius:14px;box-shadow:0 4px 12px #b8860b26;display:flex;flex-shrink:0;height:52px;justify-content:center;width:52px}.icon img{filter:brightness(0) saturate(100%) invert(60%) sepia(43%) saturate(900%) hue-rotate(7deg) brightness(93%) contrast(92%);height:28px;object-fit:contain;width:28px}.seat-detail-card{background:#fff;border-radius:18px;box-shadow:0 8px 30px #00000014;padding:22px}.seat-title{color:#222;font-family:Cormorant Garamond,serif;font-size:18px;margin-bottom:4px}.seat-detail-body{grid-gap:25px;display:grid;gap:25px;grid-template-columns:360px 1fr}.seat-left{flex-direction:column}.seat-left,.seat-top{display:flex;gap:16px}.seat-top{align-items:flex-start}.seat-event-img{border-radius:10px;height:80px;object-fit:cover;width:130px}.seat-box{align-items:center;background:#fbf7f1;border:1px solid #f0e3c7;border-radius:10px;display:flex;flex-direction:column;height:82px;justify-content:space-evenly;padding:6px;width:250px}.seat-event-info h4{font-family:Cormorant Garamond,serif;font-size:20px;margin:0}.seat-event-info p{color:#666;font-size:14px;margin:6px 0}.seat-event-info span{color:#888;font-size:13px}.seat-box small{color:#888;font-size:11px;font-weight:600;letter-spacing:1.5px;margin:0;text-transform:uppercase}.seat-box h2{font-size:20px}.seat-box h1,.seat-box h2{color:#c8a045;font-family:Cormorant Garamond,serif;font-weight:700;line-height:1;margin:0}.seat-box h1{font-size:24px}.ticket-btn{background:#fff;border:1px solid #d8b25c;color:#b8892c;height:46px}.ticket-btn:hover{background:#b8892c;color:#fff}.seat-right h4{font-family:Cormorant Garamond,serif;margin-bottom:12px}.stage{background:#f5ead3;border-radius:8px;color:#b8892c;font-size:12px;font-weight:600;margin:auto auto 25px;padding:6px 0;text-align:center;width:120px}.seat-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,70px)}.seat,.seat-grid{justify-content:center}.seat{align-items:center;background:#fff;border:2px dashed #d9d9d9;border-radius:50%;color:#666;display:flex;font-weight:600;height:60px;position:relative;width:60px}.active-seat{background:#c8a045;border:none;color:#fff}.active-seat span{background:#c8a045;border-radius:8px;bottom:-22px;color:#fff;font-size:11px;left:50%;padding:2px 10px;position:absolute;transform:translateX(-50%)}.seat-legend{color:#555;display:flex;font-size:13px;gap:30px;justify-content:center;margin-top:35px}.seat-legend div{align-items:center;display:flex;gap:8px}.dot{border-radius:50%;height:10px;width:10px}.dot.your{background:#c8a045}.dot.available{background:#fff;border:2px solid #bdbdbd}.dot.booked{background:#8b8b8b}.seat-bottom{align-items:center;display:flex;gap:20px;justify-content:space-between}.seat-event-info{flex:1 1}.ticket-btn{background:#c8a045;border:1px solid #c8a045;color:#fff;flex-shrink:0;font-weight:600;height:45px;padding:0 16px;transition:.3s}@media (max-width:992px){.seat-detail-body{grid-template-columns:1fr}.seat-grid{gap:14px;grid-template-columns:repeat(3,60px)}}.dashboard-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1.2fr 1fr;margin-bottom:30px}.dashboard-card{background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000f;padding:24px}.dashboard-card h3{border-bottom:2px solid #f0ebe5;color:#1a1a1a;font-family:Cormorant Garamond,serif;font-size:22px;margin:0 0 18px;padding-bottom:12px}.event-item{border-bottom:1px solid #f5f0eb;display:flex;gap:14px;padding:12px 0}.event-item:last-child{border-bottom:none}.event-icon{flex-shrink:0;font-size:22px;width:40px}.event-details h4{color:#1a1a1a;font-size:15px;font-weight:600;margin:0 0 3px}.event-details p{color:#555;font-size:13px;margin:0}.event-location{color:#999;font-size:12px}.view-all-btn{background:#c8a045;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-top:14px;padding:8px 24px;transition:background .2s}.view-all-btn:hover{background:#b08a35}.account-item{border-bottom:1px solid #f5f0eb;display:flex;justify-content:space-between;padding:10px 0}.account-item:last-of-type{border-bottom:none}.account-label{color:#888;font-size:14px}.account-value{color:#1a1a1a;font-size:14px;font-weight:500}.status-available{color:#2e7d32}.view-details-btn{background:#0000;border:2px solid #c8a045;border-radius:25px;color:#c8a045;cursor:pointer;font-size:14px;font-weight:500;margin-top:14px;padding:8px 24px;transition:all .2s}.view-details-btn:hover{background:#c8a045;color:#fff}.bottom-section{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr .8fr .8fr;margin-bottom:30px}.bottom-card{background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000f;padding:22px 24px}.bottom-card h3{color:#1a1a1a;font-family:Cormorant Garamond,serif;font-size:20px;margin:0 0 14px}.payment-amount{align-items:baseline;display:flex;gap:12px}.amount{color:#1a1a1a;font-size:28px;font-weight:700}.payment-status{color:#2e7d32;font-size:14px}.payment-note{color:#888;font-size:13px;margin:4px 0 14px}.booking-item{border-bottom:1px solid #f5f0eb;display:flex;gap:12px;padding:8px 0}.booking-item:last-child{border-bottom:none}.booking-icon{flex-shrink:0;font-size:18px}.booking-title{color:#1a1a1a;font-size:13px;font-weight:500;margin:0}.booking-date{color:#999;font-size:12px}.view-btn{background:#0000;border:1.5px solid #c8a045;border-radius:20px;color:#c8a045;cursor:pointer;font-size:13px;font-weight:500;margin-top:12px;padding:6px 20px;transition:all .2s}.view-btn:hover{background:#c8a045;color:#fff}.ticket-actions{display:flex;flex-direction:column;gap:10px}.ticket-btn{border:none;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;padding:10px;transition:all .2s}.browse-btn{background:#c8a045;color:#fff}.browse-btn:hover{background:#b08a35}.my-tickets-btn{background:#f0ebe5;color:#1a1a1a}.my-tickets-btn:hover{background:#e5ddd4}.support-actions{display:flex;flex-direction:column;gap:10px}.support-btn{border:none;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;padding:10px;transition:all .2s}.download-btn{background:#1a1a1a;color:#fff}.download-btn:hover{background:#333}.contact-btn{background:#f0ebe5;color:#1a1a1a}.contact-btn:hover{background:#e5ddd4}.page-footer{border-top:1px solid #e8e3dd;color:#aaa;font-size:13px;padding:20px 0 10px;text-align:center}.attended-item{align-items:center;border-bottom:1px solid #ececec;display:flex;justify-content:space-between;padding:14px 0}.attended-item:last-of-type{border-bottom:none}.attended-icon{align-items:center;background:#fbf7f1;border-radius:50%;display:flex;font-size:20px;height:42px;justify-content:center;margin-right:14px;width:42px}.attended-item>div{flex:1 1}.attended-title{color:#222;font-weight:600;margin:0}.attended-date{color:#777;font-size:13px}.attended-status{background:#e9f8ef;border-radius:30px;color:#1f8a48;font-size:12px;font-weight:600;padding:5px 12px}@media (max-width:1200px){.bottom-section{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}}@media (max-width:992px){.member-page{padding:15px 20px}.welcome-section{flex-direction:column}.member-card{min-width:0;min-width:auto;width:100%}.stats-grid{grid-template-columns:repeat(2,1fr)}.bottom-section{grid-template-columns:1fr 1fr}}@media (max-width:768px){.member-page{margin-top:70px;padding:10px 15px}.member-info{flex-direction:column;text-align:center}.member-photo{height:120px;width:120px}.member-details h1{font-size:32px}.expiry-card{flex-wrap:wrap;justify-content:center}.stats-grid{gap:12px;grid-template-columns:1fr 1fr}.stat-card{padding:14px 16px}.bottom-section{grid-template-columns:1fr}.member-card{height:auto;padding:18px 20px 20px}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}.dashboard-card{padding:18px}.bottom-card{padding:16px 18px}}.member-header{background:#fff;border-bottom:1px solid #c8a045;box-shadow:0 8px 25px #00000014;height:78px;left:0;position:fixed;top:0;width:100%;z-index:9999}.member-header-container{align-items:center;display:flex;height:100%;justify-content:space-between;margin:auto;width:96%}.header-logo-section{align-items:center;display:flex;gap:18px}.header-logo{height:58px}.header-logo-section h2{color:#b48a32;font-family:Cormorant Garamond,serif;font-size:30px;font-weight:600}.header-profile{align-items:center;display:flex;gap:25px}.notification-btn{background:#faf7f2;border:none;border-radius:50%;cursor:pointer;height:46px;width:46px}.notification-btn img{width:22px}.profile-box{border-left:1px solid #ece4d4;gap:14px;padding-left:20px}.mh-avatar,.profile-box{align-items:center;display:flex}.mh-avatar{background:#c8a045;border-radius:50%;color:#fff;font-size:18px;font-weight:700;height:52px;justify-content:center;width:52px}.profile-box h4{font-size:16px;margin:0}.profile-box span{color:#777;font-size:13px}.mr-field .css-b62m3t-container{width:100%}.mr-page{align-items:flex-start;background:#f7f3f0;display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;padding:20px}.mr-card{background:#fff;border:1px solid #ddc8b3;border-radius:20px;box-shadow:0 4px 32px #2a070c17;padding:36px;width:100%}.mr-header{border-bottom:1px solid #ddc8b3;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.mr-header,.mr-header-brand{align-items:center;display:flex}.mr-header-brand{gap:16px}.mr-logo-img{height:64px;object-fit:contain;width:150px}.mr-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:700;line-height:1;margin-bottom:5px}.mr-subtitle{color:#9f8e87;font-size:12px;letter-spacing:.03em}.mr-stepbar{align-items:center;display:flex;gap:0}.mr-step{gap:8px}.mr-step,.mr-step-circle{align-items:center;display:flex;flex-shrink:0}.mr-step-circle{background:#fff;border:2px solid #ddc8b3;border-radius:50%;color:#9f8e87;font-size:13px;font-weight:700;height:36px;justify-content:center;transition:all .25s ease;width:36px}.mr-step-label{color:#9f8e87;font-size:12px;font-weight:500;white-space:nowrap}.mr-step-line{background:#ddc8b3;flex-shrink:0;height:2px;margin:0 8px;transition:background .25s;width:32px}.mr-line-done{background:#a27b5b}.mr-step-active .mr-step-circle{background:#2a070c;border-color:#2a070c;box-shadow:0 4px 14px #2a070c47;color:#dcd7c9;transform:scale(1.07)}.mr-step-active .mr-step-label{color:#2a070c;font-weight:600}.mr-step-done .mr-step-circle{background:#a27b5b;border-color:#a27b5b;box-shadow:0 4px 12px #a27b5b4d;color:#fff}.mr-step-done .mr-step-label{color:#a27b5b}.mr-section{margin-bottom:28px}.mr-section-head{border-bottom:2px solid #ddc8b3;color:#2a070c;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;margin-bottom:18px;padding-bottom:10px;position:relative}.mr-section-head:after{background:#a27b5b;border-radius:2px;bottom:-2px;content:"";height:2px;left:0;position:absolute;width:48px}.mr-grid{grid-gap:16px 20px;display:grid;gap:16px 20px;grid-template-columns:repeat(3,1fr)}.mr-field-note{color:#9f8e87;font-size:11px;font-style:italic;line-height:1.5;margin-top:6px}.mr-field-note strong{color:#2a070c;font-weight:600}.mr-field{display:flex;flex-direction:column;gap:6px}.mr-field-full{grid-column:1/-1}.mr-label{color:#9f8e87;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.mr-field input,.mr-field select,.mr-field textarea{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:9px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;padding:0 13px;transition:border-color .15s,box-shadow .15s}.mr-field input,.mr-field select{height:42px}.mr-field textarea{line-height:1.6;padding:10px 13px;resize:vertical}.mr-field input:focus,.mr-field select:focus,.mr-field textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b21}.mr-field input::placeholder,.mr-field textarea::placeholder{color:#c4b8ae}.mr-omgd-card{background:#f7f4f0;border:1px solid #ddc8b3;border-radius:12px;margin-bottom:14px;padding:18px 20px}.mr-omgd-hdr{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.mr-omgd-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:17px;font-weight:600}.mr-omgd-remove{background:#fff;border:1.5px solid #ddc8b3;border-radius:20px;color:#b94040;cursor:pointer;font-family:Inter,sans-serif;font-size:12px;font-weight:600;height:28px;padding:0 14px;transition:.15s}.mr-omgd-remove:hover{background:#b940400d;border-color:#b94040}.mr-add-btn{align-items:center;background:#2c3639;border:none;border-radius:20px;color:#dcd7c9;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;height:36px;margin-top:14px;padding:0 18px;transition:background .15s,transform .1s}.mr-add-btn:hover{background:#3f4e4f}.mr-add-btn:active{transform:scale(.97)}.mr-footer{align-items:center;border-top:1px solid #ddc8b3;display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:22px}.mr-btn{align-items:center;border:none;border-radius:9px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:14px;font-weight:600;gap:6px;height:42px;justify-content:center;padding:0 28px;transition:background .15s,transform .1s;white-space:nowrap}.mr-btn:active{transform:scale(.97)}.mr-btn-ghost{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.mr-btn-ghost:hover{background:#f7f4f0;border-color:#9f8e87}.mr-btn-primary{background:#2a070c;border:none;box-shadow:0 4px 14px #2a070c38;color:#dcd7c9}.mr-btn-primary:hover{background:#3f4e4f}.mr-card-success{margin:0 auto;max-width:500px;padding:52px 44px;text-align:center}.mr-success-ring{align-items:center;background:#2c3639;border:3px solid #ddc8b3;border-radius:50%;box-shadow:0 8px 28px #2a070c33;display:flex;height:100px;justify-content:center;margin:0 auto 24px;overflow:hidden;width:100px}.mr-success-logo{border-radius:50%;height:100px;object-fit:contain;width:100px}.mr-success-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:700;margin-bottom:14px}.mr-success-desc{color:#9f8e87;font-size:14px;line-height:1.75;margin-bottom:28px}.mr-success-desc strong{color:#2c3639}.mr-login-box{border-top:1px solid #ddc8b3;margin-top:28px;padding-top:24px;text-align:center}.mr-login-text{color:#9f8e87;font-size:14px;margin-bottom:12px}.mr-login-btn{background:#0000;border:2px solid #2a070c;border-radius:8px;color:#2a070c;cursor:pointer;font-size:15px;font-weight:600;padding:12px 34px;transition:.3s}.mr-login-btn:hover{background:#2a070c;color:#fff}.mr-toggle-group{background:#fff;border:1.5px solid #ddc8b3;border-radius:8px;display:flex;max-width:552px;overflow:hidden;width:100%}.mr-toggle-btn{background:#fff;border:none;color:#2c3639;cursor:pointer;flex:1 1;font-family:Inter,sans-serif;font-size:13px;font-weight:600;height:38px;transition:all .3s ease}.mr-toggle-btn:not(:last-child){border-right:1.5px solid #ddc8b3}.mr-toggle-btn:hover{background:#f7f4f0}.mr-toggle-btn.active{background:#2a070c;color:#fff}@media (max-width:900px){.mr-grid{grid-template-columns:repeat(2,1fr)}.mr-card{padding:28px 24px 36px}}@media (max-width:600px){.mr-page{padding:16px 10px}.mr-card{border-radius:14px;padding:20px 16px 28px}.mr-header{align-items:flex-start;flex-direction:column}.mr-grid{grid-template-columns:1fr}.mr-field-full{grid-column:1}.mr-stepbar{flex-wrap:wrap;gap:6px 0}.mr-step-line{margin:0 4px;width:18px}.mr-step-label{display:none}.mr-footer{flex-direction:column-reverse;gap:10px}.mr-btn{width:100%}.mr-title{font-size:22px}}.mr-field .react-select__control{background:#fdfcfb!important;border:1.5px solid #ddc8b3!important;border-radius:9px!important;box-shadow:none!important;height:42px!important;min-height:42px!important}.mr-field .react-select__control--is-focused,.mr-field .react-select__control:hover{border-color:#a27b5b!important;box-shadow:none!important}.mr-field .react-select__value-container{height:40px!important;padding:0 13px!important}.mr-field .react-select__input-container{margin:0!important;padding:0!important}.mr-field .react-select__input{color:#2c3639!important}.mr-field .react-select__input,.mr-field .react-select__placeholder,.mr-field .react-select__single-value{font-family:Inter,sans-serif!important;font-size:13px!important}.mr-field .react-select__single-value{color:#2c3639!important}.mr-field .react-select__placeholder{color:#c4b8ae!important}.mr-field .react-select__menu{background:#fff!important;border:1px solid #ddc8b3!important;border-radius:9px!important;box-shadow:none!important;margin-top:4px!important;overflow:hidden;z-index:9999!important}.mr-field .react-select__menu-list{box-shadow:none!important;padding:0!important}.mr-field .react-select__option{background:#fff!important;color:#2c3639!important;font-size:13px!important;padding:10px 13px!important}.mr-field .react-select__option--is-focused{background:#f7f4f0!important}.mr-field .react-select__option--is-selected{background:#2a070c!important;color:#fff!important}.mr-field .react-select__indicator,.mr-field .react-select__indicator-separator{box-shadow:none!important}.mr-field .react-select__input-container input{background:#0000!important;border:none!important;box-shadow:none!important;height:auto!important;margin:0!important;min-height:0!important;outline:none!important;padding:0!important}.mr-field .react-select__clear-indicator{color:#9f8e87!important;cursor:pointer;padding:6px!important}.mr-field .react-select__clear-indicator:hover{color:#a27b5b!important}.mr-address-section{margin-bottom:28px}.mr-address-grid{gap:16px 20px;grid-template-columns:repeat(3,minmax(0,1fr))}.mr-address-grid .mr-field-full{grid-column:1/-1}.mr-address-additional{grid-column:span 2;min-width:0}.mr-address-country{grid-column:span 1;min-width:0}.mr-address-section .mr-field input{width:100%}.mr-address-section .mr-field-note{color:#9f8e87;font-size:10px;font-style:italic;line-height:1.5;margin-top:2px}.mr-address-section .mr-label{font-size:11px;letter-spacing:0;text-transform:none}.mr-address-section+.mr-footer{margin-top:24px}@media (max-width:900px){.mr-address-additional,.mr-address-country{grid-column:span 1}}@media (max-width:600px){.mr-address-grid{grid-template-columns:1fr}.mr-address-additional,.mr-address-country,.mr-address-grid .mr-field-full{grid-column:1}}.mr-address-search{position:relative}.mr-address-search-wrapper input{width:100%}.mr-address-suggestions{border:1.5px solid #ddc8b3;border-radius:9px;box-shadow:0 10px 25px #2a070c1f;max-height:260px;overflow:hidden;top:calc(100% + 5px)}.mr-address-suggestion{background:#fff;border-bottom:1px solid #eee6df;transition:background .15s ease}.mr-address-suggestion:hover{background:#f7f4f0}.mr-address-suggestion-icon{font-size:15px}.mr-address-loading{color:#a27b5b;right:12px}.mr-address-search-wrapper{position:relative;width:100%}.mr-address-suggestions{background:#fff;border:1px solid #ddc8b3;border-radius:12px;box-shadow:0 12px 30px #2a070c24;left:0;max-height:280px;overflow-y:auto;padding:6px;position:absolute;right:0;top:calc(100% + 6px);z-index:9999}.mr-address-suggestion{align-items:flex-start;background:#0000;border:none;border-bottom:1px solid #f0e6dd;border-radius:8px;color:#2c3639;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;gap:10px;line-height:1.5;padding:12px 14px;text-align:left;transition:all .2s ease;width:100%}.mr-address-suggestion:last-child{border-bottom:none}.mr-address-suggestion:hover{background:#f7f3f0;color:#2a070c;transform:translateX(3px)}.mr-address-suggestion-icon{align-items:center;background:#a27b5b1f;border-radius:50%;display:flex;flex-shrink:0;font-size:14px;height:30px;justify-content:center;width:30px}.mr-address-suggestion span:last-child{padding-top:4px}.mr-address-suggestions::-webkit-scrollbar{width:6px}.mr-address-suggestions::-webkit-scrollbar-track{background:#f7f3f0}.mr-address-suggestions::-webkit-scrollbar-thumb{background:#ddc8b3;border-radius:10px}.mr-address-suggestions::-webkit-scrollbar-thumb:hover{background:#a27b5b}.mr-address-loading{color:#9f8e87;font-size:11px;font-style:italic;position:absolute;right:14px;top:50%;transform:translateY(-50%)}.er-root{background:#fff;display:flex;flex-direction:column;font-family:Inter,sans-serif;min-height:100vh}.er-nav{background:#2a070c;left:0;padding:8px 40px;position:fixed;right:0;top:0;z-index:100}.er-nav-brand{align-items:center;display:flex;gap:14px}.er-nav-logo{height:40px;width:40px}.er-nav-brand-text{display:flex;flex-direction:column;line-height:1.1}.er-nav-brand-top{color:#f4ede2;font-family:Cormorant Garamond,serif;font-size:18px;font-weight:600;letter-spacing:.2em}.er-nav-brand-bot{color:#f4ede266;font-size:9px;font-weight:400;letter-spacing:.25em;text-transform:uppercase}.er-main{flex:1 1;padding-bottom:40px;padding-top:100px}.er-container{margin:0 auto;max-width:1440px;min-height:calc(100vh - 230px)}.er-loading{min-height:calc(100vh - 160px)}.er-spinner{border:3px solid #bfa15f26;border-top-color:#bfa15f;height:48px;width:48px}.er-loading p{color:#f4ede280;font-size:14px}.er-footer{background:#2a070c;border-top:1px solid #bfa15f0f;padding:20px 48px}.er-footer-content{margin:0 auto;max-width:1440px}.er-footer-items{align-items:center;display:flex;flex-wrap:wrap;gap:48px}.er-footer-item{align-items:center;display:flex;gap:12px}.er-footer-icon{flex-shrink:0;font-size:18px;opacity:.4}.er-footer-item div{display:flex;flex-direction:column}.er-footer-label{color:#fff;font-size:8px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.er-footer-val{color:#f4ede299;font-size:13px;font-weight:500}.er-otp-inline{animation:er-otp-slide-in .4s ease-out;background:#bfa15f0a;border:1px solid #bfa15f26;margin-top:24px;padding:24px}@keyframes er-otp-slide-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.er-otp-inline-divider{gap:14px;margin-bottom:20px}.er-otp-inline-divider .er-divider-line{background:#bfa15f33;max-width:none}.er-otp-inline-divider .er-divider-label{background:#faf7f2;color:#bfa15f;font-size:10px;font-weight:600;letter-spacing:.15em;padding:0 8px}.er-otp-inline-content{text-align:center}.er-otp-inline-icon{font-size:36px;margin-bottom:8px}.er-otp-inline-subtitle{color:#7a6a55;font-size:14px;line-height:1.6;margin-bottom:4px}.er-otp-inline-hint{color:#b5a898;font-size:12px;margin-bottom:16px}.er-otp-inline-form{display:flex;flex-direction:column;gap:12px}.er-otp-inline-form .er-otp-input{font-size:20px;height:50px;letter-spacing:6px;padding:0 16px;text-align:center}.er-otp-inline-form .er-submit-btn{margin-top:4px}.er-otp-inline-form .er-resend-btn{background:none;border:none;color:#bfa15f;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:600;padding:8px;transition:color .2s}.er-otp-inline-form .er-resend-btn:hover:not(:disabled){color:#a88a4a}.er-otp-inline-form .er-resend-btn:disabled{cursor:not-allowed;opacity:.4}@media (max-width:1024px){.er-footer,.er-nav{padding:16px 32px}}@media (max-width:768px){.er-footer-items{gap:20px}}@media (max-width:480px){.er-nav{padding:12px 16px}.er-nav-brand-top{font-size:15px}.er-nav-brand-bot{font-size:8px}.er-footer{padding:12px 16px}.er-footer-items{gap:14px}.er-footer-item{gap:8px}.er-footer-val{font-size:12px}}.er-details-view{--c-cream:#f7f4f0;--c-tan:#ddc8b3;--c-mauve:#9f8e87;--c-deep:#2a070c;--c-bg:#fffdfb;--c-surface:#faf6f0;--c-border:#ead9c3;--c-border-strong:#ddc8b3;--c-ink:#2a070c;--c-ink-muted:#8a7a73;--c-ink-faint:#b3a49c;--c-danger:#8f3526;--c-danger-soft:#f7e9e2;--font-display:"Playfair Display",Georgia,"Times New Roman",serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;background:var(--c-cream);color:var(--c-ink);display:grid;font-family:var(--font-body);grid-template-columns:1.65fr 1fr;height:auto}.er-left-panel{align-items:flex-end;background-position:50%;background-size:cover;display:flex;min-height:680px;padding:30px 20px;position:relative}.er-left-overlay{background:linear-gradient(180deg,#1404068c,#14040659 35%,#140406bf);inset:0;position:absolute}.er-event-content{color:#fff;max-width:620px;position:relative;z-index:1}.er-badge{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffff1f;border:1px solid #ffffff59;border-radius:999px;color:#fff;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.14em;margin-bottom:18px;padding:7px 16px;text-transform:uppercase}.er-title{font-family:var(--font-display);font-size:44px;font-weight:700;letter-spacing:-.01em;line-height:1.1;margin:0 0 14px}.er-description{color:#ffffffd1;font-size:15px;line-height:1.65;margin:0 0 28px;max-width:520px}.er-meta-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.er-meta-item{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff14;border:1px solid #ffffff29;border-radius:12px;display:flex;gap:10px;padding:12px 14px}.er-meta-icon{filter:brightness(0) invert(1);flex-shrink:0;height:20px;opacity:.9;width:20px}.er-meta-label{color:#fff;font-size:13px;font-weight:600;line-height:1.3}.er-meta-sub{color:#ffffffa6;font-size:11.5px;margin-top:1px}.er-pricing{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr;margin-bottom:24px}.er-price-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1a;border:1px solid #ffffff38;border-radius:14px;display:flex;flex-direction:column;gap:4px;padding:16px 18px}.er-price-type{color:var(--c-tan);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.er-price-amount{color:#fff;font-family:var(--font-display);font-size:26px;font-weight:700}.er-price-per{color:#ffffffa6;font-size:11.5px}.er-highlights-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.er-highlight{align-items:center;display:flex;gap:10px}.er-highlight-icon{display:block;filter:brightness(0) invert(1);flex-shrink:0;height:24px;object-fit:contain;opacity:.85;width:24px}.er-highlight-label{color:#fff;font-size:13px;font-weight:600}.er-highlight-sub{color:#fff9;font-size:11.5px}.er-right-panel{align-items:center;background:#faf7f2;display:flex;justify-content:center;padding:56px 40px}.er-form-container{max-width:400px;width:100%}.er-form-title{color:var(--c-deep);font-family:var(--font-display);font-size:28px;font-weight:700;margin:0 0 14px;text-align:center}.er-divider{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:24px}.er-divider-line{background:var(--c-border-strong);height:1px;width:40px}.er-divider-diamond{border:1px solid var(--c-border-strong);display:inline-block;height:6px;transform:rotate(45deg);width:6px}.er-divider-text{align-items:center;display:flex;gap:10px;justify-content:center;margin:28px 0 20px}.er-divider-text .er-divider-line{flex:1 1;width:auto}.er-divider-label{color:var(--c-ink-muted);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.er-register-form{gap:16px}.er-input-group,.er-register-form{display:flex;flex-direction:column}.er-input-group{gap:8px}.er-input-label{color:var(--c-ink-muted);font-size:13px;font-weight:500;line-height:1.4;text-align:center}.er-input-wrapper{align-items:center;display:flex;position:relative}.er-input-icon{color:var(--c-ink-faint);font-size:15px;left:14px;position:absolute}.er-input{background:var(--c-surface);border:1px solid var(--c-border);border-radius:10px;box-sizing:border-box;color:var(--c-ink);font-family:var(--font-body);font-size:14px;outline:none;padding:13px 14px 13px 40px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.er-input::placeholder{color:var(--c-ink-faint)}.er-input:hover{border-color:var(--c-border-strong)}.er-input:focus{border-color:var(--c-deep);box-shadow:0 0 0 3px #2a070c14}.er-input:disabled{cursor:not-allowed;opacity:.6}.er-error{background:var(--c-danger-soft);border:1px solid #e3bfae;border-radius:9px;color:var(--c-danger);font-size:13px;padding:10px 14px}.er-submit-btn{align-items:center;background:var(--c-deep);border:1px solid var(--c-deep);border-radius:10px;box-shadow:0 10px 24px -10px #2a070c73;color:var(--c-cream);cursor:pointer;display:flex;font-size:13px;font-weight:700;gap:8px;justify-content:center;letter-spacing:.04em;padding:14px 20px;text-transform:uppercase;transition:background .2s ease,transform .15s ease}.er-submit-btn:hover:not(:disabled){background:#430d16}.er-submit-btn:active:not(:disabled){transform:translateY(1px)}.er-submit-btn:disabled{cursor:not-allowed;opacity:.55}.er-steps{align-items:flex-start;display:flex;gap:4px;justify-content:space-between;margin-bottom:24px}.er-step{flex:1 1;flex-direction:column;gap:8px;min-width:0}.er-step,.er-step-circle{align-items:center;display:flex}.er-step-circle{background:var(--c-surface);border:1px solid var(--c-border);border-radius:50%;height:44px;justify-content:center;position:relative;width:44px}.er-step-icon{height:18px;opacity:.75;width:18px}.er-step-num{align-items:center;background:var(--c-deep);border-radius:50%;color:var(--c-cream);display:flex;font-size:9px;font-weight:700;height:16px;justify-content:center;position:absolute;right:-4px;top:-4px;width:16px}.er-step-label{color:var(--c-ink-muted);font-size:10.5px;font-weight:600;line-height:1.3;text-align:center}.er-step-arrow{color:var(--c-border-strong);flex:0 0 auto;font-size:14px;margin-top:12px}.er-outcome-cards{margin-bottom:22px}.er-outcome,.er-outcome-cards{align-items:center;display:flex;gap:10px}.er-outcome{background:var(--c-surface);border:1px solid var(--c-border);border-radius:12px;flex:1 1;padding:12px 14px}.er-outcome-icon{align-items:center;border-radius:50%;display:flex;flex:0 0 24px;font-size:13px;font-weight:700;height:24px;justify-content:center;width:24px}.er-outcome-existing .er-outcome-icon{background:#e8f0e6;color:#3c6b34}.er-outcome-new .er-outcome-icon{background:var(--c-cream);border:1px solid var(--c-border-strong);color:var(--c-deep)}.er-outcome-title{color:var(--c-ink);font-size:12.5px;font-weight:700}.er-outcome-desc{color:var(--c-ink-muted);font-size:11px}.er-outcome-sep{color:var(--c-ink-faint);flex:0 0 auto;font-size:11px;font-weight:700}.er-security{align-items:center;background:var(--c-surface);border:1px solid var(--c-border);border-radius:12px;display:flex;gap:10px;padding:14px 16px}.er-security-icon{flex-shrink:0;height:18px;opacity:.7;width:18px}.er-security-text{color:var(--c-ink-muted);font-size:11.5px;line-height:1.5}.er-loading{align-items:center;background:#f7f4f0;background:var(--c-cream,#f7f4f0);color:#2a070c;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:16px;justify-content:center;min-height:300px}.er-spinner{animation:er-spin .8s linear infinite;border:3px solid #ead9c3;border-radius:50%;border-top-color:#2a070c;height:34px;width:34px}@keyframes er-spin{to{transform:rotate(1turn)}}.er-loading p{color:#8a7a73;font-size:13px;margin:0}.er-otp-inline{animation:er-otp-fade-in .25s ease;background:#faf6f0;border:1px solid #ead9c3;border-radius:12px;margin-top:22px;padding:20px 22px 22px}@keyframes er-otp-fade-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.er-otp-inline-divider{align-items:center;display:flex;gap:10px;margin-bottom:16px}.er-otp-inline-divider .er-divider-line{background:#ddc8b3;flex:1 1;height:1px}.er-otp-inline-divider .er-divider-label{color:#8a7a73;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.er-otp-inline-subtitle{color:#5a4a44;font-size:13.5px;line-height:1.5;margin:0 0 16px;text-align:center}.er-otp-inline-subtitle strong,.er-otp-input{color:#2a070c;font-weight:700}.er-otp-input{background:#fffdfb;border:1px solid #ead9c3;border-radius:9px;box-sizing:border-box;font-size:20px;letter-spacing:10px;outline:none;padding:13px 12px;text-align:center;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.er-otp-input::placeholder{color:#b3a49c;font-size:14px;font-weight:500;letter-spacing:normal}.er-otp-input:hover{border-color:#ddc8b3}.er-otp-input:focus{border-color:#2a070c;box-shadow:0 0 0 3px #2a070c14}.er-otp-inline .er-submit-btn{margin-top:14px;width:100%}.er-resend-btn{background:none;border:none;color:#2a070c;cursor:pointer;display:block;font-size:12.5px;font-weight:600;margin-top:12px;padding:8px 0 0;text-align:center;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease;width:100%}.er-resend-btn:hover:not(:disabled){color:#430d16}.er-resend-btn:disabled{color:#b3a49c;cursor:not-allowed;text-decoration:none}@media (max-width:980px){.er-details-view{grid-template-columns:1fr;grid-template-rows:auto auto}.er-right-panel{order:-1;padding:40px 24px 32px}.er-left-panel{min-height:auto;order:0;padding:44px 28px 40px}.er-title{font-size:32px}.er-meta-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.er-right-panel{padding:28px 16px 24px}.er-form-title{font-size:22px}.er-otp-inline{padding:16px 16px 18px}.er-otp-input{font-size:18px;letter-spacing:6px}.er-left-panel{padding:28px 18px 30px}.er-title{font-size:26px}.er-meta-grid{gap:8px;grid-template-columns:1fr 1fr}.er-meta-item{padding:10px 12px}.er-pricing{gap:10px;grid-template-columns:1fr 1fr}.er-price-amount{font-size:20px}.er-highlights-grid{gap:8px;grid-template-columns:1fr 1fr}.er-steps{gap:2px}.er-step-label{display:none}.er-outcome-cards{flex-direction:column;gap:8px}.er-outcome-sep{display:none}}@media (max-width:400px){.er-right-panel{padding:20px 12px 18px}.er-form-title{font-size:20px}.er-left-panel{padding:20px 14px 24px}.er-title{font-size:22px}.er-highlights-grid,.er-meta-grid,.er-pricing{grid-template-columns:1fr}.er-badge{font-size:10px;padding:5px 12px}.er-description{font-size:14px}}.evreg-form{--c-cream:#f7f4f0;--c-tan:#ddc8b3;--c-mauve:#9f8e87;--c-deep:#2a070c;--c-bg:#fffdfb;--c-surface:#faf6f0;--c-border:#ead9c3;--c-border-strong:#ddc8b3;--c-ink:#2a070c;--c-ink-muted:#8a7a73;--c-ink-faint:#b3a49c;--c-danger:#8f3526;--c-danger-soft:#f7e9e2;--font-display:"Playfair Display",Georgia,"Times New Roman",serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;color:var(--c-ink);font-family:var(--font-body);margin:-30px auto 0;max-width:1620px}.evreg-back{align-items:center;background:none;border:none;color:var(--c-ink-muted);cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:7px;padding:6px 2px;position:relative;transition:color .2s ease}.evreg-back:hover{color:var(--c-deep)}.evreg-panel{background:var(--c-bg);border:1px solid var(--c-border);border-radius:6px;box-shadow:0 1px 2px #2a070c0a,0 20px 40px -24px #2a070c24;padding:10px 20px}.evreg-header{margin-bottom:8px;text-align:center}.evreg-pill{align-items:center;background:var(--c-surface);border:1px solid var(--c-border-strong);border-radius:999px;display:inline-flex;font-size:11px;font-weight:700;gap:7px;letter-spacing:.1em;padding:7px 18px;text-transform:uppercase}.evreg-pill,.evreg-pill svg,.evreg-title{color:var(--c-deep)}.evreg-title{font-family:var(--font-display);font-size:26px;font-weight:500;letter-spacing:-.01em}.evreg-ornament{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:10px}.evreg-ornament span{background:var(--c-border-strong);height:1px;width:46px}.evreg-ornament i{border:1px solid var(--c-border-strong);display:inline-block;height:6px;transform:rotate(45deg);width:6px}.evreg-subtitle{color:var(--c-ink-muted);font-size:14px;line-height:1.6;margin:1px auto 0;max-width:460px}.evreg-row{grid-gap:32px;display:grid;gap:32px;padding:2px 0}.evreg-row+.evreg-row{border-top:1px solid var(--c-border)}.evreg-row-primary{grid-template-columns:1.7fr 1fr}.evreg-row-split{grid-template-columns:1fr 1fr}.evreg-col{min-width:0;padding:2px 0}.evreg-row>.evreg-col{padding:0}.evreg-row>.evreg-col+.evreg-col{border-left:1px solid var(--c-border);padding-left:32px}@media (max-width:900px){.evreg-row-primary,.evreg-row-split{grid-template-columns:1fr}.evreg-row>.evreg-col+.evreg-col{border-left:none;border-top:1px solid var(--c-border);padding-left:0;padding-top:22px}}.evreg-section{padding:6px 0}.evreg-section-head{flex-wrap:wrap;gap:10px}.evreg-num,.evreg-section-head{align-items:center;display:flex}.evreg-num{background:var(--c-deep);border-radius:7px;color:var(--c-cream);flex:0 0 auto;font-family:var(--font-body);font-size:12px;font-weight:300;height:20px;justify-content:center;min-width:20px;padding:0 6px}.evreg-section-title{color:var(--c-ink);font-family:var(--font-display);font-size:14px;font-weight:400;margin:0;white-space:nowrap}.evreg-dots{border-top:1.5px dotted var(--c-border-strong);flex:1 1;height:0;margin:0 4px}.evreg-dot-end{background:var(--c-border-strong);border-radius:50%;flex:0 0 auto;height:5px;width:5px}.evreg-fields{grid-gap:18px 16px;display:grid;gap:18px 16px;grid-template-columns:repeat(3,1fr)}.evreg-field{display:flex;flex-direction:column;gap:6px;grid-column:span 1}.evreg-field.span-3{grid-column:1/-1}.evreg-label{color:var(--c-ink);font-size:12.5px;font-weight:400}.evreg-label .req{color:var(--c-danger);margin-left:2px}.evreg-input{background:var(--c-surface);border:1px solid var(--c-border);border-radius:2px;box-sizing:border-box;color:var(--c-ink);font-family:var(--font-body);font-size:11px;outline:none;padding:8px 12px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.evreg-input::placeholder{color:var(--c-ink-faint)}.evreg-input:hover{border-color:var(--c-border-strong)}.evreg-input:focus{border-color:var(--c-deep);box-shadow:0 0 0 3px #2a070c14}.evreg-input.has-error{background:var(--c-danger-soft);border-color:var(--c-danger)}.evreg-error-text{color:var(--c-danger);font-size:11.5px}.evreg-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239f8e87' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;cursor:pointer;padding-right:30px}.evreg-phone{align-items:center;display:flex;gap:8px}.evreg-phone-code{flex:0 0 78px;pointer-events:none}.evreg-phone .country-code{align-items:center;background:var(--c-surface);border:1px solid var(--c-border);border-radius:9px;color:var(--c-ink-muted);display:inline-flex;flex:0 0 auto;font-size:13px;font-weight:600;height:100%;padding:10px 12px;white-space:nowrap}.evreg-textarea-wrap{position:relative}.evreg-textarea{line-height:1.6;min-height:76px;padding-right:34px;resize:vertical}.evreg-leaf{bottom:10px;color:var(--c-tan);pointer-events:none;position:absolute;right:10px}.evreg-status-cards{display:flex;flex-direction:column;gap:12px}.evreg-status-card{align-items:center;background:var(--c-bg);border:1.5px solid var(--c-border);border-radius:3px;cursor:pointer;display:flex;gap:12px;padding:8px 10px;text-align:left;transition:border-color .15s ease,background .15s ease}.evreg-status-card:hover{border-color:var(--c-border-strong)}.evreg-status-card.is-active{background:var(--c-surface);border-color:var(--c-deep)}.evreg-radio{align-items:center;border:1.5px solid var(--c-border-strong);border-radius:50%;display:flex;flex:0 0 18px;height:18px;justify-content:center;width:18px}.evreg-status-card.is-active .evreg-radio{border-color:var(--c-deep)}.evreg-radio-dot{background:var(--c-deep);border-radius:50%;height:8px;width:8px}.evreg-status-icon{color:var(--c-tan);display:flex;flex:0 0 auto}.evreg-status-card.is-active .evreg-status-icon{color:var(--c-deep)}.evreg-status-text{display:flex;flex-direction:column;gap:2px}.evreg-status-title{color:var(--c-ink);font-size:13.5px;font-weight:700}.evreg-status-sub{color:var(--c-ink-muted);font-size:12px}.evreg-member-toggle{background:var(--c-surface);border:1px solid var(--c-border);border-radius:3px;display:inline-flex;gap:4px;margin-bottom:6px;padding:4px}.evreg-toggle-btn{align-items:center;background:#0000;border:none;border-radius:2px;color:var(--c-ink-muted);cursor:pointer;display:inline-flex;font-size:12.5px;font-weight:500;gap:7px;padding:6px 26px;transition:background .15s ease,color .15s ease}.evreg-toggle-btn svg{color:var(--c-tan);transition:color .15s ease}.evreg-toggle-btn:hover{color:var(--c-ink)}.evreg-toggle-btn.active{background:var(--c-bg);box-shadow:0 1px 3px #2a070c1a;color:var(--c-deep)}.evreg-add,.evreg-toggle-btn.active svg{color:var(--c-deep)}.evreg-add{align-items:center;background:var(--c-surface);border:1px solid var(--c-border-strong);border-radius:8px;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:12px;font-weight:600;gap:6px;margin-left:auto;padding:8px 14px;transition:background .2s ease}.evreg-add:hover{background:var(--c-tan)}.evreg-table,.evreg-table-row{overflow:visible!important}.evreg-table-row{position:relative}.evreg-person-phone-container{overflow:visible!important;position:relative!important}.evreg-person-phone-container .country-list,.evreg-person-phone-dropdown{z-index:999999!important}.evreg-person-phone-container,.evreg-person-phone-input{width:100%!important}.evreg-person-phone-button{z-index:2!important}.evreg-person-phone-container .country-list{max-height:260px;overflow-x:hidden;overflow-y:auto}.evreg-table{border:1px solid var(--c-border);border-radius:12px;overflow:hidden;overflow-x:auto}.evreg-table-head,.evreg-table-row{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:28px 1.3fr .9fr 1fr 1fr 1.2fr 1fr 36px;min-width:760px}.evreg-table-head{background:var(--c-surface);color:var(--c-ink-muted);font-size:10.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.evreg-table-head,.evreg-table-row{border-bottom:1px solid var(--c-border);padding:10px 14px}.evreg-table-row:last-child{border-bottom:none}.evreg-table-row .evreg-input{font-size:12.5px;padding:7px 9px}.evreg-table-row .evreg-phone{gap:4px}.evreg-table-row .evreg-phone .country-code{font-size:12px;padding:7px 8px}.evreg-row-index{color:var(--c-ink-faint);font-size:12px;font-weight:600}.evreg-row-remove{align-items:center;background:none;border:1px solid var(--c-border);border-radius:7px;color:var(--c-ink-faint);cursor:pointer;display:flex;height:26px;justify-content:center;margin-left:auto;transition:background .15s ease,color .15s ease,border-color .15s ease;width:26px}.evreg-row-remove:hover{background:var(--c-danger-soft);border-color:var(--c-danger);color:var(--c-danger)}.evreg-table-empty{align-items:center;color:var(--c-ink-muted);display:flex;flex-direction:column;gap:6px;justify-content:center;padding:20px}.evreg-table-empty svg{color:var(--c-tan)}.evreg-table-empty p{font-size:13px;margin:0}.evreg-table-empty p.muted{color:var(--c-ink-faint);font-size:12px}.evreg-radio-row{display:flex;gap:24px}.evreg-radio-opt{align-items:center;color:var(--c-ink);cursor:pointer;display:flex;font-size:13.5px;gap:8px}.evreg-radio-opt .evreg-radio{height:17px;width:17px}.evreg-radio-opt.is-active .evreg-radio{border-color:var(--c-deep)}.evreg-radio-opt .evreg-radio-dot{height:7px;width:7px}.evreg-form-error{background:var(--c-danger-soft);border:1px solid #e3bfae;border-radius:9px;color:var(--c-danger);font-size:13px;margin-top:24px;padding:12px 16px}.evreg-actions{align-items:center;display:flex;gap:16px;justify-content:space-between}.evreg-btn-secondary{align-items:center;background:var(--c-bg);border:1px solid var(--c-border-strong);border-radius:9px;color:var(--c-deep);cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:8px;padding:8px 16px;transition:background .2s ease}.evreg-btn-secondary:hover{background:var(--c-surface)}.evreg-btn-primary{align-items:center;background:var(--c-deep);border:1px solid var(--c-deep);border-radius:9px;box-shadow:0 10px 24px -10px #2a070c73;color:var(--c-cream);cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:10px;letter-spacing:.04em;padding:8px 16px;text-transform:uppercase;transition:background .2s ease,transform .15s ease}.evreg-btn-primary:hover:not(:disabled){background:#430d16}.evreg-btn-primary:active:not(:disabled){transform:translateY(1px)}.evreg-btn-primary:disabled{cursor:not-allowed;opacity:.5}.spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.evreg-table-row .evreg-nationality-select{min-width:0;width:100%}.evreg-table-row .evreg-select__control{min-width:0}.evreg-nationality-select{font-family:inherit;font-size:11px;width:100%}.evreg-nationality-select .evreg-select__control{background:#fffdfb;border:1px solid #ead9c3;border-radius:2px;box-shadow:none;cursor:pointer;height:32px;min-height:32px}.evreg-nationality-select .evreg-select__control:hover{border-color:#c5a880}.evreg-nationality-select .evreg-select__control--is-focused{border-color:#a27b5b;box-shadow:0 0 0 1px #a27b5b}.evreg-nationality-select .evreg-select__value-container{padding:0 12px}.evreg-nationality-select .evreg-select__placeholder{color:#9f8e87}.evreg-nationality-select .evreg-select__single-value{color:#2a070c}.evreg-nationality-select .evreg-select__indicator-separator{display:none}.evreg-nationality-select .evreg-select__menu{border:1px solid #ead9c3;box-shadow:0 8px 25px #2a070c1f;z-index:9999}.evreg-nationality-select .evreg-select__option{cursor:pointer;font-size:13px;padding:9px 12px}.evreg-nationality-select .evreg-select__input{color:#2a070c}.evreg-person-phone-container{font-family:var(--font-body);min-width:0;width:100%}.evreg-person-phone-container .form-control.evreg-person-phone-input{background:var(--c-surface);border:1px solid var(--c-border);border-radius:2px;box-sizing:border-box;color:var(--c-ink);font-family:var(--font-body);font-size:11px;height:32px;padding-left:42px;width:100%}.evreg-person-phone-container .form-control.evreg-person-phone-input:focus{border-color:var(--c-deep);box-shadow:0 0 0 2px #2a070c14}.evreg-person-phone-container .flag-dropdown{background:var(--c-surface);border:1px solid var(--c-border)}.evreg-person-phone-container .country-list{font-size:12px;max-height:240px;width:260px;z-index:999999}.evreg-phone-container{font-family:var(--font-body);width:100%}.evreg-phone-container .form-control.evreg-phone-input{background:var(--c-surface);border:1px solid var(--c-border);border-radius:2px;box-sizing:border-box;color:var(--c-ink);font-family:var(--font-body);font-size:11px;height:32px;outline:none;padding-left:48px;width:100%}.evreg-phone-container .form-control.evreg-phone-input:focus{border-color:var(--c-deep);box-shadow:0 0 0 3px #2a070c14}.evreg-phone-container .form-control.evreg-phone-input.has-error{background:var(--c-danger-soft);border-color:var(--c-danger)}.evreg-phone-container .flag-dropdown{background:var(--c-surface);border:1px solid var(--c-border)}.evreg-phone-container .flag-dropdown.open,.evreg-phone-container .flag-dropdown:hover{background:var(--c-surface);border-color:var(--c-border-strong)}.evreg-phone-container .selected-flag{height:30px;padding-left:10px}.evreg-phone-container .country-list{border:1px solid var(--c-border);box-shadow:0 8px 25px #2a070c26;font-size:12px;max-height:260px;width:280px;z-index:99999}.evreg-phone-container .country-list .country{padding:8px 10px}.evreg-phone-container .country-list .country.highlight,.evreg-phone-container .country-list .country:hover{background:var(--c-surface)}.evreg-phone-container .search-box{border:1px solid var(--c-border);border-radius:3px;font-family:var(--font-body);font-size:12px;margin:8px 10px;outline:none;padding:7px 9px;width:calc(100% - 20px)}.evreg-phone-container .search-box:focus{border-color:var(--c-deep)}@media (max-width:760px){.evreg-fields{grid-template-columns:1fr}.evreg-field{grid-column:1/-1}.evreg-panel{padding:32px 22px 26px}.evreg-title{font-size:28px}.evreg-actions{align-items:stretch;flex-direction:column-reverse}.evreg-btn-primary,.evreg-btn-secondary{justify-content:center;width:100%}}@media (max-width:560px){.evreg-table-head{display:none}.evreg-table-row{gap:8px;grid-template-columns:1fr;min-width:0}}@media (max-width:760px){.evreg-fields{grid-template-columns:1fr}.evreg-field{grid-column:1/-1}.evreg-panel{padding:32px 22px 26px}.evreg-title{font-size:28px}.evreg-actions{align-items:stretch;flex-direction:column-reverse}.evreg-btn-primary,.evreg-btn-secondary{justify-content:center;width:100%}.evreg-member-toggle{display:flex;margin-bottom:12px;width:100%}.evreg-toggle-btn{flex:1 1;justify-content:center;padding:8px 12px}.evreg-add{display:flex;justify-content:center;margin-bottom:10px;margin-left:0;width:100%}}.er-payment-view{--er-ink:#2a070c;--er-ink-deep:#170406;--er-gold:#bfa15f;--er-gold-bright:#ddc07c;--er-gold-deep:#9c803f;--er-cream:#f4ede2;--er-cream-panel:#f7f2e7;--er-paper:#faf7f0;--er-line:#bfa15f38;--er-line-strong:#bfa15f66;--er-text-muted:#7a6a55;--er-text-faint:#a3947c;--er-shadow:0 16px 40px -18px #2a070c24;background:var(--er-paper);min-height:auto;padding-bottom:16px;width:100%}.er-page-header{align-items:center;border-bottom:1px solid var(--er-line);display:flex;gap:16px;justify-content:space-between;padding:16px 56px 12px}.er-logo{align-items:center;display:inline-flex;gap:10px}.er-logo-word{font-family:Cormorant Garamond,serif;font-size:20px;letter-spacing:.22em}.er-back-btn,.er-logo-word{color:var(--er-ink);font-weight:600}.er-back-btn{align-items:center;background:#0000;border:1px solid var(--er-line-strong);border-radius:999px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;gap:7px;padding:8px 18px;transition:all .18s ease}.er-back-btn:hover{background:var(--er-ink);border-color:var(--er-ink);color:var(--er-cream)}.er-payment-container{margin:0 auto;max-width:1280px;padding:24px 56px 0}.er-payment-grid{grid-gap:24px;align-items:stretch;display:grid;gap:24px;grid-template-columns:1fr 1fr}.er-payment-left{background:#fff;border:1px solid var(--er-line);border-radius:16px;box-shadow:var(--er-shadow);padding:28px 32px}.er-payment-left-content{display:flex;flex-direction:column;gap:8px}.er-payment-eyebrow{color:var(--er-ink);font-family:Inter,sans-serif;font-size:13px;font-weight:700;letter-spacing:.02em}.er-payment-left-title{color:var(--er-ink);font-family:Cormorant Garamond,serif;font-size:30px;font-weight:700;line-height:1.1;margin:0}.er-payment-left-sub{color:var(--er-text-muted);font-size:14px;line-height:1.5;margin:0 0 4px}.er-payment-left-sub strong{color:var(--er-ink)}.er-payment-summary-list{border-top:1px solid var(--er-line);margin-top:8px}.er-payment-summary-row{align-items:center;border-bottom:1px solid var(--er-line);display:flex;font-size:13px;gap:10px;min-height:32px;padding:10px 0}.er-payment-summary-row .er-summary-label{color:var(--er-text-muted);flex-shrink:0;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;width:70px}.er-payment-summary-row .er-summary-value{color:var(--er-ink);font-weight:600;margin-left:auto;text-align:right}.er-payment-summary-total{align-items:center;border-top:2px solid var(--er-gold);display:flex;justify-content:space-between;margin-top:12px;padding:14px 0 4px}.er-payment-summary-total .er-summary-label{color:var(--er-gold-deep);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.er-payment-summary-total .er-summary-value{color:var(--er-ink);font-family:Cormorant Garamond,serif;font-size:28px;font-weight:700}.er-payment-right{background:#fff;border:1px solid var(--er-line);border-radius:16px;box-shadow:var(--er-shadow);padding:28px 32px}.er-payment-card-new{display:flex;flex-direction:column;gap:16px}.er-payment-method-header{display:flex;flex-direction:column;gap:4px;text-align:center}.er-payment-method-title{color:var(--er-ink);font-family:Cormorant Garamond,serif;font-size:26px;font-weight:700;margin:0}.er-payment-method-sub{color:var(--er-text-muted);font-size:13px;margin:0}.er-payment-methods{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.er-method-card{align-items:center;background:#f5f0eb;border:2px solid #0000;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;gap:8px;height:56px;justify-content:center;padding:0 12px;position:relative;text-align:center;transition:all .25s ease}.er-method-card:hover{background:#ede5dc;transform:translateY(-1px)}.er-method-card.is-active{background:var(--er-cream-panel);border-color:var(--er-gold);box-shadow:0 4px 12px #bfa15f33}.er-method-text{display:flex;flex-direction:column;gap:1px;line-height:1.2}.er-method-name{color:var(--er-ink);font-size:15px;font-weight:600}.er-method-sub{color:var(--er-text-muted);font-size:10px}.er-payment-method-panel{animation:er-panel-in .25s ease-out;background:var(--er-cream-panel);border:1px solid var(--er-line);border-radius:12px;display:flex;flex-direction:column;gap:12px;padding:18px 20px}.er-panel-intro{color:var(--er-text-muted);font-size:13px;line-height:1.5;margin:0;text-align:center}.er-vnpay-amount-box{align-items:center;background:#fff;border:1px solid var(--er-line);border-radius:8px;display:flex;justify-content:space-between;padding:12px 16px}.er-vnpay-amount-box span{color:var(--er-text-muted);font-size:13px}.er-vnpay-amount-box strong{color:var(--er-ink);font-size:16px;font-weight:700}.er-pay-btn{align-items:center;background:var(--er-ink);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:700;gap:8px;height:50px;justify-content:center;transition:all .25s ease;width:100%}.er-pay-btn:hover:not(:disabled){background:#430d16;box-shadow:0 8px 20px #2a070c40;transform:translateY(-2px)}.er-pay-btn:disabled{cursor:not-allowed;opacity:.55}.er-payment-note{color:var(--er-text-faint);font-size:11px;line-height:1.4;margin:0;text-align:center}.er-bank-currency-row{display:flex;gap:10px}.er-bank-currency-card{background:#fff;border:1px solid var(--er-line);border-radius:8px;flex:1 1;padding:12px;text-align:center}.er-bank-currency-label{color:var(--er-text-muted);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.er-bank-currency-amount{color:var(--er-ink);font-family:Cormorant Garamond,serif;font-size:22px;font-weight:700;margin-top:2px}.er-bank-details-table{background:#fff;border:1px solid var(--er-line);border-radius:8px;display:flex;flex-direction:column;padding:4px 14px}.er-bank-details-row{border-bottom:1px solid var(--er-line);display:flex;font-size:12px;gap:10px;justify-content:space-between;padding:8px 0}.er-bank-details-row:last-child{border-bottom:none}.er-bank-details-row span:first-child{color:var(--er-text-muted);flex-shrink:0}.er-bank-details-row span:last-child{color:var(--er-ink);font-weight:600;text-align:right;word-break:break-word}.er-payment-confirmed-banner{background:#22c55e14;border:1px solid #22c55e40;border-radius:10px;color:#15803d;font-size:13px;font-weight:600;line-height:1.5;padding:16px;text-align:center}.er-continue-btn{background:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:12px;padding:12px;transition:background .25s ease;width:100%}.er-continue-btn:hover{background:#218838}.er-error{background:#b91c1c0f;border:1px solid #b91c1c33;border-radius:8px;color:#b91c1c;font-size:12px;padding:10px 12px}.er-trust-footer{grid-gap:20px;border-top:1px solid var(--er-line);display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin:20px auto 0;max-width:1280px;padding:20px 56px 8px}.er-trust-item{align-items:flex-start;display:flex;gap:12px}.er-trust-icon{align-items:center;background:var(--er-cream-panel);border-radius:50%;display:flex;flex-shrink:0;font-size:16px;height:32px;justify-content:center;width:32px}.er-trust-text{display:flex;flex-direction:column;gap:2px}.er-trust-title{color:var(--er-ink);font-size:13px;font-weight:700}.er-trust-sub{color:var(--er-text-muted);font-size:11px;line-height:1.4}.registration-success-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#140f0c99;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.registration-success-modal{animation:successPopup .35s ease;background:#fff;border-radius:20px;box-shadow:0 25px 80px #0003;max-width:460px;padding:40px 36px 32px;text-align:center;width:100%}@keyframes successPopup{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.success-icon{align-items:center;background:#e8f5e9;border-radius:50%;color:#2e7d32;display:flex;font-size:32px;font-weight:700;height:64px;justify-content:center;margin:0 auto 16px;width:64px}.registration-success-modal h2{color:var(--er-ink);font-size:24px;font-weight:700;margin:0 0 8px}.registration-success-modal>p{color:var(--er-text-muted);font-size:14px;line-height:1.5;margin:0 0 20px}.success-user-info{background:#f8f6f3;border-radius:12px;margin:0 0 16px;padding:4px 16px;text-align:left}.success-user-info>div{border-bottom:1px solid #e9e2dc;display:flex;justify-content:space-between;padding:12px 0}.success-user-info>div:last-child{border-bottom:none}.success-user-info span{color:var(--er-text-muted);font-size:12px;font-weight:500}.success-user-info strong{color:var(--er-ink);font-size:13px;font-weight:600}.success-message{background:#fff8e8;border-radius:10px;color:#80601a;font-size:13px;line-height:1.5;margin-bottom:20px;padding:12px 16px}.proceed-payment-btn{background:var(--er-ink);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:14px 20px;transition:all .25s ease;width:100%}.proceed-payment-btn:hover{background:#430d16;box-shadow:0 8px 20px #2a070c33;transform:translateY(-2px)}@keyframes er-panel-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.er-payment-grid{grid-template-columns:1fr}.er-page-header,.er-payment-container,.er-trust-footer{padding-left:24px;padding-right:24px}.er-trust-footer{gap:14px;grid-template-columns:1fr}}@media (max-width:768px){.er-payment-methods{grid-template-columns:1fr}.er-bank-currency-row{flex-direction:column}.er-payment-left,.er-payment-right{padding:20px}}@media (max-width:480px){.er-page-header,.er-payment-container,.er-trust-footer{padding-left:16px;padding-right:16px}.er-page-header{padding-bottom:10px;padding-top:12px}.er-payment-left,.er-payment-right{padding:16px}.er-payment-grid{gap:16px}.er-payment-left-title{font-size:24px}.er-payment-summary-total .er-summary-value{font-size:22px}.registration-success-modal{margin:0 12px;padding:28px 20px 24px}}@media (prefers-reduced-motion:reduce){.er-payment-card-new,.er-payment-left-content,.er-payment-method-panel,.registration-success-modal,.registration-success-overlay{animation:none}}.procurement-page{background:#f5f6f8;display:flex;flex-direction:column;height:100vh;overflow:hidden}.procurement-body{display:flex;flex:1 1;overflow:hidden;position:relative}.procurement-content{background-color:#f7f4f0;flex:1 1;overflow-y:auto;padding:10px}.sidebar-overlay{animation:fadeIn .3s ease;background:#0000004d;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width:841px){.sidebar-overlay{display:none!important}.procurement-sidebar{position:relative!important;transform:translateX(0)!important}}@media (max-width:840px){.procurement-content{padding:8px}}@media (max-width:480px){.procurement-content{padding:6px}}.search-container{flex:1 1;max-width:600px;min-width:0;padding-left:6px;position:relative;width:100%}.search-input{background-color:#efefef;border:none;border-radius:1px;box-sizing:border-box;font-size:14px;height:38px;padding:0 0 0 20px;width:100%}.search-input::placeholder{color:#b0b0b0}.search-input:focus{border-color:#efefef;box-shadow:none;outline:none}.search-btn{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.search-icon{filter:grayscale(100%);height:12px;opacity:.6;transition:opacity .3s,filter .3s;width:12px}.search-btn:hover .search-icon{filter:grayscale(0);opacity:1}.close-icon{align-items:center;background-color:#aaa;border-radius:50%;color:#fff;display:flex;justify-content:center;padding:4px;transition:background-color .3s}.search-btn:hover .close-icon{background-color:#000}.search-popup{background:#fff;border-radius:4px;box-shadow:0 4px 16px #0000001a;display:flex;flex-direction:column;justify-content:space-between;left:0;min-height:350px;padding:16px;position:absolute;top:45px;width:600px;z-index:1000}.form-row{align-items:center;display:flex;gap:10px;margin-bottom:8px}.form-row label{color:#000;font-size:12px;font-weight:600;padding:0 15px;width:120px}.form-row input,.form-row select{background-color:initial;border:none;border-bottom:1px solid #ccc;border-radius:0;flex:1 1;font-size:12px;height:30px;outline:none;padding:6px 10px;width:450px}.form-row>label{color:#000;font-size:12px;font-weight:600;text-align:left;width:100px}.date-row{align-items:center;display:flex;flex:1 1;gap:8px}.date-row input{background-color:initial;border:none;border-bottom:1px solid #ccc;flex:0 0 100px;font-size:10px;outline:none;padding:0;width:110px}.date-row span{font-size:10px;white-space:nowrap}.status-buttons{display:flex;flex-wrap:wrap;gap:6px}.status-buttons button{background:#eee;border:none;border-radius:2px;cursor:pointer;font-size:12px;padding:4px 12px}.status-buttons button:hover{background:#ddd}.popup-footer{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.clear-btn{background:#0000;color:#36c;font-size:14px;padding:6px}.clear-btn,.search-btn-popup{border:none;border-radius:2px;cursor:pointer}.search-btn-popup{background-color:#36c;border-radius:4px;color:#fff;font-size:13px;padding:6px 16px}.menu-inside{align-items:center;background:none;border:none;cursor:pointer;display:none;justify-content:center;left:6px;padding:0;position:absolute;top:50%;transform:translateY(-50%);z-index:5}.menu-icon{height:20px;width:20px}@media (max-width:840px){.search-container{flex:1 1;margin:0 auto;max-width:100%;padding-left:0;width:100%}.search-input{background-color:#f3f3f3;border-radius:25px;box-sizing:border-box;height:42px;padding-left:50px;padding-right:45px;width:100%}.menu-inside{background:#e0e0e0;border-radius:50%;display:flex;height:32px;left:10px;padding:5px;width:32px}.menu-inside:hover{background:#d0d0d0}.menu-icon,.search-icon{height:18px;width:18px}.search-btn:hover .search-icon,.search-icon{filter:none;opacity:1}.close-icon,.search-icon{background:#e0e0e0;border-radius:50%;height:28px;padding:6px;width:28px}.search-btn{right:10px}.search-popup{border-radius:8px;box-shadow:0 8px 32px #0003;height:auto;left:50%;max-height:80vh;max-width:500px;overflow-y:auto;padding:20px;position:fixed;top:70px;transform:translateX(-50%);width:95%}.form-row{align-items:flex-start;flex-direction:column;gap:4px;margin-bottom:12px}.form-row label{font-size:11px;padding:0;width:auto}.form-row input,.form-row select{height:32px;width:100%}.date-row{flex-wrap:wrap;gap:4px}.date-row input{flex:1 1;min-width:80px}.status-buttons{flex-wrap:wrap}.status-buttons button{font-size:11px;padding:4px 10px}.popup-footer{flex-direction:column;gap:8px}.clear-btn,.search-btn-popup{padding:10px;text-align:center;width:100%}}@media (max-width:480px){.search-popup{max-height:70vh;padding:16px;top:60px}.search-input{font-size:13px;height:38px;padding-left:44px;padding-right:40px}.menu-inside{height:28px;left:8px;width:28px}.menu-icon{height:16px;width:16px}.search-btn{right:8px}.close-icon,.search-icon{height:24px;padding:4px;width:24px}}.procurement-header{align-items:center;background:#fff;border-bottom:1px solid #a27b5b;display:flex;height:70px;padding:0 36px}.header-actions{align-items:center;display:flex;gap:36px;width:100%}.header-actions .new-btn{flex-shrink:0}.header-actions .search-container{flex:1 1}.procurement-search{display:flex;justify-content:flex-end;width:380px}.procurement-header h2{margin:0}.new-btn{align-items:center;border:none;border-radius:4px;color:#dcd7c9;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:7px;height:34px;padding:0 46px;transition:background .2s,transform .1s;white-space:nowrap}.new-btn,.new-btn:hover{background:#a27b5b}.procurement-sidebar{background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;flex-shrink:0;height:100vh;overflow-y:auto;transition:transform .3s ease-in-out;width:240px}.sidebar-header{align-items:center;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;padding:16px 24px 10px}.sidebar-title{color:#2a070c;font-size:18px;font-weight:600;margin:0}.sidebar-close-btn{background:none;border:none;color:#666;cursor:pointer;display:none;font-size:20px;padding:4px 8px}.sidebar-close-btn:hover{color:#000}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;padding:12px 0}.procurement-menu-item{align-items:center;border-left:3px solid #0000;color:#333;display:flex;font-size:14px;font-weight:500;padding:12px 24px;text-decoration:none;transition:all .2s ease}.procurement-menu-item:hover{background:#f5f5f5;color:#36c}.procurement-menu-item.active{background:#f0f4ff;border-left-color:#36c;color:#36c}@media (max-width:840px){.procurement-sidebar{border-right:none;box-shadow:2px 0 8px #0000001a;height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);width:280px;z-index:1000}.procurement-sidebar.open{transform:translateX(0)}.sidebar-close-btn{display:block}.sidebar-header{padding:16px 20px 16px 24px}.procurement-menu-item{padding:14px 24px}}@media (max-width:480px){.procurement-sidebar{width:260px}.procurement-menu-item{font-size:13px;padding:12px 20px}.sidebar-title{font-size:16px}}.dash-wrapper{background:#fbf7f4;color:#2a070c;font-family:inherit;min-height:100vh;padding:28px 32px 48px}.dash-page-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:28px}.dash-page-title{color:#2a070c;font-size:26px;font-weight:700;letter-spacing:-.3px;margin:0 0 4px}.dash-page-subtitle{color:#9f8e87;font-size:13.5px;margin:0}.dash-header-right{align-items:center;display:flex;gap:14px}.dash-last-updated{color:#9f8e87;font-size:12px}.dash-refresh-btn{background:#2a070c;border:none;border-radius:10px;box-shadow:0 4px 14px #2a070c2e;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:9px 18px;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.dash-refresh-btn:hover:not(:disabled){box-shadow:0 6px 18px #2a070c3d;transform:translateY(-1px)}.dash-refresh-btn:disabled{cursor:default;opacity:.6}.dash-kpi-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:26px}.dash-kpi-card{--accent:#a27b5b;align-items:flex-start;background:linear-gradient(155deg,#fff,#fffaf6);border:1px solid #f0e6de;border-radius:16px;box-shadow:0 2px 10px #2a070c0a;display:flex;gap:14px;overflow:hidden;padding:20px 20px 18px;position:relative;transition:transform .18s ease,box-shadow .18s ease}.dash-kpi-card:before{background:var(--accent);content:"";height:100%;left:0;position:absolute;top:0;width:4px}.dash-kpi-card:hover{box-shadow:0 10px 24px #2a070c17;transform:translateY(-3px)}.dash-kpi-icon{align-items:center;background:color-mix(in srgb,var(--accent) 14%,#fff);border-radius:12px;display:flex;font-size:22px;height:44px;justify-content:center;min-width:44px;width:44px}.dash-kpi-value{color:#2a070c;font-size:21px;font-weight:700;line-height:1.15}.dash-kpi-label{color:#9f8e87;font-size:12.5px;font-weight:500;margin-top:3px}.dash-kpi-sub{color:var(--accent);font-size:11.5px;font-weight:600;margin-top:5px}.dash-charts-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));margin-bottom:26px}.dash-bar-card,.dash-donut-card{background:#fff;border:1px solid #f0e6de;border-radius:16px;box-shadow:0 2px 10px #2a070c0a;padding:18px 20px 20px}.dash-donut-header{color:#2a070c;font-size:13.5px;font-weight:700;margin-bottom:14px}.dash-donut-empty{color:#c6b8af;font-size:12.5px;padding:30px 0;text-align:center}.dash-donut-body{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.dash-donut-segment{transition:stroke-width .15s ease}.dash-donut-total{fill:#2a070c;font-size:20px;font-weight:700}.dash-donut-legend{display:flex;flex:1 1;flex-direction:column;gap:7px;min-width:100px}.dash-legend-item{align-items:center;color:#5c4b44;display:flex;font-size:12px;gap:7px}.dash-legend-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.dash-legend-label{flex:1 1}.dash-legend-value{color:#2a070c;font-weight:700}.dash-bar-chart{align-items:flex-end;display:flex;gap:8px;height:150px;justify-content:space-between;padding-top:8px}.dash-bar-col{align-items:center;display:flex;flex:1 1;flex-direction:column;height:100%}.dash-bar-value{color:#9f8e87;font-size:9.5px;margin-bottom:4px;white-space:nowrap}.dash-bar-track{align-items:flex-end;background:#f5eee8;border-radius:6px;display:flex;flex:1 1;max-width:26px;overflow:hidden;width:100%}.dash-bar-fill{background:linear-gradient(180deg,#c89f7b,#a27b5b);border-radius:6px 6px 0 0;transition:height .4s ease;width:100%}.dash-bar-label{color:#9f8e87;font-size:11px;font-weight:600;margin-top:6px}.dash-bottom-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}@media (max-width:900px){.dash-bottom-grid{grid-template-columns:1fr}}.dash-panel{background:#fff;border:1px solid #f0e6de;border-radius:16px;box-shadow:0 2px 10px #2a070c0a;padding:18px 20px 8px}.dash-panel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.dash-panel-header h3{color:#2a070c;font-size:14.5px;font-weight:700;margin:0}.dash-panel-count{background:#fff4e5;border-radius:10px;color:#b7950b;font-size:11.5px;font-weight:700;padding:2px 9px}.dash-empty-panel{color:#c6b8af;font-size:12.5px;padding:28px 0 20px;text-align:center}.dash-activity-list,.dash-queue-list{display:flex;flex-direction:column;max-height:340px;overflow-y:auto}.dash-activity-row,.dash-queue-row{align-items:center;border-bottom:1px solid #f5eee8;display:flex;gap:12px;padding:10px 0}.dash-activity-row:last-child,.dash-queue-row:last-child{border-bottom:none}.dash-activity-icon,.dash-queue-icon{align-items:center;background:#fbf3ec;border-radius:10px;display:flex;font-size:17px;height:34px;justify-content:center;min-width:34px;width:34px}.dash-activity-info,.dash-queue-info{flex:1 1;min-width:0}.dash-activity-number,.dash-queue-number{align-items:center;color:#2a070c;display:flex;font-size:12.5px;font-weight:700;gap:6px}.dash-queue-type{background:#f5eee8;border-radius:6px;color:#a27b5b;font-size:10px;font-weight:600;padding:1px 6px}.dash-activity-title,.dash-queue-title{color:#9f8e87;font-size:11.5px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dash-activity-right,.dash-queue-right{flex-shrink:0;text-align:right}.dash-activity-amount,.dash-queue-amount{color:#2a070c;font-size:12.5px;font-weight:700}.dash-activity-date,.dash-queue-date{color:#c6b8af;font-size:10.5px;margin-top:2px}.dash-activity-top{align-items:center;display:flex;gap:8px}.dash-pill{border:1px solid #0000;border-radius:8px;display:inline-block;font-size:10px;font-weight:700;padding:1px 8px}.dash-activity-list::-webkit-scrollbar,.dash-queue-list::-webkit-scrollbar{width:5px}.dash-activity-list::-webkit-scrollbar-thumb,.dash-queue-list::-webkit-scrollbar-thumb{background:#e4d6cc;border-radius:10px}.po-wrapper{background:#f7f4f0;min-height:100vh}.po-tab-bar{align-items:center;background:#f7f4f0;border-bottom:2px solid #ddc8b3;display:flex;gap:0}.po-tab-btn{background:#0000;border:none;border-bottom:2px solid #0000;color:#9f8e87;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:600;height:40px;margin-bottom:-2px;padding:0 24px;transition:color .15s,border-color .15s}.po-page-header{align-items:flex-start;display:flex;flex-shrink:0;flex-wrap:wrap;gap:14px;justify-content:space-between}.po-page-header-left{flex:1 1;min-width:200px}.po-page-header-right{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.po-status-filter{background:#fff;border:1.5px solid #ddc8b3;border-radius:9px;color:#2c3639;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;height:40px;min-width:140px;outline:none;padding:0 14px;transition:border-color .15s}.po-status-filter:focus{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.po-page-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:19px;font-weight:600;line-height:1}.po-page-subtitle{color:#9f8e87;font-size:13px}.po-page-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.po-search-box{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:9px;display:flex;gap:8px;height:40px;min-width:200px;padding:0 14px;transition:border-color .15s}.po-search-box:focus-within{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.po-search-icon{color:#9f8e87;font-size:16px}.po-search-box input{background:#0000;border:none;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;width:100%}.po-search-box input::placeholder{color:#9f8e87}.po-btn{align-items:center;border:none;border-radius:9px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;height:40px;justify-content:center;padding:0 20px;transition:all .15s;white-space:nowrap}.po-btn:active{transform:scale(.97)}.po-btn-primary{background:#a27b5b;color:#fff}.po-btn-primary:hover{background:#8a6a4c;box-shadow:0 4px 12px #a27b5b4d}.po-btn-secondary{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.po-btn-secondary:hover{background:#f7f4f0;border-color:#9f8e87}.po-btn-draft{background:#fff;border:1.5px solid #ddc8b3;color:#9f8e87}.po-btn-draft:hover{background:#f7f4f0;border-color:#9f8e87}.po-btn-sm{font-size:12px;height:32px;padding:0 14px}.po-btn:disabled{cursor:not-allowed;opacity:.6}.po-tabs{background:#fff;border:1px solid #ddc8b3;border-radius:9px;display:flex;flex-wrap:wrap;gap:4px;padding:4px}.po-tab{align-items:center;background:#0000;border:none;border-radius:6px;color:#9f8e87;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;transition:all .15s}.po-tab:hover{background:#f7f4f0;color:#2c3639}.po-tab-active{color:#2a070c}.po-tab-count{border-radius:10px;font-size:11px;padding:0 8px}.po-tab-active .po-tab-count,.po-tab-count{background:#fff3}.po-list-view{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:10px;height:calc(100vh - 180px);min-height:0;overflow:hidden;padding:10px}.po-table-card{background:#fff;border:1px solid #ddc8b3;border-radius:3px;box-shadow:0 2px 14px #2a070c0f}.po-table-card,.po-table-responsive{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.po-table-wrapper{flex:1 1;min-height:0;overflow:auto}.po-table{border-collapse:collapse;font-size:13px;min-width:800px;width:100%}.po-table thead{background:#2c3639;position:-webkit-sticky;position:sticky;top:0;z-index:10}.po-table thead th{color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.06em;padding:12px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.po-table tbody{display:block;max-height:calc(100vh - 350px);overflow-y:auto;width:100%}.po-table tbody tr,.po-table thead{display:table;table-layout:fixed;width:100%}.po-table tbody tr{border-bottom:1px solid #f0ebe3;transition:background .15s}.po-table tbody tr:hover{background:#f7f4f0}.po-table tbody tr:last-child{border-bottom:none}.po-table tbody td{color:#2c3639;padding:12px 16px;vertical-align:middle}.po-table tbody::-webkit-scrollbar{height:6px;width:6px}.po-table tbody::-webkit-scrollbar-track{background:#f0ebe3;border-radius:3px}.po-table tbody::-webkit-scrollbar-thumb{background:#a27b5b;border-radius:3px}.po-table tbody::-webkit-scrollbar-thumb:hover{background:#8a6a4c}.po-vendor-info{display:flex;flex-direction:column;gap:2px}.po-vendor-code{color:#a27b5b;font-size:11px;font-weight:600}.po-vendor-name{color:#2c3639;font-size:12px}.po-number-badge{background:#a27b5b1f;border-radius:4px;color:#a27b5b;font-family:Inter,sans-serif;font-size:12px}.po-number-badge,.po-priority-badge{display:inline-block;font-weight:600;padding:3px 10px}.po-priority-badge{border-radius:12px;font-size:11px}.priority-low{background:#f0fdf4;color:#15803d}.priority-medium{background:#fef3c7;color:#d97706}.priority-high{background:#fee2e2;color:#dc2626}.priority-urgent{animation:poPulse 2s infinite;background:#fef2f2;color:#b91c1c}@keyframes poPulse{0%,to{opacity:1}50%{opacity:.7}}.po-status-badge{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;padding:3px 10px}.po-status-draft{background:#f3f4f6;color:#6b7280}.po-status-submitted{background:#dbeafe;color:#1d4ed8}.po-status-approved{background:#f0fdf4;color:#15803d}.po-status-rejected{background:#fef2f2;color:#dc2626}.po-status-cancelled{background:#f3f4f6;color:#6b7280}.po-action-group{align-items:center;display:flex;gap:6px}.po-action-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:6px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:all .15s;width:32px}.po-action-btn:hover{background:#f7f4f0;border-color:#a27b5b;transform:scale(1.05)}.po-action-btn-edit:hover{background:#a27b5b14;border-color:#a27b5b}.po-action-btn-delete:hover{background:#b91c1c14}.po-action-icon{height:16px;opacity:.7;width:16px}.po-action-btn:hover .po-action-icon{opacity:1}.po-empty-state{color:#9f8e87;padding:60px 20px;text-align:center}.po-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.po-empty-title{color:#2c3639;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin-bottom:8px}.po-empty-desc{color:#9f8e87;font-size:14px;margin-bottom:20px}.po-empty-row{color:#9f8e87!important;padding:40px!important;text-align:center}.po-form-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:20px;min-height:100vh;padding:28px 32px}.po-form-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.po-form-header-left{align-items:center;display:flex;gap:16px}.po-back-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:.2s;width:38px}.po-back-btn:hover{background:#2c3639;border-color:#2c3639}.po-back-btn:hover .po-back-icon{filter:brightness(0) invert(1)}.po-back-icon{height:18px;width:18px}.po-form-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;margin-bottom:4px}.po-form-subtitle{color:#9f8e87;font-size:13px}.po-form-card{background:#fff;border:1px solid #ddc8b3;border-radius:14px;box-shadow:0 2px 14px #2a070c0f;padding:28px}.po-form-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b94040;font-size:13px;margin-bottom:14px;padding:10px 14px;white-space:pre-line}.po-form-section{border-bottom:1px solid #f0ebe3;margin-bottom:28px;padding-bottom:28px}.po-form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.po-form-section h3{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;margin-bottom:16px}.po-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.po-section-header h3{margin-bottom:0}.po-form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.po-form-group{display:flex;flex-direction:column;gap:4px}.po-col-full{grid-column:1/-1}.po-form-group label{color:#2c3639;font-size:12px;font-weight:600;letter-spacing:.02em}.po-form-group input,.po-form-group select,.po-form-group textarea{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;height:40px;outline:none;padding:0 12px;transition:all .15s;width:100%}.po-form-group textarea{height:auto;line-height:1.6;min-height:60px;padding:10px 12px;resize:vertical}.po-form-group select{-webkit-appearance:auto;appearance:auto;cursor:pointer}.po-form-group input:disabled,.po-form-group select:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.po-form-group input:focus,.po-form-group select:focus,.po-form-group textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.po-lines-wrap{border:1px solid #ddc8b3;border-radius:8px;overflow:hidden}.po-lines-table{border-collapse:collapse;font-size:12px;min-width:900px;width:100%}.po-lines-table thead{background:#2c3639}.po-lines-table thead th{color:#dcd7c9;font-size:10px;font-weight:600;letter-spacing:.05em;padding:8px 10px;text-align:left;text-transform:uppercase;white-space:nowrap}.po-lines-table tbody td{border-bottom:1px solid #f0ebe3;padding:6px 8px;vertical-align:middle}.po-lines-table tbody tr:last-child td{border-bottom:none}.po-lines-table tbody tr:hover{background:#f7f4f0}.po-lines-table input,.po-lines-table select{background:#fff;border:1px solid #ddc8b3;border-radius:4px;font-family:Inter,sans-serif;font-size:11px;height:30px;outline:none;padding:4px 6px;transition:all .15s;width:100%}.po-lines-table input:focus,.po-lines-table select:focus{border-color:#a27b5b;box-shadow:0 0 0 2px #a27b5b1a}.po-lines-empty{color:#9f8e87;font-size:13px;padding:30px!important;text-align:center}.po-action-btn-delete{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:4px;cursor:pointer;display:inline-flex;height:28px;justify-content:center;transition:all .15s;width:28px}.po-action-btn-delete:hover{background:#fef2f2;border-color:#b91c1c}.po-action-btn-delete .po-action-icon{height:14px;width:14px}.po-totals{background:#f7f4f0;border:1px solid #ddc8b3;border-radius:8px;display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-end;margin-top:16px;padding:16px 20px}.po-total-item{align-items:center;display:flex;flex-direction:column;gap:4px}.po-total-item span{color:#9f8e87;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.po-total-item strong{color:#2c3639;font-size:16px;font-weight:600}.po-total-grand strong{color:#a27b5b;font-family:Cormorant Garamond,serif;font-size:20px}.po-form-footer{border-top:1px solid #f0ebe3;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px}.po-sequence-info{display:flex;flex-wrap:wrap;gap:16px;margin-top:4px;padding:6px 0}.po-sequence-label{background:#f7f4f0;border:1px solid #f0ebe3;border-radius:4px;color:#9f8e87;font-size:11px;font-weight:500;padding:2px 10px}.po-sequence-label:first-child{background:#a27b5b1a;border-color:#ddc8b3;color:#a27b5b}@media (max-width:1024px){.po-page-actions{align-items:stretch;flex-direction:column;width:100%}.po-search-box{min-width:0;min-width:auto;width:100%}.po-form-grid{grid-template-columns:1fr}}@media (max-width:768px){.po-tab-bar{flex-wrap:wrap;padding:12px 16px 0}.po-tab-btn{font-size:13px;height:36px;padding:0 16px}.po-list-view{height:calc(100vh - 200px);padding:16px}.po-form-page{padding:16px}.po-form-footer,.po-page-header{flex-direction:column}.po-form-footer .po-btn{justify-content:center;width:100%}.po-tabs{flex-wrap:wrap}.po-table-responsive{overflow-x:auto}.po-table{min-width:700px}.po-totals{align-items:stretch;flex-direction:column;gap:8px}.po-total-item{flex-direction:row;justify-content:space-between}.po-table tbody{max-height:calc(100vh - 370px)}}@media (max-width:480px){.po-page-title{font-size:24px}.po-page-actions .po-btn{justify-content:center;width:100%}.po-table tbody td,.po-table thead th{font-size:11px;padding:8px 10px}.po-form-title{font-size:20px}.po-form-section h3{font-size:17px}.po-lines-table{min-width:700px}.po-tab-btn{font-size:12px;height:32px;padding:0 12px}.po-list-view{height:calc(100vh - 180px);padding:10px}.po-table tbody{max-height:calc(100vh - 350px)}}:root{--primary:#a27b5b;--primary-light:#c4a88a;--primary-dark:#8a6548;--primary-gradient:linear-gradient(135deg,#a27b5b,#8a6548);--success:#2d7d6b;--success-light:#5ba391;--success-bg:#f0f7f5;--danger:#b94040;--danger-light:#d16666;--danger-bg:#fdf5f5;--warning:#b7950b;--warning-light:#d4ac0e;--warning-bg:#fdfaf0;--gray-50:#f7f4f0;--gray-100:#f0ece7;--gray-200:#ddc8b3;--gray-300:#c9b6a2;--gray-400:#b5a090;--gray-500:#9f8e87;--gray-600:#7a6b65;--gray-700:#5a4d48;--gray-800:#3d3330;--gray-900:#2c3639;--shadow-sm:0 2px 12px #2a070c0f;--shadow-md:0 4px 20px #2a070c14;--shadow-lg:0 10px 40px #2a070c1f;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--transition:all 0.2s cubic-bezier(0.4,0,0.2,1)}.po-approval-page{background:#f7f4f0;font-family:Inter,sans-serif;margin:0 auto;max-width:100%;min-height:100vh;padding:10px}.po-approval-header{align-items:flex-start;background:#fff;border:1px solid #ddc8b3;border-radius:12px;border-radius:var(--radius-md);box-shadow:0 2px 12px #2a070c0f;box-shadow:var(--shadow-sm);display:flex;justify-content:space-between;margin-bottom:24px;padding:16px}.po-approval-header-left{flex:1 1}.po-approval-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:600;letter-spacing:-.5px;margin:0 0 4px}.po-approval-subtitle{color:#9f8e87;color:var(--gray-500);font-size:14px;font-weight:400;margin:0}.po-approval-header-right{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.po-approval-search{align-items:center;background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;border-radius:var(--radius-sm);display:flex;gap:8px;height:40px;min-width:180px;padding:0 14px;transition:all .2s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.po-approval-search:focus-within{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.po-approval-search-icon{color:#9f8e87;color:var(--gray-500);font-size:16px}.po-approval-search input{background:#0000;border:none;color:#3d3330;color:var(--gray-800);font-family:Inter,sans-serif;font-size:13px;outline:none;width:100%}.po-approval-search input::placeholder{color:#9f8e87;color:var(--gray-500)}.po-approval-filter{background:#fff;border:1.5px solid #ddc8b3;border-radius:8px;border-radius:var(--radius-sm);color:#3d3330;color:var(--gray-800);cursor:pointer;font-family:Inter,sans-serif;font-size:13px;height:40px;min-width:130px;outline:none;padding:0 14px;transition:all .2s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.po-approval-filter:focus{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.po-approval-summary{align-items:center;display:flex;gap:8px}.po-approval-summary-pill{align-items:center;border:1px solid #0000;border-radius:20px;display:flex;font-size:12px;font-weight:500;gap:6px;padding:6px 14px}.po-approval-sum-num{font-family:Inter,serif;font-size:16px;font-weight:600;line-height:1}.po-approval-sum-lbl{font-size:11px;font-weight:500;opacity:.8}.po-approval-sum-pending{background:#fdfaf0;background:var(--warning-bg);border-color:#f9e79f;color:#b7950b;color:var(--warning)}.po-approval-sum-approved{background:#f0f7f5;background:var(--success-bg);border-color:#a3e4d7;color:#2d7d6b;color:var(--success)}.po-approval-sum-rejected{background:#fdf5f5;background:var(--danger-bg);border-color:#f5b7b1;color:#b94040;color:var(--danger)}.po-approval-list{display:flex;flex-direction:column;gap:16px}.po-approval-card{grid-gap:20px;align-items:stretch;animation:poSlideIn .4s ease forwards;background:#fff;border:1px solid #ddc8b3;border-radius:12px;border-radius:var(--radius-md);box-shadow:0 2px 12px #2a070c0f;box-shadow:var(--shadow-sm);display:grid;gap:20px;grid-template-columns:auto 1fr auto;padding:10px 22px;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.po-approval-card:nth-child(2){animation-delay:.05s}.po-approval-card:nth-child(3){animation-delay:.1s}.po-approval-card:nth-child(4){animation-delay:.15s}.po-approval-card:nth-child(5){animation-delay:.2s}.po-approval-card:nth-child(6){animation-delay:.25s}@keyframes poSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.po-approval-card:hover{border-color:#a27b5b;box-shadow:0 4px 20px #2a070c14;box-shadow:var(--shadow-md);transform:translateY(-3px)}.po-approval-card:after{border-radius:0 4px 4px 0;bottom:0;content:"";left:0;opacity:0;position:absolute;top:0;transition:all .2s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:4px}.po-approval-card:hover:after{opacity:.5}.po-approval-card:has(.po-approval-status-pending):after{background:#b7950b;background:var(--warning)}.po-approval-card:has(.po-approval-status-approved):after{background:#2d7d6b;background:var(--success)}.po-approval-card:has(.po-approval-status-rejected):after{background:#b94040;background:var(--danger)}.po-approval-level{align-items:center;border-right:1.5px solid #ddc8b3;display:flex;flex-direction:column;justify-content:center;min-width:70px;padding:0 12px 0 0}.po-approval-level-badge{border-radius:20px;font-size:10px;font-weight:700;letter-spacing:.08em;padding:6px 12px;text-align:center;text-transform:uppercase;white-space:nowrap}.level-2{background:#fdfaf0;background:var(--warning-bg);color:#b7950b;color:var(--warning)}.level-3{background:#f0f7f5;background:var(--success-bg);color:#2d7d6b;color:var(--success)}.po-approval-content{display:flex;flex:1 1;flex-direction:column;gap:10px;min-width:0}.po-approval-header-row{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.po-approval-po-number{color:#2a070c;font-family:Inter,sans-serif;font-size:18px;font-weight:300;line-height:1.2}.po-approval-vendor{color:#9f8e87;color:var(--gray-500);font-size:13px;margin-top:2px}.po-approval-status-badge{align-items:center;border-radius:20px;display:inline-flex;flex-shrink:0;font-size:11px;font-weight:600;gap:5px;letter-spacing:.5px;padding:4px 16px;text-transform:uppercase}.po-approval-status-pending{background:#fdfaf0;background:var(--warning-bg);border:1px solid #f9e79f;color:#b7950b;color:var(--warning)}.po-approval-status-approved{background:#f0f7f5;background:var(--success-bg);border:1px solid #a3e4d7;color:#2d7d6b;color:var(--success)}.po-approval-status-rejected{background:#fdf5f5;background:var(--danger-bg);border:1px solid #f5b7b1;color:#b94040;color:var(--danger)}.po-approval-details{grid-gap:8px 24px;border-bottom:1.5px solid #ddc8b3;border-top:1.5px solid #ddc8b3;display:grid;gap:8px 24px;grid-template-columns:repeat(4,1fr);padding:12px 0}.po-approval-detail-item{display:flex;flex-direction:column;gap:2px}.po-approval-detail-full{grid-column:1/-1}.po-approval-detail-label{color:#9f8e87;color:var(--gray-500);font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.po-approval-detail-value{color:#3d3330;color:var(--gray-800);font-size:13px;font-weight:500}.po-approval-remarks{color:#a27b5b;color:var(--primary);font-style:italic}.po-approval-lines{background:#f7f4f0;background:var(--gray-50);border-radius:8px;border-radius:var(--radius-sm);padding:10px 14px}.po-approval-lines-header{color:#9f8e87;color:var(--gray-500);display:flex;font-size:11px;font-weight:600;justify-content:space-between;letter-spacing:.05em;margin-bottom:4px;text-transform:uppercase}.po-approval-lines-list{display:flex;flex-direction:column;gap:3px}.po-approval-line-item{color:#5a4d48;color:var(--gray-700);display:flex;font-size:12px;justify-content:space-between}.po-approval-line-more{color:#9f8e87;color:var(--gray-500);font-size:11px;font-style:italic;margin-top:2px}.po-approval-actions{align-items:flex-start;display:flex;flex-direction:row!important;gap:10px;justify-content:flex-end;min-width:250px;padding-left:16px}.po-approval-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:12px;font-weight:600;height:40px;justify-content:center;letter-spacing:.3px;min-width:90px;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);transition:var(--transition);white-space:nowrap;width:auto;width:110px}.po-approval-btn-approve{border-color:#2d7d6b;border-color:var(--success);color:#2d7d6b;color:var(--success)}.po-approval-btn-approve:hover{background:#2d7d6b;background:var(--success);box-shadow:0 4px 12px #2d7d6b4d;color:#fff;transform:translateX(-4px)}.po-approval-btn-reject{border-color:#b94040;border-color:var(--danger);color:#b94040;color:var(--danger)}.po-approval-btn-reject:hover{background:#b94040;background:var(--danger);box-shadow:0 4px 12px #b940404d;color:#fff;transform:translateX(-4px)}.po-approval-btn-secondary{background:#fff;border:1.5px solid #ddc8b3;color:#5a4d48;color:var(--gray-700)}.po-approval-btn-secondary:hover{background:#f7f4f0;background:var(--gray-50);border-color:#9f8e87;border-color:var(--gray-500);transform:translateX(-4px)}.po-approval-btn:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.po-approval-waiting{background:#f7f4f0;background:var(--gray-50);border:1px dashed #ddc8b3;border-radius:8px;border-radius:var(--radius-sm);color:#9f8e87;color:var(--gray-500);font-weight:500;padding:10px 12px}.po-approval-actioned,.po-approval-waiting{font-size:12px;min-width:90px;text-align:center;white-space:nowrap;width:auto}.po-approval-actioned{border-radius:8px;border-radius:var(--radius-sm);font-weight:600;padding:8px 16px}.po-approval-actioned-ok{background:#f0f7f5;background:var(--success-bg);border:1px solid #a3e4d7;color:#2d7d6b;color:var(--success)}.po-approval-actioned-no{background:#fdf5f5;background:var(--danger-bg);border:1px solid #f5b7b1;color:#b94040;color:var(--danger)}.po-approval-actioned-remarks{color:#9f8e87;color:var(--gray-500);font-size:11px;font-style:italic;padding:4px 0;text-align:right}.po-approval-empty{align-items:center;background:#fff;border:2px dashed #ddc8b3;border-radius:12px;border-radius:var(--radius-md);color:#9f8e87;color:var(--gray-500);display:flex;flex-direction:column;font-size:14px;gap:10px;padding:60px 24px;text-align:center}.po-approval-empty-icon{font-size:40px}.po-approval-empty-title{color:#3d3330;color:var(--gray-800);font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600}.po-approval-empty-desc{color:#9f8e87;color:var(--gray-500);font-size:14px}.po-approval-modal-overlay{align-items:center;animation:poModalFade .18s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000085;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}@keyframes poModalFade{0%{opacity:0}to{opacity:1}}.po-approval-modal{animation:poModalUp .2s ease;background:#fff;border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 10px 40px #2a070c1f;box-shadow:var(--shadow-lg);max-width:480px;padding:36px 32px;text-align:center;width:90%}@keyframes poModalUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.po-approval-modal-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin-bottom:6px}.po-approval-modal-sub{color:#9f8e87;color:var(--gray-500);font-size:13px;line-height:1.5;margin-bottom:20px}.po-approval-modal-details{grid-gap:10px 20px;background:#f7f4f0;background:var(--gray-50);border-radius:8px;border-radius:var(--radius-sm);display:grid;gap:10px 20px;grid-template-columns:1fr 1fr;margin-bottom:20px;padding:16px;text-align:left}.po-approval-modal-detail{display:flex;flex-direction:column;gap:2px}.po-approval-modal-detail span{color:#9f8e87;color:var(--gray-500);font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.po-approval-modal-detail strong{color:#3d3330;color:var(--gray-800);font-size:14px}.po-approval-modal-remarks{display:flex;flex-direction:column;gap:6px;margin-bottom:20px;text-align:left}.po-approval-modal-remarks label{color:#3d3330;color:var(--gray-800);font-size:12px;font-weight:600}.po-approval-modal-remarks textarea{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;border-radius:var(--radius-sm);color:#3d3330;color:var(--gray-800);font-family:Inter,sans-serif;font-size:13px;min-height:80px;outline:none;padding:10px 13px;resize:vertical;transition:all .2s cubic-bezier(.4,0,.2,1);transition:var(--transition);width:100%}.po-approval-modal-remarks textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.po-approval-modal-actions{display:flex;gap:10px;justify-content:center}.po-approval-modal-actions .po-approval-btn{flex:1 1}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f0ece7;background:var(--gray-100);border-radius:10px}::-webkit-scrollbar-thumb{background:#a27b5b;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#8a6548;background:var(--primary-dark)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #a27b5b;outline-offset:2px}.po-approval-required{color:#b94040;color:var(--danger);font-size:16px;font-weight:700;margin-left:2px}.po-approval-required-text{color:#b94040;color:var(--danger);font-size:11px;font-weight:400;margin-left:4px}.po-approval-textarea-error{border-color:#b94040!important;border-color:var(--danger)!important;box-shadow:0 0 0 3px #b940401f!important}.po-approval-error-message{align-items:center;color:#b94040;color:var(--danger);display:flex;font-size:12px;font-weight:500;gap:4px;margin-top:4px}.po-approval-error-message:before{content:"⚠";font-size:14px}@media (max-width:1200px){.po-approval-card{gap:16px;grid-template-columns:1fr}.po-approval-level{border-bottom:1.5px solid #ddc8b3;border-right:none;flex-direction:row;gap:12px;justify-content:flex-start;min-width:auto;padding:0 0 12px}.po-approval-actions{align-items:flex-start;border-left:1.5px solid #ddc8b3;display:flex;flex-direction:row;gap:10px;justify-content:flex-end;min-width:240px;padding-left:16px}.po-approval-actions .po-approval-btn{min-width:100px}.po-approval-details{grid-template-columns:1fr 1fr}}@media (max-width:1024px){.po-approval-header{flex-direction:column;gap:16px}.po-approval-header-right{flex-wrap:wrap;width:100%}.po-approval-search{flex:1 1;min-width:150px}}@media (max-width:768px){.po-approval-page{padding:20px 16px}.po-approval-header{padding:20px}.po-approval-title{font-size:24px}.po-approval-header-right{align-items:stretch;flex-direction:column}.po-approval-search{min-width:0;min-width:auto;width:100%}.po-approval-filter{width:100%}.po-approval-summary{flex-wrap:wrap;justify-content:flex-start}.po-approval-card{padding:20px}.po-approval-details{gap:6px 16px;grid-template-columns:1fr 1fr}.po-approval-actions{flex-direction:row;flex-wrap:wrap}.po-approval-actions .po-approval-btn{flex:1 1;min-width:100px}.po-approval-modal{margin:16px;max-width:100%;padding:24px 20px}.po-approval-modal-details{grid-template-columns:1fr}.po-approval-modal-actions{flex-direction:column}.po-approval-modal-actions .po-approval-btn{width:100%}}@media (max-width:480px){.po-approval-title{font-size:22px}.po-approval-summary-pill{padding:4px 10px}.po-approval-sum-num{font-size:14px}.po-approval-sum-lbl{font-size:10px}.po-approval-details{gap:4px;grid-template-columns:1fr}.po-approval-po-number{font-size:16px}.po-approval-detail-value{font-size:12px}.po-approval-btn{font-size:11px;min-width:80px;padding:6px 14px}.po-approval-header-row{align-items:flex-start;flex-direction:column}.po-approval-status-badge{align-self:flex-start}.po-approval-actions{align-items:stretch;flex-direction:column}.po-approval-actions .po-approval-btn{width:100%}.po-approval-actioned,.po-approval-waiting{white-space:normal;width:100%}}@media (max-width:320px){.po-approval-filter,.po-approval-search input{font-size:12px}.po-approval-level-badge{font-size:9px;padding:4px 8px}}.inv-wrapper{background:#f7f4f0;min-height:100vh}.inv-list-view{display:flex;flex-direction:column;gap:22px}.inv-page-header{align-items:flex-start;display:flex;flex-shrink:0;flex-wrap:wrap;gap:14px;justify-content:space-between}.inv-page-header-left{flex:1 1;min-width:200px}.inv-page-header-right{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.inv-page-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;line-height:1}.inv-page-subtitle{color:#9f8e87;font-size:13px}.inv-search-box{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:9px;display:flex;gap:8px;height:40px;min-width:200px;padding:0 14px;transition:border-color .15s}.inv-search-box:focus-within{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.inv-search-icon{color:#9f8e87;font-size:16px}.inv-search-box input{background:#0000;border:none;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;width:100%}.inv-search-box input::placeholder{color:#9f8e87}.inv-status-filter{background:#fff;border:1.5px solid #ddc8b3;border-radius:9px;color:#2c3639;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;height:40px;min-width:140px;outline:none;padding:0 14px;transition:border-color .15s}.inv-status-filter:focus{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.inv-btn{align-items:center;border:none;border-radius:9px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;height:40px;justify-content:center;padding:0 20px;transition:all .15s;white-space:nowrap}.inv-btn:active{transform:scale(.97)}.inv-btn-primary{background:#a27b5b;color:#fff}.inv-btn-primary:hover{background:#8a6a4c;box-shadow:0 4px 12px #a27b5b4d}.inv-btn-secondary{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.inv-btn-secondary:hover{background:#f7f4f0;border-color:#9f8e87}.inv-btn-draft{background:#fff;border:1.5px solid #ddc8b3;color:#9f8e87}.inv-btn-draft:hover{background:#f7f4f0;border-color:#9f8e87}.inv-btn-sm{font-size:12px;height:32px;padding:0 14px}.inv-btn:disabled{cursor:not-allowed;opacity:.6}.inv-table-card{background:#fff;border:1px solid #ddc8b3;border-radius:3px;box-shadow:0 2px 14px #2a070c0f;flex:1 1;overflow:hidden}.inv-table-responsive{overflow-x:auto}.inv-table{border-collapse:collapse;font-size:13px;min-width:800px;width:100%}.inv-table thead{background:#2c3639}.inv-table thead th{color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.06em;padding:12px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.inv-table tbody tr{border-bottom:1px solid #f0ebe3;transition:background .15s}.inv-table tbody tr:hover{background:#f7f4f0}.inv-table tbody tr:last-child{border-bottom:none}.inv-table tbody td{color:#2c3639;padding:12px 16px;vertical-align:middle}.inv-number-badge{background:#a27b5b1f;border-radius:4px;color:#a27b5b;display:inline-block;font-family:Inter,sans-serif;font-size:12px;font-weight:600;padding:3px 10px}.inv-po-number{color:#2c3639;font-size:12px;font-weight:500}.inv-vendor-info{display:flex;flex-direction:column;gap:2px}.inv-vendor-code{color:#a27b5b;font-size:11px;font-weight:600}.inv-vendor-name{color:#2c3639;font-size:12px}.inv-status-badge{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;padding:3px 10px}.inv-status-draft{background:#f3f4f6;color:#6b7280}.inv-status-submitted{background:#dbeafe;color:#1d4ed8}.inv-status-approved{background:#f0fdf4;color:#15803d}.inv-status-paid{background:#fef3c7;color:#d97706}.inv-status-cancelled{background:#f3f4f6;color:#6b7280}.inv-action-group{align-items:center;display:flex;gap:6px}.inv-action-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:6px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:all .15s;width:32px}.inv-action-btn:hover{background:#f7f4f0;border-color:#a27b5b;transform:scale(1.05)}.inv-action-btn-edit:hover{background:#a27b5b14;border-color:#a27b5b}.inv-action-btn-delete:hover{background:#b91c1c14}.inv-action-icon{height:16px;opacity:.7;width:16px}.inv-action-btn:hover .inv-action-icon{opacity:1}.inv-empty-state{color:#9f8e87;padding:60px 20px;text-align:center}.inv-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.inv-empty-title{color:#2c3639;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin-bottom:8px}.inv-empty-desc{color:#9f8e87;font-size:14px;margin-bottom:20px}.inv-empty-row{color:#9f8e87!important;padding:40px!important;text-align:center}.inv-form-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:20px;min-height:100vh}.inv-form-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.inv-form-header-left{align-items:center;display:flex;gap:16px}.inv-back-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:.2s;width:38px}.inv-back-btn:hover{background:#2c3639;border-color:#2c3639}.inv-back-btn:hover .inv-back-icon{filter:brightness(0) invert(1)}.inv-back-icon{height:18px;width:18px}.inv-form-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;margin-bottom:4px}.inv-form-subtitle{color:#9f8e87;font-size:13px}.inv-form-card{background:#fff;border:1px solid #ddc8b3;border-radius:14px;box-shadow:0 2px 14px #2a070c0f;padding:28px}.inv-form-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b94040;font-size:13px;margin-bottom:14px;padding:10px 14px;white-space:pre-line}.inv-form-section{border-bottom:1px solid #f0ebe3;margin-bottom:28px;padding-bottom:28px}.inv-form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.inv-form-section h3{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;margin-bottom:16px}.inv-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.inv-section-header h3{margin-bottom:0}.inv-form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.inv-form-group{display:flex;flex-direction:column;gap:4px}.inv-col-full{grid-column:1/-1}.inv-form-group label{color:#2c3639;font-size:12px;font-weight:600;letter-spacing:.02em}.inv-form-group input,.inv-form-group select,.inv-form-group textarea{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;height:40px;outline:none;padding:0 12px;transition:all .15s;width:100%}.inv-form-group textarea{height:auto;line-height:1.6;min-height:60px;padding:10px 12px;resize:vertical}.inv-form-group select{-webkit-appearance:auto;appearance:auto;cursor:pointer}.inv-form-group input:disabled,.inv-form-group select:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.inv-form-group input:focus,.inv-form-group select:focus,.inv-form-group textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.inv-sequence-info{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px;padding:6px 0}.inv-sequence-label{background:#f7f4f0;border:1px solid #f0ebe3;border-radius:4px;color:#9f8e87;font-size:11px;font-weight:500;padding:2px 10px}.inv-sequence-label:first-child{background:#a27b5b1a;border-color:#ddc8b3;color:#a27b5b}.inv-lines-wrap{border:1px solid #ddc8b3;border-radius:8px;overflow:hidden}.inv-lines-table{border-collapse:collapse;font-size:12px;min-width:900px;width:100%}.inv-lines-table thead{background:#2c3639}.inv-lines-table thead th{color:#dcd7c9;font-size:10px;font-weight:600;letter-spacing:.05em;padding:8px 10px;text-align:left;text-transform:uppercase;white-space:nowrap}.inv-lines-table tbody td{border-bottom:1px solid #f0ebe3;padding:6px 8px;vertical-align:middle}.inv-lines-table tbody tr:last-child td{border-bottom:none}.inv-lines-table tbody tr:hover{background:#f7f4f0}.inv-lines-table input,.inv-lines-table select{background:#fff;border:1px solid #ddc8b3;border-radius:4px;font-family:Inter,sans-serif;font-size:11px;height:30px;outline:none;padding:4px 6px;transition:all .15s;width:100%}.inv-lines-table input:focus,.inv-lines-table select:focus{border-color:#a27b5b;box-shadow:0 0 0 2px #a27b5b1a}.inv-lines-empty{color:#9f8e87;font-size:13px;padding:30px!important;text-align:center}.inv-action-btn-delete{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:4px;cursor:pointer;display:inline-flex;height:28px;justify-content:center;transition:all .15s;width:28px}.inv-action-btn-delete:hover{background:#fef2f2;border-color:#b91c1c}.inv-action-btn-delete .inv-action-icon{height:14px;width:14px}.inv-totals{background:#f7f4f0;border:1px solid #ddc8b3;border-radius:8px;display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-end;margin-top:16px;padding:16px 20px}.inv-total-item{align-items:center;display:flex;flex-direction:column;gap:4px}.inv-total-item span{color:#9f8e87;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.inv-total-item strong{color:#2c3639;font-size:16px;font-weight:600}.inv-total-grand strong{color:#a27b5b;font-family:Cormorant Garamond,serif;font-size:20px}.inv-form-footer{border-top:1px solid #f0ebe3;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px}@media (max-width:1024px){.inv-page-header-right{align-items:stretch;flex-direction:column;width:100%}.inv-search-box{min-width:0;min-width:auto;width:100%}.inv-status-filter{width:100%}.inv-form-grid{grid-template-columns:1fr}}@media (max-width:768px){.inv-wrapper{padding:16px}.inv-page-header{flex-direction:column}.inv-page-header-right{align-items:stretch;flex-direction:column}.inv-page-header-right .inv-btn{justify-content:center;width:100%}.inv-form-footer{flex-direction:column}.inv-form-footer .inv-btn{justify-content:center;width:100%}.inv-table-responsive{overflow-x:auto}.inv-table{min-width:700px}.inv-totals{align-items:stretch;flex-direction:column;gap:8px}.inv-total-item{flex-direction:row;justify-content:space-between}.inv-lines-table{min-width:700px}}@media (max-width:480px){.inv-page-title{font-size:24px}.inv-form-title{font-size:20px}.inv-form-section h3{font-size:17px}.inv-table tbody td,.inv-table thead th{font-size:11px;padding:8px 10px}.inv-sequence-info{flex-direction:column;gap:4px}}.pay-wrapper{background:#f7f4f0;min-height:100vh}.pay-tab-bar{align-items:center;background:#f7f4f0;border-bottom:2px solid #ddc8b3;display:flex;gap:0}.pay-tab-btn{background:#0000;border:none;border-bottom:2px solid #0000;color:#9f8e87;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:600;height:40px;margin-bottom:-2px;padding:0 24px;transition:color .15s,border-color .15s}.pay-tab-btn:hover{color:#2a070c}.pay-tab-active{border-bottom-color:#a27b5b;color:#2a070c}.pay-list-view{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:6px;padding:10px}.pay-page-header{align-items:flex-start;display:flex;flex-shrink:0;flex-wrap:wrap;gap:14px;justify-content:space-between}.pay-page-header-left{flex:1 1;min-width:200px}.pay-page-header-right{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.pay-page-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;line-height:1;margin-bottom:6px}.pay-page-subtitle{color:#9f8e87;font-size:13px}.pay-search-box{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:9px;display:flex;gap:8px;height:40px;min-width:200px;padding:0 14px;transition:border-color .15s}.pay-search-box:focus-within{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.pay-search-icon{color:#9f8e87;font-size:16px}.pay-search-box input{background:#0000;border:none;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;width:100%}.pay-search-box input::placeholder{color:#9f8e87}.pay-status-filter{background:#fff;border:1.5px solid #ddc8b3;border-radius:9px;color:#2c3639;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;height:40px;min-width:140px;outline:none;padding:0 14px;transition:border-color .15s}.pay-status-filter:focus{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.pay-btn{align-items:center;border:none;border-radius:9px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;height:40px;justify-content:center;padding:0 20px;transition:all .15s;white-space:nowrap}.pay-btn:active{transform:scale(.97)}.pay-btn-primary{background:#a27b5b;color:#fff}.pay-btn-primary:hover{background:#8a6a4c;box-shadow:0 4px 12px #a27b5b4d}.pay-btn-secondary{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.pay-btn-secondary:hover{background:#f7f4f0;border-color:#9f8e87}.pay-btn-draft{background:#fff;border:1.5px solid #ddc8b3;color:#9f8e87}.pay-btn-draft:hover{background:#f7f4f0;border-color:#9f8e87}.pay-btn:disabled{cursor:not-allowed;opacity:.6}.pay-table-card{background:#fff;border:1px solid #ddc8b3;border-radius:3px;box-shadow:0 2px 14px #2a070c0f;flex:1 1;overflow:hidden}.pay-table-responsive{overflow-x:auto}.pay-table{border-collapse:collapse;font-size:13px;min-width:800px;width:100%}.pay-table thead{background:#2c3639}.pay-table thead th{color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.06em;padding:12px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.pay-table tbody tr{border-bottom:1px solid #f0ebe3;transition:background .15s}.pay-table tbody tr:hover{background:#f7f4f0}.pay-table tbody tr:last-child{border-bottom:none}.pay-table tbody td{color:#2c3639;padding:12px 16px;vertical-align:middle}.pay-number-badge{background:#a27b5b1f;border-radius:4px;color:#a27b5b;display:inline-block;font-family:Inter,sans-serif;font-size:12px;font-weight:600;padding:3px 10px}.pay-invoice-number{color:#2c3639;font-size:12px;font-weight:500}.pay-po-number{color:#9f8e87;font-size:12px}.pay-method-badge{background:#f7f4f0;border-radius:4px;color:#2c3639;display:inline-block;font-size:11px;font-weight:500;padding:2px 8px}.pay-status-badge{border-radius:12px;display:inline-block;font-size:11px;font-weight:600;padding:3px 10px}.pay-status-draft{background:#f3f4f6;color:#6b7280}.pay-status-submitted{background:#dbeafe;color:#1d4ed8}.pay-status-approved{background:#f0fdf4;color:#15803d}.pay-status-paid{background:#fef3c7;color:#d97706}.pay-status-cancelled{background:#f3f4f6;color:#6b7280}.pay-action-group{align-items:center;display:flex;gap:6px}.pay-action-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:6px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:all .15s;width:32px}.pay-action-btn:hover{background:#f7f4f0;border-color:#a27b5b;transform:scale(1.05)}.pay-action-btn-edit:hover{background:#a27b5b14;border-color:#a27b5b}.pay-action-btn-delete:hover{background:#b91c1c14;border-color:#b91c1c}.pay-action-icon{height:16px;opacity:.7;width:16px}.pay-action-btn:hover .pay-action-icon{opacity:1}.pay-empty-state{color:#9f8e87;padding:60px 20px;text-align:center}.pay-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.pay-empty-title{color:#2c3639;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin-bottom:8px}.pay-empty-desc{color:#9f8e87;font-size:14px;margin-bottom:20px}.pay-empty-row{color:#9f8e87!important;padding:40px!important;text-align:center}.pay-form-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:20px;padding:28px 32px}.pay-form-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.pay-form-header-left{align-items:center;display:flex;gap:16px}.pay-back-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:.2s;width:38px}.pay-back-btn:hover{background:#2c3639;border-color:#2c3639}.pay-back-btn:hover .pay-back-icon{filter:brightness(0) invert(1)}.pay-back-icon{height:18px;width:18px}.pay-form-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;margin-bottom:4px}.pay-form-subtitle{color:#9f8e87;font-size:13px}.pay-form-card{background:#fff;border:1px solid #ddc8b3;border-radius:14px;box-shadow:0 2px 14px #2a070c0f;padding:28px}.pay-form-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b94040;font-size:13px;margin-bottom:14px;padding:10px 14px;white-space:pre-line}.pay-form-section{border-bottom:1px solid #f0ebe3;margin-bottom:28px;padding-bottom:28px}.pay-form-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.pay-form-section h3{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;margin-bottom:16px}.pay-form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.pay-form-group{display:flex;flex-direction:column;gap:4px}.pay-col-full{grid-column:1/-1}.pay-form-group label{color:#2c3639;font-size:12px;font-weight:600;letter-spacing:.02em}.pay-form-group input,.pay-form-group select,.pay-form-group textarea{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;height:40px;outline:none;padding:0 12px;transition:all .15s;width:100%}.pay-form-group textarea{height:auto;line-height:1.6;min-height:60px;padding:10px 12px;resize:vertical}.pay-form-group select{-webkit-appearance:auto;appearance:auto;cursor:pointer}.pay-form-group input:disabled,.pay-form-group select:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.pay-form-group input:focus,.pay-form-group select:focus,.pay-form-group textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.pay-sequence-info{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px;padding:6px 0}.pay-sequence-label{background:#f7f4f0;border:1px solid #f0ebe3;border-radius:4px;color:#9f8e87;font-size:11px;font-weight:500;padding:2px 10px}.pay-sequence-label:first-child{background:#a27b5b1a;border-color:#ddc8b3;color:#a27b5b}.pay-form-footer{border-top:1px solid #f0ebe3;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px}.pay-approval-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:3px 10px}.pay-approval-pending{background:#fff4e5;color:#b7950b}.pay-approval-approved{background:#e6f7ec;color:#1e8449}.pay-approval-rejected{background:#fdeded;color:#c0392b}@media (max-width:1024px){.pay-page-header-right{align-items:stretch;flex-direction:column;width:100%}.pay-search-box{min-width:0;min-width:auto;width:100%}.pay-status-filter{width:100%}.pay-form-grid{grid-template-columns:1fr}.pay-tab-btn{font-size:13px;padding:0 16px}}@media (max-width:768px){.pay-form-page,.pay-list-view{padding:16px}.pay-tab-bar{flex-wrap:wrap;padding:12px 16px 0}.pay-tab-btn{flex:1 1;font-size:13px;height:36px;padding:0 12px;text-align:center}.pay-page-header{flex-direction:column}.pay-page-header-right{align-items:stretch;flex-direction:column}.pay-page-header-right .pay-btn{justify-content:center;width:100%}.pay-form-footer{flex-direction:column}.pay-form-footer .pay-btn{justify-content:center;width:100%}.pay-table-responsive{overflow-x:auto}.pay-table{min-width:700px}}@media (max-width:480px){.pay-page-title{font-size:24px}.pay-form-title{font-size:20px}.pay-form-section h3{font-size:17px}.pay-table tbody td,.pay-table thead th{font-size:11px;padding:8px 10px}.pay-sequence-info{flex-direction:column;gap:4px}.pay-approval-summary{flex-wrap:wrap}}.pay-approval-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:20px;min-height:100vh;padding:10px}.pay-approval-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.pay-approval-header-left{flex:1 1;min-width:200px}.pay-approval-header-right{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.pay-approval-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;line-height:1;margin-bottom:5px}.pay-approval-subtitle{color:#9f8e87;font-size:13px}.pay-approval-search{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:9px;display:flex;gap:8px;height:40px;min-width:180px;padding:0 14px;transition:border-color .15s}.pay-approval-search:focus-within{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.pay-approval-search-icon{color:#9f8e87;font-size:16px}.pay-approval-search input{background:#0000;border:none;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;width:100%}.pay-approval-search input::placeholder{color:#9f8e87}.pay-approval-filter{background:#fff;border:1.5px solid #ddc8b3;border-radius:9px;color:#2c3639;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;height:40px;min-width:130px;outline:none;padding:0 14px;transition:border-color .15s}.pay-approval-filter:focus{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.pay-approval-summary{align-items:center;display:flex;gap:8px}.pay-approval-summary-pill{align-items:center;border:1px solid #0000;border-radius:10px;display:flex;gap:6px;padding:6px 14px}.pay-approval-sum-num{font-family:Inter,serif;font-size:18px;font-weight:500;line-height:1}.pay-approval-sum-lbl{font-size:11px;font-weight:500;opacity:.8}.pay-approval-sum-pending{background:#fffbeb;border-color:#fde68a;color:#b45309}.pay-approval-sum-approved{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.pay-approval-sum-rejected{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.pay-approval-list{display:flex;flex-direction:column;gap:12px}.pay-approval-card{align-items:stretch;background:#fff;border:1px solid #ddc8b3;border-radius:12px;box-shadow:0 2px 10px #2a070c0d;display:flex;min-height:110px;overflow:hidden;transition:box-shadow .2s,transform .15s}.pay-approval-card:hover{box-shadow:0 6px 22px #2a070c1a;transform:translateY(-1px)}.pay-approval-level{align-items:center;display:flex;flex-shrink:0;justify-content:center;min-width:80px;padding:0 12px}.pay-approval-level-badge{border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.08em;padding:4px 12px;text-align:center;text-transform:uppercase}.level-1{background:#dbeafe;color:#1d4ed8}.level-2{background:#fef3c7;color:#d97706}.level-3{background:#f0fdf4;color:#15803d}.pay-approval-content{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0;padding:18px 24px}.pay-approval-header-row{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.pay-approval-payment-number{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:18px;font-weight:600;line-height:1.2}.pay-approval-invoice{color:#9f8e87;font-size:13px}.pay-approval-status-badge{align-items:center;border-radius:20px;display:inline-flex;flex-shrink:0;font-size:11px;font-weight:700;gap:5px;letter-spacing:.05em;padding:4px 12px;text-transform:uppercase}.pay-approval-status-pending{background:#fef3c7;color:#d97706}.pay-approval-status-approved{background:#f0fdf4;color:#15803d}.pay-approval-status-rejected{background:#fef2f2;color:#dc2626}.pay-approval-details{grid-gap:8px 24px;border-bottom:1px solid #f0ebe3;border-top:1px solid #f0ebe3;display:grid;gap:8px 24px;grid-template-columns:repeat(4,1fr);padding:10px 0}.pay-approval-detail-item{display:flex;flex-direction:column;gap:2px}.pay-approval-detail-full{grid-column:1/-1}.pay-approval-detail-label{color:#9f8e87;font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.pay-approval-detail-value{color:#2c3639;font-size:13px;font-weight:500}.pay-approval-remarks{color:#a27b5b;font-style:italic}.pay-approval-actions{display:flex;gap:8px;margin-top:4px}.pay-approval-btn{background:#fff;border:1.5px solid #ddc8b3;border-radius:8px;cursor:pointer;flex:1 1;font-family:Inter,sans-serif;font-size:12px;font-weight:600;letter-spacing:.3px;padding:8px 16px;text-align:center;transition:all .15s}.pay-approval-btn-approve{border-color:#15803d;color:#15803d}.pay-approval-btn-approve:hover{background:#15803d;box-shadow:0 4px 12px #15803d4d;color:#fff}.pay-approval-btn-reject{border-color:#b91c1c;color:#b91c1c}.pay-approval-btn-reject:hover{background:#b91c1c;box-shadow:0 4px 12px #b91c1c4d;color:#fff}.pay-approval-btn-secondary{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.pay-approval-btn-secondary:hover{background:#f7f4f0;border-color:#9f8e87}.pay-approval-btn:disabled{cursor:not-allowed;opacity:.6}.pay-approval-empty{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:12px;color:#9f8e87;display:flex;flex-direction:column;font-size:14px;gap:10px;padding:60px 24px;text-align:center}.pay-approval-empty-icon{font-size:40px}.pay-approval-empty-title{color:#2c3639;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600}.pay-approval-empty-desc{color:#9f8e87;font-size:14px}.pay-approval-modal-overlay{align-items:center;animation:payModalFade .18s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000085;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}@keyframes payModalFade{0%{opacity:0}to{opacity:1}}.pay-approval-modal{animation:payModalUp .2s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #2a070c2e;max-width:480px;padding:36px 32px;text-align:center;width:90%}@keyframes payModalUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.pay-approval-modal-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:24px;font-weight:600;margin-bottom:6px}.pay-approval-modal-sub{color:#9f8e87;font-size:13px;line-height:1.5;margin-bottom:20px}.pay-approval-modal-details{grid-gap:10px 20px;background:#f7f4f0;border-radius:10px;display:grid;gap:10px 20px;grid-template-columns:1fr 1fr;margin-bottom:20px;padding:16px;text-align:left}.pay-approval-modal-detail{display:flex;flex-direction:column;gap:2px}.pay-approval-modal-detail span{color:#9f8e87;font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.pay-approval-modal-detail strong{color:#2c3639;font-size:14px}.pay-approval-modal-remarks{display:flex;flex-direction:column;gap:6px;margin-bottom:20px;text-align:left}.pay-approval-modal-remarks label{color:#2c3639;font-size:12px;font-weight:600}.pay-approval-modal-remarks textarea{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:9px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;min-height:80px;outline:none;padding:10px 13px;resize:vertical;transition:border-color .15s,box-shadow .15s;width:100%}.pay-approval-modal-remarks textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.pay-approval-modal-actions{display:flex;gap:10px;justify-content:center}.pay-approval-modal-actions .pay-approval-btn{flex:1 1}@media (max-width:1024px){.pay-approval-header-right{flex-direction:row;flex-wrap:wrap}.pay-approval-details{grid-template-columns:1fr 1fr}}@media (max-width:768px){.pay-approval-page{padding:18px 14px}.pay-approval-header{flex-direction:column}.pay-approval-header-right{align-items:stretch;flex-direction:column;width:100%}.pay-approval-search{min-width:0;min-width:auto;width:100%}.pay-approval-filter{width:100%}.pay-approval-summary{flex-wrap:wrap;justify-content:flex-start}.pay-approval-card{flex-direction:column}.pay-approval-level{justify-content:flex-start;min-width:auto;padding:8px 12px}.pay-approval-content{padding:14px 16px}.pay-approval-details{gap:6px 16px;grid-template-columns:1fr 1fr}.pay-approval-actions{flex-direction:column}.pay-approval-modal{margin:16px;max-width:100%;padding:24px 20px}.pay-approval-modal-details{grid-template-columns:1fr}.pay-approval-modal-actions{flex-direction:column}}@media (max-width:480px){.pay-approval-title{font-size:24px}.pay-approval-summary-pill{padding:4px 10px}.pay-approval-sum-num{font-size:16px}.pay-approval-sum-lbl{font-size:10px}.pay-approval-details{gap:4px;grid-template-columns:1fr}.pay-approval-payment-number{font-size:16px}.pay-approval-header-row{flex-direction:column}.pay-approval-status-badge{align-self:flex-start}}.pay-approval-waiting{background:#f7f4f0;border:1px dashed #ddc8b3;border-radius:8px;color:#9f8e87;font-weight:500}.pay-approval-actioned,.pay-approval-waiting{flex:1 1;font-size:13px;padding:8px 0;text-align:center}.pay-approval-actioned{font-weight:600}.pay-approval-actioned-ok{color:#15803d}.pay-approval-actioned-no{color:#b91c1c}.pay-approval-actioned-remarks{color:#9f8e87;font-size:11px;font-style:italic;padding:4px 0;text-align:center}.pay-approval-required{color:#b91c1c;font-size:16px;font-weight:700;margin-left:2px}.pay-approval-required-text{color:#b91c1c;font-size:11px;font-weight:400;margin-left:4px}.pay-approval-textarea-error{border-color:#b91c1c!important;box-shadow:0 0 0 3px #b91c1c1f!important}.pay-approval-error-message{align-items:center;color:#b91c1c;display:flex;font-size:12px;font-weight:500;gap:4px;margin-top:4px}.pay-approval-error-message:before{content:"⚠";font-size:14px}.pay-approval-waiting,.po-approval-waiting{background:#f7f4f0;border:1px dashed #ddc8b3;border-radius:8px;color:#9f8e87;flex:1 1;font-size:13px;font-weight:500;padding:8px 0;text-align:center}.pay-approval-actioned,.po-approval-actioned{flex:1 1;font-size:13px;font-weight:600;padding:8px 0;text-align:center}.pay-approval-actioned-ok,.po-approval-actioned-ok{color:#15803d}.pay-approval-actioned-no,.po-approval-actioned-no{color:#b91c1c}.pay-approval-actioned-remarks,.po-approval-actioned-remarks{color:#9f8e87;font-size:11px;font-style:italic;padding:4px 0;text-align:center}.pay-approval-required,.po-approval-required{color:#b91c1c;font-size:16px;font-weight:700;margin-left:2px}.pay-approval-required-text,.po-approval-required-text{color:#b91c1c;font-size:11px;font-weight:400;margin-left:4px}.pay-approval-textarea-error,.po-approval-textarea-error{border-color:#b91c1c!important;box-shadow:0 0 0 3px #b91c1c1f!important}.pay-approval-error-message,.po-approval-error-message{align-items:center;color:#b91c1c;display:flex;font-size:12px;font-weight:500;gap:4px;margin-top:4px}.pay-approval-error-message:before,.po-approval-error-message:before{content:"⚠";font-size:14px}.gm-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:22px;height:100vh;overflow:hidden;padding:20px 32px}.gm-top{align-items:flex-start;display:flex;flex-shrink:0;flex-wrap:wrap;gap:14px;justify-content:space-between}.gm-page-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;line-height:1;margin-bottom:6px}.gm-page-sub{color:#9f8e87;font-size:13px}.gm-top-right{flex-wrap:wrap;gap:10px}.gm-search-box,.gm-top-right{align-items:center;display:flex}.gm-search-box{background:#fff;border:1.5px solid #ddc8b3;border-radius:2px;gap:8px;height:35px;padding:0 14px;transition:border-color .15s}.gm-search-box:focus-within{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.gm-search-icon{color:#9f8e87;font-size:16px}.gm-search-box input{background:#0000;border:none;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;width:200px}.gm-search-box input::placeholder{color:#9f8e87}.gm-btn{align-items:center;border:none;border-radius:2px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;height:35px;justify-content:center;padding:0 20px;transition:all .15s;white-space:nowrap}.gm-btn:active{transform:scale(.97)}.gm-btn-primary{background:#a27b5b;color:#fff;margin-bottom:14px}.gm-btn-primary:hover{background:#8a6a4c;box-shadow:0 4px 12px #a27b5b4d}.gm-btn-secondary{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.gm-btn-secondary:hover{background:#f7f4f0;border-color:#9f8e87}.gm-btn-danger{background:#fff;border:1.5px solid #fecaca;color:#b91c1c}.gm-btn-danger:hover{background:#fef2f2;border-color:#b91c1c}.gm-btn-success{background:#f0fdf4;border:1.5px solid #bbf7d0;color:#15803d}.gm-btn-success:hover{background:#15803d;color:#fff}.gm-btn-sm{font-size:12px;height:32px;padding:0 14px}.gm-table-wrap{background:#fff;border:1px solid #ddc8b3;border-radius:3px;flex:1 1;min-height:0;overflow:auto}.gm-table{border-collapse:collapse;font-size:13px;width:100%}.gm-table thead{background:#2c3639;position:-webkit-sticky;position:sticky;top:0;z-index:10}.gm-table thead th{color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.06em;padding:14px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.gm-table tbody tr{border-bottom:1px solid #f0ebe3;transition:background .15s}.gm-table tbody tr:hover{background:#f7f4f0}.gm-table td:first-child,.gm-table th:first-child{width:180px}.gm-table td:nth-child(2){width:auto}.gm-table td:nth-child(3),.gm-table th:nth-child(3){text-align:center;width:390px}.gm-table td:nth-child(4),.gm-table th:nth-child(4){text-align:left;width:280px}.gm-table tbody tr:last-child{border-bottom:none}.gm-table tbody td{color:#2c3639;padding:14px 20px;vertical-align:middle}.gm-col-id{color:#9f8e87;font-weight:500;width:80px}.gm-col-description{min-width:200px}.gm-status-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:4px 12px}.gm-switch{display:inline-block;height:22px;position:relative;width:42px}.gm-switch input{height:0;opacity:0;width:0}.gm-slider{background:#ccc;border-radius:22px;cursor:pointer;inset:0}.gm-slider,.gm-slider:before{position:absolute;transition:.3s}.gm-slider:before{background:#fff;border-radius:50%;bottom:3px;content:"";height:16px;left:3px;width:16px}.gm-switch input:checked+.gm-slider{background:#a27b5b}.gm-switch input:checked+.gm-slider:before{transform:translateX(20px)}.gm-action-group{display:flex;gap:6px}.gm-col-actions{align-items:center;width:180px}.gm-action-btn{align-items:center;background:#0000;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:14px;height:32px;justify-content:center;transition:all .15s;width:32px}.gm-action-btn:hover{background:#f0ebe3;transform:scale(1.05)}.gm-action-btn-edit:hover{background:#a27b5b1a;color:#a27b5b}.gm-action-btn-delete:hover{background:#b91c1c1a;color:#b91c1c}.gm-action-btn-toggle:hover{background:#15803d1a;color:#15803d}.gm-empty-state{color:#9f8e87;padding:60px 20px;text-align:center}.gm-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.gm-empty-title{color:#2c3639;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin-bottom:8px}.gm-empty-desc{color:#9f8e87;font-size:14px;margin-bottom:20px}.gm-pagination{align-items:center;display:flex;flex-shrink:0;gap:16px;justify-content:space-between;padding-top:4px}.gm-page-info{color:#9f8e87;font-size:13px}.gm-page-controls{display:flex;gap:6px}.gm-page-btn{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:6px;color:#2c3639;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;height:36px;justify-content:center;transition:all .15s;width:36px}.gm-page-btn:hover{background:#f7f4f0;border-color:#9f8e87}.gm-page-btn-active{background:#2a070c;border-color:#2a070c;color:#dcd7c9}.gm-page-btn-active:hover{background:#3f4e4f;border-color:#3f4e4f}.gm-back-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:.2s;width:36px}.gm-back-btn:hover{background:#2c3639;border-color:#2c3639}.gm-back-btn:hover .back-icon{filter:brightness(0) invert(1)}.gm-back-icon{height:14px;object-fit:contain;width:14px}.gm-modal-overlay{align-items:center;animation:gmFadeIn .2s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000008c;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}@keyframes gmFadeIn{0%{opacity:0}to{opacity:1}}.gm-modal{animation:gmSlideUp .25s ease;background:#fff;border-radius:18px;box-shadow:0 24px 60px #2a070c2e;max-width:480px;padding:36px 40px;width:90%}.gm-action-icon{height:18px;object-fit:contain;width:18px}.gm-action-btn-edit{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:7px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:.2s;width:32px}@keyframes gmSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.gm-modal-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;margin-bottom:8px}.gm-modal-sub{color:#9f8e87;font-size:13px;margin-bottom:24px}.gm-form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.gm-form-group label{color:#2c3639;font-size:12px;font-weight:600;letter-spacing:.02em}.gm-form-group input,.gm-form-group select,.gm-form-group textarea{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;padding:0 13px;transition:all .15s}.gm-form-group input,.gm-form-group select{height:42px}.gm-form-group textarea{line-height:1.6;min-height:80px;padding:10px 13px;resize:vertical}.gm-form-group input:focus,.gm-form-group select:focus,.gm-form-group textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.gm-form-group .gm-checkbox-wrap{align-items:center;cursor:pointer;display:flex;gap:10px;padding:6px 0}.gm-form-group .gm-checkbox-wrap input[type=checkbox]{accent-color:#a27b5b;cursor:pointer;height:18px;width:18px}.gm-form-group .gm-checkbox-wrap label{cursor:pointer;margin-bottom:0}.gm-modal-actions{border-top:1px solid #f0ebe3;display:flex;gap:10px;margin-top:24px;padding-top:20px}.gm-modal-actions .gm-btn{flex:1 1}.gm-toast{align-items:center;animation:gmToastIn .3s ease;background:#2c3639;border-radius:12px;bottom:24px;box-shadow:0 8px 24px #2a070c33;color:#dcd7c9;display:flex;font-size:13px;font-weight:500;gap:12px;padding:16px 24px;position:fixed;right:24px;z-index:2000}@keyframes gmToastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.gm-toast-success{background:#15803d}.gm-toast-error{background:#b91c1c}.gm-toast-icon{font-size:18px}.gm-toast-close{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:18px;padding:0 4px;transition:color .15s}.gm-toast-close:hover{color:#fff}@media (max-width:768px){.gm-page{height:100dvh;padding:16px}.gm-top,.gm-top-right{flex-direction:column}.gm-top-right{align-items:stretch;width:100%}.gm-search-box,.gm-search-box input{width:100%}.gm-table-wrap{overflow-x:auto}.gm-table{min-width:600px}.gm-pagination{align-items:center;flex-direction:column;gap:12px}.gm-modal{margin:16px;max-width:100%;padding:24px 20px}.gm-modal-actions{flex-direction:column}}@media (max-width:480px){.gm-page-title{font-size:24px}.gm-btn{justify-content:center;width:100%}.gm-top-right{gap:8px}.gm-action-group{flex-direction:column;gap:4px}}.rm-form-page,.rm-list-page{font-family:Inter,sans-serif}.rm-list-page{background:#f7f4f0;display:flex;flex-direction:column;gap:20px;height:100vh;min-height:100vh;overflow:hidden;padding:20px 32px}.rm-page-header{align-items:flex-start;display:flex;flex-shrink:0;gap:16px;justify-content:space-between}.rm-page-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;line-height:1;margin:0 0 6px}.rm-page-subtitle{color:#9f8e87;font-size:13px;margin:0}.rm-page-actions{align-items:center;display:flex;flex-shrink:0;gap:10px;justify-content:flex-end}.rm-search-box{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:2px;display:flex;gap:8px;height:35px;padding:0 12px;transition:border-color .15s ease,box-shadow .15s ease;width:280px}.rm-search-box:focus-within{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.rm-search-icon{color:#9f8e87;flex-shrink:0;font-size:15px}.rm-search-box input{background:#0000;border:none;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;min-width:0;outline:none;width:100%}.rm-search-box input::placeholder{color:#9f8e87}.rm-btn{align-items:center;border:none;border-radius:2px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;height:35px;justify-content:center;padding:0 20px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease;white-space:nowrap}.rm-btn:active{transform:scale(.97)}.rm-btn-primary{background:#a27b5b;color:#fff}.rm-btn-primary:hover{background:#8a6a4c;box-shadow:0 4px 12px #a27b5b40}.rm-btn-secondary{background:#fff;border:1px solid #ddc8b3;color:#2c3639}.rm-btn-secondary:hover{background:#f7f4f0;border-color:#9f8e87}.rm-btn:disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.rm-table-card{background:#fff;border:1px solid #ddc8b3;border-radius:3px;box-shadow:0 2px 14px #2a070c0f;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.rm-table-responsive{height:100%;overflow-x:auto;overflow-y:auto;width:100%}.rm-table{border-collapse:collapse;font-size:13px;min-width:850px;table-layout:fixed;width:100%}.rm-table thead{background:#2c3639}.rm-table thead th{background:#2c3639;color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.06em;padding:14px 20px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:5}.rm-table tbody tr{border-bottom:1px solid #f0ebe3;transition:background .15s ease}.rm-table tbody tr:hover{background:#f7f4f0}.rm-table tbody tr:last-child{border-bottom:none}.rm-table tbody td{color:#2c3639;overflow:hidden;padding:14px 20px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.rm-table td:first-child,.rm-table th:first-child{width:80px}.rm-table td:nth-child(2),.rm-table th:nth-child(2){width:220px}.rm-table td:nth-child(3),.rm-table th:nth-child(3){width:auto}.rm-table td:nth-child(4),.rm-table th:nth-child(4){text-align:center;width:130px}.rm-table td:nth-child(5),.rm-table th:nth-child(5){width:100px}.rm-col-id{color:#9f8e87;font-weight:500}.rm-col-description{min-width:200px}.rm-col-actions,.rm-col-active{text-align:center}.rm-action-group{align-items:center;display:flex;gap:6px;justify-content:center}.rm-switch{cursor:pointer;display:inline-block;height:24px;position:relative;width:44px}.rm-switch input{height:0;opacity:0;width:0}.rm-slider{background:#ccc;border-radius:24px;cursor:pointer;inset:0;position:absolute;transition:background .25s ease}.rm-slider:before{background:#fff;border-radius:50%;box-shadow:0 1px 4px #00000026;content:"";height:18px;left:3px;position:absolute;top:3px;transition:transform .25s ease;width:18px}.rm-switch input:checked+.rm-slider{background:#a27b5b}.rm-switch input:checked+.rm-slider:before{transform:translateX(20px)}.rm-action-btn{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:7px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:background .15s ease,border-color .15s ease,transform .15s ease;width:32px}.rm-action-btn:hover{background:#f7f4f0;border-color:#a27b5b;transform:scale(1.05)}.rm-action-btn-edit:hover{background:#a27b5b14;border-color:#a27b5b}.rm-action-icon{height:16px;object-fit:contain;opacity:.75;transition:opacity .15s ease;width:16px}.rm-action-btn:hover .rm-action-icon{opacity:1}.rm-empty-state{color:#9f8e87;padding:60px 20px;text-align:center}.rm-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.rm-empty-title{color:#2c3639;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin-bottom:8px}.rm-empty-desc{color:#9f8e87;font-size:14px;margin-bottom:20px}.rm-empty-row{color:#9f8e87!important;padding:40px!important;text-align:center!important}.rm-pagination{align-items:center;border-top:1px solid #f0ebe3;display:flex;flex-shrink:0;gap:12px;justify-content:space-between;padding:14px 20px}.rm-pagination-info{color:#9f8e87;font-size:13px}.rm-pagination-btns{align-items:center;display:flex;gap:4px}.rm-page-btn{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:6px;color:#2c3639;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;height:34px;justify-content:center;transition:background .15s ease,border-color .15s ease;width:34px}.rm-page-btn:hover:not(:disabled){background:#f7f4f0;border-color:#9f8e87}.rm-page-btn:disabled{cursor:not-allowed;opacity:.5}.rm-page-btn-active,.rm-page-btn-active:hover{background:#2a070c;border-color:#2a070c;color:#dcd7c9}.rm-form-page{background:#f7f4f0;display:flex;flex-direction:column;gap:20px;min-height:100vh;padding:28px 32px}.rm-form-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.rm-form-header-left{align-items:center;display:flex;gap:16px}.rm-back-btn{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:background .2s ease,border-color .2s ease;width:38px}.rm-back-btn:hover{background:#2c3639;border-color:#2c3639}.rm-back-btn:hover .rm-back-icon{filter:brightness(0) invert(1)}.rm-back-icon{height:18px;object-fit:contain;width:18px}.rm-form-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;margin:0 0 4px}.rm-form-subtitle{color:#9f8e87;font-size:13px;margin:0}.rm-form-card{background:#fff;border:1px solid #ddc8b3;border-radius:12px;box-shadow:0 2px 14px #2a070c0f;padding:28px;width:100%}.rm-form-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.rm-form-group{display:flex;flex-direction:column;gap:6px;min-width:0}.rm-form-group label{color:#2c3639;font-size:12px;font-weight:600}.rm-form-group input,.rm-form-group select,.rm-form-group textarea{background:#fdfcfb;border:1px solid #ddc8b3;border-radius:8px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;width:100%}.rm-form-group input,.rm-form-group select{height:42px;padding:0 13px}.rm-form-group textarea{min-height:110px;padding:12px 13px;resize:vertical}.rm-form-group input:focus,.rm-form-group select:focus,.rm-form-group textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.rm-status-toggle{align-items:center;display:flex;gap:14px;min-height:42px}.rm-status-label{color:#2c3639;font-size:13px;font-weight:500}.rm-form-footer{border-top:1px solid #f0ebe3;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px}.rm-form-footer,.rm-toast{align-items:center;display:flex}.rm-toast{animation:rmToastIn .3s ease;background:#2c3639;border-radius:10px;bottom:24px;box-shadow:0 8px 24px #2a070c33;color:#dcd7c9;font-size:13px;font-weight:500;gap:12px;padding:14px 20px;position:fixed;right:24px;z-index:2000}@keyframes rmToastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.rm-toast-success{background:#15803d}.rm-toast-error{background:#b91c1c}.rm-toast-icon{font-size:18px}.rm-toast-close{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:18px;padding:0 4px}.rm-toast-close:hover{color:#fff}@media (max-width:768px){.rm-form-page,.rm-list-page{height:auto;min-height:100vh;overflow:visible;padding:16px}.rm-page-actions,.rm-page-header{flex-direction:column}.rm-page-actions{align-items:stretch}.rm-page-actions .rm-btn,.rm-search-box{width:100%}.rm-form-header{align-items:flex-start}.rm-form-grid{grid-template-columns:1fr}.rm-form-footer{flex-direction:column-reverse}.rm-form-footer .rm-btn{width:100%}.rm-table-card{min-height:450px}.rm-table{min-width:750px}.rm-pagination{align-items:center;flex-direction:column}.rm-pagination-btns{flex-wrap:wrap;justify-content:center}.rm-toast{bottom:16px;left:16px;right:16px}}@media (max-width:480px){.rm-page-title{font-size:26px}.rm-form-title{font-size:23px}.rm-form-card{padding:18px}.rm-table tbody td,.rm-table thead th{font-size:12px;padding:11px 14px}.rm-switch{height:22px;width:38px}.rm-slider:before{height:16px;width:16px}.rm-switch input:checked+.rm-slider:before{transform:translateX(16px)}}.pcm-list-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:22px;height:100vh;overflow:hidden;padding:20px 32px}.pcm-page-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}.pcm-page-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;line-height:1;margin-bottom:6px}.pcm-page-subtitle{color:#9f8e87;font-size:13px}.pcm-page-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.pcm-search-box{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:2px;display:flex;gap:8px;height:38px;min-width:250px;padding:0 14px;transition:border-color .15s}.pcm-search-box:focus-within{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.pcm-search-icon{color:#9f8e87;font-size:16px}.pcm-search-box input{background:#0000;border:none;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;width:100%}.pcm-search-box input::placeholder{color:#9f8e87}.pcm-btn{align-items:center;border:none;border-radius:2px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;height:38px;justify-content:center;padding:0 20px;transition:all .15s;white-space:nowrap}.pcm-btn:active{transform:scale(.97)}.pcm-btn-primary{background:#a27b5b;color:#fff}.pcm-btn-primary:hover{background:#8a6a4c;box-shadow:0 4px 12px #a27b5b4d}.pcm-btn-secondary{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.pcm-btn-secondary:hover{background:#f7f4f0;border-color:#9f8e87}.pcm-btn:disabled{cursor:not-allowed;opacity:.6}.pcm-table-card{background:#fff;border:1px solid #ddc8b3;border-radius:3px;box-shadow:0 2px 14px #2a070c0f;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.pcm-table-responsive{overflow-x:auto}.pcm-table{border-collapse:collapse;font-size:13px;width:100%}.pcm-table thead{background:#2c3639}.pcm-table thead th{color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.06em;padding:14px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.pcm-table td:first-child,.pcm-table th:first-child{width:180px}.pcm-table td:nth-child(2),.pcm-table th:nth-child(2){width:auto}.pcm-table td:nth-child(3),.pcm-table th:nth-child(3){text-align:center;width:390px}.pcm-table td:nth-child(4),.pcm-table th:nth-child(4){text-align:left;width:280px}.pcm-table tbody tr{border-bottom:1px solid #f0ebe3;transition:background .15s}.pcm-table tbody tr:hover{background:#f7f4f0}.pcm-table tbody tr:last-child{border-bottom:none}.pcm-table tbody td{color:#2c3639;padding:14px 20px;vertical-align:middle}.pcm-col-id{color:#9f8e87;font-weight:500;width:80px}.pcm-col-description{min-width:200px}.pcm-col-active{text-align:center;width:120px}.pcm-col-actions{text-align:left;width:100px}.pcm-switch{cursor:pointer;display:inline-block;height:24px;position:relative;width:44px}.pcm-switch input{height:0;opacity:0;width:0}.pcm-slider{background:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.pcm-slider,.pcm-slider:before{position:absolute;transition:.3s}.pcm-slider:before{background:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}.pcm-switch input:checked+.pcm-slider{background:#a27b5b}.pcm-switch input:checked+.pcm-slider:before{transform:translateX(20px)}.pcm-action-group{align-items:center;display:flex;gap:6px;justify-content:flex-start}.pcm-action-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:8px;cursor:pointer;display:inline-flex;height:36px;justify-content:center;transition:all .15s;width:36px}.pcm-action-btn:hover{background:#f7f4f0;border-color:#a27b5b;transform:scale(1.05)}.pcm-action-btn-edit:hover{background:#a27b5b14;border-color:#a27b5b}.pcm-action-icon{height:16px;opacity:.7;width:16px}.pcm-action-btn:hover .pcm-action-icon{opacity:1}.pcm-empty-state{color:#9f8e87;padding:60px 20px;text-align:center}.pcm-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.pcm-empty-title{color:#2c3639;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin-bottom:8px}.pcm-empty-desc{color:#9f8e87;font-size:14px;margin-bottom:20px}.pcm-empty-row{color:#9f8e87!important;padding:40px!important;text-align:center}.pcm-pagination{align-items:center;border-top:1px solid #f0ebe3;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px 20px}.pcm-pagination-info{color:#9f8e87;font-size:13px}.pcm-pagination-btns{display:flex;flex-wrap:wrap;gap:4px}.pcm-page-btn{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:6px;color:#2c3639;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;height:36px;justify-content:center;transition:all .15s;width:36px}.pcm-page-btn:hover:not(:disabled){background:#f7f4f0;border-color:#9f8e87}.pcm-page-btn:disabled{cursor:not-allowed;opacity:.5}.pcm-page-btn-active{background:#2a070c;border-color:#2a070c;color:#dcd7c9}.pcm-page-btn-active:hover{background:#3f4e4f;border-color:#3f4e4f}.pcm-form-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:20px;min-height:100vh;padding:28px 32px}.pcm-form-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.pcm-form-header-left{align-items:center;display:flex;gap:16px}.pcm-back-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:.2s;width:38px}.pcm-back-btn:hover{background:#2c3639;border-color:#2c3639}.pcm-back-btn:hover .pcm-back-icon{filter:brightness(0) invert(1)}.pcm-back-icon{height:18px;width:18px}.pcm-form-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;margin-bottom:4px}.pcm-form-subtitle{color:#9f8e87;font-size:13px}.pcm-form-card{background:#fff;border:1px solid #ddc8b3;border-radius:14px;box-shadow:0 2px 14px #2a070c0f;padding:28px}.pcm-form-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}.pcm-form-group{display:flex;flex-direction:column;gap:6px}.pcm-form-group label{color:#2c3639;font-size:12px;font-weight:600;letter-spacing:.02em}.pcm-form-group input,.pcm-form-group textarea{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;height:42px;outline:none;padding:0 13px;transition:all .15s;width:100%}.pcm-form-group input:focus,.pcm-form-group textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.pcm-status-toggle{align-items:center;display:flex;gap:14px;padding-top:4px}.pcm-status-label{color:#2c3639;font-size:13px;font-weight:500}.pcm-form-footer{border-top:1px solid #f0ebe3;display:flex;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px}.pcm-toast{align-items:center;animation:pcmToastIn .3s ease;background:#2c3639;border-radius:12px;bottom:24px;box-shadow:0 8px 24px #2a070c33;color:#dcd7c9;display:flex;font-size:13px;font-weight:500;gap:12px;padding:16px 24px;position:fixed;right:24px;z-index:2000}@keyframes pcmToastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pcm-toast-success{background:#15803d}.pcm-toast-error{background:#b91c1c}.pcm-toast-icon{font-size:18px}.pcm-toast-close{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:18px;padding:0 4px;transition:color .15s}.pcm-toast-close:hover{color:#fff}@media (max-width:768px){.pcm-form-page,.pcm-list-page{padding:16px}.pcm-page-header{flex-direction:column}.pcm-form-grid{grid-template-columns:1fr}.pcm-form-footer{flex-direction:column}.pcm-form-footer .pcm-btn{justify-content:center;width:100%}.pcm-pagination{align-items:center;flex-direction:column}.pcm-pagination-btns{justify-content:center}.pcm-table-responsive{overflow-x:auto}.pcm-table{min-width:500px}.pcm-toast{bottom:16px;left:16px;right:16px}}@media (max-width:480px){.pcm-page-title{font-size:24px}.pcm-page-actions .pcm-btn{justify-content:center;width:100%}.pcm-table tbody td,.pcm-table thead th{font-size:12px;padding:10px 12px}.pcm-col-id{width:50px}.pcm-col-actions{width:70px}.pcm-switch{height:20px;width:36px}.pcm-slider:before{bottom:3px;height:14px;left:3px;width:14px}.pcm-switch input:checked+.pcm-slider:before{transform:translateX(16px)}}.rm-rate-list-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:22px;height:100vh;min-height:100vh;overflow:hidden;padding:28px 32px}.rm-rate-page-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}.rm-rate-page-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;line-height:1;margin-bottom:6px}.rm-rate-page-subtitle{color:#9f8e87;font-size:13px}.rm-rate-page-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.rm-rate-search-box{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:3px;display:flex;gap:8px;height:38px;min-width:200px;padding:0 14px;transition:border-color .15s}.rm-rate-search-box:focus-within{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.rm-rate-search-icon{color:#9f8e87;font-size:16px}.rm-rate-search-box input{background:#0000;border:none;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;width:100%}.rm-rate-search-box input::placeholder{color:#9f8e87}.rm-rate-btn{align-items:center;border:none;border-radius:2px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;height:36px;justify-content:center;padding:0 20px;transition:all .15s;white-space:nowrap}.rm-rate-btn:active{transform:scale(.97)}.rm-rate-btn-primary{background:#a27b5b;color:#fff}.rm-rate-btn-primary:hover{background:#8a6a4c;box-shadow:0 4px 12px #a27b5b4d}.rm-rate-btn-secondary{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.rm-rate-btn-secondary:hover{background:#f7f4f0;border-color:#9f8e87}.rm-rate-btn:disabled{cursor:not-allowed;opacity:.6}.rm-rate-table-card{background:#fff;border:1px solid #ddc8b3;border-radius:3px;box-shadow:0 2px 14px #2a070c0f;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.rm-rate-table-responsive{overflow-x:auto}.rm-rate-table{border-collapse:collapse;font-size:13px;min-width:1000px;width:100%}.rm-rate-table thead{background:#2c3639}.rm-rate-table thead th{color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.06em;padding:12px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.rm-rate-table tbody tr{border-bottom:1px solid #f0ebe3;transition:background .15s}.rm-rate-table tbody tr:hover{background:#f7f4f0}.rm-rate-table tbody tr:last-child{border-bottom:none}.rm-rate-table tbody td{color:#2c3639;padding:12px 16px;vertical-align:middle}.rm-rate-col-id{color:#9f8e87;font-weight:500;text-align:center;width:60px}.rm-rate-col-category{min-width:150px}.rm-rate-col-rate{color:#a27b5b;font-weight:600;min-width:100px}.rm-rate-col-dates{min-width:150px}.rm-rate-col-admission,.rm-rate-col-membership{min-width:100px}.rm-rate-col-rank{min-width:120px}.rm-rate-col-actions,.rm-rate-col-active{text-align:center;width:80px}.rm-rate-date-range{align-items:center;display:flex;font-size:12px;gap:6px}.rm-rate-date-separator{color:#9f8e87;font-weight:300}.rm-rate-membership-badge{background:#a27b5b1f;color:#a27b5b;font-family:Inter,sans-serif}.rm-rate-admission-badge,.rm-rate-membership-badge{border-radius:6px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px}.rm-rate-admission-badge{background:#2c363914;color:#2c3639}.rm-rate-admission-new,.rm-rate-admission-renewal{background:#a27b5b1f;border-radius:6px;color:#a27b5b;display:inline-block;font-family:Inter,sans-serif;font-size:12px;font-weight:600;padding:4px 12px}.rm-rate-switch{cursor:pointer;display:inline-block;height:24px;position:relative;width:44px}.rm-rate-switch input{height:0;opacity:0;width:0}.rm-rate-slider{background:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.rm-rate-slider:before{background:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}.rm-rate-switch input:checked+.rm-rate-slider{background:#a27b5b}.rm-rate-switch input:checked+.rm-rate-slider:before{transform:translateX(20px)}.rm-rate-action-group{align-items:center;display:flex;gap:6px;justify-content:center}.rm-rate-action-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:6px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:all .15s;width:32px}.rm-rate-action-btn:hover{background:#f7f4f0;border-color:#a27b5b;transform:scale(1.05)}.rm-rate-action-btn-edit:hover{background:#a27b5b14;border-color:#a27b5b}.rm-rate-action-icon{height:16px;opacity:.7;width:16px}.rm-rate-action-btn:hover .rm-rate-action-icon{opacity:1}.rm-rate-empty-state{color:#9f8e87;padding:60px 20px;text-align:center}.rm-rate-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.rm-rate-empty-title{color:#2c3639;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin-bottom:8px}.rm-rate-empty-desc{color:#9f8e87;font-size:14px;margin-bottom:20px}.rm-rate-empty-row{color:#9f8e87!important;padding:40px!important;text-align:center}.rm-rate-pagination{align-items:center;border-top:1px solid #f0ebe3;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px 20px}.rm-rate-pagination-info{color:#9f8e87;font-size:13px}.rm-rate-pagination-btns{display:flex;flex-wrap:wrap;gap:4px}.rm-rate-page-btn{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:6px;color:#2c3639;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;height:36px;justify-content:center;transition:all .15s;width:36px}.rm-rate-page-btn:hover:not(:disabled){background:#f7f4f0;border-color:#9f8e87}.rm-rate-page-btn:disabled{cursor:not-allowed;opacity:.5}.rm-rate-page-btn-active{background:#2a070c;border-color:#2a070c;color:#dcd7c9}.rm-rate-page-btn-active:hover{background:#3f4e4f;border-color:#3f4e4f}.rm-rate-form-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:20px;min-height:100vh;padding:28px 32px}.rm-rate-form-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.rm-rate-form-header-left{align-items:center;display:flex;gap:16px}.rm-rate-back-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:.2s;width:38px}.rm-rate-back-btn:hover{background:#2c3639;border-color:#2c3639}.rm-rate-back-btn:hover .rm-rate-back-icon{filter:brightness(0) invert(1)}.rm-rate-back-icon{height:18px;width:18px}.rm-rate-form-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;margin-bottom:4px}.rm-rate-form-subtitle{color:#9f8e87;font-size:13px}.rm-rate-form-card{background:#fff;border:1px solid #ddc8b3;border-radius:14px;box-shadow:0 2px 14px #2a070c0f;padding:28px}.rm-rate-form-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}.rm-rate-form-group{display:flex;flex-direction:column;gap:6px}.rm-rate-form-group label{color:#2c3639;font-size:12px;font-weight:600;letter-spacing:.02em}.rm-rate-form-group input,.rm-rate-form-group select,.rm-rate-form-group textarea{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;height:42px;outline:none;padding:0 13px;transition:all .15s;width:100%}.rm-rate-form-group select{-webkit-appearance:auto;appearance:auto;cursor:pointer}.rm-rate-form-group input:focus,.rm-rate-form-group select:focus,.rm-rate-form-group textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.rm-rate-status-toggle{align-items:center;display:flex;gap:14px;padding-top:4px}.rm-rate-status-label{color:#2c3639;font-size:13px;font-weight:500}.rm-rate-form-footer{border-top:1px solid #f0ebe3;display:flex;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px}.rm-rate-toast{align-items:center;animation:rmRateToastIn .3s ease;background:#2c3639;border-radius:12px;bottom:24px;box-shadow:0 8px 24px #2a070c33;color:#dcd7c9;display:flex;font-size:13px;font-weight:500;gap:12px;padding:16px 24px;position:fixed;right:24px;z-index:2000}@keyframes rmRateToastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.rm-rate-toast-success{background:#15803d}.rm-rate-toast-error{background:#b91c1c}.rm-rate-toast-icon{font-size:18px}.rm-rate-toast-close{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:18px;padding:0 4px;transition:color .15s}.rm-rate-toast-close:hover{color:#fff}@media (max-width:768px){.rm-rate-form-page,.rm-rate-list-page{padding:16px}.rm-rate-page-header{flex-direction:column}.rm-rate-form-grid{grid-template-columns:1fr}.rm-rate-form-footer{flex-direction:column}.rm-rate-form-footer .rm-rate-btn{justify-content:center;width:100%}.rm-rate-pagination{align-items:center;flex-direction:column}.rm-rate-pagination-btns{justify-content:center}.rm-rate-table-responsive{overflow-x:auto}.rm-rate-table{min-width:800px}.rm-rate-toast{bottom:16px;left:16px;right:16px}}@media (max-width:480px){.rm-rate-page-title{font-size:24px}.rm-rate-page-actions .rm-rate-btn{justify-content:center;width:100%}.rm-rate-table tbody td,.rm-rate-table thead th{font-size:12px;padding:8px 10px}.rm-rate-col-id{width:40px}.rm-rate-col-actions{width:60px}.rm-rate-switch{height:20px;width:36px}.rm-rate-slider:before{bottom:3px;height:14px;left:3px;width:14px}.rm-rate-switch input:checked+.rm-rate-slider:before{transform:translateX(16px)}.rm-rate-date-range{align-items:flex-start;flex-direction:column;gap:2px}.rm-rate-date-separator{transform:rotate(90deg)}}.icm-list-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:22px;height:100vh;overflow:hidden;padding:28px 32px}.icm-page-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}.icm-page-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;line-height:1;margin-bottom:6px}.icm-page-subtitle{color:#9f8e87;font-size:13px}.icm-page-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.icm-search-box{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:2px;display:flex;gap:8px;height:38px;min-width:200px;padding:0 14px;transition:border-color .15s}.icm-search-box:focus-within{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.icm-search-icon{color:#9f8e87;font-size:16px}.icm-search-box input{background:#0000;border:none;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;width:100%}.icm-search-box input::placeholder{color:#9f8e87}.icm-btn{align-items:center;border:none;border-radius:2px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;height:37px;justify-content:center;padding:0 20px;transition:all .15s;white-space:nowrap}.icm-btn:active{transform:scale(.97)}.icm-btn-primary{background:#a27b5b;color:#fff}.icm-btn-primary:hover{background:#8a6a4c;box-shadow:0 4px 12px #a27b5b4d}.icm-btn-secondary{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.icm-btn-secondary:hover{background:#f7f4f0;border-color:#9f8e87}.icm-btn:disabled{cursor:not-allowed;opacity:.6}.icm-table-card{background:#fff;border:1px solid #ddc8b3;border-radius:3px;box-shadow:0 2px 14px #2a070c0f;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.icm-table-responsive{overflow-x:auto}.icm-table{border-collapse:collapse;font-size:13px;width:100%}.icm-table thead{background:#2c3639}.icm-table thead th{color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.06em;padding:14px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.icm-table td:first-child,.icm-table th:first-child{width:180px}.icm-table td:nth-child(2),.icm-table th:nth-child(2){width:auto}.icm-table td:nth-child(3),.icm-table th:nth-child(3){text-align:center;width:390px}.icm-table td:nth-child(4),.icm-table th:nth-child(4){text-align:left;width:280px}.icm-table tbody tr{border-bottom:1px solid #f0ebe3;transition:background .15s}.icm-table tbody tr:hover{background:#f7f4f0}.icm-table tbody tr:last-child{border-bottom:none}.icm-table tbody td{color:#2c3639;padding:14px 20px;vertical-align:middle}.icm-col-id{color:#9f8e87;font-weight:500;width:80px}.icm-col-description{min-width:200px}.icm-col-active{text-align:center;width:120px}.icm-col-actions{text-align:left;width:100px}.icm-switch{cursor:pointer;display:inline-block;height:24px;position:relative;width:44px}.icm-switch input{height:0;opacity:0;width:0}.icm-slider{background:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.icm-slider,.icm-slider:before{position:absolute;transition:.3s}.icm-slider:before{background:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}.icm-switch input:checked+.icm-slider{background:#a27b5b}.icm-switch input:checked+.icm-slider:before{transform:translateX(20px)}.icm-action-group{align-items:center;display:flex;gap:6px;justify-content:flex-start}.icm-action-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:8px;cursor:pointer;display:inline-flex;height:36px;justify-content:center;transition:all .15s;width:36px}.icm-action-btn:hover{background:#f7f4f0;border-color:#a27b5b;transform:scale(1.05)}.icm-action-btn-edit:hover{background:#a27b5b14;border-color:#a27b5b}.icm-action-icon{height:16px;opacity:.7;width:16px}.icm-action-btn:hover .icm-action-icon{opacity:1}.icm-empty-state{color:#9f8e87;padding:60px 20px;text-align:center}.icm-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.icm-empty-title{color:#2c3639;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin-bottom:8px}.icm-empty-desc{color:#9f8e87;font-size:14px;margin-bottom:20px}.icm-empty-row{color:#9f8e87!important;padding:40px!important;text-align:center}.icm-pagination{align-items:center;border-top:1px solid #f0ebe3;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px 20px}.icm-pagination-info{color:#9f8e87;font-size:13px}.icm-pagination-btns{display:flex;flex-wrap:wrap;gap:4px}.icm-page-btn{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:6px;color:#2c3639;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;height:36px;justify-content:center;transition:all .15s;width:36px}.icm-page-btn:hover:not(:disabled){background:#f7f4f0;border-color:#9f8e87}.icm-page-btn:disabled{cursor:not-allowed;opacity:.5}.icm-page-btn-active{background:#2a070c;border-color:#2a070c;color:#dcd7c9}.icm-page-btn-active:hover{background:#3f4e4f;border-color:#3f4e4f}.icm-form-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:20px;min-height:100vh;padding:28px 32px}.icm-form-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.icm-form-header-left{align-items:center;display:flex;gap:16px}.icm-back-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:.2s;width:38px}.icm-back-btn:hover{background:#2c3639;border-color:#2c3639}.icm-back-btn:hover .icm-back-icon{filter:brightness(0) invert(1)}.icm-back-icon{height:18px;width:18px}.icm-form-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;margin-bottom:4px}.icm-form-subtitle{color:#9f8e87;font-size:13px}.icm-form-card{background:#fff;border:1px solid #ddc8b3;border-radius:14px;box-shadow:0 2px 14px #2a070c0f;padding:28px}.icm-form-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}.icm-form-group{display:flex;flex-direction:column;gap:6px}.icm-form-group label{color:#2c3639;font-size:12px;font-weight:600;letter-spacing:.02em}.icm-form-group input,.icm-form-group textarea{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;height:42px;outline:none;padding:0 13px;transition:all .15s;width:100%}.icm-form-group input:focus,.icm-form-group textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.icm-status-toggle{align-items:center;display:flex;gap:14px;padding-top:4px}.icm-status-label{color:#2c3639;font-size:13px;font-weight:500}.icm-form-footer{border-top:1px solid #f0ebe3;display:flex;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px}.icm-toast{align-items:center;animation:icmToastIn .3s ease;background:#2c3639;border-radius:12px;bottom:24px;box-shadow:0 8px 24px #2a070c33;color:#dcd7c9;display:flex;font-size:13px;font-weight:500;gap:12px;padding:16px 24px;position:fixed;right:24px;z-index:2000}@keyframes icmToastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.icm-toast-success{background:#15803d}.icm-toast-error{background:#b91c1c}.icm-toast-icon{font-size:18px}.icm-toast-close{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:18px;padding:0 4px;transition:color .15s}.icm-toast-close:hover{color:#fff}@media (max-width:768px){.icm-form-page,.icm-list-page{padding:16px}.icm-page-header{flex-direction:column}.icm-form-grid{grid-template-columns:1fr}.icm-form-footer{flex-direction:column}.icm-form-footer .icm-btn{justify-content:center;width:100%}.icm-pagination{align-items:center;flex-direction:column}.icm-pagination-btns{justify-content:center}.icm-table-responsive{overflow-x:auto}.icm-table{min-width:500px}.icm-toast{bottom:16px;left:16px;right:16px}}@media (max-width:480px){.icm-page-title{font-size:24px}.icm-page-actions .icm-btn{justify-content:center;width:100%}.icm-table tbody td,.icm-table thead th{font-size:12px;padding:10px 12px}.icm-col-id{width:50px}.icm-col-actions{width:70px}.icm-switch{height:20px;width:36px}.icm-slider:before{bottom:3px;height:14px;left:3px;width:14px}.icm-switch input:checked+.icm-slider:before{transform:translateX(16px)}}.tcm-list-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:22px;height:100vh;min-height:100vh;overflow:hidden;padding:28px 32px}.tcm-page-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}.tcm-page-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;line-height:1;margin-bottom:6px}.tcm-page-subtitle{color:#9f8e87;font-size:13px}.tcm-page-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.tcm-search-box{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:2px;display:flex;gap:8px;height:37px;min-width:200px;padding:0 14px;transition:border-color .15s}.tcm-search-box:focus-within{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.tcm-search-icon{color:#9f8e87;font-size:16px}.tcm-search-box input{background:#0000;border:none;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;width:100%}.tcm-search-box input::placeholder{color:#9f8e87}.tcm-btn{align-items:center;border:none;border-radius:2px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;height:37px;justify-content:center;padding:0 20px;transition:all .15s;white-space:nowrap}.tcm-btn:active{transform:scale(.97)}.tcm-btn-primary{background:#a27b5b;color:#fff}.tcm-btn-primary:hover{background:#8a6a4c;box-shadow:0 4px 12px #a27b5b4d}.tcm-btn-secondary{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.tcm-btn-secondary:hover{background:#f7f4f0;border-color:#9f8e87}.tcm-btn:disabled{cursor:not-allowed;opacity:.6}.tcm-table-card{background:#fff;border:1px solid #ddc8b3;border-radius:3px;box-shadow:0 2px 14px #2a070c0f;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.tcm-table-responsive{overflow-x:auto}.tcm-table{border-collapse:collapse;font-size:13px;width:100%}.tcm-table thead{background:#2c3639}.tcm-table thead th{color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.06em;padding:14px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.tcm-table tbody tr{border-bottom:1px solid #f0ebe3;transition:background .15s}.tcm-table tbody tr:hover{background:#f7f4f0}.tcm-table tbody tr:last-child{border-bottom:none}.tcm-table tbody td{color:#2c3639;padding:14px 20px;vertical-align:middle}.tcm-col-id{color:#9f8e87;font-weight:500;text-align:center;width:60px}.tcm-col-taxcode{min-width:120px}.tcm-col-description{min-width:200px}.tcm-col-rate{min-width:100px}.tcm-col-actions,.tcm-col-active{text-align:center;width:80px}.tcm-taxcode-badge{background:#a27b5b1f;color:#a27b5b;font-family:Inter,sans-serif}.tcm-rate-badge,.tcm-taxcode-badge{border-radius:6px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px}.tcm-rate-badge{background:#2c363914;color:#2c3639}.tcm-switch{cursor:pointer;display:inline-block;height:24px;position:relative;width:44px}.tcm-switch input{height:0;opacity:0;width:0}.tcm-slider{background:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.tcm-slider,.tcm-slider:before{position:absolute;transition:.3s}.tcm-slider:before{background:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}.tcm-switch input:checked+.tcm-slider{background:#a27b5b}.tcm-switch input:checked+.tcm-slider:before{transform:translateX(20px)}.tcm-action-group{display:flex;gap:6px}.tcm-action-btn,.tcm-action-group{align-items:center;justify-content:center}.tcm-action-btn{background:#fff;border:1.5px solid #ddc8b3;border-radius:6px;cursor:pointer;display:inline-flex;height:32px;transition:all .15s;width:32px}.tcm-action-btn:hover{background:#f7f4f0;border-color:#a27b5b;transform:scale(1.05)}.tcm-action-btn-edit:hover{background:#a27b5b14;border-color:#a27b5b}.tcm-action-icon{height:16px;opacity:.7;width:16px}.tcm-action-btn:hover .tcm-action-icon{opacity:1}.tcm-empty-state{color:#9f8e87;padding:60px 20px;text-align:center}.tcm-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.tcm-empty-title{color:#2c3639;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin-bottom:8px}.tcm-empty-desc{color:#9f8e87;font-size:14px;margin-bottom:20px}.tcm-empty-row{color:#9f8e87!important;padding:40px!important;text-align:center}.tcm-pagination{align-items:center;border-top:1px solid #f0ebe3;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px 20px}.tcm-pagination-info{color:#9f8e87;font-size:13px}.tcm-pagination-btns{display:flex;flex-wrap:wrap;gap:4px}.tcm-page-btn{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:6px;color:#2c3639;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;height:36px;justify-content:center;transition:all .15s;width:36px}.tcm-page-btn:hover:not(:disabled){background:#f7f4f0;border-color:#9f8e87}.tcm-page-btn:disabled{cursor:not-allowed;opacity:.5}.tcm-page-btn-active{background:#2a070c;border-color:#2a070c;color:#dcd7c9}.tcm-page-btn-active:hover{background:#3f4e4f;border-color:#3f4e4f}.tcm-form-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:20px;min-height:100vh;padding:28px 32px}.tcm-form-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.tcm-form-header-left{align-items:center;display:flex;gap:16px}.tcm-back-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:.2s;width:38px}.tcm-back-btn:hover{background:#2c3639;border-color:#2c3639}.tcm-back-btn:hover .tcm-back-icon{filter:brightness(0) invert(1)}.tcm-back-icon{height:18px;width:18px}.tcm-form-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;margin-bottom:4px}.tcm-form-subtitle{color:#9f8e87;font-size:13px}.tcm-form-card{background:#fff;border:1px solid #ddc8b3;border-radius:14px;box-shadow:0 2px 14px #2a070c0f;padding:28px}.tcm-form-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}.tcm-form-group{display:flex;flex-direction:column;gap:6px}.tcm-col-full{grid-column:1/-1}.tcm-form-group label{color:#2c3639;font-size:12px;font-weight:600;letter-spacing:.02em}.tcm-form-group input,.tcm-form-group select,.tcm-form-group textarea{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;height:42px;outline:none;padding:0 13px;transition:all .15s;width:100%}.tcm-form-group select{-webkit-appearance:auto;appearance:auto;cursor:pointer}.tcm-form-group input:focus,.tcm-form-group select:focus,.tcm-form-group textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.tcm-status-toggle{align-items:center;display:flex;gap:14px;padding-top:4px}.tcm-status-label{color:#2c3639;font-size:13px;font-weight:500}.tcm-form-footer{border-top:1px solid #f0ebe3;display:flex;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px}.tcm-toast{align-items:center;animation:tcmToastIn .3s ease;background:#2c3639;border-radius:12px;bottom:24px;box-shadow:0 8px 24px #2a070c33;color:#dcd7c9;display:flex;font-size:13px;font-weight:500;gap:12px;padding:16px 24px;position:fixed;right:24px;z-index:2000}@keyframes tcmToastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tcm-toast-success{background:#15803d}.tcm-toast-error{background:#b91c1c}.tcm-toast-icon{font-size:18px}.tcm-toast-close{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:18px;padding:0 4px;transition:color .15s}.tcm-toast-close:hover{color:#fff}@media (max-width:768px){.tcm-form-page,.tcm-list-page{padding:16px}.tcm-page-header{flex-direction:column}.tcm-form-grid{grid-template-columns:1fr}.tcm-form-footer{flex-direction:column}.tcm-form-footer .tcm-btn{justify-content:center;width:100%}.tcm-pagination{align-items:center;flex-direction:column}.tcm-pagination-btns{justify-content:center}.tcm-table-responsive{overflow-x:auto}.tcm-table{min-width:600px}.tcm-toast{bottom:16px;left:16px;right:16px}}@media (max-width:480px){.tcm-page-title{font-size:24px}.tcm-page-actions .tcm-btn{justify-content:center;width:100%}.tcm-table tbody td,.tcm-table thead th{font-size:12px;padding:10px 12px}.tcm-col-id{width:40px}.tcm-col-actions{width:60px}.tcm-switch{height:20px;width:36px}.tcm-slider:before{bottom:3px;height:14px;left:3px;width:14px}.tcm-switch input:checked+.tcm-slider:before{transform:translateX(16px)}}.vm-list-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:22px;height:100vh;min-height:100vh;overflow:hidden;padding:28px 32px}.vm-page-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}.vm-page-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;line-height:1;margin-bottom:6px}.vm-page-subtitle{color:#9f8e87;font-size:13px}.vm-page-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.vm-search-box{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:9px;display:flex;gap:8px;height:40px;min-width:200px;padding:0 14px;transition:border-color .15s ease,box-shadow .15s ease}.vm-search-box:focus-within{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.vm-search-icon{color:#9f8e87;flex-shrink:0;font-size:16px}.vm-search-box input{background:#0000;border:none;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;width:100%}.vm-search-box input::placeholder{color:#9f8e87}.vm-btn{align-items:center;border:none;border-radius:9px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;height:40px;justify-content:center;padding:0 20px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease;white-space:nowrap}.vm-btn:active{transform:scale(.97)}.vm-btn-primary{background:#a27b5b;color:#fff}.vm-btn-primary:hover{background:#8a6a4c;box-shadow:0 4px 12px #a27b5b4d}.vm-btn-secondary{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.vm-btn-secondary:hover{background:#f7f4f0;border-color:#9f8e87}.vm-btn:disabled{cursor:not-allowed;opacity:.6}.vm-table-card{background:#fff;border:1px solid #ddc8b3;border-radius:3px;box-shadow:0 2px 14px #2a070c0f;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.vm-table-responsive{flex:1 1;min-height:0;overflow-x:auto;overflow-y:auto}.vm-table{border-collapse:collapse;font-size:13px;min-width:1250px;table-layout:fixed;width:100%}.vm-table thead{background:#2c3639}.vm-table thead th{color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.06em;padding:12px 16px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:2}.vm-table tbody tr{border-bottom:1px solid #f0ebe3;transition:background .15s ease}.vm-table tbody tr:hover{background:#f7f4f0}.vm-table tbody tr:last-child{border-bottom:none}.vm-table tbody td{color:#2c3639;padding:12px 16px;vertical-align:middle}.vm-col-id{color:#9f8e87;font-weight:500;text-align:center;width:50px}.vm-col-code{width:110px}.vm-col-name{width:180px}.vm-col-contact{width:150px}.vm-col-email{width:220px}.vm-col-category{width:150px}.vm-col-cost{width:120px}.vm-col-rate{color:#a27b5b;font-weight:600;width:100px}.vm-col-active{text-align:center;width:90px}.vm-col-actions{text-align:center;width:80px}.vm-vendor-name{color:#2a070c;font-weight:500}.vm-vendor-name,.vm-vendor-notes{-webkit-box-orient:vertical;-webkit-line-clamp:2;cursor:pointer;display:-webkit-box;line-height:1.4;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:normal}.vm-vendor-notes{color:#9f8e87;font-size:11px;margin-top:3px}.vm-vendor-name:hover:after,.vm-vendor-notes:hover:after{background:#000;border-radius:5px;box-shadow:0 3px 10px #0000004d;color:#fff;content:attr(data-tooltip);font-size:12px;left:0;line-height:1.4;max-width:300px;padding:7px 10px;pointer-events:none;position:absolute;top:calc(100% + 6px);white-space:normal;width:-webkit-max-content;width:max-content;word-break:break-word;z-index:9999}.vm-code-badge{background:#a27b5b1f;border-radius:4px;color:#a27b5b;font-family:Inter,sans-serif;font-size:12px}.vm-code-badge,.vm-cost-badge{display:inline-block;font-weight:600;padding:3px 10px}.vm-cost-badge{background:#2c363914;border-radius:12px;color:#2c3639;font-size:11px}.vm-category-badge{background:#a27b5b14;border-radius:12px;color:#a27b5b;display:inline-block;font-size:11px;font-weight:500;padding:3px 10px}.vm-email-link{color:#2c3639;display:inline-block;font-size:12px;max-width:100%;overflow:hidden;text-decoration:none;text-overflow:ellipsis;transition:color .15s ease;white-space:nowrap}.vm-email-link:hover{color:#a27b5b;text-decoration:underline}.vm-switch{cursor:pointer;display:inline-block;height:24px;position:relative;width:44px}.vm-switch input{height:0;opacity:0;width:0}.vm-slider{background:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.vm-slider,.vm-slider:before{position:absolute;transition:.3s}.vm-slider:before{background:#fff;border-radius:50%;bottom:3px;box-shadow:0 1px 3px #00000026;content:"";height:18px;left:3px;width:18px}.vm-switch input:checked+.vm-slider{background:#a27b5b}.vm-switch input:checked+.vm-slider:before{transform:translateX(20px)}.vm-action-group{display:flex;gap:6px}.vm-action-btn,.vm-action-group{align-items:center;justify-content:center}.vm-action-btn{background:#fff;border:1.5px solid #ddc8b3;border-radius:6px;cursor:pointer;display:inline-flex;height:32px;transition:all .15s ease;width:32px}.vm-action-btn:hover{background:#f7f4f0;border-color:#a27b5b;transform:scale(1.05)}.vm-action-btn-edit:hover{background:#a27b5b14;border-color:#a27b5b}.vm-action-icon{height:16px;object-fit:contain;opacity:.7;transition:opacity .15s ease;width:16px}.vm-action-btn:hover .vm-action-icon{opacity:1}.vm-empty-state{color:#9f8e87;padding:60px 20px;text-align:center}.vm-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.vm-empty-title{color:#2c3639;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin-bottom:8px}.vm-empty-desc{color:#9f8e87;font-size:14px;margin-bottom:20px}.vm-empty-row{color:#9f8e87!important;padding:40px!important;text-align:center}.vm-pagination{align-items:center;background:#fff;border-top:1px solid #f0ebe3;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px 20px}.vm-pagination-info{color:#9f8e87;font-size:13px}.vm-pagination-btns{display:flex;flex-wrap:wrap;gap:4px}.vm-page-btn{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:6px;color:#2c3639;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;height:36px;justify-content:center;transition:background .15s ease,border-color .15s ease;width:36px}.vm-page-btn:hover:not(:disabled){background:#f7f4f0;border-color:#9f8e87}.vm-page-btn:disabled{cursor:not-allowed;opacity:.5}.vm-page-btn-active{background:#2a070c;border-color:#2a070c;color:#dcd7c9}.vm-page-btn-active:hover{background:#3f4e4f;border-color:#3f4e4f}.vm-form-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:20px;min-height:100vh;padding:28px 32px}.vm-form-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.vm-form-header-left{align-items:center;display:flex;gap:16px}.vm-back-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:.2s;width:38px}.vm-back-btn:hover{background:#2c3639;border-color:#2c3639}.vm-back-btn:hover .vm-back-icon{filter:brightness(0) invert(1)}.vm-back-icon{height:18px;width:18px}.vm-form-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;margin-bottom:4px}.vm-form-subtitle{color:#9f8e87;font-size:13px}.vm-form-card{background:#fff;border:1px solid #ddc8b3;border-radius:14px;box-shadow:0 2px 14px #2a070c0f;padding:28px}.vm-form-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(4,1fr)}.vm-form-group{display:flex;flex-direction:column;gap:6px}.vm-col-full{grid-column:1/-1}.vm-form-group label{color:#2c3639;font-size:12px;font-weight:600;letter-spacing:.02em}.vm-form-group input,.vm-form-group select,.vm-form-group textarea{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;height:42px;outline:none;padding:0 13px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;width:100%}.vm-form-group textarea{height:auto;line-height:1.6;min-height:80px;padding:10px 13px;resize:vertical}.vm-form-group select{-webkit-appearance:auto;appearance:auto;cursor:pointer}.vm-form-group input:focus,.vm-form-group select:focus,.vm-form-group textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.vm-form-group input::placeholder,.vm-form-group textarea::placeholder{color:#b4a6a0}.vm-status-toggle{align-items:center;display:flex;gap:14px;padding-top:4px}.vm-status-label{color:#2c3639;font-size:13px;font-weight:500}.vm-form-footer{border-top:1px solid #f0ebe3;display:flex;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px}.vm-toast{align-items:center;animation:vmToastIn .3s ease;background:#2c3639;border-radius:12px;bottom:24px;box-shadow:0 8px 24px #2a070c33;color:#dcd7c9;display:flex;font-size:13px;font-weight:500;gap:12px;padding:16px 24px;position:fixed;right:24px;z-index:2000}.vm-toast-success{background:#15803d}.vm-toast-error{background:#b91c1c}.vm-toast-icon{font-size:18px}.vm-toast-close{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:18px;padding:0 4px;transition:color .15s ease}.vm-toast-close:hover{color:#fff}@keyframes vmToastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.vm-form-group .react-tel-input{font-family:Inter,sans-serif;width:100%}.vm-form-group .react-tel-input .form-control,.vm-phone-input{background:#fdfcfb!important;border:1.5px solid #ddc8b3!important;border-radius:8px!important;color:#2c3639!important;font-family:Inter,sans-serif!important;font-size:13px!important;height:42px!important;padding-left:58px!important;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease!important;width:100%!important}.vm-form-group .react-tel-input .form-control:focus,.vm-phone-input:focus{background:#fff!important;border-color:#a27b5b!important;box-shadow:0 0 0 3px #a27b5b1f!important}.vm-form-group .react-tel-input .flag-dropdown,.vm-phone-button{background:#f7f4f0!important;border:1.5px solid #ddc8b3!important;border-radius:8px 0 0 8px!important;border-right:none!important;height:42px!important;width:48px!important}.vm-form-group .react-tel-input .flag-dropdown.open,.vm-form-group .react-tel-input .flag-dropdown:hover{background:#eee6dc!important}.vm-form-group .react-tel-input .selected-flag{border-radius:8px 0 0 8px!important;height:100%!important;padding-left:12px!important;width:100%!important}.vm-form-group .react-tel-input .country-list{border:1px solid #ddc8b3!important;border-radius:8px!important;box-shadow:0 8px 24px #2a070c1f!important;font-family:Inter,sans-serif!important;font-size:13px!important;margin-top:5px!important;max-height:220px!important;overflow-x:hidden!important;width:280px!important}.vm-form-group .react-tel-input .country-list .search{background:#fff!important;padding:10px!important}.vm-form-group .react-tel-input .country-list .search-box{border:1px solid #ddc8b3!important;border-radius:6px!important;font-family:Inter,sans-serif!important;height:36px!important;outline:none!important;padding:0 10px!important;width:100%!important}.vm-form-group .react-tel-input .country-list .country{padding:9px 12px!important;transition:background .15s ease}.vm-form-group .react-tel-input .country-list .country:hover{background:#f7f4f0!important}.vm-form-group .react-tel-input .country-list .country.highlight{background:#a27b5b26!important}.vm-table-responsive::-webkit-scrollbar{height:7px;width:7px}.vm-table-responsive::-webkit-scrollbar-track{background:#f7f4f0}.vm-table-responsive::-webkit-scrollbar-thumb{background:#ddc8b3;border-radius:10px}.vm-table-responsive::-webkit-scrollbar-thumb:hover{background:#a27b5b}@media (max-width:1024px){.vm-page-actions{align-items:stretch;flex-direction:column;width:100%}.vm-search-box{min-width:0;min-width:auto;width:100%}.vm-form-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.vm-form-page,.vm-list-page{padding:16px}.vm-page-header{flex-direction:column}.vm-page-actions{width:100%}.vm-form-grid{grid-template-columns:1fr}.vm-form-card{padding:20px}.vm-form-footer{flex-direction:column}.vm-form-footer .vm-btn{justify-content:center;width:100%}.vm-pagination{align-items:center;flex-direction:column}.vm-pagination-btns{justify-content:center}.vm-table-responsive{overflow-x:auto}.vm-table{min-width:800px}.vm-toast{bottom:16px;left:16px;right:16px}}@media (max-width:480px){.vm-form-page,.vm-list-page{padding:12px}.vm-page-title{font-size:24px}.vm-page-actions .vm-btn{justify-content:center;width:100%}.vm-table tbody td,.vm-table thead th{font-size:12px;padding:8px 10px}.vm-col-id{width:35px}.vm-col-actions{width:55px}.vm-switch{height:20px;width:36px}.vm-slider:before{bottom:3px;height:14px;left:3px;width:14px}.vm-switch input:checked+.vm-slider:before{transform:translateX(16px)}.vm-vendor-notes{max-width:100px}.vm-form-card{padding:16px}.vm-form-title{font-size:23px}.vm-form-header-left{gap:10px}}.vap-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:20px;min-height:100vh;padding:28px 32px}.vap-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.vap-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:30px;font-weight:600;line-height:1;margin-bottom:5px}.vap-sub{color:#9f8e87;font-size:13px}.vap-summary{gap:10px}.vap-summary,.vap-summary-pill{align-items:center;display:flex}.vap-summary-pill{border:1px solid #0000;border-radius:10px;gap:8px;padding:8px 16px}.vap-sum-num{font-family:Inter,serif;font-size:22px;font-weight:400;line-height:1}.vap-sum-lbl{font-size:12px;font-weight:500;opacity:.8}.vap-sum-pending{background:#fffbeb;border-color:#fde68a;color:#b45309}.vap-sum-approved{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.vap-sum-rejected{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.vap-list{display:flex;flex-direction:column;gap:12px}.vap-card{align-items:stretch;background:#fff;border:1px solid #ddc8b3;border-radius:12px;box-shadow:0 2px 10px #2a070c0d;display:flex;min-height:110px;overflow:hidden;transition:box-shadow .2s,transform .15s}.vap-card:hover{box-shadow:0 6px 22px #2a070c1a;transform:translateY(-1px)}.vap-card-bar{flex-shrink:0;width:4px}.vap-card-icon{align-items:center;padding:0 18px}.vap-card-icon,.vap-card-main{display:flex;flex-shrink:0;justify-content:center}.vap-card-main{flex-direction:column;gap:5px;min-width:450px;padding:18px 24px}.vap-card-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:18px;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vap-card-tag{background:#a27b5b1a;border:1px solid #a27b5b40;border-radius:4px;color:#a27b5b;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.08em;padding:2px 8px;width:-webkit-fit-content;width:fit-content}.vap-card-desc{color:#9f8e87;font-size:12px;line-height:1.5}.vap-card-divider{background:#f0ebe3;flex-shrink:0;margin:14px 0;width:1px}.vap-card-meta{display:flex;flex-direction:column;flex-shrink:0;gap:5px;justify-content:center;min-width:700px;padding:18px 24px}.vap-meta-row{align-items:flex-start;display:flex;font-size:13px;gap:8px}.vap-meta-key{color:#2c3639;flex-shrink:0;font-weight:600;min-width:68px}.vap-meta-val{color:#9f8e87}.vap-status-pill{align-items:center;border-radius:20px;display:inline-flex;font-size:11px;font-weight:700;gap:5px;letter-spacing:.05em;padding:4px 12px;text-transform:uppercase}.vap-card-actions{display:flex;flex-direction:column;flex-shrink:0;gap:8px;justify-content:center;min-width:340px;padding:18px 20px}.vap-btn{background:#fff;border:1.5px solid #ddc8b3;border-radius:var(--radius-sm);cursor:pointer;font-family:Inter,sans-serif;font-size:12px;font-weight:600;letter-spacing:.3px;padding:8px 16px;text-align:center;transition:var(--transition)}.vap-btn-approve{border-color:var(--success);color:var(--success)}.vap-btn-approve:hover{background:var(--success);box-shadow:0 4px 12px #2d7d6b4d;color:#fff}.vap-btn-reject{background:#fff;border:1.5px solid #b91c1c;color:#b91c1c}.vap-btn-reject:hover{background:#b91c1c;color:#fff}.vap-btn-view{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.vap-btn-view:hover{background:#f7f4f0;border-color:#9f8e87}.vap-actioned{color:#9f8e87;font-size:13px;font-weight:600;padding:4px 0;text-align:center}.vap-actioned-ok{color:#15803d}.vap-actioned-no{color:#b91c1c}.vap-remarks{font-size:11px;font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vap-empty,.vap-remarks{color:#9f8e87;text-align:center}.vap-empty{align-items:center;display:flex;flex-direction:column;font-size:14px;gap:10px;padding:60px 24px}.vap-empty-icon{font-size:40px}.vap-modal-overlay{align-items:center;animation:vapFade .18s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000085;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}@keyframes vapFade{0%{opacity:0}to{opacity:1}}.vap-modal{animation:vapUp .2s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #2a070c2e;max-width:420px;padding:36px 32px;text-align:center;width:90%}@keyframes vapUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.vap-modal-icon{font-size:40px;margin-bottom:12px}.vap-modal-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin-bottom:6px}.vap-modal-sub{color:#9f8e87;font-size:13px;line-height:1.5;margin-bottom:16px}.vap-modal-textarea{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:9px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;margin-bottom:18px;outline:none;padding:10px 13px;resize:vertical;transition:border-color .15s,box-shadow .15s;width:100%}.vap-modal-textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.vap-modal-actions{display:flex;gap:10px;justify-content:center}.vap-modal-btn{border:none;border-radius:8px;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:600;height:40px;padding:0 24px;transition:.15s}.vap-modal-btn-ghost{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.vap-modal-btn-ghost:hover{background:#f7f4f0}.vap-modal-btn-approve{background:#15803d;color:#fff}.vap-modal-btn-approve:hover{background:#166534}.vap-modal-btn-reject{background:#b91c1c;color:#fff}.vap-modal-btn-reject:hover{background:#991b1b}@media (max-width:900px){.vap-card{flex-wrap:wrap}.vap-card-meta{padding-top:14px}.vap-card-actions,.vap-card-meta{border-top:1px solid #f0ebe3;min-width:100%}.vap-card-actions{flex-direction:row;padding-top:0}.vap-card-divider{display:none}}@media (max-width:1024px){.vap-card-actions{display:flex;flex-direction:column;flex-shrink:0;gap:8px;justify-content:center;min-width:0;padding:18px 20px}.vap-card-main,.vap-card-meta{display:flex;flex-direction:column;flex-shrink:0;gap:5px;justify-content:center;min-width:0;padding:18px 24px}}@media (max-width:600px){.vap-page{padding:18px 14px}.vap-header{flex-direction:column}.vap-summary{flex-wrap:wrap}.vap-card-actions{flex-direction:column}.vap-card-meta{padding:12px 16px}}@media (max-width:768px){.vap-card-bar{flex-shrink:0;width:0}.vap-card-main{display:flex;flex-direction:column;flex-shrink:0;gap:5px;justify-content:center;min-width:450px;padding:18px 24px}}.vm-wrapper{background:#f7f4f0;min-height:100vh}.vm-tab-bar{align-items:center;background:#f7f4f0;border-bottom:2px solid #ddc8b3;display:flex;flex-shrink:0;gap:0;padding:16px 32px 0;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.vm-tab-btn{background:#0000;border:none;border-bottom:2px solid #0000;color:#9f8e87;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:600;height:40px;margin-bottom:-2px;padding:0 24px;transition:color .15s}.vm-tab-btn:hover{color:#2a070c}.vm-tab-active{border-bottom-color:#a27b5b;color:#2a070c}.vm-form-loading{color:#9f8e87;font-size:13px;margin-bottom:14px}.vm-form-error-text{color:#b94040;font-size:13px;margin-bottom:14px;white-space:pre-line}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.um-list-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:22px;min-height:100vh;padding:28px 32px}.um-page-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}.um-page-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;line-height:1;margin-bottom:6px}.um-page-subtitle{color:#9f8e87;font-size:13px}.um-page-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.um-search-box{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:9px;display:flex;gap:8px;height:40px;min-width:200px;padding:0 14px;transition:border-color .15s}.um-search-box:focus-within{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.um-search-icon{color:#9f8e87;font-size:16px}.um-search-box input{background:#0000;border:none;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;width:100%}.um-search-box input::placeholder{color:#9f8e87}.um-btn{align-items:center;border:none;border-radius:9px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;height:40px;justify-content:center;padding:0 20px;transition:all .15s;white-space:nowrap}.um-btn:active{transform:scale(.97)}.um-btn-primary{background:#a27b5b;color:#fff}.um-btn-primary:hover{background:#8a6a4c;box-shadow:0 4px 12px #a27b5b4d}.um-btn-secondary{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.um-btn-secondary:hover{background:#f7f4f0;border-color:#9f8e87}.um-btn:disabled{cursor:not-allowed;opacity:.6}.um-table-card{background:#fff;border:1px solid #ddc8b3;border-radius:3px;box-shadow:0 2px 14px #2a070c0f;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.um-table-responsive{overflow-x:auto}.um-table{border-collapse:collapse;font-size:13px;width:100%}.um-table thead{background:#2c3639}.um-table thead th{color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.06em;padding:14px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.um-table tbody tr{border-bottom:1px solid #f0ebe3;transition:background .15s}.um-table td:first-child,.um-table th:first-child{width:180px}.um-table td:nth-child(2),.um-table th:nth-child(2){width:auto}.um-table td:nth-child(3),.um-table th:nth-child(3){text-align:center;width:390px}.um-table td:nth-child(4),.um-table th:nth-child(4){text-align:left;width:280px}.um-table tbody tr:hover{background:#f7f4f0}.um-table tbody tr:last-child{border-bottom:none}.um-table tbody td{color:#2c3639;padding:14px 20px;vertical-align:middle}.um-col-id{color:#9f8e87;font-weight:500;width:80px}.um-col-description{min-width:200px}.um-col-active{text-align:center;width:120px}.um-col-actions{text-align:left;width:100px}.um-description-text{color:#2c3639;font-weight:400}.um-switch{cursor:pointer;display:inline-block;height:24px;position:relative;width:44px}.um-switch input{height:0;opacity:0;width:0}.um-slider{background:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.um-slider,.um-slider:before{position:absolute;transition:.3s}.um-slider:before{background:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}.um-switch input:checked+.um-slider{background:#a27b5b}.um-switch input:checked+.um-slider:before{transform:translateX(20px)}.um-action-group{align-items:center;display:flex;gap:6px;justify-content:flex-start}.um-action-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:8px;cursor:pointer;display:inline-flex;height:36px;justify-content:center;transition:all .15s;width:36px}.um-action-btn:hover{background:#f7f4f0;border-color:#a27b5b;transform:scale(1.05)}.um-action-btn-edit:hover{background:#a27b5b14;border-color:#a27b5b}.um-action-icon{height:16px;opacity:.7;width:16px}.um-action-btn:hover .um-action-icon{opacity:1}.um-empty-state{color:#9f8e87;padding:60px 20px;text-align:center}.um-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.um-empty-title{color:#2c3639;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin-bottom:8px}.um-empty-desc{color:#9f8e87;font-size:14px;margin-bottom:20px}.um-empty-row{color:#9f8e87!important;padding:40px!important;text-align:center}.um-pagination{align-items:center;border-top:1px solid #f0ebe3;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px 20px}.um-pagination-info{color:#9f8e87;font-size:13px}.um-pagination-btns{display:flex;flex-wrap:wrap;gap:4px}.um-page-btn{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:6px;color:#2c3639;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;height:36px;justify-content:center;transition:all .15s;width:36px}.um-page-btn:hover:not(:disabled){background:#f7f4f0;border-color:#9f8e87}.um-page-btn:disabled{cursor:not-allowed;opacity:.5}.um-page-btn-active{background:#2a070c;border-color:#2a070c;color:#dcd7c9}.um-page-btn-active:hover{background:#3f4e4f;border-color:#3f4e4f}.um-form-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:20px;min-height:100vh;padding:28px 32px}.um-form-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.um-form-header-left{align-items:center;display:flex;gap:16px}.um-back-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:.2s;width:38px}.um-back-btn:hover{background:#2c3639;border-color:#2c3639}.um-back-btn:hover .um-back-icon{filter:brightness(0) invert(1)}.um-back-icon{height:18px;width:18px}.um-form-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;margin-bottom:4px}.um-form-subtitle{color:#9f8e87;font-size:13px}.um-form-card{background:#fff;border:1px solid #ddc8b3;border-radius:14px;box-shadow:0 2px 14px #2a070c0f;padding:28px}.um-form-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}.um-form-group{display:flex;flex-direction:column;gap:6px}.um-form-group label{color:#2c3639;font-size:12px;font-weight:600;letter-spacing:.02em}.um-form-group input,.um-form-group textarea{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;height:42px;outline:none;padding:0 13px;transition:all .15s;width:100%}.um-form-group input:focus,.um-form-group textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.um-status-toggle{align-items:center;display:flex;gap:14px;padding-top:4px}.um-status-label{color:#2c3639;font-size:13px;font-weight:500}.um-form-footer{border-top:1px solid #f0ebe3;display:flex;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px}.um-toast{align-items:center;animation:umToastIn .3s ease;background:#2c3639;border-radius:12px;bottom:24px;box-shadow:0 8px 24px #2a070c33;color:#dcd7c9;display:flex;font-size:13px;font-weight:500;gap:12px;padding:16px 24px;position:fixed;right:24px;z-index:2000}@keyframes umToastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.um-toast-success{background:#15803d}.um-toast-error{background:#b91c1c}.um-toast-icon{font-size:18px}.um-toast-close{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:18px;padding:0 4px;transition:color .15s}.um-toast-close:hover{color:#fff}@media (max-width:1024px){.um-page-actions{align-items:stretch;flex-direction:column;width:100%}.um-search-box{min-width:0;min-width:auto;width:100%}}@media (max-width:768px){.um-form-page,.um-list-page{padding:16px}.um-page-header{flex-direction:column}.um-form-grid{grid-template-columns:1fr}.um-form-footer{flex-direction:column}.um-form-footer .um-btn{justify-content:center;width:100%}.um-pagination{align-items:center;flex-direction:column}.um-pagination-btns{justify-content:center}.um-table-responsive{overflow-x:auto}.um-table{min-width:500px}.um-toast{bottom:16px;left:16px;right:16px}}@media (max-width:480px){.um-page-title{font-size:24px}.um-page-actions .um-btn{justify-content:center;width:100%}.um-table tbody td,.um-table thead th{font-size:12px;padding:10px 12px}.um-col-id{width:50px}.um-col-actions{width:70px}.um-switch{height:20px;width:36px}.um-slider:before{bottom:3px;height:14px;left:3px;width:14px}.um-switch input:checked+.um-slider:before{transform:translateX(16px)}}.gm-guest-list-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:22px;height:100vh;min-height:100vh;overflow:hidden;padding:28px 32px}.gm-guest-page-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}.gm-guest-page-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:32px;font-weight:600;line-height:1;margin-bottom:6px}.gm-guest-page-subtitle{color:#9f8e87;font-size:13px}.gm-guest-page-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.gm-guest-search-box{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:9px;display:flex;gap:8px;height:40px;min-width:200px;padding:0 14px;transition:border-color .15s}.gm-guest-search-box:focus-within{border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1a}.gm-guest-search-icon{color:#9f8e87;font-size:16px}.gm-guest-search-box input{background:#0000;border:none;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;outline:none;width:100%}.gm-guest-search-box input::placeholder{color:#9f8e87}.gm-guest-btn{align-items:center;border:none;border-radius:9px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;height:40px;justify-content:center;padding:0 20px;transition:all .15s;white-space:nowrap}.gm-guest-btn:active{transform:scale(.97)}.gm-guest-btn-primary{background:#a27b5b;color:#fff}.gm-guest-btn-primary:hover{background:#8a6a4c;box-shadow:0 4px 12px #a27b5b4d}.gm-guest-btn-secondary{background:#fff;border:1.5px solid #ddc8b3;color:#2c3639}.gm-guest-btn-secondary:hover{background:#f7f4f0;border-color:#9f8e87}.gm-guest-btn:disabled{cursor:not-allowed;opacity:.6}.gm-guest-table-card{background:#fff;border:1px solid #ddc8b3;border-radius:3px;box-shadow:0 2px 14px #2a070c0f;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.gm-guest-table-responsive{overflow-x:auto}.gm-guest-table{border-collapse:collapse;font-size:13px;min-width:1000px;width:100%}.gm-guest-table thead{background:#2c3639}.gm-guest-table thead th{color:#dcd7c9;font-size:11px;font-weight:600;letter-spacing:.06em;padding:12px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.gm-guest-table tbody tr{border-bottom:1px solid #f0ebe3;transition:background .15s}.gm-guest-table tbody tr:hover{background:#f7f4f0}.gm-guest-table tbody tr:last-child{border-bottom:none}.gm-guest-table tbody td{color:#2c3639;padding:12px 16px;vertical-align:middle}.gm-guest-col-id{color:#9f8e87;font-weight:500;text-align:center;width:50px}.gm-guest-col-contact,.gm-guest-col-name{min-width:180px}.gm-guest-col-location{min-width:150px}.gm-guest-col-amount{color:#a27b5b;font-weight:600;min-width:100px}.gm-guest-col-diet{min-width:120px}.gm-guest-col-active{text-align:center;width:80px}.gm-guest-col-actions{text-align:center;width:70px}.gm-guest-full-name{align-items:center;display:flex;flex-wrap:wrap;gap:4px}.gm-guest-title{color:#9f8e87;font-size:12px;font-weight:600}.gm-guest-first{color:#2a070c;font-weight:500}.gm-guest-last{color:#2a070c;font-weight:600}.gm-guest-dob{color:#9f8e87;font-size:11px;margin-top:2px}.gm-guest-email{margin-bottom:2px}.gm-guest-email-link{color:#2c3639;font-size:12px;text-decoration:none;transition:color .15s}.gm-guest-email-link:hover{color:#a27b5b;text-decoration:underline}.gm-guest-phone{color:#9f8e87;font-size:12px}.gm-guest-country{color:#9f8e87;font-size:11px}.gm-guest-diet-badge{background:#a27b5b1f;border-radius:12px;color:#a27b5b;display:inline-block;font-size:11px;font-weight:500;padding:3px 10px}.gm-guest-diet-none{color:#9f8e87;font-size:13px}.gm-guest-switch{cursor:pointer;display:inline-block;height:24px;position:relative;width:44px}.gm-guest-switch input{height:0;opacity:0;width:0}.gm-guest-slider{background:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.gm-guest-slider:before{background:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}.gm-guest-switch input:checked+.gm-guest-slider{background:#a27b5b}.gm-guest-switch input:checked+.gm-guest-slider:before{transform:translateX(20px)}.gm-guest-action-group{align-items:center;display:flex;gap:6px;justify-content:center}.gm-guest-action-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:6px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:all .15s;width:32px}.gm-guest-action-btn:hover{background:#f7f4f0;border-color:#a27b5b;transform:scale(1.05)}.gm-guest-action-btn-edit:hover{background:#a27b5b14;border-color:#a27b5b}.gm-guest-action-icon{height:16px;opacity:.7;width:16px}.gm-guest-action-btn:hover .gm-guest-action-icon{opacity:1}.gm-guest-empty-state{color:#9f8e87;padding:60px 20px;text-align:center}.gm-guest-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.gm-guest-empty-title{color:#2c3639;font-family:Cormorant Garamond,serif;font-size:22px;font-weight:600;margin-bottom:8px}.gm-guest-empty-desc{color:#9f8e87;font-size:14px;margin-bottom:20px}.gm-guest-empty-row{color:#9f8e87!important;padding:40px!important;text-align:center}.gm-guest-pagination{align-items:center;border-top:1px solid #f0ebe3;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px 20px}.gm-guest-pagination-info{color:#9f8e87;font-size:13px}.gm-guest-pagination-btns{display:flex;flex-wrap:wrap;gap:4px}.gm-guest-page-btn{align-items:center;background:#fff;border:1px solid #ddc8b3;border-radius:6px;color:#2c3639;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;height:36px;justify-content:center;transition:all .15s;width:36px}.gm-guest-page-btn:hover:not(:disabled){background:#f7f4f0;border-color:#9f8e87}.gm-guest-page-btn:disabled{cursor:not-allowed;opacity:.5}.gm-guest-page-btn-active{background:#2a070c;border-color:#2a070c;color:#dcd7c9}.gm-guest-page-btn-active:hover{background:#3f4e4f;border-color:#3f4e4f}.gm-guest-form-page{background:#f7f4f0;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:20px;min-height:100vh;padding:28px 32px}.gm-guest-form-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.gm-guest-form-header-left{align-items:center;display:flex;gap:16px}.gm-guest-back-btn{align-items:center;background:#fff;border:1.5px solid #ddc8b3;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:38px;justify-content:center;transition:.2s;width:38px}.gm-guest-back-btn:hover{background:#2c3639;border-color:#2c3639}.gm-guest-back-btn:hover .gm-guest-back-icon{filter:brightness(0) invert(1)}.gm-guest-back-icon{height:18px;width:18px}.gm-guest-form-title{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:600;margin-bottom:4px}.gm-guest-form-subtitle{color:#9f8e87;font-size:13px}.gm-guest-form-card{background:#fff;border:1px solid #ddc8b3;border-radius:14px;box-shadow:0 2px 14px #2a070c0f;padding:28px}.gm-guest-form-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}.gm-col-full{grid-column:1/-1}.gm-guest-section-title{border-top:2px solid #f0ebe3;margin-top:8px;padding-top:16px}.gm-guest-section-title:first-of-type{border-top:none;margin-top:0;padding-top:0}.gm-guest-section-title h3{color:#2a070c;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:600;margin-bottom:0}.gm-guest-form-group{display:flex;flex-direction:column;gap:6px}.gm-guest-form-group label{color:#2c3639;font-size:12px;font-weight:600;letter-spacing:.02em}.gm-guest-form-group input,.gm-guest-form-group select,.gm-guest-form-group textarea{background:#fdfcfb;border:1.5px solid #ddc8b3;border-radius:8px;color:#2c3639;font-family:Inter,sans-serif;font-size:13px;height:42px;outline:none;padding:0 13px;transition:all .15s;width:100%}.gm-guest-form-group textarea{height:auto;line-height:1.6;min-height:80px;padding:10px 13px;resize:vertical}.gm-guest-form-group select{-webkit-appearance:auto;appearance:auto;cursor:pointer}.gm-guest-form-group select:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.gm-guest-form-group input:focus,.gm-guest-form-group select:focus,.gm-guest-form-group textarea:focus{background:#fff;border-color:#a27b5b;box-shadow:0 0 0 3px #a27b5b1f}.gm-guest-status-toggle{align-items:center;display:flex;gap:14px;padding-top:4px}.gm-guest-status-label{color:#2c3639;font-size:13px;font-weight:500}.gm-guest-form-footer{border-top:1px solid #f0ebe3;display:flex;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px}.gm-guest-toast{align-items:center;animation:gmGuestToastIn .3s ease;background:#2c3639;border-radius:12px;bottom:24px;box-shadow:0 8px 24px #2a070c33;color:#dcd7c9;display:flex;font-size:13px;font-weight:500;gap:12px;padding:16px 24px;position:fixed;right:24px;z-index:2000}@keyframes gmGuestToastIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.gm-guest-toast-success{background:#15803d}.gm-guest-toast-error{background:#b91c1c}.gm-guest-toast-icon{font-size:18px}.gm-guest-toast-close{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:18px;padding:0 4px;transition:color .15s}.gm-guest-toast-close:hover{color:#fff}@media (max-width:1024px){.gm-guest-page-actions{align-items:stretch;flex-direction:column;width:100%}.gm-guest-search-box{min-width:0;min-width:auto;width:100%}}@media (max-width:768px){.gm-guest-form-page,.gm-guest-list-page{padding:16px}.gm-guest-page-header{flex-direction:column}.gm-guest-form-grid{grid-template-columns:1fr}.gm-guest-form-footer{flex-direction:column}.gm-guest-form-footer .gm-guest-btn{justify-content:center;width:100%}.gm-guest-pagination{align-items:center;flex-direction:column}.gm-guest-pagination-btns{justify-content:center}.gm-guest-table-responsive{overflow-x:auto}.gm-guest-table{min-width:800px}.gm-guest-toast{bottom:16px;left:16px;right:16px}}@media (max-width:480px){.gm-guest-page-title{font-size:24px}.gm-guest-page-actions .gm-guest-btn{justify-content:center;width:100%}.gm-guest-table tbody td,.gm-guest-table thead th{font-size:12px;padding:8px 10px}.gm-guest-col-id{width:35px}.gm-guest-col-actions{width:55px}.gm-guest-switch{height:20px;width:36px}.gm-guest-slider:before{bottom:3px;height:14px;left:3px;width:14px}.gm-guest-switch input:checked+.gm-guest-slider:before{transform:translateX(16px)}.gm-guest-full-name{align-items:flex-start;flex-direction:column;gap:0}.gm-guest-dob{font-size:10px}.gm-guest-email-link,.gm-guest-phone{font-size:11px}}
/*# sourceMappingURL=main.a7e2c9d0.css.map*/