:root{--lmg-red:#b71925;--lmg-ink:#172033;--lmg-muted:#667085;--lmg-line:#e5e9f0;--lmg-bg:#f5f7fb}*{box-sizing:border-box}.lmg-gc-client-page{margin:0;background:var(--lmg-bg);color:var(--lmg-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.lmg-shell{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100vh}.lmg-sidebar{position:sticky;top:0;height:100vh;padding:28px 20px;background:#111827;color:#fff;display:flex;flex-direction:column}.lmg-brand{display:flex;gap:12px;align-items:center;padding:0 8px 28px}.lmg-brand>span{width:42px;height:42px;border-radius:13px;background:var(--lmg-red);display:grid;place-items:center;font-weight:800}.lmg-brand strong,.lmg-brand small,.lmg-user strong,.lmg-user small{display:block}.lmg-brand small{color:#9ca3af;margin-top:3px}.lmg-sidebar nav{display:grid;gap:7px}.lmg-sidebar button{border:0;border-radius:10px;padding:13px 15px;background:transparent;color:#cbd5e1;text-align:left;font:inherit;font-weight:600;cursor:pointer}.lmg-sidebar button:hover,.lmg-sidebar button.active{background:#273247;color:#fff}.lmg-sidebar button.active{box-shadow:inset 3px 0 var(--lmg-red)}.lmg-logout{margin-top:auto;color:#cbd5e1;text-decoration:none;padding:12px}.lmg-main{min-width:0;padding:34px clamp(20px,4vw,58px)}.lmg-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.lmg-topbar p{margin:0 0 6px;color:var(--lmg-red);font-size:12px;font-weight:800;letter-spacing:.15em}.lmg-topbar h1{margin:0;font-size:clamp(28px,4vw,40px)}.lmg-user{display:flex;gap:11px;align-items:center}.lmg-user>span{width:40px;height:40px;border-radius:50%;background:#f7dadd;color:var(--lmg-red);display:grid;place-items:center;font-weight:800}.lmg-user small{color:var(--lmg-muted);margin-top:2px}.lmg-stats{display:grid;grid-template-columns:repeat(2,minmax(0,240px));gap:16px;margin-bottom:22px}.lmg-stats>div{background:#fff;border:1px solid var(--lmg-line);border-radius:14px;padding:18px 20px}.lmg-stats small{display:block;color:var(--lmg-muted);margin-bottom:8px}.lmg-stats strong{font-size:24px}.lmg-panel{background:#fff;border:1px solid var(--lmg-line);border-radius:18px;box-shadow:0 12px 35px rgba(16,24,40,.06);overflow:hidden}.lmg-toolbar{display:flex;justify-content:space-between;gap:25px;align-items:end;padding:24px 26px;border-bottom:1px solid var(--lmg-line)}.lmg-toolbar h2{margin:0 0 5px;font-size:20px}.lmg-toolbar p{margin:0;color:var(--lmg-muted)}.lmg-toolbar label{min-width:270px}.lmg-toolbar label span{display:block;font-size:12px;font-weight:700;margin-bottom:7px}.lmg-toolbar input{width:100%;height:44px;border:1px solid #cfd6e2;border-radius:10px;padding:0 14px;font:inherit}.lmg-toolbar input:focus{outline:3px solid rgba(183,25,37,.12);border-color:var(--lmg-red)}.lmg-table-wrap{overflow:auto}.lmg-table{border-collapse:collapse;width:100%;min-width:820px}.lmg-table th,.lmg-table td{padding:15px 18px;text-align:left;border-bottom:1px solid var(--lmg-line);vertical-align:middle}.lmg-table th{background:#fafbfc;color:#526071;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.lmg-table tbody tr:hover{background:#fffafb}.lmg-table code{white-space:nowrap;color:var(--lmg-red);font-weight:700}.lmg-table small{display:block;color:var(--lmg-muted);margin-top:3px}.lmg-money{font-weight:800}.lmg-status{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eef2f6;color:#475467;font-size:12px;font-weight:700;text-transform:capitalize}.lmg-status--sent,.lmg-status--completed{background:#dcfae6;color:#067647}.lmg-status--scheduled,.lmg-status--processing{background:#fff1d6;color:#b54708}.lmg-status--failed,.lmg-status--cancelled{background:#fee4e2;color:#b42318}.lmg-loader,.lmg-error,.lmg-empty{padding:70px 24px;text-align:center}.lmg-error{color:#b42318}.lmg-empty__icon{font-size:42px;color:#98a2b3}.lmg-empty h2{margin:10px 0 5px}.lmg-empty p{margin:0;color:var(--lmg-muted)}.lmg-app-loading{display:grid;place-items:center;min-height:100vh}@media(max-width:780px){.lmg-shell{display:block}.lmg-sidebar{position:static;height:auto;padding:16px}.lmg-sidebar nav{grid-template-columns:1fr 1fr}.lmg-logout{position:absolute;right:18px;top:20px}.lmg-brand{padding-bottom:14px}.lmg-main{padding:22px 14px}.lmg-user{display:none}.lmg-stats{grid-template-columns:1fr 1fr}.lmg-toolbar{display:block}.lmg-toolbar label{display:block;min-width:0;margin-top:18px}}
.lmg-login-screen{min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 15% 15%,#fff 0,transparent 30%),linear-gradient(135deg,#f9eef0,#f4f6fa 55%,#edf1f7)}.lmg-login-card{width:min(100%,470px);padding:42px 44px;background:#fff;border:1px solid #e4e8ef;border-radius:22px;box-shadow:0 24px 70px rgba(16,24,40,.13)}.lmg-login-mark{width:56px;height:56px;margin-bottom:24px;border-radius:16px;background:#b71925;color:#fff;display:grid;place-items:center;font-weight:850;font-size:18px}.lmg-login-kicker{color:#b71925;font-size:11px;font-weight:850;letter-spacing:.15em}.lmg-login-card h1{margin:8px 0 9px;font-size:34px;line-height:1.2}.lmg-login-card>p{margin:0 0 27px;color:#667085;line-height:1.6}.lmg-login-card form p{margin:0 0 17px}.lmg-login-card form label:not(.login-remember label){display:block;margin-bottom:7px;color:#344054;font-size:13px;font-weight:700}.lmg-login-card .input{width:100%;height:50px;padding:0 14px;border:1px solid #cdd5df;border-radius:10px;background:#fff;font:inherit}.lmg-login-card .input:focus{outline:3px solid rgba(183,25,37,.12);border-color:#b71925}.lmg-login-card .login-remember{font-size:13px;color:#475467}.lmg-login-card .login-submit{margin-top:21px}.lmg-login-card #wp-submit,.lmg-login-button{display:block;width:100%;min-height:50px;border:0;border-radius:10px;background:#b71925;color:#fff;font:inherit;font-weight:750;text-decoration:none;text-align:center;line-height:50px;cursor:pointer;box-shadow:0 10px 22px rgba(183,25,37,.2)}.lmg-login-reset{display:block;margin:18px 0 27px;color:#b71925;text-align:center;text-decoration:none;font-weight:650}.lmg-login-security{display:block;padding-top:20px;border-top:1px solid #e8ebf0;color:#667085;text-align:center;line-height:1.5}@media(max-width:520px){.lmg-login-screen{padding:15px}.lmg-login-card{padding:32px 24px;border-radius:17px}.lmg-login-card h1{font-size:29px}}
.lmg-login-logo{display:block;width:auto;max-width:210px;height:72px;object-fit:contain;object-position:left center;margin-bottom:25px}.lmg-password-field{position:relative;display:block}.lmg-password-field .input{padding-right:54px}.lmg-password-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:39px;height:39px;border:0;border-radius:8px;background:#f5e7e9;color:#b71925;cursor:pointer;font-size:18px}.lmg-password-toggle:hover,.lmg-password-toggle:focus{background:#b71925;color:#fff;outline:0}.lmg-login-card .login-security{margin-top:26px}
.lmg-brand img{width:46px;height:46px;padding:4px;object-fit:contain;background:#fff;border-radius:10px}.lmg-order-link{border:0;background:transparent;color:#b71925;text-decoration:underline;font:inherit;font-weight:750;cursor:pointer}.lmg-order-modal{position:fixed;inset:0;z-index:99999;padding:28px;background:rgba(15,23,42,.72);display:grid;place-items:center;overflow:auto}.lmg-order-dialog{width:min(100%,960px);max-height:calc(100vh - 56px);overflow:auto;background:#fff;border-radius:19px;box-shadow:0 28px 80px rgba(0,0,0,.3)}.lmg-order-dialog>header{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;gap:20px;padding:24px 28px;background:#fff;border-bottom:1px solid #e5e9f0}.lmg-order-dialog header small{color:#b71925;font-weight:850;letter-spacing:.12em}.lmg-order-dialog header h2{margin:5px 0 2px;font-size:27px}.lmg-order-dialog header p{margin:0;color:#667085}.lmg-order-close{width:42px;height:42px;border:0;border-radius:50%;background:#f2f4f7;color:#344054;font-size:27px;cursor:pointer}.lmg-order-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:22px 28px;background:#fbfcfd;border-bottom:1px solid #e5e9f0}.lmg-order-summary>div{padding:15px;background:#fff;border:1px solid #e5e9f0;border-radius:11px}.lmg-order-summary span:not(.lmg-status){display:block;color:#667085;font-size:12px;margin-bottom:7px}.lmg-order-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:25px 28px;border-bottom:1px solid #e5e9f0}.lmg-order-columns h3,.lmg-order-items h3,.lmg-order-note h3{margin:0 0 9px;font-size:15px}.lmg-order-columns p{margin:0;color:#475467;line-height:1.55;white-space:pre-line}.lmg-order-items{padding:25px 28px}.lmg-order-items article{display:flex;justify-content:space-between;gap:20px;padding:16px 0;border-bottom:1px solid #e5e9f0}.lmg-order-items article small{display:block;color:#667085;margin-top:4px}.lmg-gift-meta{margin:10px 0 0;padding:10px 12px;background:#fff7f7;border-radius:8px}.lmg-gift-meta>div{display:grid;grid-template-columns:120px 1fr;gap:10px}.lmg-gift-meta dt{text-transform:capitalize;color:#667085}.lmg-gift-meta dd{margin:0}.lmg-order-totals{margin-left:auto;width:min(100%,410px);padding:0 28px 25px}.lmg-order-totals>div{display:flex;justify-content:space-between;padding:9px 0}.lmg-order-totals .total{margin-top:4px;padding-top:15px;border-top:2px solid #172033;font-size:18px}.lmg-order-note{margin:0 28px 28px;padding:16px;background:#fffbeb;border-radius:10px}.lmg-order-loading>div{padding:24px 30px;border-radius:12px;background:#fff;font-weight:750}@media(max-width:700px){.lmg-order-modal{padding:10px}.lmg-order-dialog{max-height:calc(100vh - 20px)}.lmg-order-summary,.lmg-order-columns{grid-template-columns:1fr}.lmg-order-dialog>header,.lmg-order-summary,.lmg-order-columns,.lmg-order-items{padding-left:18px;padding-right:18px}}
