:root{--navy: #1b2a4a;--navy-mid: #243558;--amber: #e8920a;--amber-lt: #fef3e2;--amber-mid: #f5a52a;--white: #ffffff;--off-white: #f8f7f4;--grey-lt: #f2f1ee;--grey-mid: #e0dedb;--grey-text: #6b6560;--dark: #1a1614;--green: #2d7a4f;--green-lt: #e8f4ed;--red: #b5453b;--red-lt: #fbebea;--blue: #3a6b9c;--blue-lt: #eaf1f8;--purple: #6b4b8a;--purple-lt: #f0ebf5;--r: .5rem;--shadow: 0 2px 12px rgba(27, 42, 74, .08);--shadow-lg: 0 8px 32px rgba(27, 42, 74, .12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--off-white);color:var(--dark);line-height:1.6;font-size:15px}a{color:var(--amber);text-decoration:none}a:hover{text-decoration:underline}.update-banner{background:linear-gradient(90deg,var(--purple) 0%,#8b5faa 100%);color:var(--white);padding:.75rem 1.5rem;font-size:.82rem;text-align:center}.update-banner strong{color:#e0c8ff}.site-header{background:var(--navy);padding:0 1.5rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 16px #00000040}.site-header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:56px;gap:1rem}.logo{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:900;color:var(--white);letter-spacing:-.02em}.logo span{color:var(--amber)}.site-nav{display:flex;gap:1.5rem;align-items:center}.site-nav a{color:#ffffffbf;font-size:.875rem;font-weight:500;transition:color .15s}.site-nav a:hover{color:var(--white);text-decoration:none}.nav-cta{background:var(--amber);color:var(--navy)!important;padding:.35rem .9rem;border-radius:var(--r);font-weight:600!important}.nav-cta:hover{background:var(--amber-mid)}.state-hero{background:var(--navy);background-image:linear-gradient(135deg,#1b2a4a,#243558 60%,#2a3f6a);color:var(--white);padding:3rem 1.5rem 2.5rem}.state-hero-inner{max-width:1100px;margin:0 auto}.breadcrumb{font-size:.8rem;color:#ffffff80;margin-bottom:1rem;display:flex;gap:.4rem;align-items:center}.breadcrumb a{color:#fff9}.breadcrumb a:hover{color:var(--amber);text-decoration:none}.breadcrumb-sep{opacity:.4}.state-title{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3rem);font-weight:900;line-height:1.1;margin-bottom:.75rem;letter-spacing:-.03em}.state-title span{color:var(--amber)}.state-subtitle{color:#ffffffb3;font-size:1rem;font-weight:300;margin-bottom:2rem;max-width:580px}.quick-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1px;background:#ffffff1a;border-radius:var(--r);overflow:hidden}.stat-item{background:#ffffff0f;padding:1rem 1.25rem;backdrop-filter:blur(4px)}.stat-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;margin-bottom:.3rem}.stat-value{font-size:1.05rem;font-weight:600;color:var(--white);line-height:1.2}.stat-value.green{color:#6ee09e}.stat-value.amber{color:var(--amber-mid)}.stat-value.red{color:#f9a8a4}.anchor-nav{background:var(--white);border-bottom:1px solid var(--grey-mid);position:sticky;top:56px;z-index:90;overflow-x:auto;scrollbar-width:none}.anchor-nav::-webkit-scrollbar{display:none}.anchor-nav-inner{max-width:1100px;margin:0 auto;display:flex;gap:0;padding:0 1.5rem}.anchor-link{color:var(--grey-text);font-size:.8rem;font-weight:500;padding:.85rem 1rem;white-space:nowrap;border-bottom:2px solid transparent;transition:all .15s;display:block}.anchor-link:hover{color:var(--navy);border-bottom-color:var(--amber);text-decoration:none}.anchor-link.active{color:var(--navy);border-bottom-color:var(--amber);font-weight:600}.main-wrap{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem;display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}.section{background:var(--white);border-radius:calc(var(--r) * 1.5);box-shadow:var(--shadow);overflow:hidden;margin-bottom:1.5rem;scroll-margin-top:120px;animation:fadeUp .4s ease both}.section-header{padding:1.1rem 1.5rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid var(--grey-mid)}.section-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.section-title{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:var(--navy);letter-spacing:-.02em}.section-body{padding:1.25rem 1.5rem}.data-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--grey-mid);border-radius:var(--r);overflow:hidden;margin-bottom:1.25rem}.data-cell{background:var(--white);padding:.9rem 1.1rem}.data-cell.full{grid-column:1 / -1}.data-cell-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--grey-text);margin-bottom:.3rem}.data-cell-value{font-size:.95rem;font-weight:600;color:var(--navy);line-height:1.3}.data-cell-value.green{color:var(--green)}.data-cell-value.amber{color:var(--amber)}.data-cell-value.red{color:var(--red)}.data-cell-note{font-size:.78rem;color:var(--grey-text);margin-top:.25rem;line-height:1.4;font-weight:400}.info-box{border-radius:var(--r);padding:1rem 1.1rem;margin-bottom:1rem;border-left:3px solid;font-size:.875rem;line-height:1.55}.info-box p+p{margin-top:.5rem}.info-box strong{font-weight:600}.info-box.amber{background:var(--amber-lt);border-color:var(--amber);color:#5c3a00}.info-box.green{background:var(--green-lt);border-color:var(--green);color:#1a4a2e}.info-box.red{background:var(--red-lt);border-color:var(--red);color:#5c1a16}.info-box.blue{background:var(--blue-lt);border-color:var(--blue);color:#1a3a5c}.info-box.purple{background:var(--purple-lt);border-color:var(--purple);color:#3a1a5c}.notice-cards{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.notice-card{border-radius:var(--r);padding:.9rem 1rem;border:1px solid var(--grey-mid)}.notice-card-type{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem}.notice-card-period{font-size:1.3rem;font-weight:700;color:var(--navy);margin-bottom:.3rem;font-family:Playfair Display,serif}.notice-card-desc{font-size:.78rem;color:var(--grey-text);line-height:1.4}.checklist{list-style:none}.checklist li{display:flex;gap:.6rem;padding:.55rem 0;border-bottom:1px solid var(--grey-lt);font-size:.875rem;line-height:1.4;align-items:flex-start}.checklist li:last-child{border-bottom:none}.checklist li:before{content:"✓";color:var(--green);font-weight:700;font-size:.8rem;margin-top:.1rem;flex-shrink:0}.checklist li.cross:before{content:"✗";color:var(--red)}.checklist li.amber:before{content:"!";color:var(--amber);font-size:.9rem}.rent-cap-visual{background:linear-gradient(135deg,var(--navy) 0%,var(--navy-mid) 100%);border-radius:var(--r);padding:1.5rem;color:var(--white);margin-bottom:1rem;position:relative;overflow:hidden}.rent-cap-visual:before{content:"";position:absolute;top:-20px;right:-20px;width:120px;height:120px;background:#e8920a26;border-radius:50%}.cap-formula{font-size:1.4rem;font-weight:700;font-family:Playfair Display,serif;margin-bottom:.4rem;position:relative}.cap-formula span{color:var(--amber-mid)}.cap-note{font-size:.8rem;color:#ffffffa6;line-height:1.4}.cap-example{margin-top:1rem;background:#ffffff14;border-radius:calc(var(--r) * .5);padding:.75rem 1rem;font-size:.8rem;color:#fffc}.cap-example strong{color:var(--amber-mid)}.disc-grid{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.disc-tag{background:var(--navy);color:var(--white);font-size:.72rem;font-weight:600;padding:.25rem .65rem;border-radius:999px}.disc-tag.optional{background:var(--grey-lt);color:var(--grey-text)}.sidebar{position:sticky;top:110px}.sidebar-card{background:var(--white);border-radius:calc(var(--r) * 1.5);box-shadow:var(--shadow);overflow:hidden;margin-bottom:1.25rem}.sidebar-card-header{background:var(--navy);color:var(--white);padding:.85rem 1.1rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.sidebar-card-body{padding:1rem 1.1rem}.resource-item{display:flex;flex-direction:column;gap:.1rem;padding:.6rem 0;border-bottom:1px solid var(--grey-lt);font-size:.82rem}.resource-item:last-child{border-bottom:none;padding-bottom:0}.resource-name{font-weight:600;color:var(--navy)}.resource-contact{color:var(--blue);font-size:.78rem}.resource-desc{color:var(--grey-text);font-size:.78rem}.guide-pill{display:flex;align-items:center;gap:.6rem;padding:.5rem .75rem;border-radius:var(--r);background:var(--grey-lt);font-size:.8rem;margin-bottom:.4rem;transition:background .15s}.guide-pill:hover{background:var(--amber-lt);text-decoration:none}.guide-num{background:var(--amber);color:var(--navy);font-weight:700;font-size:.7rem;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.guide-title{color:var(--navy);font-weight:500;line-height:1.3}.alert-box{background:var(--amber-lt);border:1px solid var(--amber);border-radius:var(--r);padding:.9rem 1rem;font-size:.82rem;color:#5c3a00;line-height:1.5;margin-bottom:1rem}.alert-box strong{display:block;margin-bottom:.3rem;color:var(--amber)}.site-footer{background:var(--navy);color:#ffffff80;padding:2.5rem 1.5rem;margin-top:2rem;font-size:.8rem;line-height:1.6}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}.footer-logo{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:900;color:var(--white);margin-bottom:.5rem}.footer-logo span{color:var(--amber)}.footer-disclaimer{grid-column:1 / -1;border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem;margin-top:.5rem;font-size:.75rem}.footer-links{display:flex;flex-direction:column;gap:.4rem}.footer-links a{color:#ffffff8c}.footer-links a:hover{color:var(--amber);text-decoration:none}.footer-col-title{color:var(--white);font-weight:600;margin-bottom:.75rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}@media (max-width: 768px){.main-wrap{grid-template-columns:1fr}.sidebar{position:static}.notice-cards,.data-grid{grid-template-columns:1fr}.data-cell.full{grid-column:1}.footer-inner{grid-template-columns:1fr}.site-nav{display:none}.quick-stats{grid-template-columns:repeat(2,1fr)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.section:nth-child(1){animation-delay:.05s}.section:nth-child(2){animation-delay:.1s}.section:nth-child(3){animation-delay:.15s}.section:nth-child(4){animation-delay:.2s}.section:nth-child(5){animation-delay:.25s}.section:nth-child(6){animation-delay:.3s}
