@charset "UTF-8";.goodjob-toast{position:fixed;top:20px;right:20px;padding:12px 20px;border-radius:4px;color:#fff;background:#28a745;box-shadow:0 4px 6px #0000001a;z-index:1000;animation:goodjob-fade-in .3s ease}.goodjob-toast--error{background:#dc3545}.goodjob-toast.is-hiding{animation:goodjob-fade-out .3s ease}@keyframes goodjob-fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes goodjob-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.notice{position:fixed;top:20px;right:20px;padding:12px 16px;border-radius:4px;color:#fff;background:#4caf50;font-size:14px;box-shadow:0 2px 8px #0003;z-index:1000;opacity:1;transition:opacity .3s ease}.notice-error{background:#f44336}.notice.is-hiding{opacity:0}.container{max-width:499px;margin:0 auto;padding:0 20px}@media (max-width: 500px){.container{padding:0 15px}}.main-content{min-height:calc(100vh - 120px)}.card{background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000001a;transition:box-shadow .3s ease}.card:hover{box-shadow:0 4px 8px #00000026}img{max-width:100%;height:auto}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.error{color:#dc3545;font-size:.9rem}.success{color:#2e7d32;font-size:.9rem}.d-flex{display:flex}.justify-content-between{justify-content:space-between}.justify-content-center{justify-content:center}.align-items-center{align-items:center}.w-100{width:100%}.h-100{height:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.loading{opacity:.6;pointer-events:none}.header{background:#fff;border-bottom:1px solid rgba(226,232,240,.3);position:relative;z-index:100}.header .header-container{max-width:499px;margin:0 auto;padding:0 20px}.header .header-content{display:flex;justify-content:space-between;align-items:center;padding:0;min-height:70px}.header .logo{flex-shrink:0}.header .logo a{font-size:1.8rem;font-weight:800;color:#000;text-decoration:none;letter-spacing:-.5px;transition:color .2s ease;display:flex;align-items:center;gap:.25rem}.header .logo a:hover{color:#0bf}.header .logo a.brand{gap:.5rem}.header .logo a.brand .logo-img{display:block;height:80px;width:90px}.header .header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.header .header-actions .btn-post{padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.85rem;transition:all .2s ease;border:none;cursor:pointer;white-space:nowrap;background:#0bf;color:#fff;box-shadow:0 2px 8px #09c3}.header .header-actions .btn-post:hover{background:#09c;transform:translateY(-1px);box-shadow:0 4px 12px #0099cc4d}.header .header-actions .btn-post:active{transform:translateY(0);box-shadow:0 2px 8px #09c3}.header .header-actions .btn-login{padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.85rem;transition:all .2s ease;white-space:nowrap;color:#666;border:1px solid rgba(107,114,128,.3);background:transparent}.header .header-actions .btn-login:hover{color:#0bf;border-color:#0bf;background:#0099cc0d;transform:translateY(-1px)}.header .header-actions .btn-login:active{transform:translateY(0)}@media (max-width: 768px){.header .header-content{min-height:60px}.header .logo a{font-size:1.6rem}.header .header-actions .btn-post,.header .header-actions .btn-login{padding:.5rem .8rem;font-size:.8rem}}@media (max-width: 480px){.header .header-container{padding:0 16px}.header .logo a{font-size:1.4rem}.header .header-actions .btn-post,.header .header-actions .btn-login{padding:.5rem;font-size:1rem}}.footer-nav{position:fixed;bottom:0;left:50%;right:auto;transform:translate(-50%);width:100%;max-width:499px;background:#fff;border-top:1px solid #e5e7eb;z-index:50;box-shadow:0 -2px 10px #0000001a}.footer-nav .footer-nav-content{display:flex;justify-content:space-around;align-items:center;padding:.75rem 0;max-width:499px;margin:0 auto;padding-left:16px;padding-right:16px}.footer-nav .nav-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:#9ca3af;text-decoration:none;transition:all .2s ease;cursor:pointer;padding:.5rem;border-radius:8px;min-width:56px;position:relative;background:none;border:none;font-family:inherit;font-size:inherit}.footer-nav .nav-item[type=button]{color:#9ca3af;background:none;border:none;outline:none}.footer-nav .nav-item[type=button]:focus{outline:none;box-shadow:0 0 0 2px #3b82f633}.footer-nav .nav-item.active{color:#3b82f6;background:#3b82f61a}.footer-nav .nav-item.active .nav-icon svg{stroke:#3b82f6}.footer-nav .nav-item.active .nav-label{color:#3b82f6}.footer-nav .nav-item:hover{color:#6b7280;background:#6b72801a;transform:translateY(-1px)}.footer-nav .nav-item .nav-icon{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center}.footer-nav .nav-item .nav-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5;transition:stroke .2s ease}.footer-nav .nav-item .nav-label{font-size:.7rem;font-weight:500;text-align:center;line-height:1.2;color:inherit;transition:color .2s ease;white-space:nowrap}body{padding-bottom:5rem}@media (max-width: 480px){.footer-nav .footer-nav-content{padding-left:8px;padding-right:8px}.footer-nav .nav-item{min-width:48px;padding:.375rem}.footer-nav .nav-item .nav-icon{width:1.125rem;height:1.125rem}.footer-nav .nav-item .nav-label{font-size:.65rem}}button.btn-favorite,.btn.btn-favorite{display:inline-flex!important;flex-direction:row!important}.btn-favorite{background:transparent;color:#dc3545;border:1px solid #dc3545;align-items:center;justify-content:center;gap:.25rem;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:500;font-size:.85rem;transition:all .3s ease;cursor:pointer;min-height:40px;white-space:nowrap;position:relative;overflow:hidden}.btn-favorite.favorite-active{background:#dc3545;border-color:#dc3545;color:#fff}.btn-favorite:disabled{opacity:.6;cursor:not-allowed}.btn-favorite .favorite-svg-empty,.btn-favorite .favorite-svg-filled{width:18px;height:18px;transition:all .3s ease;flex-shrink:0;position:relative;z-index:1}.btn-favorite .favorite-svg-empty{display:inline-block!important;fill:none;stroke:currentColor;stroke-width:2}.btn-favorite .favorite-svg-filled{display:none!important;fill:currentColor;stroke:currentColor;stroke-width:1}.btn-favorite.favorite-active .favorite-svg-empty{display:none!important}.btn-favorite.favorite-active .favorite-svg-filled{display:inline-block!important}.btn-favorite:not(.favorite-active) .favorite-svg-empty{display:inline-block!important}.btn-favorite:not(.favorite-active) .favorite-svg-filled{display:none!important}.btn-favorite .btn-text{font-size:.8rem;white-space:nowrap;flex-shrink:0}.btn-favorite-login{background:transparent;color:#dc3545;border:1px solid #dc3545;display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border-radius:6px;text-decoration:none;font-size:.8rem;font-weight:500;transition:all .2s ease;min-height:40px;white-space:nowrap}.btn-favorite-login svg{width:18px;height:18px;flex-shrink:0}.btn-favorite-login .btn-text{font-size:.75rem;white-space:nowrap;flex-shrink:0}.breadcrumb{background:#fff;padding:1rem 0;border-bottom:none}.breadcrumb .breadcrumb-container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 500px){.breadcrumb{padding:.75rem 0}.breadcrumb .breadcrumb-container{padding:0 15px}}.breadcrumb.breadcrumb-dark{background:#343a40;border-bottom-color:#495057}.breadcrumb.breadcrumb-dark .breadcrumb-item a{color:#17a2b8}.breadcrumb.breadcrumb-dark .breadcrumb-item a:hover{color:#20c997}.breadcrumb.breadcrumb-dark .breadcrumb-item.active{color:#adb5bd}.breadcrumb.breadcrumb-dark .breadcrumb-item:not(:last-child):after{color:#adb5bd}.breadcrumb.breadcrumb-minimal{background:transparent;border-bottom:none;padding:.5rem 0}.breadcrumb-wrapper nav[aria-label=breadcrumb]{display:block;background:#fff;border-bottom:none;padding:8px 0;margin:0}.breadcrumb-wrapper .breadcrumb-container{max-width:1200px;margin:0 auto;padding:0 20px}.breadcrumb-wrapper nav[aria-label=breadcrumb] .breadcrumb{display:flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:0;gap:.5rem}.breadcrumb-wrapper nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item{display:flex;align-items:center;font-size:.9rem;color:#4b5563}.breadcrumb-wrapper nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:"›";color:#9ca3af;margin-right:.35rem;font-size:.9rem}.breadcrumb-wrapper nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a{color:#2563eb;text-decoration:none;font-weight:600}.breadcrumb-wrapper nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a:hover{color:#1d4ed8}.breadcrumb-wrapper nav[aria-label=breadcrumb] .breadcrumb .breadcrumb-item.active{color:#6b7280;font-weight:600}.gas-station-detail-page .station-header{background:#fff;padding:1rem 0 0;color:#000}.gas-station-detail-page .station-header .container{max-width:499px;margin:0 auto;padding:0 .5rem}.gas-station-detail-page .station-header .header-content{text-align:center}.gas-station-detail-page .station-header .station-info-section{margin-bottom:2rem}.gas-station-detail-page .station-header .station-info-section .station-title{font-size:1.5rem;font-weight:800;margin-bottom:1rem;line-height:1.3}.gas-station-detail-page .station-header .station-info-section .station-feature-text{font-size:.875rem;line-height:1.8;color:#666;background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:16px;padding:1rem 1.25rem;box-shadow:0 4px 15px #0000000d;margin:0;text-align:left}.gas-station-detail-page .station-header .favorite-actions{display:flex;flex-direction:column;gap:1rem;align-items:center;width:100%;box-sizing:border-box}.gas-station-detail-page .station-header .favorite-actions .favorite-stats .favorite-count{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666}.gas-station-detail-page .station-header .favorite-actions .favorite-stats .favorite-count .favorite-icon{width:18px;height:18px;color:#ff6b6b;fill:#ff6b6b}.gas-station-detail-page .station-header .favorite-actions .favorite-stats .favorite-count .count{font-weight:700;font-size:1.1rem}.gas-station-detail-page .station-header .favorite-actions .favorite-stats .favorite-count .label{white-space:nowrap}.gas-station-detail-page .station-header .favorite-actions .favorite-controls{display:flex;flex-direction:column;gap:1rem;align-items:center;width:100%;box-sizing:border-box}.gas-station-detail-page .station-header .favorite-actions .favorite-controls .btn-favorite{width:fit-content;min-width:0}.gas-station-detail-page .station-header .favorite-actions .favorite-controls .favorite-memo-section{width:100%;max-width:100%;box-sizing:border-box;background:#f8fafc;padding:1rem;border-radius:8px;border:1px solid #e2e8f0}.gas-station-detail-page .station-header .favorite-actions .favorite-controls .favorite-memo-section .memo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.gas-station-detail-page .station-header .favorite-actions .favorite-controls .favorite-memo-section label{font-size:.8rem;color:#000;margin:0}.gas-station-detail-page .station-header .favorite-actions .favorite-controls .favorite-memo-section .form-control{width:100%;box-sizing:border-box;padding:.5rem;border:1px solid #d1d5db;border-radius:4px;background:#fff;color:#000;font-size:.8rem;resize:vertical;min-height:80px}.gas-station-detail-page .station-header .favorite-actions .favorite-controls .favorite-memo-section .form-control::placeholder{color:#666}.gas-station-detail-page .station-header .favorite-actions .favorite-controls .favorite-memo-section .form-control:focus{outline:none;border-color:#0bf;box-shadow:0 0 0 3px #3b82f61a}.gas-station-detail-page .station-header .favorite-actions .favorite-controls .favorite-memo-section .memo-save-btn{margin-top:.5rem;background:#0bf;color:#fff;border:1px solid #00BBFF;padding:.5rem 1rem;border-radius:4px;font-size:.8rem;cursor:pointer;transition:all .2s ease}.gas-station-detail-page .station-header .favorite-actions .favorite-controls .favorite-memo-section .memo-save-btn:hover{background:#09c}.gas-station-detail-page .station-header .favorite-actions .favorite-controls .favorite-memo-section .memo-save-btn:disabled{opacity:.6;cursor:not-allowed}.gas-station-detail-page .station-header .favorite-actions .login-prompt{text-align:center;background:#f8fafc;padding:1rem;border-radius:8px;border:1px solid #e2e8f0}.gas-station-detail-page .station-header .favorite-actions .login-prompt p{margin-bottom:1rem;color:#666;font-size:.9rem}.gas-station-detail-page .station-header .favorite-actions .login-prompt .btn-login{background:#0bf;color:#fff;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease}.gas-station-detail-page .station-header .favorite-actions .login-prompt .btn-login:hover{background:#09c;text-decoration:none}.gas-station-detail-page .station-header .station-subtitle{font-size:1.1rem;color:#666;margin-bottom:1.5rem}.gas-station-detail-page .station-detail-copy{background:#f8fafc;padding:1rem 0 0}.gas-station-detail-page .station-detail-copy .container{max-width:499px;margin:0 auto;padding:0 .5rem}.gas-station-detail-page .station-detail-copy .detail-copy-card{background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:16px;padding:1.25rem;box-shadow:0 4px 15px #0000000d}.gas-station-detail-page .station-detail-copy .detail-copy-title{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:1rem;line-height:1.5}.gas-station-detail-page .station-detail-copy .detail-copy-text{font-size:.95rem;line-height:1.8;color:#666;margin-bottom:.75rem}.gas-station-detail-page .station-detail-copy .detail-copy-text:last-child{margin-bottom:0}.gas-station-detail-page .station-info{padding:2rem 0;background:#fff}.gas-station-detail-page .station-info .container{max-width:499px;margin:0 auto;padding:0 .5rem}.gas-station-detail-page .station-info .info-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.gas-station-detail-page .station-info .info-card{background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:16px;padding:1rem;box-shadow:0 4px 15px #0000000d;transition:all .3s ease}.gas-station-detail-page .station-info .info-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.gas-station-detail-page .station-info .info-card .card-title{font-size:1.3rem;font-weight:700;color:#000;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(0,153,204,.2);display:flex;align-items:center;gap:.5rem}.gas-station-detail-page .station-info .info-card .card-title .price-icon{width:24px;height:24px;color:#0bf}.gas-station-detail-page .station-info .info-card.price-comparison-card{border:1px solid rgba(0,153,204,.2)}.gas-station-detail-page .station-info .info-card.price-comparison-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.gas-station-detail-page .station-info .info-card.price-comparison-card .card-header .price-update-info .update-badge{background:#f1f5f9;color:#666;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:8px;border:1px solid #e2e8f0}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-grid{display:grid;gap:1.5rem;margin-bottom:1.5rem}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item{background:#fff;border-bottom:1px solid #e2e8f0;padding:0;transition:all .3s ease}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item:last-child{border-bottom:none}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .fuel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .fuel-header .fuel-type{font-size:1rem;font-weight:700;color:#000}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .fuel-header .price-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .fuel-header .price-badge.good-price{background:#64748b;color:#fff}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .fuel-header .price-badge.high-price{background:#dc2626;color:#fff}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .fuel-header .price-badge.average-price{background:#94a3b8;color:#fff}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .price-main{display:flex;align-items:baseline;gap:.25rem;margin-bottom:1rem}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .price-main .current-price{font-size:2rem;font-weight:900;color:#000;line-height:1}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .price-main .price-unit{font-size:.9rem;font-weight:600;color:#666}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .price-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-direction:row}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .price-comparison{display:flex;flex-direction:column;gap:.75rem;flex:1}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .price-comparison .comparison-item{display:flex;align-items:center;gap:.5rem}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .price-comparison .comparison-item.savings .trend-icon{color:#0bf}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .price-comparison .comparison-item.savings .comparison-text{color:#000}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .price-comparison .comparison-item.neutral .trend-icon,.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .price-comparison .comparison-item.neutral .comparison-text{color:#666}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .price-comparison .comparison-item .trend-icon{width:16px;height:16px;stroke-width:2.5}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-comparison-item .price-comparison .comparison-item .comparison-text{font-size:.875rem;font-weight:500}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-summary .summary-item{display:flex;align-items:center;gap:.75rem}.gas-station-detail-page .station-info .info-card.price-comparison-card .price-summary .summary-item .summary-text{font-size:1rem;font-weight:600;color:#000}.gas-station-detail-page .station-info .info-card.price-comparison-card .no-prices .no-prices-content{text-align:center;padding:2rem}.gas-station-detail-page .station-info .info-card.price-comparison-card .no-prices .no-prices-content .no-price-icon{width:48px;height:48px;color:#9ca3af;margin:0 auto 1rem}.gas-station-detail-page .station-info .info-card.price-comparison-card .no-prices .no-prices-content p{color:#666;margin-bottom:1.5rem}.gas-station-detail-page .station-info .info-card.price-comparison-card .no-prices .no-prices-content .btn-report-price{background:#0bf;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.gas-station-detail-page .station-info .info-card.price-comparison-card .no-prices .no-prices-content .btn-report-price:hover{background:#09c;transform:translateY(-1px)}.gas-station-detail-page .station-info .info-card.station-insight-card .insight-description{margin-top:1rem;font-size:.95rem;line-height:1.8;color:#666}.gas-station-detail-page .station-info .info-card .card-content .info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(226,232,240,.5)}.gas-station-detail-page .station-info .info-card .card-content .info-item:last-child{border-bottom:none}.gas-station-detail-page .station-info .info-card .card-content .info-item .info-label{font-size:.9rem;color:#666;font-weight:500}.gas-station-detail-page .station-info .info-card .card-content .info-item .info-value{font-size:1rem;color:#000;font-weight:600;text-align:right}.gas-station-detail-page .station-info .info-card .card-content .services-list .service-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.gas-station-detail-page .station-info .info-card .card-content .services-list .service-item .service-icon{width:16px;height:16px;color:#2e7d32;flex-shrink:0}.gas-station-detail-page .station-info .info-card .card-content .services-list .service-item .service-name{font-size:.9rem;color:#000}.gas-station-detail-page .price-history{padding:2rem 0;background:#f8fafc}.gas-station-detail-page .price-history .container{max-width:499px;margin:0 auto;padding:0 .5rem}.gas-station-detail-page .price-history .section-title{font-size:1.5rem;font-weight:700;color:#000;text-align:center;margin-bottom:2rem}.gas-station-detail-page .price-history .price-chart{background:#fff;border-radius:16px;padding:1rem;box-shadow:0 4px 15px #0000000d;margin-bottom:2rem}.gas-station-detail-page .price-posting-section{padding:1rem 0;background:#fff}.gas-station-detail-page .price-posting-section .container{max-width:499px;margin:0 auto;padding:0 .5rem;text-align:center}.gas-station-detail-page .price-posting-section .btn-price-post{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#0bf;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s ease}.gas-station-detail-page .price-posting-section .btn-price-post:hover{background:#08b;text-decoration:none;color:#fff}.gas-station-detail-page .price-posting-section .btn-price-post .post-icon{width:16px;height:16px;stroke-width:2}.same-city-stations{padding:2rem 0 3rem}.same-city-stations .same-city-title{font-size:1.1rem;font-weight:700;color:#343a40;margin-bottom:1rem}.same-city-stations .same-city-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;list-style:none;padding:0;margin:0}.same-city-stations .same-city-link{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;background:#fff;border:1px solid #F0F2F5;border-radius:8px;text-decoration:none;transition:border-color .2s ease}.same-city-stations .same-city-link:hover{border-color:#0bf;text-decoration:none}.same-city-stations .same-city-name{font-size:.95rem;font-weight:600;color:#343a40}.same-city-stations .same-city-brand{font-size:.8rem;color:#666}.price-history-section{grid-column:1/-1;padding:1.25rem;background:#fff;border:1px solid #F0F2F5;border-radius:12px;box-shadow:0 4px 15px #0000000d}.price-history-header{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;margin-bottom:1rem}.price-history-title{flex:1 1 100%;margin:0;color:#343a40;font-size:1.1rem;font-weight:700;line-height:1.5}.price-history-select-label{font-size:.85rem;font-weight:600;color:#666}.price-history-select{min-width:150px;padding:.5rem 2rem .5rem .75rem;color:#343a40;background:#fff;border:1px solid #F0F2F5;border-radius:8px;font-size:.9rem}.price-history-chart{width:100%;margin-bottom:1rem;overflow-x:auto}.price-history-svg{display:block;width:100%;min-width:320px;height:auto}.price-history-svg__background{fill:#f8fafc}.price-history-svg__grid{stroke:#e5e7eb;stroke-width:1}.price-history-svg__axis-label{fill:#666;font-size:12px}.price-history-svg__line{fill:none;stroke:#0bf;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.price-history-svg__point{fill:#fff;stroke:#0bf;stroke-width:3}.price-history-svg__value-label{fill:#343a40;font-size:12px;font-weight:700}.price-history-chart-empty{margin:0;padding:1rem;color:#666;background:#f8fafc;border-radius:8px;font-size:.9rem}.price-history-summaries{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.price-history-summary{margin:0;color:#343a40;font-size:.9rem;line-height:1.7}.price-history-table{border-top:1px solid #F0F2F5;padding-top:.75rem}.price-history-table summary{color:#0bf;cursor:pointer;font-size:.9rem;font-weight:700}.price-history-table table{width:100%;margin-top:.75rem;border-collapse:collapse;font-size:.85rem}.price-history-table th,.price-history-table td{padding:.6rem .5rem;border-bottom:1px solid #F0F2F5;text-align:left}.price-history-table th{color:#666;background:#f8fafc;font-weight:700}.station-articles-section{padding:0 0 3rem}.station-articles-section .container{max-width:499px;margin:0 auto;padding:0 .5rem}.station-articles-title{margin-bottom:1rem;color:#343a40;font-size:1.1rem;font-weight:700;line-height:1.5}.station-articles-list{display:grid;grid-template-columns:minmax(0,499px);gap:1rem}.station-article-card{overflow:hidden;background:#fff;border:1px solid #F0F2F5;border-radius:12px;transition:box-shadow .2s ease,transform .2s ease}.station-article-card:hover{box-shadow:0 4px 14px #00000014;transform:translateY(-2px)}.station-article-link{display:block;color:inherit;text-decoration:none}.station-article-thumbnail{aspect-ratio:16/9;background:#f3f4f6}.station-article-thumbnail img{display:block;width:100%;height:100%;object-fit:cover}.station-article-content{padding:.75rem}.station-article-title{display:-webkit-box;overflow:hidden;color:#343a40;font-size:.95rem;font-weight:700;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.station-article-description{display:-webkit-box;margin-top:.4rem;overflow:hidden;color:#666;font-size:.8rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.station-article-date{display:block;margin-top:.5rem;color:#9ca3af;font-size:.75rem}.station-articles-footer{margin-top:1.25rem}.station-articles-more{display:inline-flex;align-items:center;padding:.6rem 1.25rem;color:#0bf;border:1px solid #00BBFF;border-radius:999px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s ease,color .2s ease}.station-articles-more:hover{color:#fff;background:#0bf;text-decoration:none}.station-summary{max-width:640px;margin:.75rem auto 0;padding:.75rem 1rem;background:#fff;border:1px solid #F0F2F5;border-radius:8px;font-size:.875rem;line-height:1.8;color:#343a40;text-align:left}.station-stale-notice{max-width:640px;margin:.5rem auto 0;padding:.625rem 1rem;background:#fff8e1;border:1px solid #FFE082;border-radius:8px;font-size:.8rem;line-height:1.7;color:#7a5c00;text-align:left}
