:root{--purple:#8245c8;--ink:#30203f;--muted:#806c90;--line:#e9e0f1;--font:'Rethink Sans',Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:#faf8fd;color:var(--ink);font:16px/1.5 var(--font)}[hidden]{display:none!important}button,input,select,textarea{font:inherit}button,a{cursor:pointer}button{transition:background .2s,box-shadow .2s}a{text-decoration:none;color:inherit}h1,h2,h3,p{margin-top:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #b08bdc;outline-offset:3px}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:10px;padding:12px 18px;font-weight:600;font-size:14px}.primary{border:1px solid #8143c6;color:white;background:linear-gradient(115deg,#9451d8,#7739bc);box-shadow:0 4px 12px #8a43c320}.primary:hover{background:#7835b8}.primary:disabled{opacity:.6;cursor:wait}.secondary{background:white;color:#78538f;border:1px solid #dfd0eb}.secondary:hover{background:#f5eefb}.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.8px;color:#a278bf;margin-bottom:12px}.error{color:#a93250;background:#fff0f3;border:1px solid #efc3cf;border-radius:8px;padding:11px 13px;font-size:14px;line-height:1.5}.auth-layout{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-brand{background:linear-gradient(120deg,#3a16576b,#160d2aaa),url('assets/brand-background.png') center/cover;color:white;padding:55px 12%;display:flex;flex-direction:column;justify-content:space-between;gap:65px}.auth-brand>a img{width:180px}.auth-brand h1{font-size:clamp(40px,4vw,62px);line-height:1.08;letter-spacing:-2.4px;font-weight:600;margin-bottom:25px}.auth-brand h1 em{color:#d8b8ff}.auth-brand p:not(.eyebrow){color:#d3bce6;line-height:1.8}.auth-brand small{font-size:12px;color:#b198c5}.auth-side{display:flex;flex-direction:column;justify-content:center;position:relative;padding:85px 14%}.back-link{position:absolute;top:35px;left:14%;font-size:13px;color:#8f729f}.auth-box{max-width:380px;width:100%;margin:auto}.auth-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:17px;background:#eee0fb;border:1px solid #e5d2f6;color:#8950be;font-size:32px;margin-bottom:25px}.auth-box h2{font-size:31px;line-height:1.2;letter-spacing:-1px;margin-bottom:14px}.auth-box>p:not(.eyebrow){color:#8b7699;font-size:14px;line-height:1.7}.auth-box form{margin-top:26px}.auth-box .primary{width:100%;margin-top:8px;justify-content:space-between}.auth-box label{margin-bottom:19px}.local-note{font-size:12px!important;margin:22px 0 0;padding-top:18px;border-top:1px solid var(--line)}label{display:flex;flex-direction:column;gap:7px;font-size:14px;font-weight:500;color:#6d517f}input,select,textarea{width:100%;border:1px solid #dfd4e8;border-radius:9px;padding:11px 12px;background:#fff;color:#473052;font-size:14px}input::placeholder,textarea::placeholder{color:#a591b2}input:focus,select:focus,textarea:focus{border-color:#aa7ed0}label small,.field-hint{font-size:12px;line-height:1.6;font-weight:400;color:#967ca5}textarea{resize:vertical}input[type=color]{height:44px;padding:6px;max-width:110px}input[type=file]{font-size:12px;padding:10px}input[type=checkbox]{width:17px;height:17px;accent-color:#8950c5}.check{flex-direction:row;align-items:center;gap:10px;font-weight:400}.admin-layout{display:grid;grid-template-columns:235px 1fr;min-height:100vh}.sidebar{background:linear-gradient(160deg,#301945,#170f26);color:#bca4cc;padding:34px 20px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.sidebar-logo{display:block;margin:0 15px 48px}.sidebar-logo img{width:155px}.sidebar-caption{font-size:10px;letter-spacing:1.5px;color:#9379a5;margin:0 15px 16px}.side-active,.side-link{display:flex;align-items:center;gap:12px;padding:12px 15px;font-size:14px;border-radius:9px}.side-active{background:#78509f40;color:#efdbff;border:1px solid #b58ac532}.side-active b{margin-left:auto;border-radius:5px;background:#885eb64a;font-size:11px;padding:1px 6px;font-weight:500}.side-active>span,.side-link>span{font-size:20px}.side-link{margin-top:8px}.side-link:hover{background:#ffffff09}.sidebar-bottom{margin-top:auto;padding-top:20px;border-top:1px solid #ffffff13;display:flex;align-items:center;gap:9px;min-width:0}.admin-avatar{width:31px;height:31px;background:#a57ccd;border-radius:50%;display:grid;place-items:center;color:white;font-size:12px;flex-shrink:0}.sidebar-bottom>div:nth-child(2){min-width:0}.sidebar-bottom strong{display:block;font-size:12px;font-weight:500;color:#e6d7f1}.sidebar-bottom small{display:block;font-size:10px;max-width:118px;overflow:hidden;text-overflow:ellipsis}.sidebar-bottom button{background:none;border:0;color:#bfa4d0;font-size:22px;margin-left:auto;padding:4px}.workspace{padding:0 38px 45px;min-width:0}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:12px;color:#a188b2}.topbar i{font-style:normal;padding:0 10px;color:#c3b1cf}.topbar>a{font-size:13px;color:#8957ac}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:36px 0 27px}.page-heading h1{font-size:36px;font-weight:650;letter-spacing:-1.4px;margin-bottom:8px}.page-heading .eyebrow{font-size:10px;margin-bottom:10px}.page-heading p:last-child{font-size:14px;color:#9b84ac;margin:0}.page-heading .primary{flex-shrink:0}.page-heading .primary span{font-size:22px;line-height:1}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px}.stats>div{display:flex;flex-direction:column;border:1px solid var(--line);background:#fff;border-radius:14px;padding:20px 22px}.stats span{font-size:12px;color:#8f789f}.stats strong{font-size:33px;line-height:1.2;font-weight:600;letter-spacing:-1px;color:#72508d;margin:12px 0 6px}.stats small{font-size:11px;color:#a68eb5}.stats>div:first-child{background:linear-gradient(120deg,#f0e4fb,#faf5ff);border-color:#e2cff3}.list-panel{background:white;border:1px solid var(--line);border-radius:15px;overflow:hidden}.list-toolbar{padding:17px 22px;border-bottom:1px solid #eee6f5;display:flex;align-items:center;justify-content:space-between;gap:20px}.status-tabs{display:flex;gap:5px}.status-tabs button{border:0;background:none;padding:8px 12px;border-radius:7px;font-size:12px;color:#997ca9}.status-tabs .selected{color:#8650b4;background:#f0e6fa;font-weight:600}.list-search{flex-direction:row;align-items:center;gap:9px;border:1px solid #e5daee;border-radius:8px;padding:0 11px;max-width:245px}.list-search span{font-size:23px;color:#ae94bf}.list-search input{border:0;background:none;font-size:12px;padding:9px 0;min-width:0}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;text-align:left;white-space:nowrap}th{padding:13px 22px;background:#fcfaff;color:#a083b2;font-size:11px;font-weight:500}td{padding:17px 22px;border-top:1px solid #f1ebf6;font-size:13px;color:#877091}tbody tr:hover{background:#fdfaff}.supplier-name{display:flex;align-items:center;gap:12px}.supplier-avatar{width:43px;height:43px;border-radius:11px;display:grid;place-items:center;background:#f1eaf7;color:#8b5ba9;font-size:23px;overflow:hidden;flex-shrink:0}.supplier-avatar img{width:100%;height:100%;object-fit:contain;padding:4px}.supplier-name strong{display:block;font-size:14px;color:#60416e;font-weight:600}.supplier-name small{display:block;font-size:11px;color:#ab92ba;margin-top:3px}.tier,.status{display:inline-flex;align-items:center;gap:5px;border-radius:50px;padding:4px 9px;font-size:11px;font-weight:500}.Diamond{background:#efdefc;color:#8a50b8}.Gold{background:#faf0d2;color:#9c7629}.Select{background:#e7f0f1;color:#547f89}.Partner{background:#efedfa;color:#7272a4}.published{color:#488668;background:#e9f5ed}.draft{color:#8e79a2;background:#f1ecf7}.archived{color:#8f8297;background:#f0edf2}.edit-button{border:1px solid #e6daee;background:white;color:#9872af;border-radius:7px;padding:7px 11px;font-size:12px}.edit-button:hover{background:#f3eafb}.list-footer{display:flex;justify-content:space-between;gap:12px;padding:16px 22px;border-top:1px solid var(--line);font-size:11px;color:#a78eb7}.list-empty{text-align:center;padding:50px 20px}.list-empty>span{font-size:40px;color:#b196c7}.list-empty h2{font-size:22px;letter-spacing:-.6px;margin-bottom:9px}.list-empty p{font-size:14px;color:#a289b2}.list-panel>.error{margin:20px}
dialog{border:1px solid #e4d6ef;border-radius:20px;box-shadow:0 25px 100px #16062150;color:var(--ink);padding:0;background:#fff;width:min(1080px,calc(100% - 32px));max-height:92vh}dialog::backdrop{background:#1c0f2bac;backdrop-filter:blur(6px)}.editor-header{display:flex;align-items:center;justify-content:space-between;padding:22px 28px;border-bottom:1px solid var(--line);background:white}.editor-header .eyebrow{font-size:9px;margin-bottom:5px}.editor-header h2{font-size:25px;letter-spacing:-.8px;margin:0}.icon-button{border:1px solid #e6d9ef;background:#faf5ff;color:#967aaa;width:33px;height:33px;font-size:23px;border-radius:50%;line-height:1}.editor-body{display:grid;grid-template-columns:1.7fr 1fr}.editor-fields{padding:28px;border-right:1px solid var(--line)}.editor-fields section+section{margin-top:28px;padding-top:25px;border-top:1px solid var(--line)}.editor-fields h3{display:flex;gap:10px;align-items:center;font-size:17px;letter-spacing:-.3px;margin-bottom:20px}.editor-fields h3 span{display:grid;place-items:center;background:#f1e8fa;border:1px solid #e7d8f3;color:#9c75b5;width:27px;height:27px;border-radius:7px;font-size:11px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.wide{grid-column:1/-1}.field-hint{margin:0;background:#faf6ff;border-radius:8px;padding:11px 13px}.level-guide{font-size:12px;color:#a182b3;line-height:1.8;margin:17px 0 0}.logo-control{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap}.logo-control label{flex:1;min-width:200px}.logo-control .secondary{font-size:12px;padding:10px;margin-bottom:25px}.logo-control .error{width:100%;margin:0}.editor-preview{background:#fcf9ff;padding:29px 24px}.editor-preview>.eyebrow{font-size:10px;margin-bottom:17px}.preview-card{border:1px solid #e7dced;border-radius:16px;background:white;overflow:hidden;position:sticky;top:20px}.preview-card #preview-visual{height:154px;background:linear-gradient(125deg,#f0e7f9,#fbf8ff);position:relative;display:flex;align-items:center;justify-content:center;padding:22px}.preview-card #preview-tier{position:absolute;top:10px;right:10px}.preview-card #preview-brand{font-size:30px;letter-spacing:-1px;text-align:center;overflow-wrap:anywhere;line-height:1.2;color:#8450a6}.preview-card img{max-width:100%;max-height:85px;object-fit:contain}.preview-card-body{padding:20px}.preview-card-body>small{font-size:10px;letter-spacing:1px;color:#a07aba}.preview-card-body h3{font-size:20px;line-height:1.3;letter-spacing:-.5px;margin:9px 0;color:#684078;overflow-wrap:anywhere}.preview-card-body p{font-size:13px;line-height:1.6;color:#9c80ad;overflow-wrap:anywhere}.preview-card-body>span{font-size:11px;color:#a88bb9}.preview-card-body>div{border-top:1px solid #efe5f6;display:flex;justify-content:space-between;padding-top:14px;margin-top:16px;font-size:12px;color:#965eba}.preview-note{background:#f2eaf9;border:1px solid #e9daf4;border-radius:12px;padding:17px;margin-top:20px;font-size:12px;color:#9874ab}.preview-note strong{color:#815496;font-weight:500}.preview-note p{margin:7px 0 0;line-height:1.7}.editor-footer{position:sticky;bottom:0;background:#ffffffed;backdrop-filter:blur(8px);padding:16px 28px;border-top:1px solid var(--line);z-index:2}.editor-footer>div{display:flex;gap:10px;align-items:center;justify-content:flex-end}.editor-footer #save-hint{margin-right:auto;font-size:12px;color:#a184b0}.editor-footer .error{margin:0 0 12px}.confirm-dialog{padding:28px;max-width:440px}.confirm-dialog h2{font-size:23px;letter-spacing:-.5px}.confirm-dialog p{color:#9b7dac;font-size:14px}.confirm-dialog>div{display:flex;gap:10px;justify-content:flex-end;margin-top:22px}body:has(dialog[open]){overflow:hidden}#admin-toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:#392345;color:#fff;padding:13px 23px;border-radius:50px;font-size:14px;box-shadow:0 8px 30px #38124a20;z-index:10;max-width:90%;text-align:center}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(max-width:1100px){.admin-layout{grid-template-columns:200px 1fr}.sidebar{padding:30px 13px}.sidebar-logo{margin-left:12px}.sidebar-logo img{width:145px}.workspace{padding:0 24px 35px}.stats{gap:10px}.stats>div{padding:17px}.list-toolbar{align-items:stretch;flex-direction:column;gap:13px}.list-search{max-width:none}.stats span{font-size:11px}th,td{padding-left:16px;padding-right:16px}}
@media(max-width:760px){.auth-layout{display:block}.auth-brand{display:none}.auth-side{min-height:100vh;padding:90px 8% 45px}.back-link{left:8%}.admin-layout{display:block}.sidebar{height:auto;position:relative;padding:17px 6%;flex-direction:row;align-items:center;gap:20px}.sidebar-logo{margin:0}.sidebar-logo img{width:140px}.sidebar-caption,.side-active,.side-link{display:none}.sidebar-bottom{margin:0 0 0 auto;padding:0;border:0}.sidebar-bottom>div{display:none}.sidebar-bottom button{font-size:25px}.workspace{padding:0 5% 28px}.topbar{height:57px;font-size:11px}.topbar>a{font-size:12px}.page-heading{margin:26px 0 22px;align-items:flex-start;flex-wrap:wrap}.page-heading h1{font-size:30px}.page-heading p:last-child{font-size:13px}.page-heading .primary{padding:10px 13px;font-size:13px}.stats{grid-template-columns:1fr 1fr;gap:10px}.stats>div{padding:16px}.stats strong{font-size:30px;margin:7px 0 3px}.stats span{font-size:12px}.list-toolbar{padding:14px}.status-tabs{gap:1px;justify-content:space-between}.status-tabs button{font-size:11px;padding:8px}.list-footer{padding:14px;flex-direction:column;gap:6px}.editor-body{display:block}.editor-preview{display:none}.editor-header{padding:20px}.editor-fields{padding:22px 20px;border:0}.editor-footer{padding:14px 20px}.editor-footer #save-hint{display:none}.editor-footer .primary,.editor-footer .secondary{font-size:13px;padding:10px 13px}.field-grid{grid-template-columns:1fr}.wide{grid-column:auto}.editor-fields h3{font-size:16px}.confirm-dialog>div{flex-wrap:wrap}dialog{width:calc(100% - 20px);max-height:95vh}.editor-header h2{font-size:22px}}
.side-button{border:0;background:transparent;text-align:left;font:inherit;font-size:13px;width:100%;color:inherit}.side-button b{margin-left:auto;font-size:11px;background:#8862a340;border-radius:5px;padding:1px 6px;font-weight:500}#nav-suppliers{display:flex;align-items:center;gap:12px;padding:12px 15px;border-radius:9px;font-size:14px}#nav-suppliers b{margin-left:auto;font-size:11px}.seal-field{margin:0;padding:0;border:0;min-width:0}.seal-field legend{font-size:14px;color:#6d517f;font-weight:500;margin-bottom:10px}.seal-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.seal-choice{display:flex;flex-direction:row;align-items:center;gap:9px;border:1px solid #e4d8ee;background:#fff;border-radius:10px;padding:12px;cursor:pointer}.seal-choice:has(input:checked){background:#f7efff;border-color:#a97acb;box-shadow:0 0 0 1px #a97acb}.seal-choice input{width:16px;height:16px;accent-color:#8a4bb7;margin:0;padding:0;flex-shrink:0}.seal-choice .tier{font-size:13px;padding:6px 10px}.seal-choice .partnership-icon{width:19px;height:19px}.seal-field>p{font-size:12px;color:#967ca5;margin:11px 0 0;line-height:1.6}.applications-description{font-size:13px;color:#8c739c;margin:10px 0}.application-form-link{font-size:13px;color:#8a4eb4}.application-form-link:hover{text-decoration:underline}
@media(max-width:760px){#nav-suppliers,#nav-applications{display:none}.seal-choice{padding:10px}.seal-choice .tier{font-size:12px;padding:4px 6px}}

.account-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;padding:18px 20px 4px}
.account-card{border:1px solid var(--line);border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:13px}
.account-card h3{margin:0;font-size:1.02rem;color:var(--ink)}
.account-card label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;font-weight:600;color:var(--ink)}
.account-card input{padding:11px 13px;border:1px solid var(--line);border-radius:10px;font:inherit;color:var(--ink)}
.account-card input:focus{outline:2px solid var(--purple);outline-offset:1px}
.account-card small{font-weight:400;color:var(--muted)}
.account-card button{align-self:flex-start}
.account-hint{margin:0;font-size:.84rem;color:var(--muted)}
.admins-list{display:flex;flex-direction:column;gap:10px;padding:18px 20px 22px}
.admin-item{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--line);border-radius:12px;padding:14px 18px}
.admin-item strong{color:var(--ink);margin-right:8px}
.admin-item small{display:block;color:var(--muted);font-size:.82rem;margin-top:3px}
.admin-note{font-size:.82rem;color:var(--muted)}
