.currency-theme{--cc-bg-primary:#ffffff;--cc-bg-card:#f8fafc;--cc-border:#e2e8f0;--cc-text:#0f172a;--cc-text-muted:#64748b;--cc-accent:#10b981;--cc-accent-hover:#059669;--cc-warning:#f59e0b;--cc-input-bg:#ffffff;font-family:'Inter',system-ui,-apple-system,sans-serif;color:var(--cc-text);padding:1.5rem;box-sizing:border-box;max-width:800px;margin:0 auto}.dark .currency-theme{--cc-bg-primary:#0b0f19;--cc-bg-card:rgba(30, 41, 59, 0.7);--cc-border:rgba(255, 255, 255, 0.1);--cc-text:#f8fafc;--cc-text-muted:#94a3b8;--cc-input-bg:rgba(15, 23, 42, 0.8)}.currency-theme *{box-sizing:border-box}.currency-theme .hidden{display:none!important}.currency-theme .mt-2{margin-top:.5rem}.currency-theme .mt-3{margin-top:.75rem}.currency-theme .mt-4{margin-top:1rem}.currency-theme .mb-3{margin-bottom:.75rem}.currency-theme .mb-4{margin-bottom:1rem}.currency-theme .w-full{width:100%}.currency-theme .w-auto{width:auto}.currency-theme .flex-1{flex:1}.currency-theme .text-accent{color:var(--cc-accent)}.currency-theme .text-warning{color:var(--cc-warning)}.currency-theme .curr-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.currency-theme .curr-title-box{display:flex;align-items:center;gap:1rem}.currency-theme .curr-icon-wrapper{background:linear-gradient(135deg,var(--cc-accent),#34d399);width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgb(16 185 129 / .3)}.currency-theme .curr-icon-wrapper i{color:#fff;width:24px;height:24px}.currency-theme h1{font-size:1.5rem;font-weight:700;margin:0 0 .2rem 0}.currency-theme p{font-size:.85rem;color:var(--cc-text-muted);margin:0}.currency-theme .btn-demo{background:rgb(16 185 129 / .1);color:var(--cc-accent);border:1px solid rgb(16 185 129 / .2);padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:0.2s}.currency-theme .btn-demo:hover{background:rgb(16 185 129 / .2)}.currency-theme .curr-card{background:var(--cc-bg-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--cc-border);border-radius:20px;box-shadow:0 10px 30px rgb(0 0 0 / .05);padding:2rem}.dark .currency-theme .curr-card{box-shadow:0 10px 30px rgb(0 0 0 / .25)}.currency-theme .curr-tabs{display:flex;border-bottom:1px solid var(--cc-border);margin-bottom:2rem;overflow-x:auto}.currency-theme .tab-btn{background:#fff0;color:var(--cc-text-muted);border:none;border-bottom:2px solid #fff0;padding:.75rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all 0.2s;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.currency-theme .tab-btn i{width:16px;height:16px}.currency-theme .tab-btn:hover{color:var(--cc-text)}.currency-theme .tab-btn.active{color:var(--cc-accent);border-bottom-color:var(--cc-accent)}.currency-theme .curr-pane{display:none}.currency-theme .curr-pane.active{display:block}.currency-theme .input-group{display:flex;flex-direction:column;gap:.4rem}.currency-theme .input-group label{font-size:.85rem;font-weight:600;color:var(--cc-text-muted)}.currency-theme .curr-input{background:var(--cc-input-bg);border:1px solid var(--cc-border);color:var(--cc-text);padding:.8rem 1rem;border-radius:10px;font-size:1rem;font-family:inherit;outline:none;transition:border-color 0.2s}.currency-theme .curr-input:focus{border-color:var(--cc-accent)}.currency-theme .main-amount{font-size:1.5rem;font-weight:700}.currency-theme .input-with-suffix{position:relative;display:flex;align-items:center}.currency-theme .input-with-suffix .curr-input{width:100%;padding-right:3rem}.currency-theme .suffix-currency{position:absolute;right:1rem;font-size:.85rem;font-weight:600;color:var(--cc-text-muted);pointer-events:none}.currency-theme .converter-layout{display:flex;flex-direction:column;gap:1.5rem}.currency-theme .currency-selectors{display:flex;align-items:flex-end;gap:1rem}.currency-theme .btn-swap{background:var(--cc-input-bg);border:1px solid var(--cc-border);color:var(--cc-text);width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:0.2s;margin-bottom:2px}.currency-theme .btn-swap:hover{background:var(--cc-border);transform:rotate(180deg)}.currency-theme .result-box{background:var(--cc-input-bg);border:1px solid var(--cc-border);border-radius:12px;padding:1.5rem;text-align:center}.currency-theme .highlight-box{border-color:rgb(245 158 11 / .3);background:rgb(245 158 11 / .05)}.currency-theme .bg-darker{background:rgb(0 0 0 / .02)}.dark .currency-theme .bg-darker{background:rgb(0 0 0 / .2)}.currency-theme .result-label{font-size:.85rem;font-weight:600;color:var(--cc-text-muted);margin-bottom:.5rem}.currency-theme .result-value{font-size:2.5rem;font-weight:800;margin:0 0 1rem 0;word-break:break-all}.currency-theme .result-meta{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.currency-theme .rate-badge{background:rgb(16 185 129 / .1);color:var(--cc-accent);padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.currency-theme .status-indicator{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--cc-text-muted)}.currency-theme .status-indicator.offline{color:var(--cc-warning)}.currency-theme .status-indicator i{width:14px;height:14px}.currency-theme .fee-breakdown{font-size:.85rem;color:var(--cc-text-muted)}.currency-theme .purchasing-box{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.85rem;color:var(--cc-text-muted);background:rgb(16 185 129 / .05);padding:.8rem;border-radius:8px;border:1px dashed rgb(16 185 129 / .3)}.currency-theme .purchasing-box i{width:16px;height:16px;color:var(--cc-accent)}.currency-theme .fees-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.currency-theme .multi-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.currency-theme .m-amount{width:120px}.currency-theme .m-currency{flex:1}.currency-theme .m-equals{font-weight:700;color:var(--cc-text-muted)}.currency-theme .m-result{font-weight:600;min-width:100px;text-align:right}.currency-theme .btn-secondary{background:var(--cc-input-bg);border:1px solid var(--cc-border);color:var(--cc-text);padding:.6rem 1rem;border-radius:8px;font-size:.85rem;cursor:pointer;display:flex;align-items:center;gap:.5rem}.currency-theme .btn-secondary:hover{background:var(--cc-border)}.currency-theme .btn-icon{background:#fff0;border:none;color:var(--cc-text-muted);padding:.4rem;cursor:pointer;border-radius:6px}.currency-theme .btn-icon:hover{background:rgb(239 68 68 / .1);color:#ef4444}.currency-theme .btn-icon i{width:18px;height:18px}.currency-theme .btn-primary{background:var(--cc-accent);color:#fff;border:none;padding:.8rem 1.5rem;font-weight:600;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:0.2s}.currency-theme .btn-primary:hover{background:var(--cc-accent-hover)}.currency-theme .alert-message{padding:1rem;border-radius:10px;display:flex;align-items:center;gap:1rem;font-size:.9rem}.currency-theme .alert-message.success{background:rgb(16 185 129 / .1);border:1px solid rgb(16 185 129 / .3);color:var(--cc-accent)}@keyframes ccFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.currency-theme .animate-in{animation:ccFadeIn 0.4s ease forwards;opacity:0}@media (max-width:600px){.currency-theme .currency-selectors{flex-direction:column;align-items:center;gap:.5rem}.currency-theme .input-group.flex-1{width:100%}.currency-theme .btn-swap{transform:rotate(90deg);margin:.5rem 0}.currency-theme .btn-swap:hover{transform:rotate(270deg)}.currency-theme .curr-card{padding:1.5rem}.currency-theme .result-value{font-size:2rem}}