:root{--color-bg: #f1f5f9;--color-surface: #ffffff;--color-text: #0f172a;--color-text-muted: #64748b;--color-accent: #6366f1;--color-accent-hover: #4f46e5;--color-accent-soft: rgba(99, 102, 241, .1);--color-border: #e2e8f0;--color-footer-bg: #0f172a;--color-footer-text: #94a3b8;--color-footer-link: #cbd5e1;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .05);--shadow-card-hover: 0 20px 25px -5px rgba(0, 0, 0, .08), 0 8px 10px -6px rgba(0, 0, 0, .05);--font-sans: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;--max-content: 720px;--sidebar-width: 300px;--transition-fast: .15s ease;--transition-smooth: .25s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--color-text);background:var(--color-bg);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.layout{min-height:100vh;display:flex;flex-direction:column}.main-wrapper{flex:1;display:flex;gap:2rem;max-width:1100px;margin:0 auto;padding:2rem 1.5rem;width:100%}.main-wrapper--with-live{max-width:1280px}.main{flex:1;min-width:0;max-width:var(--max-content)}.sidebar{width:var(--sidebar-width);flex-shrink:0}.live-sidebar{width:260px;flex-shrink:0;display:flex;flex-direction:column;gap:1rem}.live-widget{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);padding:1rem 1.1rem;transition:box-shadow var(--transition-fast),border-color var(--transition-fast)}.live-widget:hover{box-shadow:var(--shadow-md);border-color:#6366f140}.live-widget__head{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem}.live-widget__icon{font-size:1.25rem;color:var(--color-accent);flex-shrink:0}.live-widget--weather .live-widget__icon{color:#0ea5e9}.live-widget--crypto .live-widget__icon{color:#f59e0b}.live-widget__title{font-size:.9rem;font-weight:600;color:var(--color-text)}.live-widget__loading,.live-widget__hint{font-size:.85rem;color:var(--color-text-muted);margin:0}.weather-icon{flex-shrink:0;line-height:0}.weather-icon svg{width:100%;height:100%;display:block}.live-widget__body{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem}.live-widget__weather-icon{flex-shrink:0}.live-widget__temp{font-size:1.5rem;font-weight:700;color:var(--color-accent)}.live-widget__desc{font-size:.9rem;color:var(--color-text-muted)}.live-widget__city{font-size:.8rem;color:var(--color-text-muted);width:100%}.live-widget__list{list-style:none;margin:0;padding:0}.live-widget__row{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem .5rem;padding:.35rem 0;font-size:.85rem;border-bottom:1px solid rgba(226,232,240,.6)}.live-widget__row:last-child{border-bottom:0}.live-widget__symbol{font-weight:600;color:var(--color-text);min-width:2.5em}.live-widget__value{color:var(--color-text);flex:1;min-width:0}.live-widget__change{font-weight:500;font-size:.8rem}.live-widget__change--up{color:#059669}.live-widget__change--down{color:#dc2626}.live-sidebar__more{font-size:.8rem;color:var(--color-text-muted);margin:.25rem 0 0;padding:0}.live-sidebar__link{color:var(--color-accent);text-decoration:none}.live-sidebar__link:hover{text-decoration:underline}.live-sidebar__sep{margin:0 .25rem;color:var(--color-text-muted)}@media (max-width: 1020px){.live-sidebar{width:100%;max-width:320px;flex-direction:row;flex-wrap:wrap;gap:1rem}.live-widget{flex:1;min-width:200px}}@media (max-width: 900px){.main-wrapper,.main-wrapper--with-live{flex-direction:column}.live-sidebar{flex-direction:column;max-width:100%;order:-1}.live-widget{min-width:0}.sidebar{width:100%;max-width:336px;margin:0 auto}}.header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.8)}.header__brand{display:flex;flex-direction:column;text-decoration:none;color:inherit}.header__logo-wrap{display:inline-flex;align-items:center;gap:.5rem}.header__logo-icon{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;color:var(--color-accent)}.header__logo-icon.remix-icon,.header__logo-icon i.remix-icon{font-size:1.5rem}.header__logo{font-size:1.35rem;font-weight:700;color:var(--color-accent)}.header__tagline{font-size:.75rem;color:var(--color-text-muted);font-weight:400;margin-top:.1rem}.lang-switch{display:flex;gap:.25rem}.lang-switch__link{padding:.5rem .875rem;border-radius:var(--radius-md);text-decoration:none;font-size:.875rem;font-weight:500;color:var(--color-text-muted);transition:color var(--transition-fast),background var(--transition-fast),box-shadow var(--transition-fast)}.lang-switch__link:hover{color:var(--color-accent);background:var(--color-accent-soft)}.lang-switch__link--active{color:var(--color-accent);background:var(--color-accent-soft);box-shadow:0 0 0 1px #6366f133}.hero{margin-bottom:2.5rem;position:relative;overflow:hidden}.hero__visual{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.hero__blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.35}.hero__blob--1{width:280px;height:280px;background:linear-gradient(135deg,#818cf8,#6366f1,#4f46e5);top:-100px;right:-80px;opacity:.4}.hero__blob--2{width:200px;height:200px;background:linear-gradient(135deg,#a78bfa,#8b5cf6);bottom:-60px;left:-50px;opacity:.35}.hero__blob--3{width:140px;height:140px;background:linear-gradient(135deg,#fbbf24,#f59e0b);top:40%;left:20%;opacity:.2}.hero__title,.hero__desc,.hero__about{position:relative;z-index:1}.hero__title{font-size:2.25rem;font-weight:700;letter-spacing:-.02em;color:var(--color-text);margin-bottom:.5rem;line-height:1.25}.hero__brand{position:relative;z-index:1;font-size:.9rem;font-weight:500;letter-spacing:.08em;color:var(--color-text-muted);margin:.25rem 0 0;text-transform:lowercase}.hero__desc{font-size:1rem;color:var(--color-text-muted)}.hero__about{font-size:.95rem;color:var(--color-text-muted);max-width:56ch;margin:1rem auto 0;line-height:1.5}.home-stats{margin-bottom:2.5rem;padding:1.5rem 1.25rem;background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.home-stats__visits{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.home-stats__label{font-size:.9rem;color:var(--color-text-muted)}.home-stats__count{font-size:1.25rem;font-weight:600;color:var(--color-accent)}.home-stats__popular-title{font-size:1rem;font-weight:600;color:var(--color-text);margin-bottom:.75rem}.home-stats__popular-list{list-style:none;counter-reset:rank}.home-stats__popular-item{display:flex;align-items:center;gap:.5rem .75rem;padding:.4rem 0;border-bottom:1px solid rgba(226,232,240,.6);counter-increment:rank}.home-stats__popular-item:last-child{border-bottom:0}.home-stats__rank{flex-shrink:0;width:1.5rem;font-size:.85rem;font-weight:600;color:var(--color-text-muted)}.home-stats__popular-link{flex:1;min-width:0;font-size:.95rem;color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast)}.home-stats__popular-link:hover{color:var(--color-accent-hover);text-decoration:underline}.home-stats__popular-count{flex-shrink:0;font-size:.85rem;color:var(--color-text-muted)}.tool-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.tool-grid__divider{grid-column:1 / -1;margin:.75rem 0 1.25rem;border:0;border-top:1px solid var(--color-border);opacity:.8}.tool-card{display:flex;flex-direction:column;align-items:flex-start;padding:1.5rem 1.75rem;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid rgba(226,232,240,.8);text-decoration:none;color:inherit;transition:box-shadow var(--transition-smooth),transform var(--transition-smooth),border-color var(--transition-fast)}.tool-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px);border-color:#6366f126}.tool-card:hover .tool-card__icon{transform:scale(1.08);background:var(--color-accent-soft);color:var(--color-accent)}.tool-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-text-muted);margin-bottom:1.125rem;transition:transform var(--transition-smooth),background var(--transition-fast),color var(--transition-fast)}.tool-card__icon--fun{background:linear-gradient(135deg,#818cf81f,#8b5cf61f);color:#6366f1}.tool-card:hover .tool-card__icon--fun{background:linear-gradient(135deg,#818cf833,#8b5cf633);color:#4f46e5}.tool-card__icon i.remix-icon,.tool-card__icon .remix-icon{font-size:1.5rem}.article__page-icon i.remix-icon,.article__page-icon .remix-icon{font-size:1.75rem}.tool-card__title{font-size:1.1rem;font-weight:600;color:var(--color-text);margin-bottom:.35rem}.tool-card__desc{font-size:.875rem;color:var(--color-text-muted);line-height:1.5}.article{background:var(--color-surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);border:1px solid rgba(226,232,240,.8);padding:2.25rem}.article__title-wrap{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.article__page-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-text-muted);flex-shrink:0}.article__page-icon--fun{background:linear-gradient(135deg,#818cf826,#8b5cf626);color:#6366f1}.article__title-wrap h1{margin:0}.article__intro{font-size:1.05rem;color:var(--color-text-muted);margin-top:.5rem;margin-bottom:1rem}.article__use-cases{font-size:.95rem;color:var(--color-text);padding:.875rem 1.25rem;margin-bottom:1.25rem;background:var(--color-accent-soft);border-left:4px solid var(--color-accent);border-radius:0 var(--radius-md) var(--radius-md) 0}.related-tools{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.related-tools__list{list-style:none;margin-left:0;display:flex;flex-wrap:wrap;gap:.5rem 1rem}.related-tools__link{color:var(--color-accent);text-decoration:none;font-size:.95rem}.related-tools__link:hover{text-decoration:underline}.article__body p{margin-bottom:1rem}.article__body p:last-child{margin-bottom:0}.article h1{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:var(--color-text)}.article h2{font-size:1.125rem;font-weight:600;color:var(--color-text);margin-top:2rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.article ol,.article ul{margin-left:1.25rem;margin-top:.5rem}.article li{margin-bottom:.35rem}.article .faq-item{list-style:none;margin-left:0;padding:1rem 0;border-bottom:1px solid var(--color-border)}.article .faq-item:last-child{border-bottom:none}.article .faq-q{font-weight:600;color:var(--color-text)}.article .faq-a{color:var(--color-text-muted);margin-top:.25rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-muted);margin-bottom:1.5rem}.breadcrumb__link{color:var(--color-accent);text-decoration:none;font-weight:500;transition:color var(--transition-fast)}.breadcrumb__link:hover{color:var(--color-accent-hover)}.article__link{color:var(--color-accent);text-decoration:none}.article__link:hover{text-decoration:underline}.tool-widget-wrap{margin:2rem 0;padding:1.5rem;background:var(--color-bg);border-radius:var(--radius-md);border:1px solid var(--color-border)}.fortune-tool__intro,.animal-quiz-tool__progress{font-size:.95rem;color:var(--color-text-muted);margin-bottom:1rem}.fortune-tool__result{padding:1.25rem;background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border)}.fortune-tool__title{font-size:1rem;font-weight:600;margin-bottom:.75rem}.fortune-tool__level{font-size:1.5rem;font-weight:700;color:var(--color-accent);margin-bottom:1rem}.fortune-tool__list{display:grid;gap:.5rem;margin:0}.fortune-tool__list dt{font-weight:600;font-size:.875rem;color:var(--color-text-muted)}.fortune-tool__list dd{margin:0 0 .5rem}.animal-quiz-tool__tabs{display:flex;gap:.5rem;margin-bottom:1rem}.animal-quiz-tool__tab{flex:1;padding:.5rem .75rem;font-size:.9rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);cursor:pointer}.animal-quiz-tool__tab:hover{border-color:var(--color-accent)}.animal-quiz-tool__tab--active{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.animal-quiz-tool__photo{padding:.5rem 0}.animal-quiz-tool__photo-intro{font-size:.9rem;color:var(--color-text-muted);margin-bottom:1rem}.animal-quiz-tool__file{position:absolute;width:0;height:0;opacity:0;overflow:hidden}.animal-quiz-tool__preview-wrap{margin-top:1rem;text-align:center}.animal-quiz-tool__preview-wrap--small{margin-top:.75rem}.animal-quiz-tool__preview-wrap--small .animal-quiz-tool__preview{max-width:120px;max-height:120px}.animal-quiz-tool__preview{max-width:100%;max-height:200px;border-radius:var(--radius-sm);object-fit:contain}.animal-quiz-tool__question{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.animal-quiz-tool__options{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.animal-quiz-tool__btn{width:100%;padding:.75rem 1rem;text-align:left;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);cursor:pointer;transition:background .15s,border-color .15s}.animal-quiz-tool__btn:hover{background:var(--color-bg);border-color:var(--color-accent)}.animal-quiz-tool__result{text-align:center;padding:1.5rem}.animal-quiz-tool__label{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.animal-quiz-tool__emoji{font-size:4rem;margin:.5rem 0;line-height:1}.animal-quiz-tool__desc{color:var(--color-text-muted);margin-bottom:1rem}.random-animal-tool__intro{font-size:.95rem;color:var(--color-text-muted);margin-bottom:1rem}.random-animal-tool__result{text-align:center;padding:1.5rem;background:var(--color-surface);border-radius:var(--radius-md)}.random-animal-tool__title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.random-animal-tool__emoji{font-size:4rem;margin:.5rem 0}.random-animal-tool__name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.random-animal-tool__desc{color:var(--color-text-muted);margin-bottom:1rem}.lotto-tool__intro{font-size:.95rem;color:var(--color-text-muted);margin-bottom:1rem}.lotto-tool__result{text-align:center;padding:1.5rem;background:var(--color-surface);border-radius:var(--radius-md)}.lotto-tool__label{font-size:1rem;font-weight:600;margin-bottom:1rem}.lotto-tool__balls{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1rem}.lotto-tool__ball{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(180deg,#f5d442,#e6b82a);color:#1a1a1a;font-weight:700;font-size:1rem;box-shadow:0 2px 4px #0003}.tool-widget__section{margin-bottom:1rem}.tool-label{display:block;font-size:.875rem;font-weight:500;color:var(--color-text);margin-bottom:.35rem}.tool-input{width:100%;padding:.5rem .75rem;font-size:.95rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface)}.tool-input:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 2px #0ea5e933}.tool-input--file{padding:.35rem}.tool-input--mono{font-family:ui-monospace,monospace}.tool-textarea{min-height:100px;resize:vertical}.tool-checkboxes{display:flex;flex-wrap:wrap;gap:1rem}.tool-checkboxes label{display:flex;align-items:center;gap:.35rem;cursor:pointer;font-size:.9rem}.btn--secondary{background:var(--color-border);color:var(--color-text)}.btn--secondary:hover{background:#cbd5e1}.unit-tabs{display:flex;flex-wrap:wrap;gap:.25rem}.unit-tab{padding:.4rem .75rem;border:1px solid var(--color-border);background:var(--color-surface);border-radius:var(--radius-sm);font-size:.85rem;cursor:pointer;transition:background .15s,border-color .15s}.unit-tab:hover{background:var(--color-bg)}.unit-tab--active{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.unit-convert-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.unit-input{width:6rem;min-width:80px}.unit-select{min-width:100px}.unit-swap{padding:.4rem .6rem;border:1px solid var(--color-border);background:var(--color-surface);border-radius:var(--radius-sm);font-size:1rem;cursor:pointer;transition:background .15s}.unit-swap:hover{background:var(--color-bg)}.unit-result{font-size:1.05rem}.unit-result__value{color:var(--color-accent)}.unit-table-wrap{margin-top:1.5rem}.unit-table{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.unit-table__cell{padding:.5rem;background:var(--color-surface);border-radius:var(--radius-sm);font-size:.875rem}.ratio-inputs{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.ratio-inputs .tool-input{width:5rem;min-width:70px}.ratio-inputs span{color:var(--color-text-muted);font-weight:500}.currency-converter .currency-convert-row{display:flex;align-items:stretch;gap:1rem;flex-wrap:wrap}.currency-converter .currency-block{flex:1;min-width:140px}.currency-converter .currency-input-wrap,.currency-converter .currency-result-wrap{display:flex;flex-direction:column;gap:.5rem}.currency-converter .currency-input,.currency-converter .currency-select{font-size:1rem}.currency-converter .currency-result-wrap{min-height:2.5rem;padding:.5rem 0}.currency-converter .currency-result{font-size:1.2rem;font-weight:600;color:var(--color-accent)}.currency-converter .currency-loading,.currency-converter .currency-placeholder{color:var(--color-text-muted);font-size:.9rem}.currency-converter .currency-swap{align-self:center;padding:.75rem 1rem;border:2px solid var(--color-accent);background:transparent;color:var(--color-accent);border-radius:var(--radius-md);font-size:1.2rem;cursor:pointer;transition:background .15s,color .15s}.currency-converter .currency-swap:hover{background:var(--color-accent);color:#fff}.currency-converter .currency-rate-info{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.currency-converter .currency-rate-line{font-size:.9rem;color:var(--color-text-muted)}.currency-converter .currency-manual{margin-top:1.5rem}.btn--sm{padding:.4rem .9rem;font-size:.85rem}.currency-quick-rates{margin-top:1.5rem}.currency-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.5rem}@media (max-width: 500px){.currency-quick-grid{grid-template-columns:repeat(2,1fr)}}.currency-quick-card{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem;border:1px solid var(--color-border);background:var(--color-surface);border-radius:var(--radius-sm);font-size:.85rem;cursor:pointer;transition:border-color .15s,box-shadow .15s}.currency-quick-card:hover{border-color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent)}.currency-quick-flag{font-size:1.5rem}.currency-quick-code{font-weight:600;color:var(--color-text)}.currency-quick-value{font-size:.9rem;color:var(--color-accent);font-weight:500}.world-time .world-time__map-wrap{position:relative;width:100%;border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg);margin-bottom:1.5rem}.world-time .world-time__map{display:block;width:100%;height:auto;max-height:320px;object-fit:cover}.world-time .world-time__pin{position:absolute;transform:translate(-50%,-50%);z-index:2;cursor:pointer}.world-time .world-time__dot{display:block;width:10px;height:10px;border-radius:50%;background:var(--color-accent);border:2px solid white;box-shadow:0 1px 3px #0000004d}.world-time .world-time__pin--active .world-time__dot{background:var(--color-accent-hover);transform:scale(1.3)}.world-time .world-time__tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-8px);padding:.5rem .75rem;background:var(--color-surface);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);white-space:nowrap;z-index:10;pointer-events:none}.world-time .world-time__city{font-weight:600;font-size:.9rem}.world-time .world-time__clock{font-size:1.1rem;color:var(--color-accent);font-weight:600}.world-time .world-time__date{font-size:.75rem;color:var(--color-text-muted)}.world-time .world-time__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.world-time .world-time__card{display:flex;flex-direction:column;padding:.75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;transition:border-color .15s,box-shadow .15s}.world-time .world-time__card:hover{border-color:var(--color-accent);box-shadow:0 0 0 1px var(--color-accent)}.world-time .world-time__card-name{font-size:.8rem;color:var(--color-text-muted)}.world-time .world-time__card-time{font-size:1.1rem;font-weight:600;color:var(--color-accent)}.world-time .world-time__converter{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.world-time .world-time__converter-title{font-size:1rem;font-weight:600;margin-bottom:1rem}.tool-select{width:100%;padding:.5rem .75rem;font-size:.95rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface)}.tool-error{color:#dc2626;font-size:.875rem;margin:.5rem 0}.tool-widget__output{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--color-border)}.qr-preview{display:inline-flex;padding:1rem;background:#fff;border-radius:var(--radius-sm);margin-bottom:1rem}.qr-preview img{display:block;max-width:256px;height:auto}.tool-result-row{display:flex;gap:.5rem;margin-top:.5rem}.tool-result-row .tool-input{flex:1}.tool-pre{font-size:.875rem;background:var(--color-surface);padding:1rem;border-radius:var(--radius-sm);overflow-x:auto;white-space:pre-wrap;margin:.5rem 0 1rem}.img-compress-result{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem}@media (max-width: 600px){.img-compress-result{grid-template-columns:1fr}}.img-compress-col{text-align:center}.img-compress-img{max-width:100%;height:auto;border-radius:var(--radius-sm);margin:.5rem 0}.tool-meta{font-size:.8rem;color:var(--color-text-muted);margin:.35rem 0}.realtime-tool__controls{margin-bottom:1rem}.realtime-tool__loading,.realtime-tool__error,.realtime-tool__empty{font-size:.95rem;color:var(--color-text-muted);margin:1rem 0}.realtime-tool__error{color:#dc2626}.weather-tool__result{padding:1.25rem;background:var(--color-bg);border-radius:var(--radius-md);margin-top:1rem}.weather-tool__weather-icon{display:block;margin-bottom:.5rem}.weather-tool__temp{font-size:2.5rem;font-weight:700;color:var(--color-text);margin-bottom:.25rem}.weather-tool__desc{font-size:1rem;color:var(--color-text-muted);margin-bottom:.75rem}.weather-tool__meta{display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;font-size:.9rem}.weather-tool__meta dt{color:var(--color-text-muted)}.weather-tool__meta dd{font-weight:500}.stocks-tool__list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.stocks-tool__row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;padding:.75rem 1rem;background:var(--color-bg);border-radius:var(--radius-md);font-size:.9rem}.stocks-tool__symbol{font-weight:600;min-width:8rem}.crypto-tool__price,.stocks-tool__price{color:var(--color-text)}.crypto-tool__unit{font-size:.8em;color:var(--color-text-muted);font-weight:400}.crypto-tool__change,.stocks-tool__change{font-weight:600;font-size:.85rem}.crypto-tool__change--up,.stocks-tool__change--up{color:#16a34a}.crypto-tool__change--down,.stocks-tool__change--down{color:#dc2626}.crypto-tool__table-wrap{margin-top:0;overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-bg)}.crypto-tool--explore .crypto-tool__table-wrap{box-shadow:0 1px 3px #0000000f}.crypto-tool__table{width:100%;border-collapse:collapse;font-size:.9rem}.crypto-tool__table th,.crypto-tool__table td{padding:.65rem 1rem;text-align:left;border-bottom:1px solid var(--color-border)}.crypto-tool__table thead th{background:var(--color-bg);font-weight:600;color:var(--color-text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.02em}.crypto-tool--explore .crypto-tool__table thead th{background:#00000005}.crypto-tool__table tbody tr:last-child td{border-bottom:none}.crypto-tool__table tbody tr:hover{background:var(--color-bg)}.crypto-tool__th--asset,.crypto-tool__td--asset{min-width:12rem}.crypto-tool__th--price,.crypto-tool__td--price{white-space:nowrap}.crypto-tool__th--change,.crypto-tool__td--change{text-align:right;min-width:5rem}.crypto-tool__asset{display:inline-flex;align-items:center;gap:.75rem}.crypto-tool__asset-icon{width:32px;height:32px;border-radius:50%;object-fit:contain}.crypto-tool__asset-info{display:flex;flex-direction:column;gap:.1rem}.crypto-tool__asset-name{font-weight:600;color:var(--color-text)}.crypto-tool__asset-symbol{font-size:.8rem;color:var(--color-text-muted)}.crypto-tool--explore .crypto-tool__explore-header{margin-bottom:1.25rem}.crypto-tool__explore-title{font-size:1.5rem;font-weight:700;color:var(--color-text);margin:0 0 .25rem}.crypto-tool__explore-sub{font-size:.9rem;color:var(--color-text-muted);margin:0}.crypto-tool__live-badge{font-size:.8rem;color:var(--color-text-muted);margin:0 0 .5rem}.crypto-tool__error-wrap{margin:.5rem 0}.crypto-tool__retry{margin-top:.5rem}.crypto-tool__chart-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.crypto-tool__chart-title{font-size:1rem;font-weight:600;margin-bottom:.75rem}.crypto-tool__chart-controls{display:flex;gap:.5rem;margin-bottom:.75rem}.crypto-tool__chart-select{min-width:0;padding:.4rem .6rem;font-size:.9rem}.crypto-tool__chart-wrap{width:100%;max-width:500px;height:180px;background:var(--color-bg);border-radius:var(--radius-md);overflow:hidden}.crypto-tool__chart-wrap--tv{max-width:540px;height:auto;aspect-ratio:520 / 240;background:var(--color-surface);border:1px solid var(--color-border)}.crypto-tool__chart{width:100%;height:100%;display:block}.crypto-tool__chart--tv{width:100%;height:auto;display:block}.crypto-tool__grid-line{stroke:var(--color-border);stroke-width:1}.crypto-tool__chart-axis-text{fill:var(--color-text-muted);font-size:11px;font-family:var(--font-sans)}.crypto-tool__chart-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.crypto-tool__chart-tabs{display:flex;gap:.25rem}.crypto-tool__chart-tab{padding:.35rem .65rem;font-size:.85rem;font-weight:500;color:var(--color-text-muted);background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;transition:color var(--transition-fast),background var(--transition-fast),border-color var(--transition-fast)}.crypto-tool__chart-tab:hover{color:var(--color-text);border-color:var(--color-accent)}.crypto-tool__chart-tab--active{color:var(--color-accent);background:var(--color-accent-soft);border-color:var(--color-accent)}.crypto-tool__chart-loading{font-size:.9rem;color:var(--color-text-muted);margin:.5rem 0}.crypto-tool__news-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.crypto-tool__news-title{font-size:1.1rem;font-weight:600;margin:0 0 .75rem;color:var(--color-text)}.crypto-tool__news-loading,.crypto-tool__news-empty{font-size:.9rem;color:var(--color-text-muted);margin:.5rem 0}.crypto-tool__news-list{list-style:none;margin:0;padding:0}.crypto-tool__news-item{padding:.5rem 0;border-bottom:1px solid var(--color-border)}.crypto-tool__news-item:last-child{border-bottom:none}.crypto-tool__news-link{color:var(--color-accent);text-decoration:none;font-weight:500}.crypto-tool__news-link:hover{text-decoration:underline}.crypto-tool__news-more{margin:.75rem 0 0;font-size:.9rem}.crypto-tool__news-more-link{color:var(--color-accent);text-decoration:none}.crypto-tool__news-more-link:hover{text-decoration:underline}.tradingview-chart-wrap{width:100%;max-width:540px;margin-top:.75rem;border-radius:var(--radius-md);border:1px solid var(--color-border);overflow:hidden}.tradingview-chart-container{width:100%;height:420px}.tradingview-chart-credit{font-size:.75rem;color:var(--color-text-muted);margin:.25rem 0 0;padding:0 .5rem .5rem}.tradingview-chart-credit a{color:var(--color-text-muted);text-decoration:none}.tradingview-chart-credit a:hover{text-decoration:underline}.news-tool__list{list-style:none;margin:0;padding:0}.news-tool__item{padding:.75rem 0;border-bottom:1px solid var(--color-border)}.news-tool__item:last-child{border-bottom:none}.news-tool__link{display:block;color:var(--color-accent);text-decoration:none;font-weight:500;margin-bottom:.25rem}.news-tool__link:hover{text-decoration:underline}.news-tool__source{font-size:.8rem;color:var(--color-text-muted)}.news-page__loading,.news-page__error{margin:1rem 0;color:var(--color-text-muted)}.news-page__list{margin-top:1.5rem}.news-page__ul{list-style:none;margin:0;padding:0}.news-page__item{padding:1rem 0;border-bottom:1px solid var(--color-border)}.news-page__item:last-child{border-bottom:none}.news-page__link{display:block;font-weight:600;font-size:1.05rem;color:var(--color-accent);text-decoration:none;margin-bottom:.35rem}.news-page__link:hover{text-decoration:underline}.news-page__desc{font-size:.9rem;color:var(--color-text-muted);line-height:1.45;margin:0 0 .35rem}.news-page__meta{font-size:.8rem;color:var(--color-text-muted);margin:0}.news-page__date{font-weight:500}.news-page__source{margin-top:1.5rem;font-size:.85rem;color:var(--color-text-muted)}.news-page__source a{color:var(--color-accent);text-decoration:none}.news-page__source a:hover{text-decoration:underline}.ad-slot{position:sticky;top:5rem;display:flex;align-items:center;justify-content:center;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);min-height:250px;overflow:hidden}.ad-slot--rectangle{min-height:250px}.ad-slot--banner{min-height:90px}.ad-slot__label{font-size:.75rem;color:var(--color-text-muted)}.ad-slot-inline{margin:2rem 0}.ad-slot-inline .ad-slot{position:relative;top:0;min-height:90px}.footer{margin-top:auto;padding:2.25rem 1.5rem;background:var(--color-footer-bg);border-top:1px solid rgba(148,163,184,.15);color:var(--color-footer-text)}.footer__inner{max-width:1100px;margin:0 auto;text-align:center}.footer__nav{display:flex;justify-content:center;gap:1.5rem;margin-bottom:.75rem}.footer__nav a{color:var(--color-footer-link);text-decoration:none;font-size:.875rem}.footer__nav a:hover{text-decoration:underline}.footer__copy{font-size:.8rem;color:var(--color-footer-text)}.page-fallback{min-height:12rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);font-size:1rem}.error-page{text-align:center;padding:3rem 2rem}.error-page__title{font-size:1.25rem;margin-bottom:.5rem}.error-page__desc{color:var(--color-text-muted);margin-bottom:1.5rem}.btn{display:inline-block;padding:.625rem 1.375rem;background:var(--color-accent);color:#fff;border:none;border-radius:var(--radius-md);font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast);box-shadow:0 1px 2px #6366f133}.btn:hover{background:var(--color-accent-hover);box-shadow:0 4px 12px #6366f140;transform:translateY(-1px)}
