main[data-astro-cid-ljamqnsi]{max-width:1200px;margin:0 auto;padding:2rem 1rem;box-sizing:border-box}.calculator-container[data-astro-cid-ljamqnsi]{max-width:800px;width:100%;margin:2rem auto;padding:2.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease;box-sizing:border-box}h1[data-astro-cid-ljamqnsi]{font-size:2rem;margin:0 0 .5rem;color:var(--text-color, #333);font-weight:600}.description[data-astro-cid-ljamqnsi]{color:#666;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.tabs[data-astro-cid-ljamqnsi]{display:flex;border-bottom:1px solid #eee;margin-bottom:2.5rem;position:relative}.tab[data-astro-cid-ljamqnsi]{padding:1rem 1.5rem;cursor:pointer;font-weight:600;color:#666;border-bottom:3px solid transparent;transition:all .3s ease;position:relative;z-index:1}.tab[data-astro-cid-ljamqnsi]:hover{color:var(--accent, #ff4081)}.tab[data-astro-cid-ljamqnsi].active{color:var(--accent, #ff4081);border-bottom-color:var(--accent, #ff4081)}.tab-content[data-astro-cid-ljamqnsi]{display:none;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tab-content[data-astro-cid-ljamqnsi].active{display:block}.basic-calculator[data-astro-cid-ljamqnsi]{max-width:340px;margin:0 auto;background:#fafafa;padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000d}.calculator-display[data-astro-cid-ljamqnsi]{background:#fff;border:1px solid #eee;border-radius:12px;padding:1.2rem;text-align:right;font-size:1.8rem;margin-bottom:1.2rem;min-height:3.5rem;display:flex;align-items:center;justify-content:flex-end;box-shadow:inset 0 1px 5px #0000000d;font-family:Roboto Mono,monospace;overflow:hidden;position:relative}.calculator-display[data-astro-cid-ljamqnsi]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--accent, #ff4081);opacity:.7;border-radius:12px 12px 0 0}.calculator-keys[data-astro-cid-ljamqnsi]{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.calculator-key[data-astro-cid-ljamqnsi]{background:#fff;border:none;border-radius:12px;padding:1.2rem .5rem;font-size:1.4rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000d;position:relative;overflow:hidden}.calculator-key[data-astro-cid-ljamqnsi]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff80;opacity:0;transition:opacity .3s ease}.calculator-key[data-astro-cid-ljamqnsi]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.calculator-key[data-astro-cid-ljamqnsi]:active:after{opacity:1}.calculator-key[data-astro-cid-ljamqnsi].operator{background:#fff5f8;color:var(--accent, #ff4081);font-weight:600}.calculator-key[data-astro-cid-ljamqnsi].equals{background:var(--accent, #ff4081);color:#fff;font-weight:600}.calculator-key[data-astro-cid-ljamqnsi].clear{background:#fef8f8;color:#f44336;font-weight:600}.unit-converter[data-astro-cid-ljamqnsi]{max-width:550px;width:100%;margin:0 auto;background:#fafafa;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000000d;box-sizing:border-box;overflow:hidden}.converter-form[data-astro-cid-ljamqnsi]{display:flex;flex-direction:column;gap:1.8rem}.form-group[data-astro-cid-ljamqnsi]{display:flex;flex-direction:column;gap:.6rem}.form-group[data-astro-cid-ljamqnsi] label[data-astro-cid-ljamqnsi]{font-weight:600;color:#444;font-size:.95rem}.form-row[data-astro-cid-ljamqnsi]{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem;width:100%;align-items:center;position:relative;box-sizing:border-box}.form-row[data-astro-cid-ljamqnsi] .form-group[data-astro-cid-ljamqnsi]{flex:1 0 45%;min-width:120px;max-width:100%;width:100%;box-sizing:border-box}.swap-button-container[data-astro-cid-ljamqnsi]{display:flex;justify-content:center;margin:.5rem 0;position:relative;height:40px}.swap-button[data-astro-cid-ljamqnsi]{position:absolute;width:40px;height:40px;border-radius:50%;background:var(--accent, #ff4081);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000001a;z-index:2;transition:all .3s ease}.swap-button[data-astro-cid-ljamqnsi]:hover{transform:scale(1.1);box-shadow:0 4px 15px #00000026}.swap-button[data-astro-cid-ljamqnsi]:active{transform:scale(.95)}.swap-button[data-astro-cid-ljamqnsi] svg[data-astro-cid-ljamqnsi]{width:20px;height:20px;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}select[data-astro-cid-ljamqnsi],input[data-astro-cid-ljamqnsi]{width:100%;padding:.9rem 1rem;border:1px solid #e0e0e0;border-radius:12px;font-size:1rem;background:#fff;transition:all .3s ease;box-shadow:0 1px 3px #0000000d;box-sizing:border-box}input[data-astro-cid-ljamqnsi]:focus,select[data-astro-cid-ljamqnsi]:focus{outline:none;border-color:var(--accent, #ff4081);box-shadow:0 0 0 3px #ff408126;transform:translateY(-2px)}.result[data-astro-cid-ljamqnsi]{margin-top:1.8rem;padding:1.2rem;background:#f5f5f5;border-radius:12px;text-align:center;font-size:1.2rem;position:relative;overflow:hidden;word-break:break-word;width:100%;box-sizing:border-box;max-width:100%}.result[data-astro-cid-ljamqnsi]:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--accent, #ff4081)}.currency-converter[data-astro-cid-ljamqnsi]{max-width:550px;width:100%;margin:0 auto;background:#fafafa;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000000d;box-sizing:border-box;overflow:hidden}.currency-result[data-astro-cid-ljamqnsi]{font-weight:600;color:var(--accent, #ff4081);font-size:1.3rem;word-break:break-word;max-width:100%;overflow-wrap:break-word}.update-time[data-astro-cid-ljamqnsi]{font-size:.85rem;color:#999;text-align:center;margin-top:1rem;font-style:italic}@media (max-width: 768px){main[data-astro-cid-ljamqnsi]{padding:1rem;width:100%}.calculator-container[data-astro-cid-ljamqnsi]{width:100%;max-width:100%;margin:.75rem auto;padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000f}h1[data-astro-cid-ljamqnsi]{font-size:1.75rem;margin-bottom:.5rem}.description[data-astro-cid-ljamqnsi]{font-size:.95rem;margin-bottom:1.5rem;line-height:1.5}.tabs[data-astro-cid-ljamqnsi]{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;margin-bottom:1.5rem}.tab[data-astro-cid-ljamqnsi]{padding:.8rem 1rem;font-size:.95rem}.unit-converter[data-astro-cid-ljamqnsi],.currency-converter[data-astro-cid-ljamqnsi]{width:100%;max-width:100%;padding:1.25rem;border-radius:12px;overflow:hidden}.basic-calculator[data-astro-cid-ljamqnsi]{max-width:100%;padding:1.25rem;margin:0 auto}.calculator-display[data-astro-cid-ljamqnsi]{font-size:1.5rem;padding:1rem;min-height:3rem}.calculator-keys[data-astro-cid-ljamqnsi]{gap:.6rem}.calculator-key[data-astro-cid-ljamqnsi]{padding:1rem .5rem;font-size:1.2rem;border-radius:10px}.form-row[data-astro-cid-ljamqnsi]{flex-direction:column;gap:.75rem;margin-bottom:.75rem;width:100%}.form-row[data-astro-cid-ljamqnsi] .form-group[data-astro-cid-ljamqnsi]{flex:1 0 100%;min-width:100%;max-width:100%}select[data-astro-cid-ljamqnsi],input[data-astro-cid-ljamqnsi]{width:100%;padding:.85rem;font-size:1rem;border-radius:10px;box-sizing:border-box}.form-group[data-astro-cid-ljamqnsi]{gap:.5rem}.form-group[data-astro-cid-ljamqnsi] label[data-astro-cid-ljamqnsi]{font-size:.9rem}.result[data-astro-cid-ljamqnsi]{margin-top:1.25rem}.swap-button-container[data-astro-cid-ljamqnsi]{height:36px;margin:.5rem 0}.swap-button[data-astro-cid-ljamqnsi]{width:36px;height:36px}}@media (max-width: 480px){main[data-astro-cid-ljamqnsi]{padding:.75rem .5rem;width:100%}.calculator-container[data-astro-cid-ljamqnsi]{width:100%;padding:1.25rem 1rem;margin:0;border-radius:12px;box-shadow:0 3px 15px #0000000d}h1[data-astro-cid-ljamqnsi]{font-size:1.5rem}.description[data-astro-cid-ljamqnsi]{font-size:.9rem;margin-bottom:1.25rem;line-height:1.4}.tab[data-astro-cid-ljamqnsi]{padding:.7rem .9rem;font-size:.85rem}.basic-calculator[data-astro-cid-ljamqnsi]{padding:1rem}.calculator-display[data-astro-cid-ljamqnsi]{font-size:1.4rem;padding:.85rem;min-height:2.8rem;border-radius:10px}.calculator-keys[data-astro-cid-ljamqnsi]{gap:.45rem}.calculator-key[data-astro-cid-ljamqnsi]{padding:.75rem .35rem;font-size:1rem;border-radius:8px}.unit-converter[data-astro-cid-ljamqnsi],.currency-converter[data-astro-cid-ljamqnsi]{padding:1rem;border-radius:10px;overflow:hidden;margin:0 auto}.converter-form[data-astro-cid-ljamqnsi]{gap:1rem}select[data-astro-cid-ljamqnsi],input[data-astro-cid-ljamqnsi]{font-size:16px;padding:.75rem;border-radius:8px;max-width:100%;width:100%;box-sizing:border-box}.form-group[data-astro-cid-ljamqnsi]{gap:.35rem}.form-group[data-astro-cid-ljamqnsi] label[data-astro-cid-ljamqnsi]{font-size:.85rem}.form-row[data-astro-cid-ljamqnsi]{gap:.5rem;margin-bottom:.6rem;flex-direction:column}.form-row[data-astro-cid-ljamqnsi] .form-group[data-astro-cid-ljamqnsi]{flex:1 0 100%;width:100%;min-width:100%;max-width:100%}.result[data-astro-cid-ljamqnsi]{font-size:.85rem;padding:.75rem;margin-top:1rem;border-radius:8px;overflow-wrap:break-word}.currency-result[data-astro-cid-ljamqnsi]{font-size:.95rem;max-width:100%}.swap-button-container[data-astro-cid-ljamqnsi]{height:30px;margin:.3rem 0}.swap-button[data-astro-cid-ljamqnsi]{width:30px;height:30px}.swap-button[data-astro-cid-ljamqnsi] svg[data-astro-cid-ljamqnsi]{width:14px;height:14px}.update-time[data-astro-cid-ljamqnsi]{font-size:.75rem;margin-top:.7rem}}@media (max-width: 360px){.calculator-container[data-astro-cid-ljamqnsi]{padding:1rem .75rem}h1[data-astro-cid-ljamqnsi]{font-size:1.35rem}.description[data-astro-cid-ljamqnsi]{font-size:.8rem;margin-bottom:1rem}.tabs[data-astro-cid-ljamqnsi]{margin-bottom:1.25rem}.tab[data-astro-cid-ljamqnsi]{padding:.6rem .7rem;font-size:.8rem}.calculator-key[data-astro-cid-ljamqnsi]{padding:.65rem .3rem;font-size:.9rem}.calculator-display[data-astro-cid-ljamqnsi]{font-size:1.2rem;padding:.75rem}.form-row[data-astro-cid-ljamqnsi]{flex-direction:column;gap:.4rem}.form-row[data-astro-cid-ljamqnsi] .form-group[data-astro-cid-ljamqnsi]{width:100%;flex:none;min-width:100%}select[data-astro-cid-ljamqnsi],input[data-astro-cid-ljamqnsi]{padding:.7rem;font-size:.9rem}.unit-converter[data-astro-cid-ljamqnsi],.currency-converter[data-astro-cid-ljamqnsi]{padding:.75rem;border-radius:8px}.converter-form[data-astro-cid-ljamqnsi]{gap:.75rem}.form-group[data-astro-cid-ljamqnsi]{gap:.3rem}.result[data-astro-cid-ljamqnsi]{margin-top:.75rem;padding:.75rem}}.calculator-container[data-astro-cid-ljamqnsi]{background:linear-gradient(135deg,#fff,#f9f9f9)}select[data-astro-cid-ljamqnsi]{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1em;padding-right:2.5rem}.key-pressed[data-astro-cid-ljamqnsi],.touched[data-astro-cid-ljamqnsi]{transform:scale(.95);opacity:.9;transition:transform .1s ease,opacity .1s ease}@media (pointer: coarse){.calculator-key[data-astro-cid-ljamqnsi],.tab[data-astro-cid-ljamqnsi],select[data-astro-cid-ljamqnsi],button[data-astro-cid-ljamqnsi],input[data-astro-cid-ljamqnsi][type=number]{min-height:44px}.calculator-key[data-astro-cid-ljamqnsi]:hover,.tab[data-astro-cid-ljamqnsi]:hover{transform:none;box-shadow:none}.touched[data-astro-cid-ljamqnsi],.key-pressed[data-astro-cid-ljamqnsi]{transform:scale(.95);background-color:#00000008}input[data-astro-cid-ljamqnsi],select[data-astro-cid-ljamqnsi],button[data-astro-cid-ljamqnsi]{font-size:16px!important}.swap-button[data-astro-cid-ljamqnsi] svg[data-astro-cid-ljamqnsi]{stroke-width:2px}}select[data-astro-cid-ljamqnsi],input[data-astro-cid-ljamqnsi],.calculator-display[data-astro-cid-ljamqnsi]{appearance:none;border:1px solid rgba(0,0,0,.1);transition:all .2s ease;width:100%;box-sizing:border-box;max-width:100%}select[data-astro-cid-ljamqnsi]:focus,input[data-astro-cid-ljamqnsi]:focus,.calculator-display[data-astro-cid-ljamqnsi]:focus{border-color:var(--accent, #ff4081);box-shadow:0 0 0 2px #ff40811a;outline:none}input[data-astro-cid-ljamqnsi]::placeholder{color:#aaa;opacity:.8}
