@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#e2e8f0;background-color:#020617;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#02061727;color:#f8fafc}body:before{content:"";position:fixed;inset:0;background-image:url(/images/bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-2}#root{min-height:100vh}button{font-family:inherit}.app-shell{min-height:100vh;position:relative}.glass-panel{background:#0f172ad4;border:1px solid rgba(148,163,184,.2);border-radius:24px;box-shadow:0 20px 50px #02061773,inset 0 0 0 1px #94a3b814}.auth-wrapper{min-height:80vh;display:flex;align-items:center;justify-content:center;height:100vh}.auth-card{width:min(500px,100%);padding:2.5rem}.auth-card__header{display:flex;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}.auth-card__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:#38bdf8;margin-bottom:.5rem}.auth-card__subtitle{margin-top:.5rem;color:#cbd5f5;font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.input-label{display:flex;flex-direction:column;gap:.35rem;font-size:.95rem;color:#cbd5f5}.input-field{padding:.85rem 1rem;border-radius:12px;border:1px solid rgba(148,163,184,.3);background:#0f172a99;color:#f8fafc;font-size:1rem;min-height:calc(1.7rem + 1em);transition:border .2s ease,box-shadow .2s ease}.input-field:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf840}.input-field--password{display:flex;align-items:stretch;padding:0;overflow:hidden}.input-field--password input{flex:1;padding:.85rem 1rem;border:none;background:transparent;color:inherit;font-size:1rem}.input-field--password input:focus{outline:none}.input-field--password .password-toggle{border-left:1px solid rgba(148,163,184,.35);border-radius:0;background:transparent;display:flex;align-items:center;justify-content:center;height:100%;min-width:3rem;flex:0 0 auto}.checkbox-row{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#cbd5f5}.checkbox-row input{accent-color:#38bdf8}.form-error{padding:.75rem 1rem;border-radius:12px;background:#f871711f;color:#fecaca;font-size:.9rem}.primary-btn{padding:.6rem 1.2rem;border-radius:999px;border:none;background:linear-gradient(120deg,#38bdf8,#6366f1);color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.excel-btn:disabled,.primary-btn:disabled{opacity:.6;cursor:not-allowed}.primary-btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 25px #6366f159}.ghost-btn{padding:.6rem 1.2rem;border-radius:999px;border:none;background:transparent;color:#e2e8f0;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s}.close-btn{font-size:22px;background:#a7a7a740;border:none;color:#e2e8f0;cursor:pointer;border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center;line-height:unset}.close-btn:hover{background:#a7a7a780}.excel-btn{padding:.6rem 1.2rem;border-radius:999px;border:none;background:#53b803;color:#e2e8f0;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s}.ghost-btn:hover{border-color:#38bdf8;color:#38bdf8}.ghost-btn.danger:hover{border-color:#f87171;color:#f87171}.detail-btn{padding:.6rem 1.2rem;border-radius:999px;border:none;background:transparent;color:#38bdf8;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s}.detail-btn:hover{color:#0a94cf}.dashboard{display:flex;flex-direction:column;gap:2rem}.app-header{display:flex;gap:1.5rem;padding:1rem 2rem;align-items:center;justify-content:space-between}@media(max-width:1024px){.app-header{grid-template-columns:1fr;text-align:center}.tabs{justify-content:center}.header-actions{flex-wrap:wrap;justify-content:center}}.brand{display:flex;gap:1rem;align-items:center;justify-content:space-between}.brand__icon{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#38bdf8,#6366f1);box-shadow:0 10px 30px #38bdf866}.brand__title{font-weight:600;margin:0}.brand__subtitle{margin:0;color:#cbd5f5;font-size:.9rem}@media(max-width:768px){.brand__subtitle{display:none}.brand__logout{display:block}.header-actions__logout{display:none}.app-shell{padding:0}.app-header{padding:10px}.dashboard{gap:1rem}.panel__eyebrow{font-size:.85rem}.panel__header h2{font-size:1.25rem;display:none}}@media(min-width:769px){.brand__logout{display:none}.header-actions__logout{display:block}}.tabs{display:inline-flex;gap:.75rem;border-radius:999px;padding:.25rem;background:#0f172a80}.tab-btn{border:none;border-radius:999px;padding:.5rem 1.5rem;background:transparent;color:#94a3b8;cursor:pointer;font-weight:600}.tab-btn.active{background:linear-gradient(120deg,#38bdf8,#6366f1);color:#0f172a}.header-actions{display:flex;align-items:center;gap:.75rem}.country-select{background:#0f172aa6;border:1px solid rgba(148,163,184,.4);border-radius:.75rem;padding:.4rem .9rem;color:#e2e8f0;font-weight:500;min-width:165px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.country-select:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf833}.greeting{font-size:.95rem;color:#cbd5f5}.app-main{display:grid;gap:2rem;width:1400px;margin:auto;padding:0 1rem}@media(max-width:1400px){.app-main{width:100%;max-width:100%}}@media(max-width:768px){.app-main{gap:1rem;padding:0 .5rem}}.panel{padding:1rem 2rem;display:flex;flex-direction:column;gap:1rem}@media(max-width:768px){.panel{padding:1rem;gap:.75rem}}.panel__header{display:flex;justify-content:space-between;gap:1.25rem;flex-wrap:wrap}@media(max-width:768px){.panel__header{flex-direction:column;gap:1rem}.panel__actions{width:100%;justify-content:flex-start}.panel__actions button{flex:1;min-width:auto}}.panel__eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:1rem;font-weight:700;color:#38bdf8;margin-bottom:.35rem}.panel__actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.hero-form{display:flex;gap:1rem}.hero-form .input-field{flex:1;max-width:50%}@media(max-width:768px){.hero-form{flex-direction:column}.hero-form .input-field{width:100%!important;max-width:100%}}.hero-form__actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}@media(max-width:768px){.hero-form__actions{flex-direction:column;width:100%}.hero-form__actions button{width:100%}.hero-form__actions .input-hint{text-align:center;width:100%}}.input-hint{margin:0;color:#94a3b8;font-size:.85rem}.status-line{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#cbd5f5}.pulse-dot{width:10px;height:10px;border-radius:50%;background:#38bdf8;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(.9);opacity:.7}50%{transform:scale(1.2);opacity:1}to{transform:scale(.9);opacity:.7}}.progress-bar{display:flex;flex-direction:column;gap:.5rem}.progress-bar__track{width:100%;height:8px;border-radius:999px;background:#94a3b84d;overflow:hidden}.progress-bar__thumb{height:100%;background:linear-gradient(120deg,#38bdf8,#6366f1);border-radius:inherit;transition:width .3s ease}.progress-bar__info{display:flex;justify-content:space-between;font-size:.85rem;color:#94a3b8}.summary-card{padding:1.5rem;border-radius:24px;background:#0f172a99;border:1px solid rgba(148,163,184,.2)}.summary-card__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.25rem;align-items:flex-start}@media(max-width:768px){.summary-card__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.summary-card__grid--mini{grid-template-columns:1fr}}.summary-card__grid--mini{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.summary-card__eyebrow{color:#38bdf8!important}.summary-card__reasons{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.summary-card__reasons span{padding:.3rem .8rem;border-radius:999px;background:#f8fafc1a;font-size:.8rem}.label{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:#94a3b8;margin-bottom:.35rem}.value{margin:0;font-size:18px}.text-success{color:#4ade80}.text-warning{color:#fbbf24}.text-danger{color:#f87171}.table-wrapper{overflow-x:auto;border-radius:16px;border:1px solid rgba(148,163,184,.2)}table{width:100%;border-collapse:collapse;min-width:640px}@media(max-width:768px){table{min-width:600px;font-size:.85rem}th,td{padding:.6rem .5rem!important}.hide-mobile{display:none}}thead{background:#0f172acc}th{text-align:left;padding:.85rem 1rem;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:#94a3b8}td{padding:.85rem 1rem;border-top:1px solid rgba(148,163,184,.2)}.status-pill{width:40px;height:40px;border-radius:50%;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center}.status-pill.ok{background:#4ade8026;color:#4ade80}.status{border-radius:20px;font-size:.8rem;display:flex;align-items:center;justify-content:center;padding:5px 20px;width:fit-content}.status.ok{background:#4ade8026;color:#4ade80}.status.warn,.status-pill.warn{background:#f8717126;color:#f87171}.json-viewer{padding:1rem}.json-viewer__header{margin-bottom:.75rem}.json-viewer pre{margin:0;padding:1rem;border-radius:16px;background:#020617b3;max-height:360px;overflow:auto;font-size:.85rem;line-height:1.4;max-width:1400px}.toast{position:fixed;top:1.5rem;right:1.5rem;padding:.85rem 1.5rem;border-radius:999px;background:#0f172ae6;border:1px solid rgba(148,163,184,.3);color:#f8fafc;z-index:999}@media(max-width:768px){.toast{top:1rem;right:1rem;left:1rem;border-radius:16px;text-align:center}}.toast.success{border-color:#4ade8066}.toast.error{border-color:#f8717166}.hidden-input{display:none}.state-placeholder{text-align:center;padding:2rem;color:#94a3b8}.proxy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media(max-width:1024px){.proxy-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.proxy-grid{grid-template-columns:1fr;gap:1rem}}.proxy-card{padding:1rem;border-radius:20px;background:#0f172a99;border:1px solid rgba(148,163,184,.2);display:flex;flex-direction:column}.proxy-card__header{display:flex;justify-content:space-between;gap:1rem;align-items:center}.proxy-card__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.proxy-card__actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}@media(max-width:768px){.proxy-card__actions{flex-direction:column;width:100%}.proxy-card__actions button,.proxy-card__actions .ant-switch{width:100%}}.drawer{position:fixed;inset:0;background:#02061799;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:200}@media(max-width:768px){.drawer{padding:1rem;align-items:flex-end}.drawer__content{width:100%;max-height:90vh;border-radius:24px 24px 0 0}}.drawer__content{width:min(1400px,100%);padding:1.5rem}.drawer__header{display:flex;justify-content:space-between;align-items:center}.drawer__form{display:flex;flex-direction:column;gap:1rem}.drawer__actions{display:flex;justify-content:flex-end;gap:.75rem}.drawer__summary{background:#0f172a80;border-radius:16px;padding:10px 1rem;color:#cbd5f5}.drawer__list{display:flex;flex-direction:column;gap:.75rem;max-height:600px;overflow:auto;border-radius:16px;border:1px solid rgba(148,163,184,.2);padding:5px 28px;background:#151e30}.drawer__row{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.75rem;border-bottom:1px solid rgba(148,163,184,.2);padding-bottom:.5rem}@media(max-width:768px){.drawer__row{flex-direction:column;gap:.5rem}.drawer__item{width:100%!important;min-width:auto!important}}.drawer__item{min-width:120px}.drawer__item--full{flex-basis:100%}.proxy-form-modal{position:fixed;inset:0;background:#02061799;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:200}@media(max-width:768px){.proxy-form-modal{padding:0;align-items:flex-end}.proxy-form-modal__content{width:100%;max-width:100%;border-radius:24px 24px 0 0;max-height:90vh}}.proxy-form-modal__content{width:min(500px,90%);max-width:500px;padding:1.5rem;max-height:90vh;overflow-y:auto}.proxy-form-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.proxy-form-modal__header h3{margin:0;font-size:1.25rem;color:#f8fafc}.proxy-form-modal__form{display:flex;flex-direction:column;gap:1rem}.proxy-form-modal__form .input-field{width:100%}.proxy-form-modal__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}@media(max-width:768px){.proxy-form-modal__actions{flex-direction:column-reverse;width:100%}.proxy-form-modal__actions button{width:100%}}.language{position:relative}.language--dense .ghost-btn{padding:.35rem .85rem;font-size:.85rem}.language__menu{position:absolute;right:0;top:30px;background:#020617f2;border-radius:16px;border:1px solid rgba(148,163,184,.25);display:flex;flex-direction:column;gap:.15rem;min-width:130px;padding:.35rem;z-index:50;list-style:none;margin:0}.language__menu li{width:100%}.language__menu button{border:none;background:transparent;padding:.65rem .75rem;border-radius:12px;text-align:left;color:#94a3b8}.language__menu button.active,.language__menu button:hover{background:#3b82f626;color:#f8fafc}.ant-switch.ant-switch-checked{background:#27c80e}.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:#36d11f}
