.currency-converter-page{min-height:100vh;padding:2rem 0;background:var(--color-dark)}.converter-header{text-align:center;margin-bottom:3rem}.converter-title{font-size:2.5rem;font-weight:700;color:var(--color-text-primary, #154822);margin-bottom:1rem;line-height:1.3}.converter-subtitle{font-size:1.125rem;color:var(--color-text-secondary, #666);max-width:800px;margin:0 auto;line-height:1.8}.converter-card{background:var(--color-bg-secondary, #f8f9fa);border-radius:16px;padding:2.5rem;box-shadow:0 4px 16px #0000001a;margin-bottom:3rem;border:1px solid var(--color-border, #e2e8f0)}[data-theme=dark] .converter-card{background:#ffffff0d;border-color:#ffffff1a}.converter-form{display:flex;flex-direction:column;gap:1.5rem}.currency-input-group{display:flex;flex-direction:column;gap:.75rem}.currency-label{font-size:.875rem;font-weight:600;color:var(--color-text-secondary, #666);text-transform:uppercase;letter-spacing:.5px}.currency-select-wrapper{position:relative}.currency-select{width:100%;padding:1rem 3rem 1rem 1rem;font-size:1rem;border:2px solid var(--color-border, #e2e8f0);border-radius:12px;background:var(--color-bg-primary, white);color:var(--color-text-primary, #154822);cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:12px}[data-theme=dark] .currency-select{background:#ffffff1a;border-color:#fff3;color:var(--color-text-primary, #ffffff)}.currency-select:hover{border-color:var(--color-gold, #f3d273)}.currency-select:focus{outline:none;border-color:var(--color-gold, #f3d273);box-shadow:0 0 0 3px #f3d2731a}.currency-input{width:100%;padding:1rem;font-size:1.5rem;font-weight:600;border:2px solid var(--color-border, #e2e8f0);border-radius:12px;background:var(--color-bg-primary, white);color:var(--color-text-primary, #154822);transition:border-color .3s ease,box-shadow .3s ease}[data-theme=dark] .currency-input{background:#ffffff1a;border-color:#fff3;color:var(--color-text-primary, #ffffff)}.currency-input:focus{outline:none;border-color:var(--color-gold, #f3d273);box-shadow:0 0 0 3px #f3d2731a}.currency-result{min-height:60px;padding:1rem;border:2px solid var(--color-border, #e2e8f0);border-radius:12px;background:var(--color-bg-primary, white);display:flex;align-items:center;justify-content:center}[data-theme=dark] .currency-result{background:#ffffff1a;border-color:#fff3}.result-display{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%}.result-amount{font-size:2rem;font-weight:700;color:var(--color-gold, #f3d273)}.result-rate{font-size:.875rem;color:var(--color-text-secondary, #666)}.result-placeholder{font-size:1.5rem;color:var(--color-text-secondary, #999)}.swap-button{width:48px;height:48px;border-radius:50%;border:2px solid var(--color-border, #e2e8f0);background:var(--color-bg-primary, white);color:var(--color-text-primary, #154822);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;align-self:center;margin:.5rem 0}[data-theme=dark] .swap-button{background:#ffffff1a;border-color:#fff3;color:var(--color-text-primary, #ffffff)}.swap-button:hover{border-color:var(--color-gold, #f3d273);background:var(--color-gold, #f3d273);color:#fff;transform:rotate(180deg)}.convert-button{width:100%;padding:1rem 2rem;font-size:1.125rem;font-weight:600;background:var(--color-gold, #f3d273);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:background .3s ease,transform .2s ease;margin-top:.5rem}.convert-button:hover:not(:disabled){background:var(--color-gold-dark, #b89a4f);transform:translateY(-2px)}.convert-button:disabled{opacity:.6;cursor:not-allowed}.error-message{padding:1rem;background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:.875rem}[data-theme=dark] .error-message{background:#ff00001a;border-color:#ff00004d;color:#ff6b6b}.info-message{display:flex;gap:.75rem;padding:1rem;background:#f3d2731a;border:1px solid rgba(243,210,115,.3);border-radius:8px;color:var(--color-text-secondary, #666);font-size:.875rem;line-height:1.6}[data-theme=dark] .info-message{background:#f3d27326;border-color:#f3d27366}.info-message svg{flex-shrink:0;color:var(--color-gold, #f3d273);margin-top:.125rem}.info-message p{margin:0}.last-update{text-align:center;font-size:.75rem;color:var(--color-text-secondary, #999);margin-top:.5rem}.quick-conversions{margin-top:3rem}.quick-conversions-title{font-size:1.5rem;font-weight:600;color:var(--color-text-primary, #154822);margin-bottom:1.5rem;text-align:center}.quick-conversions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.quick-conversion-card{padding:1.5rem;background:var(--color-bg-secondary, #f8f9fa);border:2px solid var(--color-border, #e2e8f0);border-radius:12px;cursor:pointer;transition:all .3s ease;text-align:center}[data-theme=dark] .quick-conversion-card{background:#ffffff0d;border-color:#ffffff1a}.quick-conversion-card:hover{border-color:var(--color-gold, #f3d273);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.quick-conversion-flag{font-size:1.5rem;margin-bottom:.5rem}.quick-conversion-pair{font-size:.875rem;font-weight:600;color:var(--color-text-primary, #154822);margin-bottom:.5rem}.quick-conversion-rate{font-size:.75rem;color:var(--color-text-secondary, #666)}.converter-content{margin-top:4rem;max-width:900px;margin-left:auto;margin-right:auto}.content-section{margin-bottom:2.5rem}.content-section h2{font-size:1.5rem;font-weight:600;color:var(--color-text-primary, #154822);margin-bottom:1rem}.content-section p{font-size:1rem;line-height:1.8;color:var(--color-text-secondary, #666);margin-bottom:1rem}.content-section ul{list-style:none;padding:0}.content-section li{padding:.75rem 0;padding-inline-start:1.5rem;position:relative;color:var(--color-text-secondary, #666);line-height:1.8}.content-section li:before{content:"";position:absolute;inset-inline-start:.15rem;top:1rem;width:.38rem;height:.7rem;border:solid var(--color-gold, #f3d273);border-width:0 2px 2px 0;transform:rotate(45deg)}.currency-rates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.currency-rate-card{background:var(--color-bg-secondary, #f8f9fa);border:2px solid var(--color-border, #e2e8f0);border-radius:12px;padding:1.5rem;transition:all .3s ease;text-decoration:none;color:inherit;display:block;cursor:pointer}[data-theme=dark] .currency-rate-card{background:#ffffff0d;border-color:#ffffff1a}.currency-rate-card:hover{border-color:var(--color-gold, #f3d273);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;text-decoration:none;color:inherit}.currency-rate-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.currency-flag{font-size:2rem;line-height:1}.currency-rate-header h3{font-size:1.125rem;font-weight:600;color:var(--color-text-primary, #154822);margin:0 0 .25rem;line-height:1.4}.currency-country{font-size:.875rem;color:var(--color-text-secondary, #666);margin:0}.currency-rate-value{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid var(--color-border, #e2e8f0)}.rate-label{font-size:.75rem;color:var(--color-text-secondary, #666);text-transform:uppercase;letter-spacing:.5px}.rate-number{font-size:1.5rem;font-weight:700;color:var(--color-gold, #f3d273)}.rate-loading{font-size:.875rem;color:var(--color-text-secondary, #999);font-style:italic}.currency-detail-content{padding:2rem 0}.rate-display-large{text-align:center;padding:2rem;background:var(--color-bg-secondary, #f8f9fa);border-radius:12px;margin-bottom:2rem}.rate-main{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.rate-currency{font-size:1.5rem;font-weight:600;color:var(--color-text-primary, #154822)}.rate-equals{font-size:1.5rem;color:var(--color-text-secondary, #666)}.rate-gbp{font-size:2rem;font-weight:700;color:var(--color-gold, #f3d273)}.rate-description{font-size:1rem;color:var(--color-text-secondary, #666);margin:0}.conversion-table{margin-top:2rem}.conversion-table h3{font-size:1.5rem;font-weight:700;color:var(--color-text-primary, #154822);margin-bottom:1.5rem;text-align:center}.table-wrapper{overflow-x:auto;border-radius:12px;box-shadow:0 4px 6px #0000001a;background:var(--color-bg-primary, white)}[data-theme=dark] .table-wrapper{background:#ffffff0d;box-shadow:0 4px 6px #0000004d}.conversion-table-styled{width:100%;border-collapse:collapse;background:var(--color-bg-primary, white);min-width:400px}[data-theme=dark] .conversion-table-styled{background:#ffffff0d}.conversion-table-styled thead{background:linear-gradient(135deg,var(--color-gold, #f3d273) 0%,var(--color-gold-dark, #b89a4f) 100%)}.conversion-table-styled th{padding:1.25rem 1.5rem;font-weight:700;font-size:1rem;color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.5px;border:none}.conversion-table-styled tbody tr{transition:all .2s ease;border-bottom:1px solid var(--color-border, #e2e8f0)}.conversion-table-styled tbody tr:last-child{border-bottom:none}.conversion-table-styled tbody tr.even-row{background:var(--color-bg-primary, white)}.conversion-table-styled tbody tr.odd-row{background:var(--color-bg-secondary, #f8f9fa)}[data-theme=dark] .conversion-table-styled tbody tr.even-row{background:#ffffff08}[data-theme=dark] .conversion-table-styled tbody tr.odd-row{background:#ffffff0d}.conversion-table-styled tbody tr:hover{background:#f3d2731a;transform:scale(1.01);box-shadow:0 2px 8px #f3d27333}[data-theme=dark] .conversion-table-styled tbody tr:hover{background:#f3d27326}.conversion-table-styled td{padding:1.25rem 1.5rem;text-align:center;font-size:1.125rem;border:none}.currency-amount{font-weight:600;color:var(--color-text-primary, #154822);font-size:1.125rem}.gbp-amount{font-weight:700;color:var(--color-gold, #f3d273);font-size:1.25rem;display:inline-block;padding:.5rem 1rem;background:#f3d2731a;border-radius:8px;border:1px solid rgba(243,210,115,.3)}[data-theme=dark] .gbp-amount{background:#f3d27326;border-color:#f3d27366}.back-link{display:inline-block;margin-bottom:1rem;color:var(--color-gold, #f3d273);text-decoration:none;font-weight:500;transition:opacity .2s}.back-link:hover{opacity:.8;text-decoration:underline}.currency-calculator{margin-top:3rem;padding:2rem;background:var(--color-bg-primary, white);border:2px solid var(--color-border, #e2e8f0);border-radius:12px}.currency-calculator-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.currency-calculator-header h3{margin:0;font-size:1.5rem;color:var(--color-text-primary, #154822)}.currency-direction-toggle{padding:.5rem 1rem;border:2px solid var(--color-gold, #f3d273);border-radius:8px;background:transparent;color:var(--color-gold, #f3d273);font-weight:700;cursor:pointer}.currency-input-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.currency-input-row input{flex:1;min-width:200px;padding:1rem;border:2px solid var(--color-border, #e2e8f0);border-radius:8px;background:var(--color-bg-primary, white);color:var(--color-text-primary, #154822);font-size:1.125rem}.currency-input-row span{color:var(--color-text-primary, #154822);font-size:1.25rem;font-weight:700}.currency-result{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1.5rem;padding:1.5rem;background:var(--color-bg-secondary, #f8f9fa);border:1px solid var(--color-border, #e2e8f0);border-radius:8px}.currency-result strong{color:var(--color-gold, #f3d273);font-size:1.5rem}.currency-error{color:#b42318;font-weight:700}@media (max-width: 768px){.converter-title{font-size:2rem}.converter-card{padding:1.5rem}.quick-conversions-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.result-amount{font-size:1.5rem}.currency-rates-grid{grid-template-columns:1fr}.currency-rate-header h3{font-size:1rem}.rate-number{font-size:1.25rem}.conversion-table-styled{min-width:300px}.conversion-table-styled th,.conversion-table-styled td{padding:1rem;font-size:1rem}.gbp-amount{font-size:1.125rem;padding:.375rem .75rem}}@media (max-width: 480px){.converter-title{font-size:1.75rem}.converter-subtitle{font-size:1rem}.currency-input,.result-amount{font-size:1.25rem}}
