body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;background:#1a1a1a;color:#e5e5e5;line-height:1.6;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column;align-items:center}.container{max-width:800px;width:100%;margin:0 auto;padding:1rem 2rem 4rem}.navbar{width:100%;max-width:800px;margin:0 auto 1.5rem;padding:1.25rem 2rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #404040}.nav-left{font-size:1.1rem;font-weight:600;color:#fff;letter-spacing:.5px}.nav-center{list-style:none;display:flex;gap:2rem}.nav-center a{text-decoration:none;color:#d1d5db;font-size:.95rem;transition:color .2s}.nav-center a:hover{color:#fbbf24}.nav-right{display:flex;gap:1.25rem;font-size:1.2rem}.nav-right a{color:#9ca3af;transition:color .2s,transform .2s}.nav-right a:hover{color:#f9de12;transform:translateY(-2px)}.mobile-icons{display:none}.hamburger{display:none;font-size:1.5rem;cursor:pointer;color:#e5e5e5}.mobile-drawer{position:fixed;top:0;right:-100%;width:85%;height:100vh;background:#0f0f0f;padding:2rem;transition:right .35s ease;z-index:999;border-left:1px solid #262626}.mobile-drawer.show{right:0}.drawer-header{display:flex;justify-content:space-between;align-items:center;font-size:1.3rem;font-weight:600;margin-bottom:2.5rem}.drawer-header svg{cursor:pointer;font-size:1.6rem}.drawer-menu{list-style:none;display:flex;flex-direction:column;gap:0}.drawer-menu li{margin:0}.drawer-menu a{display:block;padding:1rem 1.5rem;text-decoration:none;color:#d1d5db;font-size:1.1rem;transition:color .2s,background .2s}.drawer-menu a:hover{color:#fbbf24;background:#1f1f1f}@media(max-width:768px){.desktop-menu{display:none}.mobile-icons{display:flex;gap:1.25rem;font-size:1.2rem}.mobile-icons a{color:#9ca3af;transition:color .2s,transform .2s}.mobile-icons a:hover{color:#f9de12;transform:translateY(-2px)}.hamburger{display:block}}@media(max-width:768px){.desktop-menu{display:none}.hamburger{display:block}}.header{margin-bottom:4rem}.header h1{font-size:2rem;font-weight:600;color:#fff;margin-bottom:1rem}.header h1 .highlight{color:#fbbf24}.header p{font-size:1.125rem;color:#9ca3af;line-height:1.7;margin-bottom:.75rem}.header a{color:#60a5fa;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.header a:hover{border-bottom-color:#60a5fa}.section{margin-bottom:4rem}.section h2{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.section p{color:#d1d5db;line-height:1.8;margin-bottom:1rem}.skills-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.skill-tag{padding:.5rem 1rem;background:#262626;border:1px solid #404040;border-radius:6px;color:#e5e5e5;font-size:.9rem;transition:all .2s}.skill-tag:hover{background:#2d2d2d;border-color:#525252}.projects-list{display:flex;flex-direction:column;gap:2rem}.project-card{padding:1.5rem;background:#262626;border:1px solid #404040;border-radius:8px;transition:all .2s}.project-card:hover{border-color:#525252;background:#2d2d2d}.project-card h3{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.75rem}.project-card p{color:#9ca3af;margin-bottom:1rem;line-height:1.7}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-badge{padding:.25rem .75rem;background:#1a1a1a;border:1px solid #404040;border-radius:4px;color:#a3a3a3;font-size:.8rem}.footer{margin-top:6rem;padding-top:2rem;border-top:1px solid #404040;text-align:center;color:#737373;font-size:.9rem}@media(max-width:768px){.container{padding:.5rem 1.5rem 2rem}.header h1{font-size:1.75rem}.header p{font-size:1rem}}.social-links-container{display:flex;justify-content:flex-start;align-items:center;padding:.5rem 0 1rem}.social-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:flex-start;align-items:center}.social-link{text-decoration:none;transition:transform .3s ease;display:block}.social-link:hover{transform:translateY(-5px)}.social-icon-wrapper{position:relative;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e40ff,#09f);border-radius:50%;padding:3px;overflow:visible}.social-icon-wrapper:before{content:"";position:absolute;inset:-4px;border-radius:50%;padding:4px;background:linear-gradient(45deg,#1e40ff,#09f,#00d4ff,#1e40ff,#09f);background-size:300% 300%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;animation:shimmer 3s linear infinite,rotate 8s linear infinite;filter:blur(.5px) brightness(1.5)}.social-icon-wrapper:after{content:"";position:absolute;inset:-8px;border-radius:50%;background:radial-gradient(circle,rgba(30,64,255,.4) 0%,rgba(0,153,255,.2) 40%,transparent 70%);z-index:-1;animation:pulse 2s ease-in-out infinite}.social-icon{font-size:28px;color:#fff;z-index:2;position:relative;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}@keyframes shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@media(max-width:768px){.social-links-container{padding:0 0 .75rem}.social-links{gap:1.2rem}.social-icon-wrapper{width:52px;height:52px}.social-icon{font-size:26px}}@media(max-width:480px){.social-links-container{padding:1.25rem 0 .5rem}.social-links{gap:1rem}.social-icon-wrapper{width:48px;height:48px}.social-icon-wrapper:before{inset:-3px;padding:3px}.social-icon-wrapper:after{inset:-6px}.social-icon{font-size:24px}}@media(max-width:375px){.social-links{gap:.8rem}.social-icon-wrapper{width:44px;height:44px}.social-icon{font-size:22px}}.articles-page{padding-top:6rem;min-height:100vh;background-color:#1a1a1a;color:#e5e5e5}.articles-container{max-width:1200px;margin:0 auto;padding:0 2rem 4rem}.page-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#fff;display:inline-block}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.article-card{background:#262626;border:1px solid #404040;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s;height:100%;text-decoration:none;color:inherit}.article-card:hover{border-color:#525252}.card-image-container{height:140px;width:100%;overflow:hidden;background-color:#1a1a1a;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #404040}.card-image{width:100%;height:100%;object-fit:cover;transition:opacity .3s}.card-image:hover{opacity:.9}.card-content{padding:1rem;display:flex;flex-direction:column;flex:1}.card-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem}.card-tag{font-size:.7rem;padding:.15rem .5rem;background:#1f1f1f;color:#a3a3a3;border:1px solid #404040;border-radius:4px}.card-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#fff;line-height:1.4}.card-excerpt{font-size:.85rem;color:#a3a3a3;margin-bottom:.5rem;line-height:1.5;flex:1;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.detail-container{max-width:800px;margin:0 auto}.detail-card{background:transparent;border:none;overflow:visible}.detail-image{width:100%;height:400px;object-fit:cover;border-radius:8px;margin-bottom:2rem;border:1px solid #404040}.detail-content{padding:0}.detail-header{border-bottom:1px solid #404040;padding-bottom:2rem;margin-bottom:2rem}.detail-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.detail-meta{display:flex;font-size:.9rem;color:#9ca3af}.detail-body{color:#d1d5db;font-size:1.1rem;line-height:1.8}.detail-body p{margin-bottom:1.5rem}.back-link{display:inline-flex;align-items:center;color:#22d3ee;text-decoration:none;font-weight:500;margin-top:2rem;padding-top:2rem;border-top:1px solid #404040;width:100%}.back-link:hover{text-decoration:underline}.loading-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#1a1a1a;color:#fff}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-left-color:#e5e5e5;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.articles-grid{grid-template-columns:1fr;gap:1rem}.article-card{flex-direction:row;height:auto;min-height:100px}.card-image-container{width:120px;height:auto;min-height:100%;border-bottom:none;border-right:1px solid #404040}.card-content{padding:.75rem;justify-content:center}.card-title{font-size:.95rem;margin-bottom:.3rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-tags{display:none}.card-excerpt{font-size:.8rem;margin-bottom:0;-webkit-line-clamp:2;line-clamp:2}.detail-image{height:250px}.detail-title{font-size:1.75rem}}.cheatsheet-container{max-width:1200px;margin:0 auto;padding:40px 20px;min-height:100vh;background:#1a1a1a}.cheatsheet-header{text-align:center;margin-bottom:40px}.cheatsheet-header h1{font-size:2.5rem;color:#fff;margin-bottom:10px;font-weight:600}.cheatsheet-header .subtitle{font-size:1rem;color:#aaa;font-weight:400}.archives-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.archive-card{background:#242424;border:1px solid #404040;border-radius:2px;padding:15px 25px;cursor:pointer;display:flex;align-items:center;justify-content:center;min-height:60px;text-decoration:none;color:inherit;transition:background .2s ease}.archive-card:hover{background:#2a2a2a;border-color:#505050}.card-header{display:flex;justify-content:center;align-items:center;gap:15px;flex-wrap:wrap}.card-header h3{font-size:1.2rem;color:#fff;margin:0;font-weight:600;line-height:1.3;flex:1;min-width:200px}.category-badge{display:inline-block;background:#e8e8e8;color:#333;padding:4px 12px;border-radius:16px;font-size:.8rem;font-weight:500;white-space:nowrap}.card-content{flex-grow:1;margin-bottom:15px}.card-content p{color:#ccc;font-size:.95rem;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #404040;color:#888;font-size:.85rem}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;gap:20px}.spinner{width:40px;height:40px;border:3px solid #404040;border-top:3px solid #fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner p{color:#aaa;font-size:1rem}.error-message{background:#3a2424;border:1px solid #664444;border-radius:6px;padding:20px;text-align:center;color:#f88;font-size:1rem;margin:30px 0}.empty-state{text-align:center;padding:60px 20px;color:#666}.empty-state p{font-size:1.1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.archives-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.cheatsheet-container{padding:30px 15px}.cheatsheet-header h1{font-size:2rem}.archives-grid{grid-template-columns:1fr;gap:15px}.card-header{flex-direction:column}.card-header h3{min-width:auto;font-size:1.1rem}.category-badge{align-self:flex-start}}@media(max-width:480px){.cheatsheet-container{padding:20px 12px}.cheatsheet-header h1{font-size:1.8rem}.cheatsheet-header .subtitle{font-size:.9rem}.card-header h3{font-size:1rem}.card-content p{font-size:.9rem}}.admin-page{min-height:100vh;padding-top:6rem;padding-bottom:4rem;background-color:#1a1a1a;color:#e5e5e5;font-family:Inter,system-ui,-apple-system,sans-serif}.admin-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #333}.admin-title{font-size:1.8rem;font-weight:700;color:#fff;margin:0}.logout-btn{background-color:#ef4444;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.logout-btn:hover{background-color:#dc2626}.admin-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid #333}.tab-btn{background:transparent;border:none;color:#a3a3a3;padding:1rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.tab-btn.active{color:#22d3ee;border-bottom-color:#22d3ee}.tab-btn:hover:not(.active){color:#e5e5e5}.dashboard-grid{display:grid;grid-template-columns:350px 1fr;gap:2rem;align-items:start}.form-card{background:#262626;border:1px solid #404040;border-radius:8px;padding:1.5rem;position:sticky;top:6rem}.form-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#fff;border-bottom:1px solid #404040;padding-bottom:.75rem}.form-group{display:flex;flex-direction:column;gap:1rem}.form-input,.form-textarea{width:100%;background:#1a1a1a;border:1px solid #404040;color:#fff;padding:.75rem;border-radius:6px;font-size:.95rem;transition:border-color .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#22d3ee}.form-textarea{min-height:150px;resize:vertical}.form-actions{display:flex;gap:.75rem;margin-top:1rem}.btn{flex:1;padding:.75rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-primary{background-color:#22d3ee;color:#000}.btn-primary:hover{background-color:#06b6d4}.btn-secondary{background-color:#404040;color:#fff}.btn-secondary:hover{background-color:#525252}.list-card{background:#262626;border:1px solid #404040;border-radius:8px;padding:1.5rem}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.list-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.table-container{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.95rem}.admin-table th{text-align:left;padding:1rem;background:#1f1f1f;color:#a3a3a3;font-weight:500;border-bottom:1px solid #404040}.admin-table td{padding:1rem;border-bottom:1px solid #333;color:#e5e5e5}.admin-table tr:hover td{background-color:#2d2d2d}.table-date{color:#a3a3a3;font-size:.85rem;white-space:nowrap}.action-btn{background:none;border:none;cursor:pointer;font-weight:500;padding:.25rem .5rem;font-size:.9rem;margin-right:.5rem}.edit-action{color:#facc15}.edit-action:hover{text-decoration:underline}.delete-action{color:#f87171}.delete-action:hover{text-decoration:underline}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr}.form-card{position:static}}@media(max-width:640px){.admin-header{flex-direction:column;gap:1rem;align-items:flex-start}.logout-btn{width:100%}.admin-tabs{overflow-x:auto;white-space:nowrap;padding-bottom:.5rem}.admin-table th:nth-child(2),.admin-table td:nth-child(2){display:none}}.text-truncate{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#1a1a1a}.login-card{background:#262626;padding:2.5rem;border-radius:8px;border:1px solid #404040;width:100%;max-width:400px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.login-title{font-size:1.8rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#fff}.login-error{background-color:#ef44441a;color:#fca5a5;padding:.75rem;border-radius:6px;margin-bottom:1.5rem;font-size:.9rem;border:1px solid rgba(239,68,68,.2);text-align:center}.login-label{display:block;color:#a3a3a3;font-size:.9rem;margin-bottom:.5rem}.notification-banner{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#2d5016,#4a7c2c);color:#fff;padding:1rem;box-shadow:0 -4px 20px #0000004d;z-index:1000;animation:slideUp .4s ease-out;border-top:3px solid #ffd700}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.notification-banner-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.notification-banner-icon{font-size:2.5rem;flex-shrink:0;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.notification-banner-text{flex:1;min-width:250px}.notification-banner-text h4{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:gold}.notification-banner-text p{margin:0;font-size:.9rem;line-height:1.5;opacity:.95}.notification-banner-actions{display:flex;gap:.75rem;flex-shrink:0}.notification-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit}.notification-btn:disabled{opacity:.6;cursor:not-allowed}.notification-btn-allow{background:gold;color:#2d5016}.notification-btn-allow:hover:not(:disabled){background:#ffed4e;transform:translateY(-2px);box-shadow:0 4px 12px #ffd70066}.notification-btn-decline{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3)}.notification-btn-decline:hover:not(:disabled){background:#ffffff40;border-color:#ffffff80}@media(max-width:768px){.notification-banner{padding:1rem .75rem}.notification-banner-content{gap:1rem}.notification-banner-icon{font-size:2rem}.notification-banner-text h4{font-size:1rem}.notification-banner-text p{font-size:.85rem}.notification-banner-actions{width:100%;gap:.5rem}.notification-btn{flex:1;padding:.65rem 1rem;font-size:.9rem}}@media(max-width:480px){.notification-banner-content{flex-direction:column;text-align:center}.notification-banner-icon{font-size:2.5rem}.notification-banner-text{text-align:center}}.ramadhan-container{min-height:100vh;background:#1a1a1a;padding:2rem 1rem;display:flex;align-items:center;justify-content:center}.ramadhan-content{max-width:800px;width:100%;text-align:center;color:#e5e5e5}.moon-icon{font-size:2.5rem;margin-bottom:1rem}.ramadhan-title{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:#fbbf24}.countdown-display{display:flex;justify-content:center;align-items:center;gap:.35rem;margin:2rem 0;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.countdown-item{background:#262626;border:1px solid #404040;border-radius:8px;padding:.85rem 1rem;min-width:68px;flex-shrink:0;transition:all .2s}.countdown-item:hover{background:#2d2d2d;border-color:#525252}.countdown-number{font-size:2rem;font-weight:700;color:#fbbf24;line-height:1}.countdown-label{font-size:.7rem;margin-top:.5rem;color:#9ca3af;text-transform:uppercase;letter-spacing:1px}.countdown-separator{font-size:1.5rem;color:#404040;font-weight:300;flex-shrink:0}.progress-container{margin:2rem auto;max-width:100%;padding:0 1rem}.progress-bar{height:6px;background:#262626;border-radius:0;overflow:hidden;border:1px solid #404040}.progress-fill{height:100%;background:#fbbf24;border-radius:0;transition:width .5s ease}.progress-text{margin-top:.75rem;font-size:.85rem;color:#9ca3af}.ramadhan-date{font-size:1rem;color:#d1d5db;margin:2rem 0;padding:1rem;background:#262626;border:1px solid #404040;border-radius:8px}.ramadhan-date strong{color:#fbbf24}.share-section{margin:2rem 0;padding:1.5rem;background:#262626;border:1px solid #404040;border-radius:8px}.share-section h3{color:#e5e5e5;margin-bottom:1.25rem;font-size:1.1rem;font-weight:600}.share-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.share-btn{padding:.85rem 1rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:transform .2s,opacity .2s;color:#fff}.share-btn:hover{transform:translateY(-2px);opacity:.9}.share-btn:active{transform:translateY(0)}.share-btn.whatsapp{background:#25d366}.share-btn.facebook{background:#1877f2}.share-btn.twitter{background:#1da1f2}.share-btn.telegram{background:#08c}@media(min-width:640px){.ramadhan-container{padding:3rem 2rem}.moon-icon{font-size:3rem}.ramadhan-title{font-size:1.75rem;margin-bottom:2.5rem}.countdown-display{gap:.75rem;margin:2.5rem 0}.countdown-item{padding:1.25rem 1.5rem;min-width:85px}.countdown-number{font-size:2.5rem}.countdown-label{font-size:.8rem}.countdown-separator{font-size:2rem}.ramadhan-date{font-size:1.05rem;padding:1.5rem}.ramadhan-date strong{display:inline;margin-top:0}.share-section{padding:2rem}.share-section h3{font-size:1.2rem}.share-buttons{display:flex;justify-content:center;gap:1rem}.share-btn{padding:.75rem 1.5rem;font-size:.95rem}}@media(min-width:1024px){.ramadhan-container{padding:4rem 2rem}.ramadhan-title{font-size:2rem;margin-bottom:3rem}.countdown-display{gap:1rem;margin:3rem 0}.countdown-item{padding:1.5rem 2rem;min-width:100px}.countdown-number{font-size:3rem}.countdown-label{font-size:.85rem}.countdown-separator{font-size:2.5rem}.progress-container{max-width:600px}.ramadhan-date{font-size:1.1rem}}.service-area{margin:3rem 0}.service-area-intro{font-size:1.1rem;color:#94a3b8;margin-bottom:2rem;text-align:center}.region-group{margin:2rem 0}.region-group h3{color:#22d3ee;font-size:1.5rem;margin-bottom:1rem;border-bottom:2px solid #334155;padding-bottom:.5rem}.cities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;margin-bottom:1.5rem}.city-tag{background:linear-gradient(135deg,#1e293b,#334155);padding:.75rem 1rem;border-radius:8px;text-align:center;color:#e2e8f0;font-weight:500;border:1px solid #475569;transition:all .3s ease}.city-tag:hover{background:linear-gradient(135deg,#334155,#475569);border-color:#22d3ee;transform:translateY(-2px);box-shadow:0 4px 12px #22d3ee33}.service-note{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#1e293b,#334155);border-left:4px solid #22d3ee;border-radius:8px}.service-note p{margin:0;color:#cbd5e1}.service-note strong{color:#22d3ee}@media(max-width:768px){.cities-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.city-tag{padding:.6rem .8rem;font-size:.9rem}.service-area-intro{font-size:1rem}}
