:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#213041;background:#f7f8fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-weight:400;font-size:16px;--ink: #1c2c3d;--muted: #78828e;--red: #c9283c;--border: #e6e9ed;--navy: #192c3e;--green: #32745f;--soft: #f3f5f7}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}button{color:inherit}input,select,textarea{min-width:0}input::placeholder,textarea::placeholder{color:#939ca5}input:focus,select:focus,textarea:focus{outline:2px solid #c9283c33;outline-offset:1px;border-color:var(--red)!important}button:focus-visible,a:focus-visible{outline:3px solid #df8390;outline-offset:4px}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--ink)}h1{font-size:2.15rem;line-height:1.2;letter-spacing:-1.2px;font-weight:650}h2{font-size:1.32rem;letter-spacing:-.45px;font-weight:650;line-height:1.35}h3{font-size:1rem;line-height:1.45;font-weight:650}p{line-height:1.7}small{font-size:.78rem;line-height:1.5}svg{flex-shrink:0;stroke-width:1.7}hr{border:0;border-top:1px solid var(--border);margin:24px 0}::selection{background:#f5cbd2}.app-shell{min-height:100vh}.sidebar{width:246px;position:fixed;inset:0 auto 0 0;border-right:1px solid var(--border);background:#fff;display:flex;flex-direction:column;padding:30px 20px 18px;z-index:40}.brand{display:inline-flex;flex-direction:column;width:fit-content;padding:0 13px;margin-bottom:33px}.brand-name{font-size:2.65rem;font-weight:750;line-height:1;letter-spacing:-2.5px;color:var(--red)}.brand-point{color:var(--ink)}.brand-sub{font-size:.7rem;letter-spacing:3.5px;font-weight:600;display:flex;align-items:center;gap:10px;margin-top:9px}.brand-sub i{width:17px;height:3px;background:#14bba9;border-radius:1px}.space-selector{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:9px;padding:11px 9px;margin-bottom:30px}.space-icon{display:grid;place-items:center;width:33px;height:33px;background:#f4f5f7;border-radius:7px}.space-selector>div:nth-child(2){min-width:0;flex:1}.space-selector strong{font-size:.78rem;font-weight:650;display:block;line-height:1.5}.space-selector span{font-size:.68rem;color:var(--muted);display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.nav-label{font-size:.65rem;letter-spacing:1.6px;color:#9099a3;font-weight:650;margin:0 12px 13px}.sidebar nav{display:grid;gap:7px}.nav-item{display:flex;align-items:center;gap:11px;padding:13px 12px;border-radius:7px;font-size:.83rem;color:#647080;font-weight:500;transition:.2s}.nav-item:hover{background:#f6f7f8;color:var(--ink)}.nav-item.active{color:var(--red);background:#fcf0f2;font-weight:650}.sidebar-bottom{margin-top:auto;padding-top:35px}.sidebar-promo{padding:18px 15px;border:1px solid #e9e4e4;border-radius:10px;background:#fcfafa}.promo-mark{color:var(--red);margin-bottom:12px}.sidebar-promo h3{font-size:.85rem}.sidebar-promo p{font-size:.75rem;color:#7c828c;margin-top:7px;line-height:1.65}.sidebar-promo a{font-size:.75rem;color:var(--red);font-weight:600;display:flex;align-items:center;justify-content:space-between;margin-top:18px}.powered{display:flex;gap:9px;align-items:center;padding:23px 4px 0}.powered img{width:66px;height:40px;object-fit:contain}.powered span{font-size:.6rem;line-height:1.6;color:#8a949e}.powered strong{font-weight:500;color:#67717c}.workspace{margin-left:246px;min-height:100vh;display:flex;flex-direction:column}.topbar{height:77px;border-bottom:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 38px;gap:20px}.breadcrumbs{display:flex;align-items:center;gap:14px;font-size:.76rem;color:#89929d;min-width:0}.breadcrumbs strong{font-weight:500;color:#435064;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-actions{display:flex;align-items:center;gap:20px;flex-shrink:0}.demo-label{font-size:.66rem;background:#f6f2e8;border:1px solid #eae0c5;color:#917331;border-radius:5px;padding:5px 8px;letter-spacing:.15px}.account{display:flex;align-items:center;gap:10px}.account .agency-avatar{width:34px;height:34px;font-size:.7rem;background:#ede9e4!important;color:#786657;border-radius:50%}.account strong{display:block;font-size:.75rem;font-weight:600}.account small{color:var(--muted);font-size:.65rem}.main-content{width:100%;max-width:1500px;padding:36px 40px 48px;margin:0 auto;flex:1;animation:arrive .3s ease}.footer{display:flex;justify-content:space-between;gap:20px;padding:20px 40px;border-top:1px solid var(--border);font-size:.65rem;line-height:1.6;color:#8c959e}.mobile-menu{display:none!important}.sidebar-scrim{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:43px;padding:11px 17px;border:1px solid transparent;border-radius:7px;font-size:.83rem;line-height:1.45;font-weight:600;white-space:nowrap;transition:background .15s,box-shadow .15s}.button.primary{background:var(--red);color:#fff;border-color:var(--red);box-shadow:0 3px 5px #be253013}.button.primary:hover{background:#ae1f31;border-color:#ae1f31}.button.subtle{background:#fff;border-color:#dfe3e8;color:#344253}.button.subtle:hover{background:#f8f9fb;border-color:#bbc3cc}.button.danger{background:#a72335;color:#fff}.button.small{min-height:35px;padding:8px 12px;font-size:.75rem}.button.full-width{width:100%}.text-link,.text-button{display:inline-flex;align-items:center;gap:7px;font-size:.81rem;font-weight:600;color:var(--red)}.text-button{padding:3px 0;background:transparent;border:none}.icon-button{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#768190;border-radius:5px}.icon-button:hover{background:#f3f4f6;color:var(--ink)}.eyebrow{font-size:.65rem;letter-spacing:1.65px;font-weight:650;color:#818b96;display:flex;align-items:center;gap:9px;line-height:1.6}.tiny-line{width:19px;height:2px;background:var(--red)}.plus-icon{font-size:1.35rem;font-weight:400;line-height:1}.muted{color:var(--muted)}.accent{color:var(--red)}.danger-text{color:#a72538}.light{color:#b7c2ce}.page-head{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:30px}.page-head .eyebrow{margin-bottom:10px}.page-head p{font-size:.9rem;color:#7b8692;margin-top:10px}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:23px}.section-heading h2{display:flex;align-items:center;gap:12px}.section-heading p{font-size:.82rem;color:#818b96;margin-top:6px}.count-pill{font-size:.7rem;font-weight:600;color:#737e89;background:#edf0f3;min-width:25px;padding:4px 7px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center}.discovery-intro{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:27px}.discovery-intro .eyebrow{margin-bottom:14px}.discovery-intro h1{font-size:2.13rem;line-height:1.22;letter-spacing:-1px}.discovery-intro h1 em{font-family:Georgia,serif;font-weight:400;color:var(--red);letter-spacing:-.8px}.discovery-intro p{font-size:.86rem;color:#7a8590;margin-top:10px}.discovery-intro>.button{align-self:flex-end;margin-bottom:4px}.discovery-hero{background:#1c3043;border-radius:13px;padding:31px 33px 30px;display:grid;grid-template-columns:1.2fr 1fr;gap:40px;position:relative;overflow:hidden;margin-bottom:37px}.hero-tag{display:flex;align-items:center;gap:8px;font-size:.6rem;color:#c5d0d9;letter-spacing:1.4px}.hero-tag svg{color:#e8a396}.hero-copy h2{font-size:1.62rem;line-height:1.32;font-weight:500;letter-spacing:-.5px;color:#fff;margin-top:16px}.hero-copy>p{font-size:.79rem;color:#aebcc9;line-height:1.65;margin:13px 0 18px}.hero-copy>a{color:#fff;display:inline-flex;align-items:center;gap:18px;font-size:.77rem;font-weight:600}.hero-copy>a:hover{color:#f3b1b9}.hero-steps{display:flex;flex-direction:column;justify-content:center;border-left:1px solid #405062;padding-left:30px;gap:24px}.hero-steps>div{display:flex;gap:16px;align-items:center}.hero-steps>div>span{font-family:Georgia,serif;font-size:1.6rem;color:#92a6b9;line-height:1}.hero-steps strong{font-size:.8rem;color:#edf1f5;font-weight:500;display:block}.hero-steps small{font-size:.69rem;color:#99abbc;display:block;margin-top:4px}.directory-trust{display:flex;align-items:center;gap:7px;font-size:.67rem;color:#88938d;white-space:nowrap}.directory-trust svg{color:#548c76}.search-row{display:flex;gap:12px}.search-input{flex:1;display:flex;align-items:center;border:1px solid #dee4e9;background:#fff;border-radius:8px;padding:0 15px;gap:12px;color:#8793a0}.search-input input{width:100%;height:49px;border:none;background:transparent;font-size:.86rem;outline:none}.search-input input:focus{outline:none}.search-input:focus-within{outline:2px solid #c9283c33;border-color:var(--red)}.search-input button{background:transparent;border:none;color:var(--muted);padding:0}.location-select{display:flex;align-items:center;gap:10px;padding:0 13px;background:#fff;border:1px solid #dee4e9;border-radius:8px;color:#738293}.location-select select{height:49px;border:0;background:transparent;color:#53606f;min-width:160px;font-size:.82rem}.filter-row{padding:18px 0 16px}.category-tabs{display:flex;gap:7px;flex-wrap:wrap}.category-tabs button{font-size:.7rem;padding:8px 12px;border-radius:6px;border:1px solid #e0e5e9;background:#fff;color:#73808e;display:flex;align-items:center;gap:3px;line-height:1.3}.category-tabs button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.category-tabs button:hover:not(.active){border-color:#a7b0ba;color:var(--ink)}.results-bar{display:flex;justify-content:space-between;align-items:center;margin:3px 0 17px;color:#87919c;font-size:.72rem}.results-bar label{display:flex;align-items:center;gap:7px}.results-bar select{background:transparent;border:0;color:#727f8c;font-size:.72rem}.agency-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.agency-card{background:#fff;border:1px solid #e4e8ed;border-radius:10px;padding:21px 22px 0;transition:box-shadow .2s,border-color .2s;min-width:0;display:flex;flex-direction:column}.agency-card:hover{box-shadow:0 8px 25px #21304108;border-color:#ced4dc}.agency-card.is-selected{border-color:var(--red);box-shadow:0 0 0 1px var(--red)}.agency-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:19px}.agency-avatar{width:41px;height:41px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:.85rem;letter-spacing:-.5px;color:#fff;font-weight:600;flex-shrink:0}.agency-avatar.large{width:50px;height:50px;font-size:1.12rem;border-radius:10px}.agency-avatar.xl{width:85px;height:85px;font-size:1.8rem;border-radius:17px}.selection-check{width:19px;height:19px;border:1px solid #d5dce3;border-radius:5px;background:#fff;display:flex;align-items:center;justify-content:center;margin-top:2px;padding:0;color:#fff}.selection-check.checked{background:var(--red);border-color:var(--red)}.agency-title{display:flex;align-items:center;gap:8px;min-height:23px}.agency-title h3{font-size:.97rem;letter-spacing:-.2px}.agency-title>svg{color:#447d6b}.agency-title a:hover{color:var(--red)}.agency-location{display:flex;align-items:center;gap:5px;font-size:.69rem;color:#9199a2;margin-top:7px}.agency-location>span{margin:0 3px}.agency-tagline{color:#74808c;font-size:.78rem;line-height:1.65;min-height:43px;margin:14px 0 17px}.service-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.service-tags>span{display:inline-flex;align-items:center;gap:5px;font-size:.6rem;font-weight:500;border:1px solid #e6e9ed;color:#6e7b8a;background:#fbfcfd;border-radius:4px;padding:5px 7px;line-height:1.4}.service-tags.big>span{font-size:.76rem;padding:7px 10px}.agency-card-footer{border-top:1px solid #edf0f3;padding:16px 0 17px;margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:5px}.agency-card-footer small{display:block;font-size:.59rem;color:#939ca6;margin-bottom:4px}.agency-card-footer strong{font-size:.82rem;font-weight:650}.agency-card-footer strong>span{font-size:.59rem;font-weight:400;color:#949da6}.circle-link{width:31px;height:31px;border:1px solid #e1e5e9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#546473;flex-shrink:0}.circle-link:hover{background:var(--red);border-color:var(--red);color:#fff}.spontaneous-banner{display:flex;align-items:center;gap:17px;padding:22px 26px;border:1px solid #e3e7ec;border-radius:9px;margin-top:30px;background:#fff}.lightning-icon{width:44px;height:44px;display:grid;place-items:center;color:#bb8538;border-radius:9px;background:#fcf5e9;flex-shrink:0}.spontaneous-banner h3{font-size:.9rem}.spontaneous-banner p{font-size:.75rem;color:#818b96;margin-top:3px}.spontaneous-banner>.button{margin-left:auto;font-size:.73rem}.selection-tray{position:fixed;left:calc(50% + 123px);transform:translate(-50%);bottom:25px;background:#fff;border:1px solid #d8dfe6;box-shadow:0 10px 50px #122c3e25;z-index:30;border-radius:13px;padding:15px 20px;display:flex;align-items:center;gap:24px;max-width:calc(100vw - 285px)}.selection-tray>div{display:flex;align-items:center;gap:12px}.selection-number{display:grid;place-items:center;background:#fcf0f2;color:var(--red);width:36px;height:36px;border-radius:8px;font-weight:700}.selection-tray p strong{font-size:.78rem;white-space:nowrap;display:block}.selection-tray p small{font-size:.65rem;color:var(--muted);white-space:nowrap;display:block}.selection-tray .text-button{font-size:.72rem}.loading{min-height:220px;display:flex;align-items:center;justify-content:center;gap:12px;color:#7b8795;font-size:.9rem}.spin{animation:spin 1s linear infinite}.error-box{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:16px;background:#fff0f1;border:1px solid #eec6cd;border-radius:8px;color:#a72b40;font-size:.85rem;margin:15px 0}.error-box>span{flex:1}.empty{padding:50px 25px;text-align:center;border:1px dashed #dce2e8;border-radius:12px;background:#fff;display:flex;flex-direction:column;align-items:center;gap:15px}.empty p{font-size:.86rem;color:#83909d;max-width:450px}.empty-icon{width:60px;height:60px;background:#f5f7f9;color:#8b9aa9;display:grid;place-items:center;border-radius:14px;margin-bottom:5px}.toast{position:fixed;right:26px;bottom:26px;display:flex;align-items:center;gap:12px;max-width:calc(100vw - 40px);background:#203c35;color:#fff;border:1px solid #3d5b53;box-shadow:0 5px 25px #22352a25;border-radius:10px;padding:16px 20px;z-index:100;font-size:.85rem}.toast button{background:transparent;border:none;color:#bed5cb;display:grid;place-items:center}.toast>span{max-width:550px}.back-link{display:inline-flex;align-items:center;gap:7px;color:#7e8a96;font-size:.78rem;margin-bottom:23px}.back-link:hover{color:var(--red)}.panel{background:#fff;border:1px solid var(--border);border-radius:11px;padding:27px;margin-bottom:24px}.panel>h2,.panel>h3{margin-bottom:18px}.panel .section-heading{margin-bottom:19px}.panel p{font-size:.86rem;color:#7b8792}.prose{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.85!important}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:25px;align-items:start}.detail-main,.detail-aside{min-width:0}.detail-aside>.panel{padding:23px}.detail-aside>.text-button{margin-left:5px}.agency-profile-hero{border:1px solid var(--border);background:#fff;border-radius:12px;padding:32px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:25px}.agency-profile-heading{display:flex;align-items:center;gap:23px}.agency-profile-heading h1{display:flex;align-items:center;gap:12px;margin:8px 0 4px}.agency-profile-heading h1 svg{color:var(--green)}.agency-profile-heading p{color:#7b8792;font-size:.88rem}.agency-profile-heading .agency-location{margin-top:12px}.expertise-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.expertise-grid h3{font-size:.88rem;margin:12px 0 5px}.expertise-grid p{font-size:.79rem}.expertise-icon{display:grid;place-items:center;width:41px;height:41px;border-radius:9px;background:#f9eef0;color:var(--red)}.profile-fact{display:flex;align-items:center;gap:13px;margin-top:25px}.profile-fact>svg{color:#85949f;width:20px}.profile-fact strong{display:block;font-size:.86rem}.profile-fact span{display:block;font-size:.71rem;color:var(--muted);margin-top:4px}.price-large{margin:8px 0 12px!important;font-size:1.65rem}.small-note{font-size:.76rem!important;color:#8a949e!important;line-height:1.65;display:flex;gap:6px;align-items:center}.soft-panel{padding:28px;border-radius:11px;background:#edf2f3;margin-bottom:23px}.soft-panel>svg{color:#45736c;margin-bottom:16px}.soft-panel p{font-size:.82rem;color:#708587;margin:10px 0 19px}.soft-panel a:not(.button){font-size:.8rem;display:flex;align-items:center;gap:6px;color:#426d65;font-weight:600}.soft-panel h2{font-size:1.55rem;margin:15px 0}.soft-panel .eyebrow{color:#966b6b}.red-tint{background:#faeeef;border:1px solid #eddddd}.red-tint>svg{display:block;color:var(--red);margin:23px 0 0}.red-tint p{color:#987d83}.red-tint .button{font-size:.75rem;margin-top:5px}.field{display:flex;flex-direction:column;gap:9px;margin-bottom:22px;min-width:0}.field>span{font-size:.83rem;font-weight:600;color:#52606f}.field input:not([type=checkbox]),.field select,.field textarea{border:1px solid #dce2e7;border-radius:7px;padding:12px 13px;background:#fff;min-height:44px;color:var(--ink);width:100%;font-size:.9rem;line-height:1.4}.field textarea{resize:vertical;min-height:100px}.field small{font-size:.72rem;color:#8c98a4}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.form-grid .full-width{grid-column:1/-1}.field .choice-chips{padding-top:3px}.choice-chips{display:flex;flex-wrap:wrap;gap:9px}.choice-chips button{border:1px solid #dde4e9;border-radius:6px;background:#fff;font-size:.77rem;color:#788694;padding:10px 13px;display:inline-flex;align-items:center;gap:4px}.choice-chips button.selected{background:#fcf0f2;border-color:#d5828e;color:var(--red)}.form-description{margin:6px 0 26px;font-size:.85rem;color:#88949f}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:24px;margin-top:20px;border-top:1px solid var(--border)}.form-actions>div{display:flex;gap:10px}.form-actions button{font-size:.77rem}.auth-layout{display:grid;grid-template-columns:1fr 1fr;background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;min-height:680px;max-width:1100px;margin:15px auto}.auth-story{background:#1b2e41;padding:50px 38px;display:flex;flex-direction:column}.auth-story h1{color:#fff;font-size:2.7rem;font-weight:500;line-height:1.18;letter-spacing:-1.5px;margin:30px 0 25px}.auth-story h1>span{color:#e96b75}.auth-story>p{color:#a6b6c6;font-size:.88rem;line-height:1.85}.auth-benefits{display:flex;flex-direction:column;gap:22px;margin-top:38px}.auth-benefits>span{display:flex;align-items:center;gap:12px;color:#c7d2dd;font-size:.8rem}.auth-benefits svg{color:#dfb0ad;width:20px}.auth-story>img{width:110px;height:60px;object-fit:contain;background:#fff;border-radius:5px;padding:5px;margin-top:auto;align-self:flex-start}.auth-form{padding:50px 38px}.auth-form h2{font-size:1.65rem;margin-top:14px}.auth-form>p{color:#86919c;font-size:.83rem;margin:12px 0 28px}.auth-form form>.button{width:100%;margin:6px 0}.auth-switch{font-size:.75rem!important;margin-top:25px!important;text-align:center}.auth-switch a{font-weight:600;color:var(--red);display:inline-flex;align-items:center;gap:4px;margin-left:4px}.role-choices{display:flex;gap:10px;margin-bottom:23px}.role-choices button{flex:1;border:1px solid #e2e7ec;border-radius:8px;background:#fff;text-align:left;padding:15px 10px;color:#8a95a0}.role-choices button.selected{border-color:#d37985;background:#fff6f7;color:var(--red)}.role-choices svg{width:23px;margin-bottom:7px}.role-choices strong{display:block;font-size:.85rem;color:var(--ink)}.role-choices span{display:block;font-size:.62rem;margin-top:4px}.demo-box{margin-top:30px;border:1px solid #e6e9ed;border-radius:8px;padding:18px;background:#fafbfc}.demo-box>strong{font-size:.8rem}.demo-box>p{font-size:.73rem;color:#83909b;margin:6px 0 14px}.demo-box>div{display:flex;flex-wrap:wrap;gap:8px}.demo-box button{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #dce3e9;padding:7px 10px;border-radius:5px;font-size:.69rem}.demo-box button:hover{border-color:var(--red);color:var(--red)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:35px}.stat-card{background:#fff;border:1px solid var(--border);padding:22px 25px;border-radius:10px}.stat-top{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.8rem;color:#808d99}.stat-top>div{width:34px;height:34px;background:#f4f6f8;color:#748699;display:grid;place-items:center;border-radius:8px}.stat-top svg{width:18px}.stat-value{font-size:2.2rem;font-weight:600;letter-spacing:-1px;display:block;margin:8px 0}.stat-card>small{font-size:.7rem;color:#99a1aa}.dashboard-columns{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:27px}.dashboard-columns>section{min-width:0}.event-list{display:grid;gap:13px}.event-card{display:flex;align-items:center;gap:20px;padding:23px;border-radius:10px;border:1px solid var(--border);background:#fff;transition:.15s}.event-card:hover{border-color:#c4cdd5;box-shadow:0 3px 12px #22304407}.date-tile{background:#f7f2f2;border:1px solid #efe6e7;display:flex;align-items:center;flex-direction:column;justify-content:center;flex-shrink:0;width:58px;height:65px;border-radius:8px}.date-tile>span{font-size:.61rem;letter-spacing:.7px;text-transform:uppercase;color:#a3747b}.date-tile strong{font-size:1.7rem;font-weight:500;color:#834c58;line-height:1.2}.event-card-main{flex:1;min-width:0}.event-card-title{display:flex;gap:8px;align-items:center}.event-card h3{font-size:.93rem}.event-meta{display:flex;gap:15px;flex-wrap:wrap;margin-top:9px;font-size:.74rem;color:#8a96a2}.event-meta span{display:flex;gap:5px;align-items:center}.event-card-count{display:block;font-size:.66rem;color:#9aa3ac;margin-top:10px}.event-card-end{display:flex;flex-direction:column;gap:20px;align-items:flex-end;flex-shrink:0}.event-card-end>span:last-child{font-size:.7rem;color:#7f8d9c;display:flex;align-items:center;gap:10px}.badge{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-size:.65rem;line-height:1.5;padding:5px 9px;border-radius:5px;background:#f1f3f5;color:#7a8591;font-weight:500}.badge>span{width:4px;height:4px;background:currentColor;border-radius:50%}.badge.blue{background:#edf3fc;color:#597fad}.badge.green{background:#eaf5ef;color:#4b896d}.badge.amber{background:#fcf5e5;color:#a18443}.badge.red{background:#fcf0f2;color:#b55362}.drafts-section{margin-top:30px}.drafts-section>h3{margin-bottom:13px}.draft-row{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:16px;margin-bottom:10px;font-size:.8rem}.draft-row>span:first-of-type{flex:1}.draft-row>svg{color:#8594a3}.advice-card .eyebrow{margin-bottom:14px}.advice-card h3{font-size:.9rem}.advice-card p{font-size:.77rem;margin-bottom:18px}.advice-card .text-link{font-size:.76rem}.filter-tabs{display:flex;gap:23px;border-bottom:1px solid var(--border);margin-bottom:28px;overflow-x:auto}.filter-tabs>button{display:flex;align-items:center;gap:8px;padding:0 0 14px;border:0;border-bottom:2px solid transparent;white-space:nowrap;background:transparent;color:#8693a0;font-size:.8rem}.filter-tabs>button.active{color:var(--red);border-bottom-color:var(--red);font-weight:600}.filter-tabs>button>span{background:#eef1f4;border-radius:4px;font-size:.62rem;padding:2px 6px}.filter-tabs>button.active>span{background:#fae9ed}.wizard-steps{display:flex;align-items:center;gap:0;margin:4px 0 30px;max-width:820px}.wizard-steps>div{display:flex;align-items:center;gap:10px;flex:1;color:#99a3ad;font-size:.8rem}.wizard-steps>div>span{width:31px;height:31px;background:#e9edf1;border-radius:50%;display:grid;place-items:center;font-size:.72rem;flex-shrink:0}.wizard-steps strong{font-weight:500}.wizard-steps>div>svg{margin-left:auto;margin-right:22px;color:#b3bec8}.wizard-steps .current{color:var(--red)}.wizard-steps .current>span{background:var(--red);color:#fff}.wizard-steps .complete{color:#43806a}.wizard-steps .complete>span{background:#e4f1eb;color:#43806a}.form-layout{display:grid;grid-template-columns:minmax(0,1fr) 275px;gap:26px;align-items:start}.event-form{padding:32px}.event-form h2{font-size:1.3rem}.kind-options{display:flex;gap:12px;margin-bottom:27px}.kind-options>button{display:flex;gap:11px;align-items:center;flex:1;text-align:left;border:1px solid #dfe5ea;border-radius:8px;background:#fff;padding:16px 12px;color:#8897a5}.kind-options>button.selected{border-color:#d58a95;background:#fff8f9;color:var(--red)}.kind-options strong{display:block;font-size:.79rem;font-weight:600;color:var(--ink)}.kind-options span{display:block;font-size:.62rem;margin-top:4px}.kind-options>button>svg:last-child{margin-left:auto}.brief-summary{padding:27px 24px;border:1px solid #e1e7ed;background:#eef2f6;border-radius:11px;position:sticky;top:25px}.brief-summary .eyebrow{font-size:.59rem}.summary-icon{width:43px;height:43px;display:grid;place-items:center;background:#fff;border-radius:9px;color:#7b90a5;margin:25px 0 17px}.brief-summary>h3{font-size:1.15rem;line-height:1.5}.brief-summary>p{color:#93a0ad;font-size:.78rem;margin-top:4px}.brief-summary>div:not(.summary-icon){display:flex;gap:10px;margin-top:20px;align-items:flex-start;color:#7f93a5}.brief-summary>div>span{font-size:.76rem;color:#586e80;line-height:1.6}.brief-summary small{display:block;font-size:.7rem;color:#95a2af;margin-top:2px}.brief-summary hr{border-color:#dae1e8}.brief-summary .small-note{font-size:.7rem!important}.selected-counter{font-size:.75rem;color:var(--red);font-weight:600;margin-bottom:17px}.agency-pick-list{display:grid;gap:11px}.agency-pick{display:flex;align-items:center;gap:14px;border:1px solid #e1e6eb;border-radius:8px;padding:16px;cursor:pointer}.agency-pick.selected{border-color:#d08a96;background:#fff8f9}.agency-pick input[type=checkbox]{width:17px;height:17px;accent-color:var(--red);flex-shrink:0}.agency-pick>div:not(.agency-avatar){flex:1}.agency-pick strong{display:block;font-size:.87rem}.agency-pick>div>span{display:block;font-size:.7rem;color:#93a0ad;margin-top:4px;line-height:1.5}.agency-pick>div>small{display:block;color:#a4814b;margin-top:3px;font-size:.65rem}.agency-pick>small{text-align:right;font-size:.75rem;white-space:nowrap}.agency-pick>small>span{display:block;color:#95a0ac;font-size:.62rem}.info-note{background:#f2f5f8;color:#788b9d;border:1px solid #e4eaf0;border-radius:7px;padding:16px;font-size:.8rem;line-height:1.75;margin-top:22px}.event-detail-summary{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--border);border-radius:10px;padding:24px 27px;margin-bottom:25px;gap:20px}.event-detail-summary>div{display:flex;gap:13px;align-items:flex-start;min-width:0}.event-detail-summary svg{width:20px;color:#8495a6}.event-detail-summary span{font-size:.67rem;color:#94a0ac;min-width:0}.event-detail-summary strong{display:block;font-size:.85rem;font-weight:600;color:#465d72;margin:7px 0 5px}.event-detail-summary small{font-size:.66rem;overflow-wrap:anywhere}.consulted-list>div{display:flex;align-items:center;gap:11px;margin-bottom:22px}.consulted-list strong{display:block;font-size:.8rem;margin-bottom:6px}.consulted-list .agency-avatar{width:35px;height:35px;font-size:.73rem}.consulted-list .badge{font-size:.58rem;padding:3px 6px}.accepted-banner{display:flex;gap:16px;align-items:flex-start;background:#eaf4ef;border:1px solid #cddfd4;color:#4e876d;border-radius:10px;padding:23px;margin-bottom:25px}.accepted-banner h3{color:#386650}.accepted-banner p{font-size:.8rem;margin:6px 0;color:#6e917d}.accepted-banner a{display:inline-flex;gap:6px;align-items:center;font-size:.8rem;margin-top:6px}.quote-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.quote-grid.full{grid-template-columns:repeat(3,minmax(0,1fr))}.quote-card{background:#fff;border:1px solid var(--border);border-radius:10px;padding:24px;display:flex;flex-direction:column;min-width:0}.quote-card.accepted{border-color:#78a58e}.quote-card-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.quote-card-head .agency-avatar{width:37px;height:37px;font-size:.78rem}.quote-card-head>div:nth-child(2){flex:1}.quote-card-head h3{font-size:.87rem}.quote-card-head small{font-size:.64rem;color:#93a0ab}.quote-card-head>.badge{font-size:.57rem}.quote-total{font-size:1.5rem;font-weight:650;letter-spacing:-.75px;margin-top:26px;color:var(--ink)}.quote-validity{font-size:.68rem;color:#99a4ae;margin-top:4px}.quote-lines-preview{display:grid;gap:10px;padding:20px 0 25px;flex:1}.quote-lines-preview>div{display:flex;align-items:flex-start;gap:7px;font-size:.76rem;color:#7c8f9f;line-height:1.5}.quote-lines-preview svg{color:#80a293}.quote-lines-preview>small{font-size:.66rem;color:#a3aab3}.quote-card>.button{font-size:.74rem;margin-top:9px}.quote-event-link{font-size:.78rem;color:#718ba1;display:flex;gap:4px;align-items:center;margin-top:16px}.modal-backdrop{position:fixed;inset:0;background:#11223580;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:80;padding:30px;display:flex;align-items:center;justify-content:center;animation:arrive .15s ease}.modal{width:100%;max-width:520px;background:#fff;border-radius:14px;box-shadow:0 20px 90px #10233735;max-height:calc(100dvh - 60px);overflow:auto;padding:29px;outline:none}.modal.wide{max-width:760px}.modal-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}.modal-head h2{font-size:1.25rem}.modal>p{color:#7a8896;font-size:.9rem;margin-bottom:19px}.modal-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:24px;margin-top:24px;border-top:1px solid var(--border)}.modal-actions button{font-size:.8rem}.confirm-agency{display:flex;align-items:center;gap:15px;background:#f7f9fa;border:1px solid #e8edf0;padding:19px;border-radius:8px;margin-bottom:24px}.confirm-agency strong{display:block;font-size:1rem}.confirm-agency span{display:block;font-size:.9rem;color:#7a8c9c;margin-top:6px}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;text-align:left;font-size:.8rem}.data-table th{font-size:.66rem;color:#8998a6;background:#f5f7f9;font-weight:500;padding:13px 12px}.data-table td{padding:16px 12px;border-bottom:1px solid #edf0f3;color:#6b7d8e;vertical-align:middle}.data-table td:last-child,.data-table th:last-child{text-align:right}.data-table td strong{color:var(--ink)}.quote-document-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.quote-document-heading h2{margin-bottom:8px}.quote-document-heading p{font-size:.78rem;color:#8696a4}.print-document>h3{margin:20px 0 8px}.print-document>p{font-size:.83rem;color:#7e90a0;margin-bottom:25px}.document-total{display:flex;justify-content:flex-end;gap:30px;align-items:center;padding:20px 0;font-size:.85rem;color:#7d8e9e}.document-total strong{font-size:1.35rem;color:var(--ink)}.print-heading{display:none}.success-note{display:flex;align-items:center;gap:10px;border:1px solid #d4e6db;background:#edf7f1;color:#588670;padding:15px;border-radius:7px;font-size:.8rem;line-height:1.7;margin:15px 0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes arrive{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.directory-section+.discovery-hero{margin-top:32px;margin-bottom:0}@media(min-width:1700px){.main-content{padding-top:44px}.discovery-intro h1{font-size:2.5rem}.discovery-hero{padding:38px 40px}.agency-card{padding:25px 27px 0}.hero-copy h2{font-size:1.9rem}}@media(max-width:1250px){.sidebar{width:220px;padding-left:14px;padding-right:14px}.workspace{margin-left:220px}.main-content{padding:30px}.topbar{padding:0 30px}.discovery-intro h1{font-size:1.8rem}.discovery-intro>.button{font-size:.75rem}.agency-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.discovery-hero{gap:24px;padding:27px}.hero-steps{padding-left:24px}.hero-copy h2{font-size:1.45rem}.hero-tag{font-size:.54rem}.hero-steps strong{font-size:.73rem}.hero-steps small{font-size:.64rem}.directory-trust{font-size:.61rem}.detail-layout,.dashboard-columns{grid-template-columns:minmax(0,1fr) 250px;gap:20px}.form-layout{grid-template-columns:minmax(0,1fr) 240px;gap:20px}.event-form{padding:24px}.kind-options{flex-direction:column}.kind-options>button{padding:14px}.quote-grid{grid-template-columns:1fr}.quote-grid.full{grid-template-columns:repeat(2,minmax(0,1fr))}.event-card{padding:18px;gap:14px}.event-card h3{font-size:.84rem}.event-card-end{gap:14px}.event-meta{font-size:.68rem;gap:9px}.date-tile{width:49px;height:59px}.selection-tray{left:calc(50% + 110px);max-width:calc(100vw - 255px);gap:17px}.agency-profile-hero{align-items:flex-start;flex-direction:column}.stat-card{padding:20px}.auth-form,.auth-story{padding:36px 26px}.auth-story h1{font-size:2.3rem}.event-detail-summary{grid-template-columns:1fr 1fr;row-gap:22px}.spontaneous-banner{flex-wrap:wrap}.spontaneous-banner>.button{margin-left:61px}.footer{padding:20px 30px}.agency-pick{padding:13px;gap:10px}.agency-pick>small{display:none}}@media(max-width:1000px){.sidebar{width:205px}.workspace{margin-left:205px}.main-content{padding:27px 24px}.topbar{padding:0 24px}.discovery-intro{align-items:flex-start;flex-direction:column}.discovery-intro>.button{align-self:flex-start;margin-top:5px}.discovery-intro h1{font-size:2.1rem}.hero-steps{display:none}.discovery-hero{grid-template-columns:1fr}.hero-copy h2{font-size:1.8rem}.hero-tag{font-size:.6rem}.hero-copy>p{font-size:.83rem}.detail-layout,.dashboard-columns{grid-template-columns:1fr}.detail-aside{display:grid;grid-template-columns:1fr 1fr;gap:20px}.detail-aside>.text-button{grid-column:1/-1}.dashboard-columns>aside{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-layout{grid-template-columns:1fr}.brief-summary{display:none}.kind-options{flex-direction:row}.quote-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.directory-trust{display:none}.stats-grid{gap:12px}.stat-card{padding:16px}.stat-top{font-size:.69rem}.stat-top>div{width:25px;height:25px}.stat-value{font-size:1.9rem}.stat-card>small{font-size:.63rem}.auth-layout{grid-template-columns:1fr}.auth-story{display:none}.auth-form{max-width:520px;width:100%;margin:auto;padding:45px}.account>div:not(.agency-avatar){display:none}.topbar-actions{gap:15px}.breadcrumbs{gap:9px;font-size:.7rem}.selection-tray{left:calc(50% + 102.5px);max-width:calc(100vw - 240px);gap:13px}.selection-tray p small{display:none}.selection-tray .button{font-size:.73rem}.footer{padding:18px 24px;flex-direction:column;gap:3px}.agency-card{padding:20px 18px 0}.agency-card-footer strong>span{display:none}}@media(max-width:780px){.sidebar{transform:translate(-100%);width:245px;transition:transform .2s}.sidebar.is-open{transform:translate(0)}.workspace{margin-left:0}.sidebar-scrim{display:block;position:fixed;inset:0;background:#12253877;z-index:39;border:0}.mobile-menu{display:inline-flex!important;margin-left:-8px}.topbar{height:65px}.breadcrumbs>span,.breadcrumbs>svg{display:none}.breadcrumbs strong{font-size:.75rem}.topbar-actions{gap:11px}.main-content{padding:26px 24px}.selection-tray{left:50%;max-width:calc(100vw - 30px);width:max-content}.discovery-intro{flex-direction:row;align-items:center}.discovery-intro h1{font-size:1.8rem}.discovery-intro>.button{align-self:flex-end}.discovery-intro .eyebrow{font-size:.52rem}.hero-steps{display:flex}.discovery-hero{grid-template-columns:1.1fr 1fr;padding:25px;gap:20px}.hero-copy h2{font-size:1.35rem}.hero-tag{font-size:.49rem}.hero-steps strong{font-size:.67rem}.hero-steps small{font-size:.61rem}.hero-copy>p{font-size:.72rem}.hero-steps{padding-left:20px;gap:21px}.hero-steps>div{gap:12px}.hero-steps>div>span{font-size:1.3rem}.page-head h1{font-size:1.9rem}.page-head p{font-size:.83rem}.panel{padding:23px}.auth-layout{margin-top:0}.footer{padding:18px 24px}.data-table{font-size:.75rem}}@media(max-width:580px){.main-content{padding:24px 18px 35px}.topbar{padding:0 18px}.topbar-actions .demo-label{font-size:.56rem}.topbar-actions .button{font-size:.65rem;padding:7px 9px}.topbar-actions .button svg{width:13px}.discovery-intro{align-items:flex-start;flex-direction:column;gap:15px;margin-bottom:23px}.discovery-intro h1{font-size:1.8rem;line-height:1.23}.discovery-intro .eyebrow{font-size:.53rem;letter-spacing:1px;margin-bottom:13px}.discovery-intro>.button{align-self:flex-start;margin:0;font-size:.76rem}.discovery-intro p{font-size:.78rem;max-width:280px}.discovery-hero{grid-template-columns:1fr;padding:25px;margin-bottom:28px}.hero-steps{display:none}.hero-copy h2{font-size:1.6rem}.hero-tag{font-size:.52rem;letter-spacing:1px}.hero-copy>p{font-size:.76rem}.hero-copy>a{font-size:.76rem}.section-heading{margin-bottom:17px;gap:10px}.section-heading h2{font-size:1.15rem}.section-heading p{font-size:.75rem}.search-row{flex-direction:column;gap:10px}.search-input input{height:47px;font-size:.8rem}.location-select select{height:43px;width:100%;font-size:.77rem}.filter-row{padding:15px 0 11px}.category-tabs{gap:7px}.category-tabs button{font-size:.63rem;padding:7px 9px}.results-bar{font-size:.66rem;margin:6px 0 15px}.results-bar select{font-size:.66rem;max-width:160px}.agency-grid{grid-template-columns:1fr;gap:16px}.agency-card{padding:22px 24px 0}.agency-card-top{margin-bottom:15px}.agency-title h3{font-size:1.08rem}.agency-location{font-size:.74rem}.agency-tagline{font-size:.85rem;min-height:0}.service-tags>span{font-size:.68rem}.agency-card-footer strong{font-size:.94rem}.agency-card-footer small{font-size:.65rem}.agency-card-footer strong>span{display:inline;font-size:.64rem}.spontaneous-banner{padding:20px;gap:12px;align-items:flex-start}.spontaneous-banner>div:nth-child(2){flex:1}.spontaneous-banner h3{font-size:.85rem}.spontaneous-banner p{font-size:.73rem}.spontaneous-banner>.button{margin-left:0;width:100%;font-size:.75rem}.lightning-icon{width:34px;height:34px}.lightning-icon svg{width:20px}.selection-tray{bottom:12px;padding:12px 14px;gap:9px;width:calc(100vw - 24px);max-width:none;justify-content:space-between}.selection-tray>div{gap:7px}.selection-tray p strong{font-size:.64rem;white-space:normal;max-width:78px;line-height:1.45}.selection-number{width:28px;height:28px;font-size:.78rem;flex-shrink:0}.selection-tray .text-button{font-size:.59rem}.selection-tray .button{font-size:.62rem;padding:9px;min-height:36px;gap:5px}.selection-tray .button svg{width:13px}.page-head{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:25px}.page-head h1{font-size:1.85rem}.page-head .eyebrow{font-size:.6rem;letter-spacing:1.4px}.page-head p{font-size:.8rem}.page-head>.button{font-size:.75rem}.stats-grid{grid-template-columns:1fr;gap:12px;margin-bottom:26px}.stat-card{padding:18px 20px;display:grid;grid-template-columns:1fr auto;gap:5px 20px;align-items:center}.stat-top{font-size:.76rem}.stat-top>div{display:none}.stat-value{grid-column:2;grid-row:1/3;margin:0;font-size:2rem}.stat-card>small{font-size:.69rem}.dashboard-columns>aside{grid-template-columns:1fr;gap:0}.dashboard-columns{gap:28px}.event-card{gap:12px;flex-wrap:wrap;padding:18px 16px}.event-card h3{font-size:.86rem}.event-card-end{width:100%;flex-direction:row;justify-content:space-between;align-items:center;padding-left:61px;margin-top:2px}.event-card-count{font-size:.65rem;margin-top:8px}.event-meta{gap:8px;font-size:.68rem}.date-tile{align-self:flex-start}.filter-tabs{gap:20px;margin-bottom:23px}.filter-tabs>button{font-size:.74rem}.panel{padding:21px}.panel>h2{font-size:1.17rem}.detail-aside{grid-template-columns:1fr;gap:0}.agency-profile-hero{padding:24px}.agency-profile-heading{gap:17px;align-items:flex-start;flex-direction:column}.agency-profile-heading h1{font-size:1.9rem}.agency-profile-heading .eyebrow{font-size:.55rem}.agency-profile-heading p{font-size:.81rem}.agency-profile-hero>.button{width:100%;margin-top:5px}.agency-avatar.xl{width:65px;height:65px;font-size:1.5rem}.expertise-grid{grid-template-columns:1fr}.expertise-grid>div{padding-bottom:17px;border-bottom:1px solid var(--border)}.auth-form{padding:28px 22px}.auth-form>.eyebrow{font-size:.55rem;letter-spacing:1.2px}.auth-form h2{font-size:1.4rem}.auth-form>.auth-switch{line-height:1.9}.role-choices strong{font-size:.82rem}.role-choices span{font-size:.61rem}.wizard-steps{margin-top:0;gap:7px;margin-bottom:24px;justify-content:space-between}.wizard-steps>div{gap:7px;flex:initial;font-size:.65rem}.wizard-steps>div>span{width:25px;height:25px;font-size:.65rem}.wizard-steps>div>svg{display:none}.wizard-steps strong{max-width:67px;font-size:.68rem;line-height:1.4}.event-form{padding:21px 18px}.event-form h2{font-size:1.2rem}.form-description{font-size:.8rem;margin-bottom:24px}.kind-options{flex-direction:column}.kind-options strong{font-size:.84rem}.kind-options span{font-size:.69rem}.field>span{font-size:.8rem}.field input:not([type=checkbox]),.field select,.field textarea{font-size:1rem;padding:11px;min-height:45px}.form-grid{gap:0 13px}.field{margin-bottom:20px}.choice-chips{gap:8px}.choice-chips button{font-size:.72rem;padding:8px 10px}.form-actions{flex-wrap:wrap}.form-actions>div{display:flex;width:100%;justify-content:flex-end;gap:7px}.form-actions button{font-size:.7rem;padding:10px 12px}.agency-pick{padding:12px 10px;gap:10px}.agency-pick .agency-avatar{width:34px;height:34px;font-size:.69rem}.agency-pick strong{font-size:.8rem}.agency-pick>div>span{font-size:.64rem}.agency-pick input[type=checkbox]{width:15px;height:15px}.selected-counter{font-size:.72rem}.event-detail-summary{padding:20px;gap:24px 15px}.event-detail-summary>div{gap:7px}.event-detail-summary svg{width:16px}.event-detail-summary span{font-size:.61rem}.event-detail-summary strong{font-size:.76rem}.event-detail-summary small{font-size:.61rem}.accepted-banner{padding:19px;gap:10px}.accepted-banner h3{font-size:.84rem}.accepted-banner p{font-size:.73rem}.accepted-banner a{font-size:.75rem}.quote-grid,.quote-grid.full{grid-template-columns:1fr}.quote-total{font-size:1.7rem}.quote-card-head h3{font-size:.94rem}.quote-card-head small{font-size:.68rem}.quote-validity{font-size:.73rem}.quote-lines-preview>div{font-size:.79rem}.modal-backdrop{padding:12px}.modal{padding:23px 20px;max-height:calc(100dvh - 24px);border-radius:11px}.modal-head h2{font-size:1.13rem}.modal-actions{flex-wrap:wrap;gap:9px}.modal-actions button{font-size:.74rem;padding:10px 12px;white-space:normal}.modal>p{font-size:.85rem}.data-table td{padding:12px 8px;font-size:.73rem}.data-table th{padding:11px 8px;font-size:.61rem}.document-total{gap:15px;justify-content:space-between}.document-total strong{font-size:1.25rem}.toast{bottom:18px;right:15px;max-width:calc(100vw - 30px);font-size:.78rem;padding:14px}.footer{padding:18px;font-size:.6rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}@media print{@page{size:A4;margin:18mm}body{background:#fff}.sidebar,.topbar,.footer,.main-content,.toast,.selection-tray{display:none!important}.workspace{margin:0}.modal-backdrop{position:absolute;background:none;padding:0;display:block;-webkit-backdrop-filter:none;backdrop-filter:none}.modal{position:static;border:0;border-radius:0;box-shadow:none;max-width:none;max-height:none;overflow:visible;padding:0;width:100%;color:#111}.modal-head,.modal-actions{display:none!important}.modal-backdrop .modal:has(.print-document){display:block!important}.print-document{display:block}.print-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:45px}.print-heading>span:last-child{font-size:10pt;letter-spacing:2px;color:#666}.print-document h2,.print-document h3{color:#000}.print-document p,.data-table td{color:#333!important}.table-wrap{overflow:visible}.data-table th,.data-table td{font-size:10pt}.document-total{break-inside:avoid}.print-document>h3{break-after:avoid}}.event-flags{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:6px 0 10px}.event-featured{display:inline-flex;align-items:center;gap:5px;color:#85631d;background:#faf2df;border:1px solid #edddba;border-radius:6px;padding:4px 8px;font-size:.72rem;font-weight:650}.event-card.is-featured,.request-card.is-featured{border-color:#dac391;box-shadow:inset 3px 0 #c5a25c}.event-moderation-notice{display:flex;gap:13px;padding:18px 20px;border:1px solid #edd0d3;background:#fff4f4;border-radius:10px;margin:18px 0 24px;color:#8c2938;overflow-wrap:anywhere}.event-moderation-notice strong{font-size:.9rem}.event-moderation-notice p{margin:7px 0;white-space:pre-wrap;font-size:.86rem}.event-moderation-notice small{display:block;color:#775761}.draft-row{flex-wrap:wrap}.footer{flex-wrap:wrap;gap:12px}
