.dashboard-module__61xrHq__appWrapper{min-height:calc(100vh - var(--nav-height));background:radial-gradient(circle at 50% -20%,#ffffff0d 0%,#0000 70%);flex-direction:column;align-items:center;padding:4rem 1.5rem;display:flex}.dashboard-module__61xrHq__centerContent{width:100%;max-width:1024px}.dashboard-module__61xrHq__titleArea{text-align:center;margin-bottom:4rem}.dashboard-module__61xrHq__mainTitle{letter-spacing:-.04em;color:#fff;margin-bottom:.5rem;font-size:3.5rem;font-weight:900;line-height:1.1}.dashboard-module__61xrHq__subTitle{color:#888;font-size:1.1rem;font-weight:500}.dashboard-module__61xrHq__widgetGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.dashboard-module__61xrHq__widgetBox{background:#0a0a0a99;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden}.dashboard-module__61xrHq__widgetBox:hover{border-color:#ffffff40;transform:translateY(-2px);box-shadow:0 10px 40px -10px #00000080}.dashboard-module__61xrHq__widgetBox:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-color), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.dashboard-module__61xrHq__widgetBox:hover:before{opacity:1}.dashboard-module__61xrHq__widgetBody{flex:1;padding:1.5rem}.dashboard-module__61xrHq__widgetHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.dashboard-module__61xrHq__widgetIcon{color:#fff;background:#111;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:800;display:flex}.dashboard-module__61xrHq__widgetStatus{text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.dashboard-module__61xrHq__statusActive{color:#22c55e;background:#22c55e1a}.dashboard-module__61xrHq__statusExpired{color:#ef4444;background:#ef44441a}.dashboard-module__61xrHq__statusInfinity{color:var(--accent-color);background:#fca3111a}.dashboard-module__61xrHq__widgetName{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:1.25rem;font-weight:700;overflow:hidden}.dashboard-module__61xrHq__widgetMeta{color:#888;font-size:.85rem}.dashboard-module__61xrHq__widgetFooter{background:#ffffff05;border-top:1px solid #ffffff0d;gap:.75rem;padding:1rem 1.5rem;display:flex}.dashboard-module__61xrHq__btnAction{cursor:pointer;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.6rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.dashboard-module__61xrHq__btnPrimary{color:#000;background:#fff}.dashboard-module__61xrHq__btnPrimary:hover{background:#ccc}.dashboard-module__61xrHq__btnSecondary{color:#fff;background:0 0;border:1px solid #fff3}.dashboard-module__61xrHq__btnSecondary:hover{background:#ffffff1a}.dashboard-module__61xrHq__btnDisabled{color:#555;cursor:not-allowed;background:#222}.dashboard-module__61xrHq__modalOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dashboard-module__61xrHq__modalContent{background:#111;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:400px;padding:2rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards dashboard-module__61xrHq__modalPop}@keyframes dashboard-module__61xrHq__modalPop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.dashboard-module__61xrHq__modalTitle{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.dashboard-module__61xrHq__modalDesc{color:#888;margin-bottom:1.5rem;font-size:.9rem}.dashboard-module__61xrHq__modalInput{color:#fff;background:#000;border:1px solid #fff3;border-radius:6px;outline:none;width:100%;margin-bottom:1.5rem;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.dashboard-module__61xrHq__modalInput:focus{border-color:#fff}.dashboard-module__61xrHq__modalActions{gap:1rem;display:flex}.dashboard-module__61xrHq__loadingBox{color:#666;flex-direction:column;justify-content:center;align-items:center;padding:4rem;display:flex}.dashboard-module__61xrHq__emptyState{text-align:center;color:#888;background:#ffffff05;border:1px dashed #ffffff1a;border-radius:12px;padding:4rem}@media (max-width:768px){.dashboard-module__61xrHq__mainTitle{font-size:2.5rem}.dashboard-module__61xrHq__widgetGrid{grid-template-columns:1fr}}
.Toast-module__Y3tGVa__container{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;display:flex;position:fixed;bottom:2rem;right:2rem}.Toast-module__Y3tGVa__toast{pointer-events:all;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:.75rem;min-width:280px;max-width:400px;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;animation:.3s forwards Toast-module__Y3tGVa__slideIn;display:flex;box-shadow:0 8px 24px #0006}.Toast-module__Y3tGVa__success{color:#a8e06b;background:#52c41a26;border-color:#52c41a66}.Toast-module__Y3tGVa__error{color:#ff8a8b;background:#ff4d4f26;border-color:#ff4d4f66}.Toast-module__Y3tGVa__close{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;align-items:center;margin-left:auto;padding:0;display:flex}.Toast-module__Y3tGVa__close:hover{opacity:1}@keyframes Toast-module__Y3tGVa__slideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (max-width:600px){.Toast-module__Y3tGVa__container{bottom:1rem;left:1rem;right:1rem}.Toast-module__Y3tGVa__toast{min-width:unset;width:100%}}
