*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fbf5dd;--bg-surface:#ede7be;--bg-elevated:#e7e1b1;--border:#cfca90;--accent:#306d29;--accent-hover:#0d530e;--text-primary:#0d530e;--text-muted:#5a7a4e;--font-sans:"Inter", system-ui, sans-serif;--radius:8px;--nav-h:60px;--content-w:1100px;--sidebar-w:292px}html,body{background:var(--bg);color:var(--text-primary);font-family:var(--font-sans)}.pub-nav{z-index:50;height:var(--nav-h);background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:0}.pub-nav__inner{max-width:var(--content-w);align-items:center;gap:1.5rem;height:100%;margin:0 auto;padding:0 2rem;display:flex}.pub-nav__logo{letter-spacing:.14em;text-transform:uppercase;color:var(--text-primary);flex-shrink:0;font-size:.9375rem;font-weight:800;text-decoration:none}.pub-nav__links{flex:1;align-items:center;gap:.125rem;list-style:none;display:flex}.pub-nav__link{color:var(--text-muted);border-radius:var(--radius);white-space:nowrap;align-items:center;gap:.3rem;padding:.375rem .75rem;font-size:.875rem;text-decoration:none;transition:color .15s,background .15s;display:inline-flex}.pub-nav__link:hover{color:var(--text-primary);background:var(--bg-surface)}.pub-nav__link--active{color:var(--accent);background:var(--bg-surface);font-weight:500}.pub-nav__lock{opacity:.6;flex-shrink:0}.pub-nav__auth{flex-shrink:0;align-items:center;gap:.75rem;margin-left:auto;display:flex}.pub-nav__signin{color:var(--accent);border:1.5px solid var(--accent);border-radius:var(--radius);white-space:nowrap;padding:.4rem .9rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s}.pub-nav__signin:hover{background:var(--accent);color:var(--bg)}.pub-nav__user{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.pub-nav__user-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:7px;height:7px}.pub-nav__dashboard{color:var(--accent);border:1px solid var(--accent);border-radius:.375rem;padding:.25rem .625rem;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s}.pub-nav__dashboard:hover{background:var(--accent);color:#fff}.pub-nav__signout{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.8125rem;text-decoration:underline}.pub-nav__signout:hover{color:var(--text-primary)}.pub-nav__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;margin-left:auto;padding:4px;display:none}.pub-nav__hamburger span{background:var(--text-primary);border-radius:2px;width:22px;height:2px;display:block}.pub-nav__mobile{top:var(--nav-h);background:var(--bg);border-bottom:1px solid var(--border);z-index:49;flex-direction:column;padding:.5rem 1.5rem 1rem;display:none;position:fixed;left:0;right:0;box-shadow:0 4px 12px #0000000f}.pub-nav__mobile--open{display:flex}.pub-nav__backdrop{top:var(--nav-h);z-index:48;background:#00000059;position:fixed;bottom:0;left:0;right:0}.pub-nav__mobile-link{color:var(--text-muted);border-bottom:1px solid var(--border);cursor:pointer;text-align:left;background:0 0;border-top:none;border-left:none;border-right:none;align-items:center;gap:.3rem;width:100%;padding:.7rem 0;font-family:inherit;font-size:.9375rem;text-decoration:none;transition:color .15s;display:flex}.pub-nav__mobile-link:last-child{border-bottom:none}.pub-nav__mobile-link:hover{color:var(--text-primary)}.pub-nav__mobile-link--active{color:var(--accent);font-weight:500}.pub-page{min-height:calc(100vh - var(--nav-h));flex-direction:column;display:flex;overflow-x:hidden}.pub-container{max-width:var(--content-w);flex:1;margin:0 auto;padding:2rem}.pub-home{grid-template-columns:1fr var(--sidebar-w);align-items:start;gap:2.5rem;display:grid}.pub-main{min-width:0}.pub-section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.5rem;font-size:.6875rem;font-weight:700}.pub-featured{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-surface);margin-bottom:2rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:block;overflow:hidden}.pub-featured:hover{border-color:var(--accent);box-shadow:0 4px 20px #306d291a}.pub-featured__cover{aspect-ratio:16/7;object-fit:cover;width:100%;display:block}.pub-featured__cover--placeholder{aspect-ratio:16/7;background:var(--bg-elevated);width:100%}.pub-featured__body{padding:1.375rem 1.5rem 1.5rem}.pub-featured__eyebrow{letter-spacing:.09em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.6875rem;font-weight:700}.pub-featured__title{color:var(--text-primary);margin-bottom:.625rem;font-size:1.3125rem;font-weight:700;line-height:1.35}.pub-featured__meta{color:var(--text-muted);font-size:.8125rem}.pub-stories{border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}.pub-story-card{background:var(--bg-surface);border-bottom:1px solid var(--border);align-items:flex-start;gap:1rem;padding:.875rem 1rem;text-decoration:none;transition:background .15s;display:flex}.pub-story-card:last-child{border-bottom:none}.pub-story-card:hover{background:var(--bg-elevated)}.pub-story-card__thumb{object-fit:cover;background:var(--bg-elevated);border-radius:4px;flex-shrink:0;width:88px;height:66px}.pub-story-card__thumb--placeholder{background:var(--bg-elevated);border:1px solid var(--border);border-radius:4px;flex-shrink:0;width:88px;height:66px}.pub-story-card__body{flex-direction:column;flex:1;gap:.3rem;min-width:0;padding-top:.125rem;display:flex}.pub-story-card__title{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9375rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.pub-story-card__meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.pub-tag{background:var(--bg-elevated);color:var(--text-muted);border:1px solid var(--border);border-radius:3px;padding:.15rem .4rem;font-size:.6875rem;font-weight:500;display:inline-block}.pub-view-all{color:var(--accent);margin-top:1.125rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-block}.pub-view-all:hover{text-decoration:underline}.pub-sidebar{top:calc(var(--nav-h) + 1.5rem);flex-direction:column;gap:1rem;display:flex;position:sticky}.pub-widget{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.5rem;padding:1.125rem;display:flex}.pub-widget__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-size:.625rem;font-weight:700}.pub-widget__title{color:var(--text-primary);font-size:.9375rem;font-weight:700;line-height:1.3}.pub-widget__desc{color:var(--text-muted);font-size:.8125rem;line-height:1.55}.pub-widget__btn{text-align:center;border-radius:var(--radius);cursor:pointer;border:none;margin-top:.25rem;padding:.5rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:block}.pub-widget__btn--primary{background:var(--accent);color:var(--bg)}.pub-widget__btn--primary:hover{background:var(--accent-hover)}.pub-widget__btn--ghost{color:var(--text-muted);border:1px solid var(--border);background:0 0}.pub-widget__btn--ghost:hover{color:var(--text-primary);border-color:var(--text-muted)}.pub-modal-overlay{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0d530e26;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.pub-modal{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:420px;padding:1.75rem 2rem;box-shadow:0 8px 40px #0000001f}.pub-modal__header{justify-content:space-between;align-items:flex-start;margin-bottom:.375rem;display:flex}.pub-modal__title{color:var(--text-primary);font-size:1.0625rem;font-weight:700}.pub-modal__close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;margin-top:-.125rem;margin-right:-.25rem;padding:.25rem;font-size:1rem;line-height:1}.pub-modal__close:hover{color:var(--text-primary)}.pub-modal__sub{color:var(--text-muted);margin-bottom:1.375rem;font-size:.875rem;line-height:1.55}.pub-modal__options{flex-direction:column;gap:.75rem;margin-bottom:1.125rem;display:flex}.pub-modal__option{border:1.5px solid var(--border);border-radius:var(--radius);align-items:center;gap:1rem;padding:.875rem 1rem;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.pub-modal__option:hover{border-color:var(--accent);background:#306d290a}.pub-modal__option-icon{flex-shrink:0;font-size:1.375rem}.pub-modal__option-label{color:var(--text-primary);margin-bottom:.2rem;font-size:.9375rem;font-weight:600}.pub-modal__option-hint{color:var(--text-muted);font-size:.8125rem}.pub-modal__note{color:var(--text-muted);text-align:center;font-size:.8125rem}.pub-modal--wide{max-width:460px}.pub-onboard{flex-direction:column;gap:1.375rem;margin-top:.25rem;display:flex}.pub-onboard__field{flex-direction:column;display:flex}.pub-onboard__label{color:var(--text-primary);margin-bottom:.5rem;font-size:.8125rem;font-weight:600}.pub-onboard__input{border:1.5px solid var(--border);border-radius:var(--radius);background:var(--bg);width:100%;color:var(--text-primary);font-size:.875rem;font-family:var(--font-sans);padding:.625rem .75rem}.pub-onboard__input:focus{border-color:var(--accent);outline:none}.pub-onboard__unit-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.pub-onboard__unit-affix{color:var(--text-muted);font-size:.9375rem;font-weight:600}.pub-onboard__input--postal{flex:none;width:7.5rem}.pub-onboard__input--short{flex:none;width:3.75rem}.pub-onboard__input--num{flex:none;width:6rem}.pub-onboard__hint{color:var(--text-muted);margin-top:.5rem;font-size:.8125rem}.pub-onboard__hint--ok{color:var(--accent);font-weight:500}.pub-onboard__checkbox-row{flex-direction:column;gap:.5rem;display:flex}.pub-onboard__checkbox-row--wrap{flex-flow:wrap;gap:.5rem 1.25rem}.pub-onboard__checkbox{color:var(--text-primary);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.pub-onboard__checkbox input{accent-color:var(--accent);width:15px;height:15px}.pub-onboard__error{color:#b3261e;font-size:.8125rem}.pub-onboard__submit{border-radius:var(--radius);background:var(--accent);color:var(--bg);cursor:pointer;border:none;padding:.7rem 1rem;font-size:.875rem;font-weight:600;transition:background .15s}.pub-onboard__submit:hover:not(:disabled){background:var(--accent-hover)}.pub-onboard__submit:disabled{opacity:.5;cursor:not-allowed}.pub-onboard__submit--danger{background:#b3261e}.pub-onboard__submit--danger:hover:not(:disabled){background:#8c1d17}.pub-favorites{flex-direction:column;gap:2.5rem;max-width:640px;margin:2rem 0 4rem;display:flex}.pub-favorites__section{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-surface);padding:1.5rem 1.75rem}.pub-favorites__section--danger{border-color:#b3261e59}.pub-favorites__heading{color:var(--text-primary);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.pub-favorites__hint{color:var(--text-muted);margin-bottom:1.25rem;font-size:.8125rem}.pub-favorites__add-row{gap:.625rem;margin-bottom:.75rem;display:flex}.pub-favorites__add-row .pub-onboard__input{flex:1}.pub-favorites__empty{color:var(--text-muted);padding:1rem 0;font-size:.875rem}.pub-favorites__list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.pub-favorites__item{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);align-items:center;gap:.875rem;padding:.75rem;display:flex}.pub-favorites__item-img{object-fit:cover;background:var(--bg-elevated);border-radius:6px;flex-shrink:0;width:64px;height:48px}.pub-favorites__item-body{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.pub-favorites__item-platform{text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);font-size:.6875rem;font-weight:700}.pub-favorites__item-title{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;text-decoration:none;display:block;overflow:hidden}.pub-favorites__item-title:hover{text-decoration:underline}.pub-favorites__item-price{color:var(--accent);font-size:.8125rem;font-weight:600}.pub-favorites__item-remove{cursor:pointer;color:var(--text-muted);background:0 0;border:none;flex-shrink:0;padding:.375rem;font-size:.875rem}.pub-favorites__item-remove:hover{color:#b3261e}.pub-viewings{max-width:860px;margin:2rem 0 4rem}.pub-viewings__tabs{border-bottom:1px solid var(--border);gap:.5rem;margin-bottom:1.5rem;display:flex}.pub-viewings__tab{cursor:pointer;color:var(--text-muted);font-size:.9375rem;font-weight:600;font-family:var(--font-sans);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.625rem .25rem}.pub-viewings__tab+.pub-viewings__tab{margin-left:1rem}.pub-viewings__tab--active{color:var(--accent);border-bottom-color:var(--accent)}.pub-viewings__list{flex-direction:column;gap:1.25rem;display:flex}.pub-viewing-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-surface);padding:1.5rem 1.75rem}.pub-viewing-card__header{cursor:pointer;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.pub-viewing-card__header--expanded{border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:1.25rem}.pub-viewing-card__project{color:var(--text-primary);font-size:1rem;font-weight:700}.pub-viewing-card__address{color:var(--text-muted);margin-bottom:1rem;font-size:.8125rem}.pub-viewing-card__link{color:var(--accent);white-space:nowrap;margin-top:.125rem;font-size:.8125rem;text-decoration:none;display:block}.pub-viewing-card__link:hover{text-decoration:underline}.pub-viewing-card__header-right{flex-shrink:0;align-items:center;gap:1.25rem;display:flex}.pub-viewing-card__price{flex-direction:column;align-items:flex-end;display:flex}.pub-viewing-card__price-label{text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);font-size:.625rem;font-weight:600}.pub-viewing-card__price-value{color:var(--text-primary);font-size:.9375rem;font-weight:700}.pub-viewing-card__avg{flex-direction:column;align-items:flex-end;display:flex}.pub-viewing-card__avg-label{text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);font-size:.625rem;font-weight:600}.pub-viewing-card__avg-value{color:var(--accent);font-size:.9375rem;font-weight:700}.pub-viewing-card__avg-max{color:var(--text-muted);font-size:.75rem;font-weight:600}.pub-viewing-card__date{color:var(--text-muted);white-space:nowrap;font-size:.8125rem;font-weight:600}.pub-viewing-card__chevron{color:var(--text-muted);font-size:1.375rem;line-height:1;transition:transform .15s}.pub-viewing-card__chevron--open{transform:rotate(180deg)}.pub-viewing-card__ratings{flex-direction:column;gap:1rem;margin-bottom:1.25rem;display:flex}.pub-viewing-card__add-bedroom{border:1.5px dashed var(--border);border-radius:var(--radius);color:var(--accent);cursor:pointer;font-size:.8125rem;font-weight:600;font-family:var(--font-sans);background:0 0;align-self:flex-start;padding:.375rem .75rem}.pub-viewing-card__add-bedroom:hover{border-color:var(--accent)}.pub-rating__label-row{align-items:center;gap:.5rem;margin-bottom:.375rem;display:flex}.pub-rating__label{color:var(--text-primary);flex:1;font-size:.8125rem;font-weight:600}.pub-rating__value{color:var(--accent);text-align:right;min-width:1.75rem;font-size:.8125rem;font-weight:700}.pub-rating__remove{cursor:pointer;color:var(--text-muted);background:0 0;border:none;flex-shrink:0;padding:.125rem;font-size:.75rem}.pub-rating__remove:hover{color:#b3261e}.pub-rating__slider{width:100%;accent-color:var(--accent)}.pub-viewings__date-group{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-surface);padding:1.25rem 1.5rem}.pub-viewings__date-heading{color:var(--text-primary);margin-bottom:.875rem;font-size:.9375rem;font-weight:700}.pub-viewings__table-wrap{overflow-x:auto}.pub-viewings__table{border-collapse:collapse;width:100%;font-size:.8125rem}.pub-viewings__table th{text-align:left;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);white-space:nowrap;padding:0 .75rem .5rem 0;font-size:.6875rem;font-weight:700}.pub-viewings__table td{border-top:1px solid var(--border);color:var(--text-primary);vertical-align:top;padding:.5rem .75rem .5rem 0}.pub-viewings__table td:first-child,.pub-viewings__table th:first-child{padding-left:0}.pub-stories-header{margin-bottom:1.5rem}.pub-stories-header h1{color:var(--text-primary);margin-top:.375rem;margin-bottom:.375rem;font-size:1.5rem;font-weight:800}.pub-stories-header p{color:var(--text-muted);font-size:.9375rem}.pub-stories-grid{grid-template-columns:repeat(auto-fill,minmax(276px,1fr));gap:1.125rem;display:grid}.pub-story-tile{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.pub-story-tile:hover{border-color:var(--accent);box-shadow:0 4px 16px #306d2914}.pub-story-tile__cover{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.pub-story-tile__cover--placeholder{aspect-ratio:16/9;background:var(--bg-elevated);width:100%}.pub-story-tile__body{flex-direction:column;flex:1;gap:.4rem;padding:.875rem 1rem 1rem;display:flex}.pub-story-tile__tags{flex-wrap:wrap;gap:.3rem;display:flex}.pub-story-tile__title{color:var(--text-primary);font-size:.9375rem;font-weight:600;line-height:1.4}.pub-story-tile__date{color:var(--text-muted);margin-top:auto;padding-top:.375rem;font-size:.75rem}.pub-story-reader{width:100%;min-width:0;max-width:700px;margin:0 auto;padding:2rem 2rem 4rem}.pub-story-reader__back{color:var(--text-muted);align-items:center;gap:.375rem;margin-bottom:2rem;font-size:.875rem;text-decoration:none;display:inline-flex}.pub-story-reader__back:hover{color:var(--accent)}.pub-story-reader__cover{aspect-ratio:16/7;object-fit:cover;border-radius:var(--radius);width:100%;margin-bottom:1.5rem;display:block}.pub-story-reader__tags{flex-wrap:wrap;gap:.3rem;margin-bottom:.75rem;display:flex}.pub-story-reader__title{color:var(--text-primary);margin-bottom:.625rem;font-size:1.875rem;font-weight:800;line-height:1.25}.pub-story-reader__meta{color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem;font-size:.875rem}.pub-story-body{color:var(--text-primary);font-size:1rem;line-height:1.75}.pub-story-body p{margin:0 0 1em}.pub-story-body p:last-child{margin-bottom:0}.pub-story-body h2{margin:1.75em 0 .6em;font-size:1.375rem;font-weight:700;line-height:1.3}.pub-story-body h3{margin:1.5em 0 .5em;font-size:1.125rem;font-weight:600;line-height:1.35}.pub-story-body ul,.pub-story-body ol{margin:0 0 1em;padding-left:1.5rem}.pub-story-body li{margin-bottom:.3em}.pub-story-body blockquote{border-left:3px solid var(--accent);color:var(--text-muted);margin:1.25em 0;padding:.5em 0 .5em 1.125rem;font-style:italic}.pub-story-body strong{font-weight:700}.pub-story-body em{font-style:italic}.pub-story-body a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.pub-story-body a:hover{text-decoration:none}.pub-story-body code{background:var(--bg-elevated);border-radius:3px;padding:.15em .35em;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875em}.pub-story-table-wrap{margin:0 0 1em;overflow-x:auto}.pub-story-table{border-collapse:collapse;table-layout:auto;min-width:100%}.pub-story-table th,.pub-story-table td{border:1px solid var(--border);vertical-align:top;white-space:nowrap;padding:.4em .6em}.pub-story-table th{background:var(--bg-elevated);text-align:left;font-weight:600}.pub-story-youtube{margin:1.75em 0;position:relative}.pub-story-youtube iframe{border-radius:var(--radius);border:none;max-width:100%;display:block}.pub-story-figure{margin:1.75em 0}.pub-story-figure__img{border-radius:var(--radius);border:1px solid var(--border);max-width:100%;display:block}.pub-story-figure__caption{color:var(--text-muted);margin-top:.5rem;font-size:.8125rem;font-style:italic}.pub-story-table-block{margin:1.75em 0}.pub-story-table-block .pub-story-table-wrap{margin:0}.pub-story-table-block__title{margin-bottom:.5rem;font-size:.9375rem;font-weight:600}.pub-story-table-block__caption{color:var(--text-muted);margin-top:.5rem;font-size:.8125rem;font-style:italic}.pub-hero{border-bottom:1px solid var(--border);margin-bottom:1rem;padding:1.25rem 0 1rem}.pub-hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.6875rem;font-weight:700}.pub-hero__title{color:var(--text-primary);max-width:520px;margin-bottom:.375rem;font-size:1.875rem;font-weight:800;line-height:1.25}.pub-hero__sub{color:var(--text-muted);max-width:500px;margin-bottom:.75rem;font-size:1rem;line-height:1.65}.pub-hero__cta{background:var(--accent);color:var(--bg);border-radius:var(--radius);cursor:pointer;border:none;padding:.7rem 1.625rem;font-family:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-block}.pub-hero__cta:hover{background:var(--accent-hover)}.pub-value-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.125rem;margin-bottom:2.5rem;display:grid}.pub-value-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.pub-value-card__num{color:var(--accent);margin-bottom:.375rem;font-size:1.375rem;font-weight:800}.pub-value-card__label{color:var(--text-primary);margin-bottom:.375rem;font-size:.9375rem;font-weight:600;line-height:1.3}.pub-value-card__desc{color:var(--text-muted);font-size:.8125rem;line-height:1.55}.pub-steps{flex-direction:column;margin-bottom:2.5rem;display:flex}.pub-step{border-bottom:1px solid var(--border);align-items:flex-start;gap:1.25rem;padding:1.375rem 0;display:flex}.pub-step:last-child{border-bottom:none}.pub-step__num{color:var(--accent);border:1.5px solid var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:1px;font-size:.75rem;font-weight:700;display:flex}.pub-step__title{color:var(--text-primary);margin-bottom:.25rem;font-size:.9375rem;font-weight:600}.pub-step__desc{color:var(--text-muted);font-size:.875rem;line-height:1.6}.pub-cta-row{text-align:center;padding:1.5rem 0 2rem}.pub-move-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.125rem;margin-bottom:2rem;display:grid}.pub-move-card{text-align:left;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;flex-direction:column;align-items:flex-start;padding:1.5rem 1.25rem;font-family:inherit;transition:border-color .15s,background .15s;display:flex}.pub-move-card:hover{border-color:var(--accent);background:var(--bg-elevated)}.pub-move-card__icon{margin-bottom:.625rem;font-size:1.5rem}.pub-move-card__label{color:var(--text-primary);margin-bottom:.375rem;font-size:1rem;font-weight:700}.pub-move-card__desc{color:var(--text-muted);font-size:.8125rem;line-height:1.55}.pub-move-form{max-width:480px;margin-bottom:2rem}.pub-move-form__chosen{color:var(--accent);margin-bottom:1.125rem;font-size:.9375rem;font-weight:700}.pub-move-form label{margin-top:1rem;display:block}.pub-move-form label:first-of-type{margin-top:0}.pub-move-form__textarea{resize:vertical;font-family:inherit}.pub-move-form__honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.pub-move-form__error{color:#dc2626;margin-top:.875rem;font-size:.8125rem}.pub-move-form__actions{gap:.75rem;margin-top:1.5rem;display:flex}.pub-move-done{text-align:center;max-width:420px;margin:0 auto 2rem;padding:3rem 1rem}.pub-move-done__icon{background:var(--accent);width:48px;height:48px;color:var(--bg);border-radius:50%;margin:0 auto 1rem;font-size:1.375rem;font-weight:700;line-height:48px}.pub-move-done__title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.pub-move-done__sub{color:var(--text-muted);font-size:.9375rem;line-height:1.6}.pub-pulse-header{border-bottom:1px solid var(--border);margin-bottom:1.75rem;padding:1.5rem 0 1.25rem;position:relative}.pub-pulse-header:before{content:"";opacity:.2;z-index:0;background-image:url(/hero-bg2.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100vw;margin-left:-50vw;margin-right:-50vw;position:absolute;inset:0 50%}.pub-pulse-header__eyebrow{z-index:1;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.6875rem;font-weight:700;position:relative}.pub-pulse-header__title{z-index:1;color:var(--text-primary);margin-bottom:.375rem;font-size:1.5rem;font-weight:800;line-height:1.25;position:relative}.pub-pulse-header__sub{z-index:1;color:var(--text-muted);max-width:600px;font-size:.9375rem;line-height:1.6;position:relative}.pub-pulse-header__highlight{background:var(--bg);-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:4px;padding:.15em .4em}.pub-pulse-layout{grid-template-columns:1fr var(--sidebar-w);grid-template-areas:"main sidebar""results results";align-items:start;gap:2.5rem;display:grid}.pub-pulse-main{grid-area:main;min-width:0}.pub-pulse-results-full{grid-area:results;min-width:0}.pub-pulse-sidebar{top:calc(var(--nav-h) + 1.5rem);flex-direction:column;grid-area:sidebar;gap:1rem;display:flex;position:sticky}.pub-perspectives{background:#fff;border:1px solid #e7e1b1;border-radius:18px;padding:18px 16px;font-family:Inter,Arial,Helvetica,sans-serif;box-shadow:0 12px 30px #0f172a14}.pub-perspectives__title{letter-spacing:-.02em;color:#172033;margin:0 0 4px;font-size:18px;font-weight:800}.pub-perspectives__sub{color:#667085;margin:0 0 16px;font-size:13px;line-height:1.45}.pub-perspectives__stories{flex-direction:column;gap:10px;margin-bottom:14px;display:flex}.pub-perspectives__story{background:linear-gradient(135deg,#fff,#f5f0d5);border:1px solid #e7e1b1;border-radius:12px;text-decoration:none;transition:box-shadow .15s;display:block;overflow:hidden}.pub-perspectives__story:hover{box-shadow:0 4px 12px #0f172a1a}.pub-perspectives__story-img{object-fit:cover;width:100%;height:80px;display:block}.pub-perspectives__story-body{padding:10px 12px}.pub-perspectives__story-title{color:#172033;margin:0 0 4px;font-size:13px;font-weight:700;line-height:1.35}.pub-perspectives__story-date{color:#94a3b8;margin:0;font-size:11px;font-weight:700}.pub-perspectives__view-all{text-align:center;color:#306d29;margin-bottom:16px;font-size:12px;font-weight:700;text-decoration:none;display:block}.pub-perspectives__view-all:hover{text-decoration:underline}.pub-perspectives__divider{border:none;border-top:1px solid #e7e1b1;margin:14px 0}.pub-perspectives__cta-title{color:#172033;margin:0 0 6px;font-size:13px;font-weight:800}.pub-perspectives__cta-desc{color:#667085;margin:0 0 10px;font-size:12px;line-height:1.45}.pub-perspectives__btn{color:#fff;cursor:pointer;text-align:center;box-sizing:border-box;background:#306d29;border:none;border-radius:10px;width:100%;margin-bottom:8px;padding:10px;font-family:inherit;font-size:13px;font-weight:800;text-decoration:none;display:block}.pub-perspectives__btn:hover{background:#0d530e}.pub-perspectives__link{text-align:center;color:#306d29;font-size:12px;font-weight:700;text-decoration:none;display:block}.pub-perspectives__link:hover{text-decoration:underline}.pub-pulse-placeholder{text-align:center;max-width:460px;margin:0 auto;padding:5rem 2rem}.pub-pulse-placeholder__badge{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:#306d291a;border-radius:99px;margin-bottom:1.5rem;padding:.3rem .75rem;font-size:.6875rem;font-weight:700;display:inline-block}.pub-pulse-placeholder__title{color:var(--text-primary);margin-bottom:.875rem;font-size:1.5rem;font-weight:800;line-height:1.3}.pub-pulse-placeholder__desc{color:var(--text-muted);margin-bottom:2rem;font-size:.9375rem;line-height:1.65}.pub-pulse-placeholder__note{color:var(--text-muted);font-size:.8125rem}.pub-footer{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);margin-top:auto;padding:1.75rem 2rem;font-size:.8125rem}@media (max-width:900px){.pub-home{grid-template-columns:1fr}.pub-sidebar{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid;position:static;top:auto}.pub-pulse-layout{grid-template-columns:1fr;grid-template-areas:"main""results""sidebar"}.pub-pulse-sidebar{position:static;top:auto}}.pub-map{flex-direction:column;gap:.75rem;display:flex}.pub-map__search{max-width:480px}.pub-map__input{width:100%;color:var(--text-primary);border:1px solid var(--border);background:#fff;border-radius:10px;outline:none;padding:.625rem .875rem;font-size:.9375rem}.pub-map__input:focus{border-color:var(--accent)}.pub-map__suggestions{z-index:1100;border:1px solid var(--border);background:#fff;border-radius:10px;max-height:260px;margin-top:2px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0f172a1f}.pub-map__suggestion{color:var(--text-primary);cursor:pointer;border-bottom:1px solid var(--bg);padding:.5rem .75rem;font-size:.8125rem}.pub-map__suggestion:hover{background:var(--bg)}.pub-map__status{color:var(--text-muted);margin-top:.5rem;font-size:.8125rem}.pub-map__legend{border:1px solid var(--border);color:var(--text-muted);background:#fff;border-radius:999px;align-items:center;gap:.4rem;margin-top:.5rem;padding:.3rem .7rem;font-size:.8125rem;display:inline-flex}.pub-map__legend-icon{align-items:center;display:flex}.pub-map__legend-icon svg{width:14px;height:auto}.pub-map__canvas-wrap{width:calc(100vw - 4rem);height:calc(100vh - var(--nav-h) - 260px);border:1px solid var(--border);border-radius:12px;min-height:520px;margin-left:calc(2rem - 50vw);margin-right:calc(2rem - 50vw);position:relative;left:50%;right:50%;overflow:hidden}.pub-map__canvas{width:100%;height:100%}.pub-map__canvas--loading{color:var(--text-muted);background:var(--bg);justify-content:center;align-items:center;font-size:.875rem;display:flex}.pub-map__loading-overlay{z-index:1100;color:var(--text-primary);pointer-events:none;background:#fbf5ddb8;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex;position:absolute;inset:0}.pub-map__spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:16px;height:16px;animation:.7s linear infinite pub-map-spin}@keyframes pub-map-spin{to{transform:rotate(360deg)}}@media (max-width:640px){.pub-nav__inner{padding:0 1rem}.pub-container{padding:1.25rem 1rem}.pub-nav__links,.pub-nav__auth{display:none}.pub-nav__hamburger{display:flex}.pub-map__canvas-wrap{width:calc(100vw - 2rem);height:420px;margin-left:calc(1rem - 50vw);margin-right:calc(1rem - 50vw)}.pub-sidebar{grid-template-columns:1fr}.pub-hero__title{font-size:1.5rem}.pub-stories-grid{grid-template-columns:1fr}.pub-story-card__thumb,.pub-story-card__thumb--placeholder{width:72px;height:54px}.pub-story-reader{padding:1.25rem 1rem 3rem}.pub-story-reader__title{font-size:1.5rem}.pub-pulse-metrics{grid-template-columns:1fr!important}.pub-pulse-metrics__cell--stat{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;display:flex!important}.pub-pulse-metrics__cell--stat .pub-pulse-metrics__label{margin-bottom:0!important}.pub-pulse-metrics__values{flex-wrap:wrap;align-items:baseline;gap:.5rem;display:flex}.pub-pulse-metrics__value{margin-bottom:0!important}.pub-pulse-metrics__delta{margin-top:0!important}}
