.app{min-height:100vh;min-height:100dvh;display:flex;justify-content:center;padding:24px 16px 48px}.shell{width:100%;max-width:640px;display:flex;flex-direction:column;gap:20px}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding-top:12px}.hero-logo{width:96px;height:96px;object-fit:cover;border-radius:24px;box-shadow:0 10px 30px #00000059;border:2px solid rgba(255,255,255,.08);background:#0b1220}.hero-title{font-size:1.6rem;margin:6px 0 0;letter-spacing:-.01em}.hero-sub{margin:0;color:#94a3b8;font-size:.95rem;max-width:42ch}.card{background:#0f172abf;border:1px solid rgba(148,163,184,.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:12px;box-shadow:0 10px 30px #00000040}.label{font-size:.85rem;color:#cbd5e1;font-weight:600}.textarea{width:100%;resize:vertical;min-height:110px;padding:14px;border-radius:12px;border:1px solid rgba(148,163,184,.25);background:#0b1220;color:#f1f5f9;font-size:16px;font-family:inherit;line-height:1.4;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f140}.row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.counter{color:#64748b;font-size:.82rem}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;padding:12px 20px;border-radius:12px;font-weight:600;font-size:.95rem;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 6px 18px #6366f166;transition:transform .1s ease,box-shadow .15s ease,opacity .15s ease;min-height:44px}.btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #6366f180}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{opacity:.6;cursor:not-allowed}.error{background:#ef44441f;border:1px solid rgba(239,68,68,.35);color:#fecaca;padding:10px 12px;border-radius:10px;font-size:.9rem}.result{gap:18px}.top-badge{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:14px;color:#fff;box-shadow:0 10px 24px #0000004d}.top-emoji{font-size:2rem;line-height:1}.top-label{font-size:.9rem;opacity:.9}.top-value{font-size:1.6rem;font-weight:700;letter-spacing:-.01em}.bars{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.bar-row{display:flex;flex-direction:column;gap:6px}.bar-head{display:flex;justify-content:space-between;align-items:center;font-size:.92rem}.bar-label{display:inline-flex;align-items:center;gap:8px;color:#e2e8f0;font-weight:500}.bar-emoji{font-size:1.05rem}.bar-value{font-variant-numeric:tabular-nums;color:#cbd5e1;font-weight:600}.bar-track{width:100%;height:12px;border-radius:999px;background:#94a3b81f;overflow:hidden}.bar-fill{height:100%;border-radius:999px;transition:width .6s cubic-bezier(.22,1,.36,1)}.footer{text-align:center;color:#64748b;font-size:.8rem;padding:8px 0 4px}@media (max-width: 480px){.app{padding:16px 12px 36px}.hero-logo{width:80px;height:80px;border-radius:20px}.hero-title{font-size:1.35rem}.hero-sub{font-size:.9rem}.card{padding:14px;border-radius:16px}.top-value{font-size:1.4rem}.btn{width:100%}.row{flex-direction:column-reverse;align-items:stretch}.counter{text-align:right}}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:radial-gradient(1200px 600px at 20% -10%,#1e293b,#0f172a 60%,#020617);color:#e2e8f0;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}button{font-family:inherit}
