*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{background:#0e0e12;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.app{background:#0e0e12;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;padding:1rem;display:flex}.seo-header{text-align:center;color:#f5f7ff;width:min(100%,720px)}.seo-header h1{margin:0;font-size:clamp(1.5rem,4.8vw,2.2rem);line-height:1.1}.seo-header p{color:#ffffffb8;margin:.45rem 0 0;font-size:.95rem}.calculator{background:#1a1a24;border-radius:20px;width:min(100vw,320px);padding:0 10px 10px;overflow:hidden;box-shadow:0 24px 60px #0009,0 0 0 1px #ffffff0f}.calc-title{color:#ffffff4d;letter-spacing:.08em;text-transform:uppercase;padding:14px 6px 4px;font-size:.78rem;font-weight:500}.display{flex-direction:column;align-items:flex-end;min-height:90px;padding:4px 6px 20px;display:flex}.display-expr{color:#ffffff47;min-height:20px;font-size:.82rem;line-height:1.3}.display-number{color:#fff;text-align:right;word-break:break-all;letter-spacing:-.02em;max-width:100%;font-size:clamp(2rem,11vw,3.6rem);font-weight:300;line-height:1}.keypad{background:0 0;border-top:none;grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.key{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border:none;border-radius:10px;justify-content:center;align-items:center;height:68px;padding:0;font-family:inherit;font-size:1.15rem;font-weight:400;transition:filter 80ms,transform 70ms;display:flex}.key:active{filter:brightness(1.25);transform:scale(.93)}.key-function{color:#ffffffbf;background:#2c2c3a;font-size:1rem}.key-function:hover{filter:brightness(1.15)}.key-currency-label{color:#f8fafc;letter-spacing:.02em;text-transform:none;font-size:.54rem;font-weight:700;line-height:1}.key-currency{background:#2563eb}.key-currency:hover{background:#1d4ed8}.key-number{color:#fff;background:#252533}.key-number:hover{filter:brightness(1.12)}.key-operator{color:#d4a017;background:#2e2040;font-size:1.3rem;font-weight:500}.key-operator:hover{filter:brightness(1.2)}.key-active-op{color:#1a1208;background:#d4a017}.key-equal{color:#fff;background:linear-gradient(145deg,#e8a020,#e05a20);font-size:1.35rem;font-weight:600;box-shadow:0 4px 16px #e0782066}.key-equal:hover{filter:brightness(1.1)}.seo-content{color:#eef2ff;background:#1a1a24c7;border:1px solid #ffffff14;border-radius:14px;width:min(100%,720px);padding:1rem}.seo-content h2{margin:0 0 .45rem;font-size:1.05rem}.seo-content p{color:#ffffffc7;margin:0 0 .9rem;font-size:.92rem;line-height:1.55}.faq-list{flex-direction:column;gap:.5rem;display:flex}.faq-item{background:#0e0e12b8;border:1px solid #ffffff1f;border-radius:10px;padding:.55rem .7rem}.faq-item summary{cursor:pointer;font-weight:600}.faq-item p{margin:.45rem 0 0}.ads-wrapper{width:min(100%,720px)}.ads-card{background:#141622db;border:1px solid #ffffff1f;border-radius:14px;min-height:102px;padding:.85rem;position:relative}.ads-badge{color:#ffcd8cf2;letter-spacing:.06em;text-transform:uppercase;background:#ffb45026;border-radius:999px;padding:.18rem .4rem;font-size:.62rem;font-weight:700;position:absolute;top:.55rem;right:.6rem}.ads-unit{width:100%;min-height:90px}.ads-dev{align-items:center;display:flex}.ads-dev p{color:#ffffffbf;margin:0;font-size:.85rem}.cm-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b8;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.cm-modal{background:#1a1a24;border:1px solid #ffffff1a;border-radius:20px;width:min(100%,360px);animation:.2s ease-out both cm-rise;overflow:hidden;box-shadow:0 32px 80px #0009}@keyframes cm-rise{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.cm-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.cm-title{color:#fff;letter-spacing:.02em;font-size:1.2rem;font-weight:700}.cm-close{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;place-items:center;width:32px;height:32px;font-size:1.2rem;transition:background .15s;display:grid}.cm-close:hover{color:#fff;background:#ffffff29}.cm-body{flex-direction:column;gap:9px;padding:15px;display:flex}.cm-field{flex-direction:column;gap:5px;display:flex}.cm-field-amount{margin-bottom:1.5px}.cm-field-target{margin-top:1.35px}.cm-field-result{gap:3.5px}.cm-input{color:#fff;background:#252533;border:1px solid #ffffff1f;border-radius:12px;outline:none;align-self:flex-start;width:110px;max-width:110px;padding:8px 10px;font-family:inherit;font-size:1.05rem;font-weight:600;transition:border-color .15s}.cm-input:focus{border-color:#d4a017}.cm-input::-webkit-inner-spin-button{appearance:none}.cm-input::-webkit-outer-spin-button{appearance:none}.cm-select{color:#fff;cursor:pointer;appearance:none;background:#252533;border:1px solid #ffffff1f;border-radius:12px;outline:none;width:100%;padding:8px 10px;font-family:inherit;font-size:.88rem;font-weight:600;transition:border-color .15s}.cm-select:focus{border-color:#d4a017}.cm-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;font-weight:700}.cm-label-result{min-height:14px}.cm-label-result.is-hidden{visibility:hidden}.cm-result{color:#fff;background:0 0;border:1px solid #0000;border-radius:12px;justify-content:flex-start;align-items:center;width:100%;min-height:41px;padding:8px 10px;display:flex}.cm-amount{color:#fff;font-size:1.35rem}.cm-amount strong{color:#d4a017}.cm-loading{color:#ffffff80;font-size:.88rem}.cm-error{color:#ff7a7a;text-align:center;font-size:.82rem}.cm-placeholder{color:#ffffff47;font-size:.88rem}.cm-rate{text-align:center;color:#ffffff59;min-height:16px;margin:0;font-size:.78rem}.cm-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e8a020,#e05a20);border:none;border-radius:14px;padding:11px;font-family:inherit;font-size:1rem;font-weight:700;transition:filter .12s,transform .12s;box-shadow:0 6px 18px #e0782059}.cm-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.cm-btn:disabled{opacity:.6;pointer-events:none}.cm-actions{flex-direction:column;gap:3px;display:flex}.cm-actions-compact{margin-top:-1px}.cm-disclaimer{text-align:center;color:#ffffff40;margin:0;font-size:.72rem}
