.counter-container{color:#f8fafc;background-color:#0f172a;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.counter-card{background-color:#1e293b;border:1px solid #334155;border-radius:1rem;flex-direction:column;align-items:center;gap:1.5rem;padding:2.5rem;display:flex;box-shadow:0 20px 25px -5px #0000004d,0 8px 10px -6px #0000004d}.count-display{color:#38bdf8;text-align:center;min-width:3ch;font-size:3.5rem;font-weight:700}.action-row{align-items:center;gap:1.25rem;display:flex}.custom-row{align-items:center;gap:.75rem;width:100%;margin-top:.5rem;display:flex}button{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:.5rem;padding:.625rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s}button:hover{background-color:#2563eb;transform:translateY(-1px)}button:active{transform:translateY(0)}input[type=number]{color:#f8fafc;text-align:center;background-color:#0f172a;border:1px solid #475569;border-radius:.5rem;outline:none;width:90px;padding:.625rem;font-size:1rem;transition:border-color .2s}input[type=number]:focus{border-color:#38bdf8}
