:root{font-family:Outfit,Segoe UI,system-ui,sans-serif;line-height:1.4;font-weight:400;color:#161616;background-color:#f6f4f1;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;background:radial-gradient(circle at top,#ffffffe6,#f6f4f1b3 55%),linear-gradient(135deg,#f6f4f1,#efeae4)}#root{min-height:100svh}.page{min-height:100svh;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:6vh 5vw}.figlet{margin:0;padding:2.5rem 2.75rem;text-align:left;background:#fff;border:1px solid #e6e6e6;border-radius:16px;box-shadow:0 20px 50px #14141414;color:#111;font-size:clamp(.7rem,1.4vw,1.1rem);line-height:1.1;letter-spacing:.02em;font-family:Space Mono,Fira Mono,Courier New,monospace;white-space:pre;max-width:100%;overflow-x:auto}.widget-area{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,240px));justify-content:center;gap:1.5rem;width:min(560px,100%)}.auth-widget{background:#fff;border:1px solid #e5e5e5;border-radius:18px;padding:1.25rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;aspect-ratio:1 / 1;box-shadow:0 16px 32px #14141414}.logo-box{width:82px;height:82px;border-radius:16px;background:#f7f7f7;border:1px solid #e4e4e4;display:flex;align-items:center;justify-content:center}.logo-img{width:50px;height:50px;object-fit:contain}.primary{border:1px solid #d5d5d5;background:#efefef;color:#1a1a1a;border-radius:12px;padding:.55rem 1rem;font-size:.86rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.primary:hover{background:#e2e2e2}.primary:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.result{margin-top:.1rem;width:100%;display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:#2c2c2c;text-align:center}.result-row{display:flex;align-items:center;justify-content:center;gap:.5rem}.result-code{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:.2em}.result-time{margin:0;color:#6a6a6a;font-size:.75rem}.copy-button{border:1px solid #d5d5d5;background:#f4f4f4;color:#2b2b2b;width:32px;height:32px;border-radius:10px;display:grid;place-items:center;cursor:pointer;padding:0;transition:background-color .2s ease,border-color .2s ease}.copy-button svg{width:16px;height:16px}.copy-button:hover{background:#e6e6e6;border-color:#cfcfcf}.copy-button.copied{background:#e1f3ec;border-color:#b7e3d2;color:#137b5c;width:auto;padding:0 .6rem}.copy-text{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.error{margin:0;color:#c64c3c;background:#fff2ef;border:1px solid #f0c9c2;padding:.75rem;border-radius:12px;font-size:.8rem;text-align:center}@media(max-width:640px){.figlet{padding:1.4rem 1.1rem;border-radius:12px;box-shadow:0 14px 34px #1414141f;font-size:clamp(.55rem,1vw,.85rem);letter-spacing:0}}
