:root{--royal:#2200a5;--lime:#c2e830;--lilac:#c783ff;--ink:#000;--bg:#ffffff}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,Arial;background:var(--bg);color:var(--ink)}.container{max-width:1100px;margin:0 auto;padding:24px}.card{background:#fff;border:1px solid rgba(0,0,0,.34);border-radius:16px;padding:24px;box-shadow:0 12px 28px #0000001a}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;height:44px;padding:0 18px;font-weight:700;cursor:pointer}.btn-primary{background:var(--royal);color:#fff}.btn-primary:hover{filter:brightness(1.05)}.btn-ghost{background:#eef2ff;color:#111}.input{width:100%;height:44px;border:1px solid #e5e7eb;border-radius:12px;padding:0 14px;background:#fff}select.input{padding-right:28px}.table-wrap{border:1px solid rgba(0,0,0,.22);border-radius:14px;padding:10px;background:#fff;box-shadow:0 10px 24px #00000014;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table{width:100%;border-collapse:separate;border-spacing:0 8px}.badge{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}.badge.submitted{background:#fef3c7}.badge.approved{background:#dcfce7}.badge.pending{background:#fff7ed}.badge.declined{background:#fee2e2}.badge.draft{background:#e5e7eb}.header{background:var(--royal);color:#fff}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 24px}.brand{display:flex;gap:10px;align-items:center}.brand .dot{width:16px;height:16px;background:var(--lime);border-radius:4px}.brand strong{color:var(--ink)}.header .brand strong{color:#fff}.nav{display:flex;gap:16px;align-items:center}.header .nav a.nav-link{color:#fff;text-decoration:none;font-weight:800;opacity:.92;padding:6px 4px;position:relative;border-bottom:2px solid transparent;transition:opacity .15s ease,border-color .15s ease,transform .15s ease}.header .nav a.nav-link:hover{opacity:1;border-bottom-color:#ffffff8c;transform:translateY(-1px)}.header .nav a.nav-link.active{opacity:1;border-bottom-color:var(--lime)}.header .nav a.nav-link:after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:1px;height:14px;background:#ffffff47}.header .nav a.nav-link:last-of-type:after{display:none}.header .btn.btn-primary{background:var(--lime);color:#111}.header-ghost{background:#ffffff29!important;color:#fff!important;border:1px solid rgba(255,255,255,.28)}.header-ghost:hover{background:#ffffff38!important}.contact-menu{position:absolute;right:0;top:44px;min-width:200px;background:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.22);box-shadow:0 18px 40px #0000002e;overflow:hidden;z-index:9999}.contact-item{width:100%;text-align:left;padding:12px 14px;border:0;background:#fff;cursor:pointer;font-weight:900;color:#111}.contact-item:hover{background:#2200a50f}.center{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px}.timer-wrap{display:flex;gap:18px;align-items:center;justify-content:center;margin:32px 0}.timer-box{background:linear-gradient(145deg,#fff,#f4f6ff);border:3px solid var(--royal);border-radius:28px;min-width:260px;height:180px;display:flex;align-items:center;justify-content:center;font-size:72px;font-weight:900;letter-spacing:1px;box-shadow:0 10px 18px #0000001f,inset 0 2px #fff9,inset 0 -3px #0000000f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.timer-box.running{transform:translateY(-1px);box-shadow:0 16px 28px #2200a540,inset 0 2px #ffffffb3,inset 0 -3px #00000014;animation:glow 2s ease-in-out infinite}.timer-box.paused{border-color:var(--lilac)}.timer-box.ended{border-color:var(--lime)}@keyframes glow{0%,to{box-shadow:0 16px 28px #2200a540,inset 0 2px #ffffffb3,inset 0 -3px #00000014}50%{box-shadow:0 20px 36px #2200a559,inset 0 2px #ffffffb3,inset 0 -3px #00000014}}.small{color:#374151;text-align:center;margin-top:8px}.field{display:grid;gap:6px}.field label{font-size:12px;font-weight:800;color:#111}.section-header{display:flex;align-items:center;gap:12px;margin-top:8px}.section-header h2{margin:0;font-size:22px;font-weight:900;color:var(--royal)}.section-chip{width:10px;height:28px;border-radius:6px;background:var(--lime)}.section-chip.lilac{background:var(--lilac)}.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.filters-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr auto;gap:12px;align-items:end}.list-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.pager{display:flex;gap:12px;align-items:center}.input.rows{width:110px;height:36px}.country-dropdown{position:absolute;left:0;right:0;top:72px;background:#fff;border:1px solid rgba(0,0,0,.22);border-radius:14px;box-shadow:0 18px 40px #00000024;z-index:9999}.country-dropdown-inner{max-height:260px;overflow:auto;padding:8px}.country-option{width:100%;display:grid;grid-template-columns:26px 1fr auto;gap:10px;align-items:center;text-align:left;padding:10px;border-radius:12px;border:0;background:#fff;cursor:pointer;font-weight:800;color:#111}.country-option:hover{background:#2200a50f}.country-option.selected{background:#c2e8302e;outline:2px solid rgba(194,232,48,.55)}.country-flag{font-size:16px}.country-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.country-code{opacity:.6;font-weight:900}.country-empty{padding:12px;color:#374151;font-weight:800}.toast-container{position:fixed;top:16px;left:16px;transform:none;display:flex;flex-direction:column;gap:10px;z-index:9999;align-items:flex-start}.toast{min-width:260px;max-width:480px;padding:12px 16px;border-radius:14px;color:#fff;font-weight:800;box-shadow:0 12px 32px #00000059;cursor:pointer;border:0;background:#111;display:flex;align-items:center;justify-content:flex-start;text-align:left}.toast-success{background:#0f5132}.toast-error{background:#842029}.toast-info{background:#312e81}a{color:var(--royal)}a:hover{color:#18007a}.modal-backdrop{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:9998}.modal{width:min(820px,92vw);background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;overflow:hidden;border:2px solid var(--royal)}.modal-head{padding:16px 20px;background:var(--royal);color:#fff;display:flex;align-items:center;justify-content:space-between}.modal-body{padding:20px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:14px 20px;border-top:1px solid #eee}.carousel-wrap{position:relative;width:min(980px,96vw);margin:auto}.carousel-track{display:flex;gap:18px;overflow:hidden;scroll-behavior:smooth;padding:8px}.carousel-card{flex:0 0 100%;background:linear-gradient(140deg,#fff,#f7f8ff);border:2px solid var(--royal);border-radius:18px;padding:24px;box-shadow:0 16px 36px #2200a540,inset 0 2px #ffffffb3;transform:translateZ(0)}.carousel-title{font-size:20px;font-weight:900;color:var(--royal)}.carousel-text{line-height:1.7}.carousel-nav{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.carousel-btn{border:0;border-radius:999px;height:40px;padding:0 16px;font-weight:900;cursor:pointer;background:var(--royal);color:#fff}.carousel-dots{display:flex;gap:8px;align-items:center}.carousel-dot{width:10px;height:10px;border-radius:50%;background:#d1d5db}.carousel-dot.active{background:var(--royal)}
