@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.app-shell{min-height:100vh;padding-top:52px}.app-header{z-index:3000;padding:0 20px;position:fixed;top:0;left:0;right:0}.app-header__inner{-webkit-backdrop-filter:blur(24px)saturate(1.18);backdrop-filter:blur(24px)saturate(1.18);background:linear-gradient(135deg,#ffffffa3,#f6f8fc6b),radial-gradient(circle at 10% 0,#ffdd2d24,#0000 30%);border:1px solid #ffffffb8;border-radius:0 0 22px 22px;flex-direction:column;max-width:860px;margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 32px #1f25330f,inset 0 1px #ffffffdb}.app-header__inner:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff47,#0000);width:32%;height:100%;animation:9s ease-in-out infinite app-header-shine;position:absolute;top:0;left:-40%;transform:skew(-18deg)}.app-header__bar{justify-content:space-between;align-items:center;min-height:52px;padding:0 16px;display:flex}.app-brand{z-index:1;align-items:center;text-decoration:none;display:inline-flex;position:relative}.app-brand__name{border-radius:var(--radius-pill);height:32px;color:var(--color-accent-ink);letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(#ffdd2dc2,#ffdd2d61);align-items:center;padding:0 14px;font-size:.82rem;font-weight:900;display:inline-flex;box-shadow:0 8px 18px #ffdd2d38}.app-header__toggle{z-index:1;background:#ffffffb8;border:1px solid #d8dce5b3;border-radius:14px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;display:inline-flex;position:relative;box-shadow:0 8px 20px #1f253312}.app-header__toggle span{background:var(--color-text);border-radius:999px;width:16px;height:2px;transition:transform .22s,opacity .22s;display:block}.app-header__toggle--active span:first-child{transform:translateY(7px)rotate(45deg)}.app-header__toggle--active span:nth-child(2){opacity:0}.app-header__toggle--active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.app-header__panel{z-index:1;opacity:0;flex-direction:column;align-items:center;gap:8px;max-height:0;padding:0 16px;transition:max-height .26s,opacity .22s,transform .22s,padding-bottom .22s;display:flex;position:relative;overflow:hidden;transform:translateY(-6px)}.app-header__panel--open{opacity:1;max-height:320px;padding-bottom:12px;transform:translateY(0)}.app-nav{flex-direction:column;align-items:center;gap:6px;width:auto;display:flex}.app-nav__link{border-radius:var(--radius-pill);width:min(240px,100vw - 72px);min-height:42px;color:var(--color-text-secondary);background:#ffffffb8;border:1px solid #d8dce5b8;justify-content:center;align-items:center;padding:0 22px;font-weight:800;transition:background-color .18s,color .18s,border-color .18s;display:flex;box-shadow:0 10px 22px #1f25330d}.app-nav__link--active{color:var(--color-text);background:linear-gradient(#ffdd2d29,#e5faf4d1);border-color:#1f8a7038;box-shadow:0 12px 24px #1f253312}.app-header__actions{justify-content:center;width:auto;display:flex}.app-header__actions .button{white-space:nowrap;width:min(240px,100vw - 72px);min-height:42px;padding:0 22px}.app-header__actions .button--ghost{color:var(--color-danger);background:#fff4f2b8;border-color:#c2514b38}.app-shell__content{max-width:var(--container-width);min-height:calc(100vh - 52px);margin:0 auto;padding:24px 20px 56px}@keyframes app-header-shine{0%,52%{transform:translate(0)skew(-18deg)}72%,to{transform:translate(420%)skew(-18deg)}}@media (width>=576px){.app-header__inner{flex-direction:row;align-items:center}.app-header__bar{flex-shrink:0}.app-header__toggle{display:none}.app-header__panel{flex-direction:row;flex:none;align-items:center;gap:6px;padding:0 4px;opacity:1!important;max-height:none!important;transition:none!important;display:flex!important;overflow:visible!important;transform:none!important}.app-header__bar{flex:1}.app-nav{flex-direction:row;gap:2px;width:auto}.app-nav__link{width:auto;min-height:36px;box-shadow:none;background:0 0;border:1px solid #0000;padding:0 16px;font-size:.88rem}.app-nav__link:hover{background:#ffffffb8;border-color:#d8dce599}.app-nav__link--active{box-shadow:none;background:linear-gradient(#ffdd2d24,#e5faf4b8);border-color:#1f8a7038}.app-header__actions{flex-shrink:0;width:auto}.app-header__actions .button{width:auto;min-height:36px;padding:0 18px}}@media (width<=860px){.app-header{padding:0 14px}}@media (width<=640px){.app-header{padding:0 10px}.app-header__inner{border-radius:0 0 18px 18px}.app-shell__content{min-height:calc(100vh - 52px);padding:16px 12px 36px}}@media (prefers-reduced-motion:reduce){.app-header__inner:before,.app-header__toggle span,.app-nav__link,.app-header__panel{transition:none;animation:none}}:root{--color-bg:#f4f6fb;--color-bg-elevated:#fff;--color-bg-soft:#f7f8fc;--color-bg-muted:#eef1f7;--color-text:#1f2533;--color-text-secondary:#5d6679;--color-text-tertiary:#7c879a;--color-line:#e6e9f0;--color-line-strong:#d8dce5;--color-accent:#ffdd2d;--color-accent-strong:#fcc521;--color-accent-ink:#4f3c00;--color-brand:#1f8a70;--color-brand-strong:#0f766e;--color-brand-soft:#e8faf4;--color-danger:#c2514b;--color-danger-soft:#fff0ee;--shadow-card:0 18px 38px #1f253312;--shadow-card-strong:0 28px 56px #1f25331c;--shadow-pill:0 10px 24px #1f253314;--radius-2xl:32px;--radius-xl:28px;--radius-lg:22px;--radius-md:16px;--radius-sm:12px;--radius-pill:999px;--container-width:1440px;--decor-root-vine:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 260'%3E%3Cdefs%3E%3ClinearGradient id='rg' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%231f8a70' stop-opacity='0.92'/%3E%3Cstop offset='42%25' stop-color='%2331a96b' stop-opacity='0.76'/%3E%3Cstop offset='100%25' stop-color='%23f0c84d' stop-opacity='0.58'/%3E%3C/linearGradient%3E%3ClinearGradient id='rg2' x1='1' y1='0' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%231f8a70' stop-opacity='0.56'/%3E%3Cstop offset='100%25' stop-color='%23f0c84d' stop-opacity='0.32'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M8 130 C 38 104 66 84 94 96 C 118 106 128 130 152 126 C 177 122 194 94 219 102 C 233 106 241 118 238 130' stroke='url(%23rg)' stroke-width='3.4' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M148 126 C 144 100 154 76 142 52 C 132 32 112 28 118 8' stroke='url(%23rg)' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3Cpath d='M118 8 C 133 -2 154 7 149 28 C 145 49 120 53 111 35 C 103 19 118 3 137 10 C 149 15 152 31 139 38' stroke='url(%23rg)' stroke-width='1.9' fill='none' stroke-linecap='round'/%3E%3Cpath d='M146 126 C 153 155 141 183 154 208 C 163 224 182 229 178 248' stroke='url(%23rg)' stroke-width='2.4' fill='none' stroke-linecap='round'/%3E%3Cpath d='M178 248 C 191 241 201 250 197 263 C 193 276 174 275 170 262 C 166 250 179 240 191 246' stroke='url(%23rg)' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3Cpath d='M90 96 C 83 68 91 46 78 24 C 69 10 50 6 54 -10' stroke='url(%23rg2)' stroke-width='2.1' fill='none' stroke-linecap='round'/%3E%3Cpath d='M54 2 C 66 -4 79 6 74 20 C 69 34 52 34 48 20 C 45 10 57 2 67 8' stroke='url(%23rg2)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3Cpath d='M194 102 C 201 128 194 150 204 172 C 211 186 224 190 221 206' stroke='url(%23rg2)' stroke-width='1.9' fill='none' stroke-linecap='round'/%3E%3Cpath d='M221 206 C 232 200 240 208 236 220 C 232 232 218 232 214 220 C 211 211 221 204 229 209' stroke='url(%23rg2)' stroke-width='1.4' fill='none' stroke-linecap='round'/%3E%3Cpath d='M40 118 C 54 110 60 95 58 79 C 56 62 43 50 49 34' stroke='url(%23rg2)' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3Ccircle cx='8' cy='130' r='4.5' fill='%231f8a70' opacity='0.54'/%3E%3Ccircle cx='238' cy='130' r='3.2' fill='%23f0c84d' opacity='0.42'/%3E%3Ccircle cx='118' cy='8' r='2.8' fill='%231f8a70' opacity='0.38'/%3E%3Ccircle cx='178' cy='248' r='2.8' fill='%23f0c84d' opacity='0.38'/%3E%3Ccircle cx='54' cy='2' r='2.2' fill='%231f8a70' opacity='0.32'/%3E%3C/svg%3E");color:var(--color-text);background:radial-gradient(circle at 0 0,#ffdd2d2e,#0000 24%),radial-gradient(circle at 100% 0,#fff7c899,#0000 16%),linear-gradient(#fdfdfd 0%,#f4f6fb 100%);font-family:Inter,sans-serif}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}html{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--color-brand) transparent;overflow:clip scroll}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:linear-gradient(#ffdd2d 0%,#1f8a70 100%);border-radius:4px}body{min-width:320px;color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background:radial-gradient(circle at 0 0,#ffdd2d2e,#0000 24%),radial-gradient(circle at 100% 0,#fff7c894,#0000 16%),linear-gradient(#fdfdfd 0%,#f4f6fb 100%);margin:0;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.page-shell{gap:24px;display:grid}.section-surface{border:1px solid var(--color-line);border-radius:var(--radius-2xl);box-shadow:var(--shadow-card);background:#ffffffeb;transition:border-color .24s,box-shadow .24s,transform .24s}.section-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.section-heading--stacked{flex-direction:column}.page-title,.section-title,.status-card__title,.not-found__title{letter-spacing:-.05em;margin:0;font-size:clamp(2rem,4vw,3.6rem);font-weight:800;line-height:.94}.section-title{font-size:clamp(1.5rem,2.2vw,2.2rem);line-height:1}.page-subtitle,.section-copy,.status-card__text,.not-found__description,.field__label,.meta-label{color:var(--color-text-secondary);margin:0;line-height:1.6}.eyebrow{border-radius:var(--radius-pill);min-height:32px;color:var(--color-accent-ink);letter-spacing:.08em;text-transform:uppercase;background:#ffdd2d2e;justify-content:center;align-items:center;padding:0 12px;font-size:.74rem;font-weight:800;display:inline-flex}.button{border:1px solid var(--color-line);border-radius:var(--radius-pill);background:var(--color-bg-elevated);min-height:48px;color:var(--color-text);justify-content:center;align-items:center;padding:0 18px;font-weight:800;transition:background-color .2s,border-color .2s,transform .2s,box-shadow .2s;display:inline-flex;position:relative;overflow:hidden}.button:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(120deg,#0000,#ffffff47,#0000);transition:opacity .28s,transform .42s;position:absolute;inset:0;transform:translate(-100%)}.button:hover:not(:disabled){box-shadow:var(--shadow-pill);transform:translateY(-1px)}.button:hover:not(:disabled):after{opacity:1;transform:translate(100%)}.button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.button--primary{background:linear-gradient(180deg, var(--color-brand) 0%, var(--color-brand-strong) 100%);color:#fff;border-color:#0000}.button--secondary{background:#fff}.button--ghost{background:#ffffffb8}.button--danger{color:var(--color-danger);background:#fff4f2d1;border-color:#c2514b38}.button--wide{width:100%}.chip{border:1px solid var(--color-line);border-radius:var(--radius-pill);min-height:34px;color:var(--color-text);white-space:nowrap;background:#ffffffe6;justify-content:center;align-items:center;padding:0 12px;font-size:.88rem;font-weight:600;display:inline-flex}.chip--accent{background:var(--color-brand-soft);color:var(--color-brand-strong);border-color:#1f8a703d}.chip--soft{background:var(--color-bg-soft)}.filter-bar,.filter-bar--wrapped{flex-wrap:wrap;gap:10px;display:flex}.filter-pill{border:1px solid var(--color-line);border-radius:var(--radius-pill);min-height:42px;color:var(--color-text-secondary);background:#fff;justify-content:center;align-items:center;padding:0 16px;font-weight:800;transition:border-color .2s,background-color .2s,color .2s,transform .2s,box-shadow .2s;display:inline-flex;position:relative;box-shadow:0 8px 18px #1f253309}.filter-pill:hover{transform:translateY(-1px);box-shadow:0 12px 24px #1f253312}.filter-pill--active{background:var(--color-brand-soft);color:var(--color-brand-strong);border-color:#1f8a7042;box-shadow:inset 0 0 0 1px #1f8a7014}.status-card,.not-found{border:1px solid var(--color-line);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);background:#ffffffeb;justify-items:start;gap:14px;padding:32px;display:grid}.inline-link{color:var(--color-brand-strong);align-items:center;gap:6px;font-weight:700;display:inline-flex}.field{gap:8px;display:grid}.field__label{font-size:.92rem;font-weight:600}.field__input{border:1px solid var(--color-line);width:100%;min-height:52px;color:var(--color-text);background:#fffffff5;border-radius:18px;outline:none;padding:0 16px;transition:border-color .2s,box-shadow .2s}.field__input:focus{border-color:#1f8a704d;box-shadow:0 0 0 4px #1f8a7014}.leaflet-container{font:inherit;background:var(--color-bg-soft)}.leaflet-pane,.leaflet-top,.leaflet-bottom{z-index:400}.leaflet-control{z-index:450}.leaflet-popup-content-wrapper,.leaflet-popup-tip{box-shadow:0 18px 34px #1f253324}.leaflet-div-icon{background:0 0;border:0}@media (width<=760px){.page-title{font-size:2.25rem}.section-title{font-size:1.5rem}.status-card,.not-found{padding:24px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
