@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.weather-root{background:linear-gradient(#11182766),url(/img/background-image.jpg);background-size:cover;background-position:center;background-attachment:fixed;min-height:100vh;color:#f3f6fa;display:flex;flex-direction:column;align-items:center}.weather-section{padding:2rem 0 3rem;width:100%;display:flex;flex-direction:column;align-items:center}.weather-container{width:105%;position:relative;left:50%;transform:translate(-50%);background:#181c27bf;border-radius:22px;display:flex;flex-direction:column;align-items:center;border:1px solid rgba(255,255,255,.1);padding:1.5rem}.weather-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:left;color:#a7bfff}.weather-loading,.weather-error{text-align:center;font-size:1.2rem;color:#ff7b7b;padding:2rem 0}.main-content-stack{display:flex;flex-direction:column;gap:1.5rem;width:100%}.weather-panel{border:1.5px solid rgba(58,46,90,.5);border-radius:1.2rem;background:linear-gradient(120deg,#232a3a66 60%,#2d234a66);box-shadow:0 4px 24px #0003;padding:1.5rem 1.5rem 1rem;display:flex;flex-direction:column}.weather-panel-header{border-bottom:1px solid rgba(74,62,106,.5);padding-bottom:.5rem;margin-bottom:1rem;font-size:1.3rem;font-weight:600;color:#a7bfff}.weather-panel-main{display:flex;gap:1.5rem;margin-bottom:1.2rem;flex-wrap:wrap}.weather-panel-main-col{flex:1 1 120px;min-width:120px;display:flex;flex-direction:column;gap:.3rem;align-items:flex-start;justify-content:flex-start}.weather-panel-temp{font-size:2.2rem;font-weight:700;margin-bottom:.2rem;color:#f3f6fa;text-shadow:0 2px 8px rgba(45,30,79,.2)}.weather-panel-label{font-size:.95rem;color:#b3b9c9;margin-top:.2rem}.weather-panel-value{font-size:1.1rem;font-weight:500;color:#f3f6fa}.weather-panel-forecast{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:1rem;margin-top:1.5rem}.weather-panel-forecast-item{border:1px solid rgba(74,62,106,.5);border-radius:.85rem;background:#3a445b66;padding:.75rem 1.2rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 1px 8px #1a1a2a21;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .2s,border .2s}.weather-panel-forecast-item:hover{border:1.5px solid #a7bfff;background:#2d234a99}.weather-panel-forecast-date{font-size:.95rem;color:#a7bfff;margin-bottom:.2rem}.weather-panel-forecast-cond{font-size:1.1rem;font-weight:500;margin-top:.2rem;text-align:center}.weather-panel-forecast-item img{width:36px;height:36px;margin-bottom:.2rem;filter:drop-shadow(0 1px 4px rgba(45,30,79,.2))}.daily-forecast-row{display:flex;gap:1.5rem;width:100%}.daily-forecast-card{flex:1;border:1.5px solid rgba(58,46,90,.5);border-radius:1.2rem;background:linear-gradient(120deg,#232a3a66 60%,#2d234a66);padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 4px 24px #0003;transition:box-shadow .2s,border .2s}.daily-forecast-card:hover{border:1.5px solid #a7bfff;box-shadow:0 2px 16px #2d1e4f45}.daily-forecast-date{font-size:1.3rem;font-weight:600;color:#a7bfff;margin-bottom:.2rem}.daily-forecast-row-content{display:flex;align-items:center;gap:.7rem;font-size:1.1rem;font-weight:500;color:#f3f6fa}.daily-forecast-row-content img{width:28px;height:28px}.crane-panel{border:1.5px solid rgba(58,46,90,.5);border-radius:1.2rem;background:linear-gradient(120deg,#232a3a66 60%,#2d234a66);box-shadow:0 4px 24px #0003;padding:1.5rem}.crane-cards-list{display:flex;flex-direction:row;gap:1.5rem;margin-top:1rem}.crane-card{flex:1;background:#0003;border-radius:.75rem;padding:1rem;display:flex;flex-direction:column}.crane-card-title{font-size:1.1rem;font-weight:600;color:#f3f6fa;margin-bottom:.75rem}.crane-card-img{width:100%;height:120px;object-fit:cover;border-radius:.5rem;margin-bottom:1rem}.crane-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}.status-aktif{color:#4ade80;font-weight:700}.status-non-aktif{color:#f87171;font-weight:700}@media (max-width: 900px){.crane-cards-list{flex-direction:column}}:root{--bg-header:#7E191B;--bg-dark-primary: #111827;--bg-dark-secondary: #1f2937;--bg-dark-hover: #374151;--text-primary: #d1d5db;--text-white: #ffffff;--brand-color: #2563eb;--brand-color-hover: #1d4ed8}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-gutter:stable}body{font-family:Inter,sans-serif;background-color:var(--bg-dark-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{border:none;background:none;cursor:pointer}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.section{padding-top:5rem;padding-bottom:5rem}.section-title{font-size:2.25rem;font-weight:700;color:var(--text-white);margin-bottom:1.5rem;text-align:center}.section-divider{width:6rem;height:4px;background-color:var(--brand-color);margin:0 auto 3rem}.header{background-color:#111827b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:50}.navbar{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem}.navbar__logo{font-size:1.5rem;font-weight:700;color:var(--text-white)}.navbar__logo-image{width:15vh;height:auto}.navbar__menu-desktop{display:none}.navbar__menu-desktop a{color:var(--text-primary);transition:color .3s}.navbar__menu-desktop a:hover{color:var(--text-white)}.navbar__menu-button{display:block}.navbar__menu-mobile{margin-top:1rem;padding:1rem;background-color:var(--bg-dark-secondary)}.navbar__menu-mobile a{display:block;padding:.5rem 1rem;font-size:.875rem;color:var(--text-primary);border-radius:.375rem}.navbar__menu-mobile a:hover{background-color:var(--bg-dark-hover)}.hero{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--text-white);background-image:linear-gradient(#11182766),url(/img/background-image.jpg);background-size:cover;background-position:center;background-attachment:fixed}.hero__content{padding:1rem}.hero__title{font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.hero__subtitle{font-size:1.125rem;max-width:48rem;margin:0 auto 2rem;color:var(--text-primary)}.hero__button{background-color:var(--brand-color);color:var(--text-white);font-weight:700;padding:.75rem 2rem;border-radius:9999px;transition:background-color .3s;font-size:1.125rem}.hero__button:hover{background-color:var(--brand-color-hover)}.about__text{max-width:56rem;margin:0 auto;font-size:1.125rem;line-height:1.75;text-align:center}.principals{background-color:var(--bg-dark-primary)}.principals__grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:2rem}.principals__item{display:flex;flex-direction:column;align-items:center;font-size:1.5rem;font-weight:600;color:#9ca3af;transition:color .3s}.principals__item:hover{color:var(--text-white)}.principals__logo{width:100px;height:45px;object-fit:contain;border-radius:20px;margin-bottom:.5rem;display:block;background:#fff}.principals__name{text-align:center;margin-top:.25rem}.services__grid{display:grid;grid-template-columns:1fr;gap:2rem}.service-card{background-color:var(--bg-dark-secondary);padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s}.service-card:hover{transform:translateY(-4px);background-color:var(--bg-dark-hover)}.service-card__header{display:flex;align-items:center;margin-bottom:1rem}.service-card__icon{background-color:#2563eb33;padding:.75rem;border-radius:9999px;margin-right:1rem}.service-card__icon :deep(svg){width:1.5rem;height:1.5rem;color:#60a5fa}.service-card__title{font-size:1.25rem;font-weight:700;color:var(--text-white)}.service-card__description{color:#9ca3af;line-height:1.6}.service-card-img{display:flex;align-items:center;width:75%;margin:auto}.projects{background-color:var(--bg-dark-primary)}.projects__list{max-width:56rem;margin:0 auto}.project-item{background-color:var(--bg-dark-secondary);padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:1.5rem;display:flex;align-items:center;gap:1.5rem;transition:box-shadow .3s}.project-item:hover{box-shadow:0 0 15px #2563eb33}.project-item__number{flex-shrink:0;width:3rem;height:3rem;background-color:var(--brand-color);border-radius:9999px;display:flex;align-items:center;justify-content:center;color:var(--text-white);font-weight:700;font-size:1.25rem}.project-item__title{font-size:1.125rem;font-weight:600;color:var(--text-white)}.contact-layout{display:flex;flex-direction:column;align-items:center;gap:3rem}.contact-card{text-align:center;max-width:450px}.contact-card h3{font-weight:700;font-size:1.25rem;color:var(--text-white);margin-bottom:.75rem}.contact-card p{line-height:1.6;color:var(--text-primary)}.contact-layout__branches{width:100%;display:flex;flex-direction:column;align-items:center;gap:3rem}@media (min-width: 768px){.section{padding-top:7rem;padding-bottom:7rem}.navbar__menu-desktop{display:flex;gap:2rem}.navbar__menu-button{display:none}.hero__title{font-size:3.75rem}.hero__subtitle{font-size:1.25rem}.services__grid{grid-template-columns:repeat(2,1fr)}.contact__content,.contact__content--vertical{flex-direction:column!important;align-items:center;gap:2rem}.contact__branches{flex-direction:row;gap:4rem;justify-content:center;width:100%}.contact-layout__branches{flex-direction:row;justify-content:center;align-items:flex-start;gap:4rem}.contact__divider{display:block}.contact__divider-horizontal{width:200px;margin:2rem auto}}.footer{width:100%;background:#181c27;color:var(--text-primary);text-align:center;padding:1.5rem 0 1rem;font-size:1rem;margin-top:auto;box-shadow:0 -2px 12px #00000014;opacity:.9}.weather-root,body,#app{min-height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto}
