:root{--bg: #05060a;--card: #0b1020;--muted: #9ca3af;--accent: #7c3aed;--green: #34d399;--glass: rgba(255,255,255,.02);--white: #ffffff}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0;background:var(--bg);color:var(--white);font-family:Inter,InterVar,system-ui,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{cursor:pointer}input,textarea,select{font-family:inherit;color:inherit}input,textarea,select{color:var(--white);background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);padding:8px 10px;border-radius:8px;outline:none;box-sizing:border-box}input::placeholder,textarea::placeholder{color:#fff6;opacity:1}input:focus,textarea:focus,select:focus{box-shadow:0 10px 30px #7c3aed1a;border-color:var(--accent);caret-color:var(--accent)}.container{padding:18px;max-width:1100px;margin:0 auto}.header{display:flex;align-items:center;justify-content:space-between;gap:12px}.header h1{margin:0;font-size:28px;font-weight:800}.grid{display:block;margin-top:14px;gap:0}.left{display:flex;flex-direction:column;gap:14px}.small-slot{background:var(--glass);padding:10px;border-radius:10px;text-align:center}.slot-list{display:flex;flex-direction:column;gap:12px}.slot-card{background:var(--card);padding:16px;border-radius:12px;width:100%;box-shadow:0 12px 30px #7c3aed0f}.slot-title{font-weight:700;font-size:18px;margin-bottom:8px}.slot-roi{color:var(--muted);font-size:13px}.slot-state{margin-top:10px;color:var(--muted)}.program-card{background:linear-gradient(135deg,#7c3aed 0%,#7c4be6 50%,#6b46c1 100%);color:#fff;border-radius:16px;padding:18px;box-shadow:0 18px 40px #5c34b029;width:100%;box-sizing:border-box}.program-card .title{font-weight:800;font-size:18px}.program-card .price{font-weight:900;font-size:20px}.program-grid{display:grid;grid-template-columns:repeat(3,minmax(44px,1fr));gap:12px;margin-top:14px;align-items:start;justify-items:center}.slot-mini{height:52px;width:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.04);color:#fff;font-weight:700;box-shadow:inset 0 -6px 12px #00000038;transition:all .16s ease;border:2px solid rgba(255,255,255,.06)}.slot-mini.active{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));border-color:var(--green);box-shadow:0 8px 20px #2ee6a71a,inset 0 -6px 12px #0003}.slot-mini.inactive{opacity:.58;border-color:#ffffff0a;filter:grayscale(6%)}.slot-mini-label{margin-top:8px;font-size:11px;color:#fffffff2;text-align:center}.slot-selector{margin-top:12px;display:flex;align-items:center;gap:12px}@media (min-width: 720px){.program-grid{grid-template-columns:repeat(5,minmax(44px,1fr));gap:12px}.program-card .price{font-size:24px}}@media (min-width: 1000px){.program-grid{grid-template-columns:repeat(5,minmax(56px,1fr));gap:14px}.slot-mini{height:56px;width:56px;border-radius:12px}.program-card{padding:24px;border-radius:18px}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.6);z-index:1200}.modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:linear-gradient(180deg,rgba(11,16,32,.98),rgba(6,7,11,.99));padding:18px;border-radius:14px;width:calc(100% - 32px);max-width:760px;z-index:1250;box-shadow:0 40px 80px #020617b3;color:var(--white);box-sizing:border-box}.modal .modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px}.modal .modal-title{font-weight:800;font-size:18px}.modal .modal-sub{color:var(--muted);font-size:13px;margin-top:6px}.modal .spot-area{margin-top:8px;display:flex;flex-direction:column;gap:16px;align-items:center;width:100%}.spot-row-top{display:flex;gap:24px;justify-content:center;width:100%}.spot-row-bottom{display:flex;gap:28px;justify-content:center;width:100%;align-items:flex-start}.spot-circle{width:132px;height:132px;border-radius:999px;background:radial-gradient(800px 400px at 30% 20%,rgba(255,255,255,.02),rgba(0,0,0,.14));border:2px solid rgba(255,255,255,.06);box-shadow:inset 0 -18px 30px #0000005c,0 12px 30px #0206179e;display:flex;align-items:center;justify-content:center;color:#ffffff0a;font-weight:700;font-size:18px;-webkit-user-select:none;user-select:none;transition:all .2s ease}.spot-circle.small{width:92px;height:92px;font-size:14px;box-shadow:inset 0 -12px 20px #0000004d,0 8px 20px #0206178c}.spot-circle.filled{border-color:var(--green);color:#ffffffeb;box-shadow:0 10px 34px #34d3990f,inset 0 -10px 20px #00000040}.spot-circle .spot-id{display:block;font-weight:700;color:inherit;font-size:16px}.spot-label{margin-top:10px;color:var(--muted);font-size:12px;text-align:center}.modal .stats-row{width:100%;margin-top:6px;display:flex;gap:12px;justify-content:flex-start;align-items:center}.modal .modal-actions{margin-top:18px;display:flex;gap:12px;justify-content:flex-start;align-items:center}.btn{padding:10px 16px;border-radius:10px;border:none;font-weight:700}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 10px 24px #7c3aed1f}.btn-ghost{background:rgba(255,255,255,.03);color:var(--white);border:1px solid rgba(255,255,255,.04)}.btn-claim{background:linear-gradient(90deg,#ff9a3c,#ff6a00);color:#fff;box-shadow:0 10px 26px #ff6a001f}.modal .modal-foot{margin-top:12px;color:var(--muted);font-size:12px}@media (max-width: 720px){.program-grid{grid-template-columns:repeat(3,minmax(40px,1fr));gap:10px}.slot-mini{height:48px;width:48px}.program-card .title{font-size:16px}.program-card .price{font-size:18px}.modal{padding:14px;width:calc(100% - 20px);left:50%;top:50%;transform:translate(-50%,-50%);border-radius:12px}.spot-circle{width:110px;height:110px}.spot-circle.small{width:78px;height:78px}.spot-row-top{gap:18px}.spot-row-bottom{gap:14px}}@media (max-width:420px){.program-grid{grid-template-columns:repeat(2,minmax(40px,1fr));gap:10px}.spot-circle{width:94px;height:94px}.spot-circle.small{width:64px;height:64px}}@media (min-width:1080px){.modal{max-width:980px;padding:24px}.spot-circle{width:150px;height:150px}.spot-circle.small{width:108px;height:108px}}.hidden{display:none!important}.text-muted{color:var(--muted)}.center{text-align:center}
