@import "https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Zen+Maru+Gothic:wght@500;700&display=swap";:root{--brand-pink:#c84d80;--brand-pink-hover:#b63f70;--brand-pink-soft:#fbeef3;--brand-blue:#4a76ad;--brand-navy:#22405f;--brand-green:#4f9e74;--cream-canvas:#f4eee4;--cream-soft:#faf6ef;--cream-border:#ece6da;--white:#fff;--text-strong:#2c3742;--text:#5c6770;--text-muted:#9a948a;--shadow-card:0 6px 24px #3c321e0e;--radius-card:20px;--radius-control:10px;color:var(--text-strong);background:var(--cream-canvas);font-synthesis:none;text-rendering:optimizelegibility;font-family:Zen Kaku Gothic New,Noto Sans JP,Hiragino Kaku Gothic ProN,Yu Gothic,sans-serif}*{box-sizing:border-box}html{background:var(--cream-canvas);min-width:320px}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}.app-loading{min-height:100vh;color:var(--text);justify-content:center;align-items:center;gap:12px;display:flex}.loading-mark{color:#fff;background:var(--brand-pink);border-radius:13px;place-items:center;width:40px;height:40px;font-weight:900;animation:1.4s ease-in-out infinite pulse;display:grid}@keyframes pulse{50%{opacity:.72;transform:scale(.92)}}.app-shell{background:var(--cream-canvas);min-height:100vh;display:flex}.sidebar{z-index:30;border-right:1px solid var(--cream-border);background:#fff;flex-direction:column;width:250px;padding:22px 12px 18px;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto}.brand{padding:0 12px 18px}.brand__name{letter-spacing:.5px;color:var(--brand-pink);font-family:Zen Maru Gothic,sans-serif;font-size:21px;font-weight:700}.brand__caption{color:var(--text-muted);letter-spacing:1px;margin-top:3px;font-size:11px}.facility-switcher{background:#fbf3ee;border:1px solid #f1e0d4;border-radius:12px;margin:0 4px 24px;padding:12px 14px}.facility-switcher label{color:var(--text-muted);margin-bottom:5px;font-size:10px;display:block}.facility-switcher select{width:100%;color:var(--text);background:0 0;border:0;outline:0;padding:0 20px 0 0;font-size:12px;font-weight:700}.mode-pill{color:#fff;border-radius:999px;align-items:center;gap:5px;margin-top:9px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex}.mode-pill span{background:currentColor;border-radius:2px;width:6px;height:6px}.mode-pill--published{background:var(--brand-pink)}.mode-pill--draft{color:#96621c;background:#f6e4c7}.facility-add-link{color:var(--brand-pink);cursor:pointer;background:0 0;border:0;align-items:center;gap:3px;margin-top:10px;padding:0;font-size:10px;display:flex}.facility-add-link:hover{text-decoration:underline}.sidebar-section-label{color:#b1aaa0;letter-spacing:2px;padding:0 12px 8px;font-size:10px}.sidebar-section-label--support{padding-top:24px}.main-nav{flex-direction:column;gap:2px;display:flex}.main-nav a{color:var(--text);border-radius:10px;align-items:center;gap:12px;padding:11px 12px;font-size:13px;font-weight:500;transition:all .18s;display:flex;position:relative}.main-nav a:hover{color:var(--brand-pink);background:#fcf6f8}.main-nav a.active{color:#34404a;background:var(--brand-pink-soft);font-weight:700}.main-nav a.active:before{background:var(--brand-pink);content:"";border-radius:4px;width:3px;position:absolute;inset:9px auto 9px 0}.main-nav--secondary a{color:#7b8086;font-size:12px}.sidebar-profile{border-top:1px solid #f0ebe1;align-items:center;gap:10px;margin-top:auto;padding:15px 6px 2px;display:flex}.profile-avatar{color:#fff;background:#2f4b6e;border-radius:10px;flex:0 0 34px;place-items:center;height:34px;display:grid}.sidebar-profile strong,.sidebar-profile span{white-space:nowrap;display:block}.sidebar-profile strong{color:#37434d;font-size:12px}.sidebar-profile span{color:var(--text-muted);margin-top:2px;font-size:10px}.profile-logout{color:#999;cursor:pointer;background:0 0;border:0;border-radius:9px;place-items:center;width:34px;height:34px;margin-left:auto;display:grid}.profile-logout:hover{color:var(--brand-pink);background:var(--brand-pink-soft)}.drawer-close,.mobile-menu,.drawer-scrim{display:none}.main-area{width:calc(100% - 250px);min-width:0;margin-left:250px}.topbar{z-index:20;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#f4eee4f0;justify-content:space-between;align-items:center;min-height:72px;padding:16px 34px;display:flex;position:sticky;top:0}.breadcrumb{letter-spacing:.3px;align-items:center;gap:7px;font-size:12px;display:flex}.breadcrumb span{color:#8a857b}.breadcrumb i{color:#c9c2b6;font-style:normal}.breadcrumb strong{color:var(--text)}.site-preview{color:#fff;background:#23252b;border-radius:12px;align-items:center;gap:7px;height:40px;padding:0 17px;font-size:12px;font-weight:700;transition:all .18s;display:inline-flex}.site-preview:hover{background:#111319;transform:translateY(-1px)}.page{width:min(940px,100% - 64px);margin:8px auto 48px}.card{border-radius:var(--radius-card);box-shadow:var(--shadow-card);background:#fff;border:1px solid #f0ebe1}.button{cursor:pointer;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 18px;font-size:12px;font-weight:700;transition:all .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.segmented button:focus-visible{outline-offset:1px;outline:3px solid #c84d8033}.button:disabled{opacity:.55;cursor:wait;transform:none}.button--primary{color:#fff;background:var(--brand-pink);box-shadow:0 5px 13px #c84d802b}.button--primary:hover{background:var(--brand-pink-hover)}.button--navy{color:#fff;background:var(--brand-navy)}.button--navy:hover{background:#182f47}.button--light{color:var(--text);background:#fff;border-color:#e6e0d7}.button--light:hover{background:#faf8f5;border-color:#d4cbc0}.button--ghost{color:var(--text);background:0 0;border-color:#ece6da}.button--danger{color:#b64154;background:#fff6f7;border-color:#f0ccd3}.button--small{border-radius:9px;min-height:34px;padding:0 13px;font-size:11px}.upgrade-card{padding:30px 32px}.upgrade-card__eyebrow{color:var(--brand-pink);background:var(--brand-pink-soft);border:1px solid #f0d4e0;border-radius:999px;align-items:center;gap:5px;padding:6px 13px;font-size:10px;font-weight:700;display:inline-flex}.upgrade-card__notice{color:var(--text-muted);margin-left:8px;font-size:11px}.upgrade-card h1{margin:14px 0 8px;font-family:Zen Maru Gothic,sans-serif;font-size:25px;line-height:1.5}.upgrade-card>p{color:#6b7580;margin:0;font-size:13px;line-height:1.9}.upgrade-card>p strong{color:var(--brand-pink)}.upgrade-benefits{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px;display:grid}.upgrade-benefits>div{background:var(--cream-soft);border:1px solid #efe7d9;border-radius:12px;padding:12px 15px}.upgrade-benefits span{color:var(--text-muted);font-size:10px}.upgrade-benefits p{color:#bcb6ab;margin:6px 0 0;font-size:12px}.upgrade-benefits b{color:var(--text-strong);font-size:13px}.upgrade-actions{align-items:center;gap:20px;margin-top:20px;display:flex}.upgrade-actions>a:last-child{color:#8b857b;text-underline-offset:3px;align-items:center;gap:5px;font-size:11px;text-decoration:underline;display:inline-flex}.welcome-row{justify-content:space-between;align-items:flex-end;margin:34px 2px 16px;display:flex}.welcome-row h2{margin:0;font-family:Zen Maru Gothic,sans-serif;font-size:21px}.welcome-row p{color:var(--text-muted);margin:5px 0 0;font-size:11px}.welcome-actions{gap:8px;display:flex}.metric-card{box-shadow:var(--shadow-card);background:#fff;border:1px solid #f0ebe1;border-radius:14px;padding:14px 15px}.metric-card__label{color:var(--text-muted);align-items:center;gap:5px;font-size:10px;display:flex}.metric-card__value{color:var(--text-strong);margin-top:5px;font-size:25px;font-weight:900}.metric-card__value small{color:var(--text);margin-left:3px;font-size:10px;font-weight:500}.metric-card__delta{color:var(--brand-green);margin-top:2px;font-size:9px;font-weight:700}.metric-card__delta.is-pink{color:#d66b6b}.acceptance-card,.inquiry-card{margin-top:28px;padding:27px 29px}.card-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.card-heading h2{margin:0;font-family:Zen Maru Gothic,sans-serif;font-size:17px}.card-heading p{color:var(--text-muted);margin:5px 0 0;font-size:10px}.card-heading a{color:var(--brand-pink);align-items:center;gap:4px;font-size:11px;font-weight:700;display:inline-flex}.acceptance-summary{color:var(--text-muted);white-space:nowrap;align-items:center;gap:5px;font-size:9px;display:flex}.acceptance-summary b{color:var(--text)}.tag-legend{background:var(--cream-soft);color:var(--text-muted);border-radius:10px;gap:18px;margin:16px 0 12px;padding:10px 14px;font-size:9px;display:flex}.tag-legend span{align-items:center;gap:5px;display:flex}.tag-dot{border-radius:50%;width:13px;height:13px}.tag-dot--green{background:var(--brand-green)}.tag-dot--blue{background:var(--brand-blue)}.tag-dot--gray{background:#b4b6b7}.tag-group+.tag-group{margin-top:17px}.tag-group__title{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.tag-group__title h3{color:#3a424a;margin:0;font-size:11px}.tag-group__title span{color:#b1aaa0;font-size:8px}.tag-grid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.acceptance-tag{color:#3a6298;background:#eef3f9;border:1px solid #cdddee;border-radius:8px;align-items:center;gap:7px;min-height:32px;padding:6px 10px;font-size:10px;display:flex}.acceptance-tag>span:first-child{color:#fff;background:var(--brand-blue);border-radius:50%;flex:none;place-items:center;width:14px;height:14px;display:grid}.acceptance-tag.is-active{color:#3f835e;background:#edf7f0;border-color:#cfe5d8}.acceptance-tag.is-active>span:first-child{background:var(--brand-green)}.xmark{font-size:10px;line-height:1}.inquiry-list{margin-top:9px}.inquiry-row{border-bottom:1px solid #f3efe7;gap:13px;padding:16px 0;display:flex}.inquiry-row:last-child{border-bottom:0}.inquiry-avatar{width:38px;height:38px;color:var(--brand-blue);background:#e9eef6;border-radius:11px;flex:none;place-items:center;font-size:13px;font-weight:700;display:grid}.inquiry-avatar--pink{color:var(--brand-pink);background:var(--brand-pink-soft)}.inquiry-avatar--green{color:var(--brand-green);background:#eaf3ec}.inquiry-row h3{color:#37434d;margin:0 0 3px;font-size:12px}.inquiry-row h3 small{font-weight:500}.inquiry-row h3 span{color:var(--brand-pink);background:var(--brand-pink-soft);border-radius:5px;margin-left:7px;padding:2px 7px;font-size:9px}.inquiry-row p{color:#7b8086;margin:0;font-size:11px;line-height:1.7}.data-note{color:var(--text-muted);justify-content:center;align-items:center;gap:5px;margin-top:18px;font-size:10px;display:flex}.editor-page{min-height:calc(100vh - 72px)}.editor-commandbar{z-index:19;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-block:1px solid #ece6dae6;justify-content:space-between;align-items:center;gap:18px;min-height:58px;padding:9px max(24px,50% - 470px);display:flex;position:sticky;top:72px}.editor-commandbar>div:first-child{align-items:center;gap:8px;display:flex}.editor-commandbar small{color:var(--text-muted);font-size:9px}.status-dot{border-radius:50%;width:8px;height:8px}.status-dot--published{background:var(--brand-green);box-shadow:0 0 0 4px #e9f5ee}.status-dot--draft{background:#e3a942;box-shadow:0 0 0 4px #fff4dc}.editor-commandbar__actions{gap:7px;display:flex}.editor-content{width:min(940px,100% - 64px);margin:16px auto 70px}.notice{z-index:15;border-radius:11px;align-items:center;gap:8px;margin-bottom:12px;padding:12px 15px;font-size:11px;font-weight:700;display:flex;position:sticky;top:145px;box-shadow:0 6px 16px #3c321e14}.notice--success{color:#367a57;background:#eff8f2;border:1px solid #cde5d5}.notice--error{color:#ad3d53;background:#fff2f5;border:1px solid #efccd4}.completion-card{box-shadow:var(--shadow-card);background:#fff;border:1px solid #f0e8dc;border-radius:15px;grid-template-columns:auto 1fr 280px;align-items:center;gap:12px 18px;padding:17px 24px;display:grid}.completion-ring{width:52px;height:52px;color:var(--brand-pink);background:conic-gradient(var(--brand-pink) calc(var(--completion,76) * 1%), #f5e9ee 0);border-radius:50%;place-items:center;font-size:15px;font-weight:900;display:grid;position:relative}.completion-ring:before{content:"";background:#fff;border-radius:50%;position:absolute;inset:5px}.completion-ring>*{z-index:1;position:relative}.completion-ring small{margin-left:1px;font-size:8px}.completion-card h1{margin:0;font-family:Zen Maru Gothic,sans-serif;font-size:14px}.completion-card>div:nth-child(2) p{color:var(--text-muted);margin:3px 0 0;font-size:9px}.completion-progress{background:#f0ece6;border-radius:999px;height:7px;overflow:hidden}.completion-progress span{border-radius:inherit;background:linear-gradient(90deg,#c84d80,#e296b5);height:100%;display:block}.completion-card>p{color:var(--text-muted);grid-column:2/-1;margin:-6px 0 0;font-size:9px}.editor-section{background:#fff;border:1px solid #eee8df;border-radius:13px;margin-top:12px;overflow:hidden;box-shadow:0 3px 10px #3c321e06}.editor-section__heading{cursor:pointer;background:#fff;border:0;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;display:flex}.editor-section__heading>span:first-child{align-items:center;gap:8px;font-size:11px;font-weight:700;display:flex}.editor-section__heading i{background:var(--brand-pink);border-radius:50%;width:5px;height:5px}.editor-section__meta{color:#b59d83;align-items:center;gap:7px;font-size:8px;display:flex}.editor-section__meta svg{transition:transform .2s}.editor-section.is-open .editor-section__meta svg{transform:rotate(180deg)}.editor-section__body{border-top:1px solid #f2eee8;padding:16px}.field-intro{color:var(--text-muted);margin-bottom:12px;font-size:9px}.field-grid{gap:11px 14px;display:grid}.field-grid--2{grid-template-columns:repeat(2,1fr)}.field-grid--3{grid-template-columns:repeat(3,1fr)}.form-field{color:#5d625f;flex-direction:column;gap:5px;min-width:0;font-size:9px;display:flex}.form-field>span:first-child{align-items:center;gap:5px;display:flex}.form-field>span b{color:var(--brand-pink);background:var(--brand-pink-soft);border-radius:4px;padding:1px 5px;font-size:7px}.form-field--wide{grid-column:1/-1}.form-field input,.form-field select,.form-field textarea,.tag-editor__input input,.create-dialog input{color:#454d54;background:#fffaf5;border:1px solid #eadfd3;border-radius:7px;outline:0;width:100%;min-height:35px;padding:8px 10px;font-size:10px;transition:all .18s}.form-field textarea{resize:vertical;min-height:62px;line-height:1.6}.form-field input:hover,.form-field select:hover,.form-field textarea:hover{border-color:#d8c8b8}.number-input{position:relative}.number-input span{color:var(--text-muted);font-size:9px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.number-input input{padding-right:28px}.media-grid{grid-template-columns:repeat(5,1fr);gap:9px;display:grid}.media-tile,.media-add{aspect-ratio:1.25;border-radius:8px;position:relative;overflow:hidden}.media-tile{color:#fff;align-items:flex-end;padding:8px;display:flex;box-shadow:inset 0 -34px 30px -22px #0009}.media-tile>span{background:var(--brand-pink);border-radius:4px;padding:2px 5px;font-size:7px;font-weight:700;position:absolute;inset:5px auto auto 5px}.media-tile strong{font-size:8px}.media-tile button{color:#fff;cursor:pointer;opacity:0;background:#1f232794;border:0;border-radius:50%;place-items:center;width:23px;height:23px;transition:all .18s;display:grid;position:absolute;inset:5px 5px auto auto}.media-tile:hover button,.media-tile button:focus-visible{opacity:1}.media-add{color:#c88762;cursor:pointer;background:#fff8f1;border:1px dashed #d8c8b9;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.media-add span{font-size:8px}.staff-grid{grid-template-columns:repeat(3,1fr);gap:10px 14px;display:grid}.subsection-title{border-top:1px solid #f2eee8;margin:16px 0 8px;padding-top:13px;font-size:10px}.segmented{gap:6px;display:flex}.segmented button{min-width:88px;min-height:34px;color:var(--text-muted);cursor:pointer;background:#fff;border:1px solid #e2d9cf;border-radius:8px;font-size:9px}.segmented button.is-active{color:var(--brand-pink);background:var(--brand-pink-soft);border-color:#e9b7ca;font-weight:700}.supplemental-section .editor-section__heading i{background:#f27622}.supplemental-section--pink .editor-section__heading i{background:var(--brand-pink)}.choice-table{display:grid}.choice-row{border-bottom:1px solid #f0ece6;grid-template-columns:minmax(170px,1fr) auto minmax(220px,1.35fr);align-items:center;gap:12px;min-height:50px;padding:8px 0;display:grid}.choice-row:last-child{border-bottom:0}.choice-row>strong{color:#49515a;font-size:12px;font-weight:600}.choice-row__options{align-items:center;gap:4px;display:flex}.choice-row__options button{color:#85817b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;min-height:32px;padding:5px 9px;font-size:11px}.choice-row__options button:hover{background:#faf6f1}.choice-row__options button.is-active{color:var(--brand-pink);background:var(--brand-pink-soft);border-color:#edb8ca;font-weight:700}.choice-row__options button.is-active.is-unset{color:#746f68;background:#f5f2ee;border-color:#d8d0c7}.choice-row>input{color:#454d54;background:#fffaf5;border:1px solid #eadfd3;border-radius:7px;outline:0;width:100%;min-height:35px;padding:8px 10px;font-size:12px}.choice-row>input:focus{border-color:var(--brand-pink);box-shadow:0 0 0 3px #c84d8014}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 22px;display:grid}.feature-tags{flex-wrap:wrap;gap:8px;display:flex}.feature-tags button{color:#76716b;cursor:pointer;background:#fff;border:1px solid #dcd5cd;border-radius:18px;min-height:34px;padding:6px 13px;font-size:11px}.feature-tags button.is-active{color:var(--brand-pink);background:#fff7fa;border-color:#e78db0;font-weight:700}.profile-copy-fields{margin-top:18px}.interview-textarea{min-height:150px!important}.document-collection+.document-collection{border-top:1px solid #eee9e2;margin-top:20px;padding-top:20px}.document-collection h3{color:#434b53;margin:0 0 10px;font-size:13px}.document-drop{color:#d85f19;cursor:pointer;background:#fffaf4;border:1px dashed #eead7d;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:100%;min-height:115px;display:flex}.document-drop span{color:#9c958d;font-size:10px}.document-row{color:#525961;background:#faf7f2;border:1px solid #e8e0d6;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;margin-top:8px;padding:10px 12px;font-size:12px;display:flex}.document-row button{color:#c9515f;cursor:pointer;background:#fff0f2;border:0;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.document-empty-add{color:var(--brand-pink);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin-top:8px;font-size:11px;display:flex}.tag-editor__input{gap:8px;display:flex}.tag-editor__input input{flex:1}.tag-editor__input button{color:#a77146;cursor:pointer;background:#fff8f1;border:1px solid #e1c9b5;border-radius:7px;align-items:center;gap:4px;padding:0 13px;font-size:9px;display:flex}.selected-tags{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px;display:grid}.selected-tags button{color:#3a6298;text-align:left;cursor:pointer;background:#eef3f9;border:1px solid #cdddee;border-radius:9px;align-items:center;gap:8px;min-height:36px;padding:8px 11px;font-size:9px;display:flex}.selected-tags button span{color:#fff;background:var(--brand-blue);border-radius:50%;flex:none;place-items:center;width:18px;height:18px;display:grid}.nav-count{color:#fff;background:var(--brand-pink);text-align:center;border-radius:10px;min-width:20px;margin-left:auto;padding:1px 6px;font-size:10px;font-style:normal}.prototype-page{max-width:1320px;padding-bottom:70px}.page-heading{align-items:flex-start;gap:14px;margin-bottom:24px;display:flex}.page-heading>div:first-of-type{flex:1}.page-heading h1{color:#27343f;margin:6px 0 4px;font-size:26px;line-height:1.25}.page-heading p{color:var(--text-muted);margin:0;font-size:12px}.page-heading__actions{align-items:center;gap:8px;margin-left:auto;display:flex}.page-back{background:#fff;border:1px solid #e4dbd0;border-radius:10px;place-items:center;width:38px;height:38px;margin-top:17px;display:grid}.screen-badge{color:#91755d;letter-spacing:.08em;background:#fffaf4;border:1px solid #e4d8cc;border-radius:5px;padding:3px 7px;font-size:9px;font-weight:700;display:inline-flex}.panel{border:1px solid var(--cream-border);box-shadow:var(--shadow-card);background:#fff;border-radius:16px}.panel-heading{border-bottom:1px solid #eee8df;justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex}.panel-heading h2{margin:0 0 3px;font-size:17px}.panel-heading p{color:var(--text-muted);margin:0;font-size:11px}.button--wide{justify-content:center;width:100%}.muted{color:var(--text-muted)}.draft-chip{color:#8c7765;background:#f5efe8;border-radius:6px;padding:5px 8px;font-size:10px}.save-notice{color:var(--brand-green);font-size:11px}.auth-flow{background:radial-gradient(circle at 20% 10%, #fff 0, transparent 32%), var(--cream-canvas);place-items:center;min-height:100vh;padding:28px;display:grid}.auth-flow__card{border:1px solid var(--cream-border);background:#fff;border-radius:24px;width:min(460px,100%);padding:38px;box-shadow:0 20px 70px #382d1e1a}.auth-flow__card h1{margin:12px 0 8px;font-size:24px}.auth-flow__card>p{color:var(--text);margin:0 0 24px;font-size:13px;line-height:1.7}.auth-flow__state{text-align:center}.back-link{color:#876e5b;align-items:center;gap:5px;margin-bottom:24px;font-size:11px;display:flex}.stack-form{gap:15px;display:grid}.invite-summary{background:#f8f4ed;border-radius:10px;gap:3px;padding:14px;display:grid}.invite-summary span,.invite-summary small{color:var(--text-muted);font-size:10px}.state-preview-link{color:var(--text-muted);cursor:pointer;background:0 0;border:0;margin:18px auto 0;font-size:10px;text-decoration:underline;display:block}.state-icon{color:#fff;background:var(--brand-green);border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 15px;display:grid}.summary-strip{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px;display:grid}.summary-strip button{border:1px solid var(--cream-border);color:var(--text);cursor:pointer;background:#fff;border-radius:13px;justify-content:space-between;align-items:center;padding:15px 18px;display:flex}.summary-strip button strong{font-size:22px}.summary-strip button span{font-size:11px}.summary-strip button.is-active{color:var(--brand-pink);background:var(--brand-pink-soft);border-color:#e3aac1}.table-toolbar{border-bottom:1px solid #eee8df;align-items:center;gap:9px;padding:14px 16px;display:flex}.table-toolbar>span{color:var(--text-muted);margin-left:auto;font-size:10px}.search-box{background:#fffaf6;border:1px solid #e7ded4;border-radius:9px;flex:1;align-items:center;gap:8px;max-width:440px;padding:0 11px;display:flex}.search-box input{background:0 0;border:0;outline:0;width:100%;height:36px;font-size:11px}.data-table__head,.data-table__row{grid-template-columns:120px minmax(190px,1.3fr) minmax(150px,1fr) 120px 105px 30px;align-items:center;gap:10px;padding:11px 16px;display:grid}.data-table__head{color:var(--text-muted);background:#faf8f4;font-size:9px;font-weight:700}.data-table__row{border-top:1px solid #f0ece6;min-height:68px;font-size:11px}.data-table__row:first-of-type{border-top:0}.data-table__row>span{min-width:0}.data-table__row strong,.data-table__row small{display:block}.data-table__row small{color:var(--text-muted);margin-top:3px;font-size:9px}.data-table__row>a{width:30px;height:30px;color:var(--brand-pink);background:var(--brand-pink-soft);border-radius:8px;place-items:center;display:grid}.status-select{color:#52616a;background:#eef2f4;border:0;border-radius:6px;min-height:30px;padding:5px 7px;font-size:10px;font-weight:700}.status-未対応{color:#ad4d59;background:#fff0f1}.status-対応中{color:#2d6492;background:#edf5fc}.status-対応済み{color:#3c7858;background:#edf8f1}.status-保留{color:#876d39;background:#fff7e8}.empty-state{text-align:center;color:var(--text-muted);padding:50px 20px}.empty-state h3{color:var(--text);margin:10px 0 4px}.empty-state p{margin:0;font-size:11px}.detail-layout{grid-template-columns:minmax(0,1.45fr) minmax(330px,.75fr);align-items:start;gap:16px;display:grid}.detail-main,.timeline-panel{padding:22px}.person-header{align-items:center;gap:13px;display:flex}.person-header h2{margin:0 0 3px}.person-header p{color:var(--text-muted);margin:0;font-size:11px}.avatar-lg{color:#fff;background:linear-gradient(135deg,#d96d98,#a5446c);border-radius:50%;place-items:center;width:52px;height:52px;font-weight:700;display:grid}.avatar-sm{color:#fff;background:var(--brand-blue);border-radius:50%;place-items:center;width:34px;height:34px;font-size:11px;font-weight:700;display:grid}.contact-actions{gap:8px;margin:18px 0;display:flex}.contact-actions a{color:#54738e;border:1px solid #e4dbd0;border-radius:8px;align-items:center;gap:6px;padding:9px 12px;font-size:11px;display:flex}.info-block{border-top:1px solid #eee9e2;padding:14px 0}.info-block>span{color:var(--text-muted);margin-bottom:5px;font-size:9px;display:block}.info-block p{margin:0;font-size:12px;line-height:1.8}.info-block select{border:1px solid #e4dbd0;border-radius:7px;min-height:34px}.info-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.timeline-panel h2{margin-top:0;font-size:16px}.timeline>div{border-left:1px solid #e3d9ce;padding:0 0 18px 18px;position:relative}.timeline i{background:var(--brand-pink);border-radius:50%;width:9px;height:9px;position:absolute;top:2px;left:-5px}.timeline time{float:right;color:var(--text-muted);font-size:9px}.timeline p{margin:5px 0 0;font-size:11px}.timeline-panel textarea{resize:vertical;border:1px solid #e4dbd0;border-radius:8px;width:100%;min-height:90px;padding:10px}.timeline-panel form button{margin-top:8px}.facility-list{gap:11px;display:grid}.facility-list-card{border:1px solid var(--cream-border);box-shadow:var(--shadow-card);background:#fff;border-radius:15px;grid-template-columns:48px minmax(0,1fr) 150px auto;align-items:center;gap:16px;padding:18px 20px;display:grid}.facility-list-card__mark{color:#fff;background:var(--brand-green);border-radius:12px;place-items:center;width:45px;height:45px;display:grid}.facility-list-card__main>div{align-items:center;gap:7px;display:flex}.facility-list-card__main>div>span:last-child{color:var(--text-muted);font-size:10px}.facility-list-card h2{margin:6px 0 4px;font-size:16px}.facility-list-card p{color:var(--text-muted);align-items:center;gap:5px;margin:0;font-size:9px;display:flex}.status-pill{color:#876d39;background:#fff3d8;border-radius:10px;padding:3px 7px;font-size:9px;font-weight:700}.status-pill--公開中,.status-pill--有効{color:#377551;background:#eaf7ef}.status-pill--下書き,.status-pill--招待中{color:#8a6c33;background:#fff5dc}.status-pill--停止{color:#a24b54;background:#fff0f1}.completion-mini strong,.completion-mini span{display:block}.completion-mini strong{font-size:17px}.completion-mini span{color:var(--text-muted);font-size:8px}.completion-mini i,.section-card i,.usage-row>i{background:#eee8df;border-radius:3px;height:5px;margin-top:6px;display:block;overflow:hidden}.completion-mini b,.section-card b,.usage-row b{border-radius:inherit;background:var(--brand-green);height:100%;display:block}.editor-progress{grid-template-columns:1fr minmax(280px,.55fr);align-items:center;gap:30px;margin-bottom:15px;padding:20px 22px;display:grid}.editor-progress span{color:var(--text-muted);font-size:10px}.editor-progress strong{margin-left:12px;font-size:25px}.editor-progress p{margin:5px 0 0;font-size:11px}.editor-progress__bar{background:#eee9e2;border-radius:5px;height:10px;overflow:hidden}.editor-progress__bar i{border-radius:inherit;background:linear-gradient(90deg,var(--brand-pink),#dc8aac);height:100%;display:block}.section-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.section-card{border:1px solid var(--cream-border);background:#fff;border-radius:14px;padding:18px;transition:all .18s}.section-card:hover{box-shadow:var(--shadow-card);border-color:#ddbdca;transform:translateY(-2px)}.section-card__top{justify-content:space-between;display:flex}.change-dot{color:var(--text-muted);font-size:9px}.change-dot.is-updated{color:var(--brand-pink)}.section-card h2{margin:12px 0 5px;font-size:15px}.section-card p{color:var(--text-muted);margin:0 0 16px;font-size:10px}.section-card>div:last-child{color:var(--text-muted);grid-template-columns:auto 1fr auto;align-items:center;gap:9px;font-size:9px;display:grid}.section-card>div:last-child i{margin:0}.edit-panel{padding:22px}.edit-panel__intro{border-bottom:1px solid #eee8df;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;display:flex}.edit-panel__intro h2{margin:0 0 4px;font-size:18px}.edit-panel__intro p{color:var(--text-muted);margin:0;font-size:11px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.ui-field{color:#646763;flex-direction:column;gap:6px;font-size:10px;display:flex}.ui-field--wide{grid-column:1/-1}.ui-field input,.ui-field textarea,.ui-field select{color:#3d4851;background:#fffdfa;border:1px solid #e5dbd0;border-radius:8px;outline:0;width:100%;min-height:40px;padding:9px 11px;font-size:12px}.ui-field textarea{resize:vertical;min-height:95px;line-height:1.6}.ui-field input:focus,.ui-field textarea:focus{border-color:#d68aaa;box-shadow:0 0 0 3px #c84d8014}.ui-field .is-readonly{color:#7c7974;background:#f5f2ed}.check-line{align-items:center;gap:7px;font-size:11px;display:flex}.check-line input{accent-color:var(--brand-pink)}.audit-item-grid{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.audit-item-grid>div{background:#faf8f4;border:1px solid #e9e1d8;border-radius:9px;padding:11px 12px}.audit-item-grid span,.audit-item-grid strong{display:block}.audit-item-grid span{color:var(--text-muted);font-size:9px}.audit-item-grid strong{margin-top:4px;font-size:12px}.audit-item-grid em{color:#9b6c22;background:#fff1cb;border-radius:4px;margin-left:5px;padding:1px 4px;font-size:7px;font-style:normal}.availability-hero{background:#f3f8f4;border-radius:13px;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:18px;padding:20px;display:grid}.availability-hero>div>span,.availability-hero label>span{color:var(--text-muted);font-size:10px;display:block}.availability-hero>div>strong{color:var(--brand-green);margin-top:6px;font-size:24px;display:block}.availability-hero p{margin:4px 0 0;font-size:9px}.availability-hero label>div{align-items:center;margin-top:7px;display:flex}.availability-hero button{cursor:pointer;background:#fff;border:1px solid #d8e3da;width:38px;height:38px}.availability-hero input{text-align:center;border:1px solid #d8e3da;border-width:1px 0;width:82px;height:38px}.availability-hero small{background:#fff;height:38px;padding:10px 5px}.weekday-grid{grid-template-columns:repeat(7,1fr);gap:6px;margin-top:18px;display:grid}.weekday-grid button{color:var(--text-muted);background:#f5f3ef;border:1px solid #e3ddd5;border-radius:8px;gap:5px;padding:10px 5px;font-size:8px;display:grid}.weekday-grid button.is-open{color:#3d7756;background:#f0faf3;border-color:#cbe4d4}.weekday-grid strong{font-size:12px}.mock-media-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.mock-media-grid article,.mock-media-add{border-radius:11px;min-height:150px;padding:12px;position:relative;overflow:hidden}.mock-media-grid article{color:#fff;align-items:flex-end;display:flex}.mock-media-grid article span{background:#00000073;border-radius:5px;padding:2px 6px;font-size:8px;position:absolute;top:8px;left:8px}.mock-media-grid article button{color:#fff;background:#00000073;border:0;border-radius:50%;place-items:center;width:27px;height:27px;display:grid;position:absolute;top:8px;right:8px}.mock-media-add{color:var(--brand-pink);cursor:pointer;background:#fff8fb;border:1px dashed #d9b2c1;align-content:center;place-items:center;gap:4px;display:grid}.mock-media-add span{color:var(--text-muted);font-size:8px}.audit-choice-list{display:grid}.audit-choice-list>div{border-bottom:1px solid #eee9e2;grid-template-columns:1fr 140px minmax(220px,1fr);align-items:center;gap:12px;padding:12px 0;display:grid}.audit-choice-list span strong,.audit-choice-list span small{display:block}.audit-choice-list span small{color:var(--text-muted);margin-top:3px;font-size:8px}.audit-choice-list em{color:#92691f;background:#fff0c8;border-radius:4px;margin-left:6px;padding:2px 5px;font-size:7px;font-style:normal}.audit-choice-list select,.audit-choice-list input{background:#fff;border:1px solid #e5dbd0;border-radius:7px;min-height:36px;padding:7px 9px}.metric-form-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px;display:grid}.demo-note{color:#806936;background:#fff6df;border-radius:8px;grid-column:1/-1;align-items:center;gap:7px;margin:16px 0;padding:11px 13px;font-size:10px;display:flex}.upload-drop{color:#c45c1d;cursor:pointer;background:#fffaf5;border:1px dashed #da9f78;border-radius:11px;align-content:center;place-items:center;gap:5px;width:100%;min-height:150px;display:grid}.upload-drop span{color:var(--text-muted);font-size:9px}.document-list{gap:7px;margin-top:12px;display:grid}.document-list>div{border:1px solid #e8e0d6;border-radius:8px;align-items:center;gap:10px;padding:11px 13px;display:flex}.document-list span{flex:1}.document-list span strong,.document-list span small{display:block}.document-list span small{color:var(--text-muted);font-size:8px}.document-list button{cursor:pointer;background:0 0;border:0}.device-switch{background:#fff;border:1px solid #e5dbd0;border-radius:8px;padding:3px;display:flex}.device-switch button{color:var(--text-muted);background:0 0;border:0;border-radius:5px;align-items:center;gap:4px;padding:6px 9px;font-size:10px;display:flex}.device-switch button.is-active{color:var(--brand-pink);background:var(--brand-pink-soft)}.preview-stage{background:#d9d5cf;border-radius:16px;min-height:700px;padding:35px}.public-preview{background:#fff;border-radius:8px;max-width:1000px;margin:auto;overflow:hidden;box-shadow:0 18px 55px #0000002e}.preview-stage--mobile .public-preview{max-width:390px}.public-preview header{padding:24px 28px 18px}.public-preview header span{color:var(--brand-pink);font-size:10px;font-weight:700}.public-preview h1{margin:5px 0;font-family:Zen Maru Gothic;font-size:26px}.public-preview header p{color:var(--text-muted);align-items:center;gap:4px;font-size:10px;display:flex}.public-preview__hero{color:#fff;place-items:center;height:260px;display:grid}.preview-stage--mobile .public-preview__hero{height:200px}.public-preview__actions{background:#faf7f2;gap:8px;padding:14px 24px;display:flex}.public-preview__actions a,.public-preview__actions button{color:#fff;background:var(--brand-pink);border:0;border-radius:7px;flex:1;justify-content:center;align-items:center;gap:5px;padding:11px;font-size:11px;display:flex}.public-preview section{border-top:1px solid #eee8df;padding:22px 28px}.public-preview section h2{margin:0 0 10px;font-size:17px}.public-preview section p{font-size:11px;line-height:1.8}.public-vacancy{background:#edf8f1;border-radius:9px;align-items:center;gap:12px;padding:14px;display:flex}.public-vacancy strong{color:#397455}.public-vacancy small{color:var(--text-muted);margin-left:auto}.public-tags{flex-wrap:wrap;gap:6px;display:flex}.public-tags span{color:#4d6e92;background:#edf4fa;border-radius:13px;padding:5px 8px;font-size:9px}.publish-layout{grid-template-columns:1.2fr .75fr;align-items:start;gap:16px;display:grid}.publish-layout>section,.publish-confirm{padding:22px}.publish-layout h2{margin-top:0}.publish-change{border-top:1px solid #eee8df;align-items:center;gap:10px;padding:13px 0;display:flex}.publish-change svg{color:var(--brand-green)}.publish-change span{flex:1}.publish-change strong,.publish-change small{display:block}.publish-change small{color:var(--text-muted);font-size:9px}.publish-change a{color:var(--brand-pink);font-size:10px}.publish-confirm>svg{color:var(--brand-green)}.publish-confirm ul{color:var(--text);padding-left:20px;font-size:10px;line-height:2}.publish-confirm .check-line{margin:16px 0}.publish-confirm>p{text-align:center;color:var(--text-muted);font-size:8px}.publish-complete{text-align:center;padding:55px 25px}.publish-complete h2{margin:0 0 7px}.publish-complete p{color:var(--text-muted);font-size:11px;line-height:1.7}.publish-complete>div:last-child{justify-content:center;gap:8px;display:flex}.history-layout{grid-template-columns:.85fr 1.15fr;align-items:start;gap:16px;display:grid}.history-list{overflow:hidden}.history-list button{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eee8df;align-items:center;gap:10px;width:100%;padding:15px;display:flex}.history-list button.is-active{background:#fff7fa}.history-list button>i{background:var(--brand-green);border-radius:50%;width:9px;height:9px}.history-list button>span{flex:1}.history-list strong,.history-list small{display:block}.history-list small{color:var(--text-muted);margin-top:3px;font-size:8px}.history-list em{color:var(--brand-pink);margin-top:5px;font-size:8px;font-style:normal;display:inline-block}.history-detail{padding:22px}.history-detail h2{margin:12px 0 4px}.history-detail>p{color:var(--text-muted);font-size:10px}.diff-box{background:#f7f4ef;border-radius:9px;margin:20px 0;padding:15px}.diff-box span,.diff-box strong{display:block}.diff-box span{color:var(--text-muted);font-size:9px}.diff-box strong{margin-top:5px}.wizard-panel{padding:24px}.wizard-steps{justify-content:center;gap:45px;margin-bottom:28px;display:flex}.wizard-steps span{color:var(--text-muted);align-items:center;gap:7px;font-size:10px;display:flex}.wizard-steps i{color:#8e857c;background:#eee9e2;border-radius:50%;place-items:center;width:26px;height:26px;font-style:normal;display:grid}.wizard-steps span.is-active{color:var(--text)}.wizard-steps span.is-active i{color:#fff;background:var(--brand-pink)}.choice-cards{grid-template-columns:1fr 1fr;gap:12px;display:grid}.choice-cards button{color:var(--text);cursor:pointer;background:#fff;border:1px solid #e3dbd2;border-radius:13px;place-items:center;gap:7px;padding:28px;display:grid}.choice-cards button span{color:var(--text-muted);font-size:9px}.choice-cards button.is-active{color:var(--brand-pink);background:#fff7fa;border-color:#dca6bc}.wizard-actions{justify-content:flex-end;gap:8px;margin-top:25px;display:flex}.confirmation-list{gap:3px;display:grid}.settings-panel{padding:22px}.settings-panel>h2{margin-top:0}.profile-summary{align-items:center;gap:12px;margin-bottom:22px;display:flex}.profile-summary h2{margin:0 0 3px}.profile-summary p{color:var(--text-muted);margin:0;font-size:10px}.settings-panel>.button{margin-top:18px}.member-list>div{border-top:1px solid #eee8df;grid-template-columns:36px minmax(180px,1fr) 80px 110px 100px 28px;align-items:center;gap:10px;padding:12px 18px;display:grid}.member-list span strong,.member-list span small{display:block}.member-list span small,.member-list>div>small{color:var(--text-muted);font-size:8px}.member-list select{border:1px solid #e3dbd2;border-radius:7px;min-height:32px}.member-list button{background:0 0;border:0}.toggle-row{cursor:pointer;border-bottom:1px solid #eee8df;align-items:center;padding:14px 0;display:flex}.toggle-row>span{flex:1}.toggle-row strong,.toggle-row small{display:block}.toggle-row small{color:var(--text-muted);margin-top:3px;font-size:9px}.toggle-row input{display:none}.toggle-row i{background:#d5d1cc;border-radius:12px;width:42px;height:23px;position:relative}.toggle-row i:after{content:"";background:#fff;border-radius:50%;width:17px;height:17px;transition:all .2s;position:absolute;top:3px;left:3px}.toggle-row input:checked+i{background:var(--brand-green)}.toggle-row input:checked+i:after{transform:translate(19px)}.settings-panel .form-grid{margin-top:20px}.plan-grid{grid-template-columns:.8fr 1.2fr;gap:16px;display:grid}.current-plan,.usage-panel{padding:24px}.current-plan>span{color:var(--text-muted);font-size:10px}.current-plan h2{color:var(--brand-pink);margin:5px 0;font-size:24px}.current-plan>strong{font-size:15px}.current-plan>strong small{font-weight:400}.current-plan ul{gap:10px;margin:20px 0;padding:0;font-size:10px;list-style:none;display:grid}.current-plan li{align-items:center;gap:6px;display:flex}.current-plan li svg{color:var(--brand-green)}.usage-panel h2{margin-top:0}.usage-row{margin:18px 0}.usage-row span{justify-content:space-between;font-size:10px;display:flex}.usage-row em{color:var(--text-muted);font-style:normal}.usage-panel>p{color:var(--text-muted);border-top:1px solid #eee8df;margin-top:28px;padding-top:15px;font-size:9px}.help-search{text-align:center;color:#fff;background:linear-gradient(135deg,#385f50,#5b8875);border-radius:16px;margin-bottom:18px;padding:38px 20px}.help-search h2{margin:8px 0 15px}.help-search label{max-width:620px;color:var(--text);background:#fff;border-radius:10px;align-items:center;gap:8px;margin:auto;padding:0 13px;display:flex}.help-search input{border:0;outline:0;width:100%;height:44px}.help-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.help-card{border:1px solid var(--cream-border);text-align:left;cursor:pointer;background:#fff;border-radius:12px;padding:18px;position:relative}.help-card span{color:var(--brand-pink);font-size:8px;font-weight:700}.help-card h3{margin:8px 25px 12px 0;font-size:13px}.help-card p{color:var(--text-muted);margin:0;font-size:8px}.help-card svg{color:var(--brand-pink);position:absolute;top:50%;right:14px}.support-form{padding:24px}.attachment-button{color:#8a735e;cursor:pointer;background:#fffaf5;border:1px dashed #d5c7b9;border-radius:8px;align-items:center;gap:6px;margin:16px 0;padding:9px 12px;font-size:10px;display:flex}.system-state{text-align:center;padding:80px 20px}.system-state>strong{color:#d9cec3;font-size:70px}.system-state h2{margin:5px 0 8px;font-size:22px}.system-state p{color:var(--text-muted);font-size:11px}.system-state>div{justify-content:center;gap:8px;margin:20px 0;display:flex}.system-state small{color:#aaa39c;font-size:8px}.screen-index{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px;display:grid}.screen-index section{padding:16px}.screen-index h2{margin:0 0 8px;font-size:15px}.screen-index a{border-top:1px solid #eee8df;grid-template-columns:62px 1fr auto 18px;align-items:center;gap:8px;padding:10px 4px;display:grid}.screen-index a>span strong,.screen-index a>span small{display:block}.screen-index a>span strong{font-size:11px}.screen-index a>span small{color:var(--text-muted);margin-top:2px;font-size:8px}.screen-index a>em{color:#987f69;font-size:8px;font-style:normal}@media (width<=1000px){.detail-layout,.publish-layout,.history-layout,.plan-grid{grid-template-columns:1fr}.facility-list-card{grid-template-columns:45px 1fr auto}.facility-list-card .completion-mini{grid-column:2}.facility-list-card>.button{grid-area:1/3/3}.mock-media-grid{grid-template-columns:repeat(3,1fr)}.help-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=760px){.prototype-page{padding:72px 14px 90px}.page-heading{flex-wrap:wrap}.page-heading__actions{flex-wrap:wrap;width:100%;margin-left:0}.page-heading h1{font-size:22px}.summary-strip{grid-template-columns:repeat(2,1fr)}.data-table__head{display:none}.data-table__row{grid-template-columns:1fr auto;gap:8px}.data-table__row>span:nth-child(3),.data-table__row>span:nth-child(4){display:none}.section-card-grid,.screen-index,.choice-cards,.form-grid,.availability-hero,.editor-progress{grid-template-columns:1fr}.audit-item-grid,.metric-form-grid,.mock-media-grid{grid-template-columns:repeat(2,1fr)}.audit-choice-list>div{grid-template-columns:1fr 120px}.audit-choice-list input{grid-column:1/-1}.weekday-grid{grid-template-columns:repeat(4,1fr)}.facility-list-card{grid-template-columns:42px 1fr}.facility-list-card .completion-mini,.facility-list-card>.button{grid-area:auto/2}.member-list>div{grid-template-columns:36px 1fr auto}.member-list>div>select,.member-list>div>small{grid-column:2}.help-grid{grid-template-columns:1fr}.preview-stage{padding:10px}.auth-flow__card{padding:28px 22px}}.selected-tags button:hover{color:var(--brand-pink);background:var(--brand-pink-soft);border-color:#e4b6c8}.selected-tags button:hover span{background:var(--brand-pink)}.tag-suggestions{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:5px;margin-top:12px;font-size:8px;display:flex}.tag-suggestions button{color:#847a70;cursor:pointer;background:#fff;border:1px dashed #ddd2c7;border-radius:6px;padding:4px 7px;font-size:8px}.tag-suggestions button:hover{color:var(--brand-pink);border-color:#e4b6c8}.acceptance-editor{box-shadow:var(--shadow-card);background:#fff;border:1px solid #eee8df;border-radius:18px;margin-top:12px;padding:28px 30px 34px}.acceptance-editor__header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.acceptance-editor__header h2{color:var(--text-strong);margin:0;font-family:Zen Maru Gothic,sans-serif;font-size:21px}.acceptance-editor__header p{color:#918b84;margin:7px 0 0;font-size:13px}.acceptance-editor__summary{color:#aaa39b;white-space:nowrap;align-items:center;gap:5px;font-size:12px;display:flex}.acceptance-editor__summary i{color:#c7c0b8;font-style:normal}.acceptance-editor__summary b{font-size:14px}.acceptance-editor__summary .is-accepted{color:#258a66}.acceptance-editor__summary .is-not-accepted{color:#3778b5}.acceptance-save-state{color:#b7afa5;background:#f8f4ee;border:1px solid #ded6ca;border-radius:11px;justify-content:center;align-items:center;min-width:88px;min-height:38px;margin-left:10px;font-size:12px;font-weight:700;display:inline-flex}.acceptance-save-state.is-dirty{color:#a66d1d;background:#fff7e7;border-color:#ead5ad}.acceptance-guide{color:#8c867f;background:#faf7f2;border:1px solid #e8e0d5;border-radius:11px;align-items:center;gap:10px;min-height:54px;margin-top:30px;padding:10px 16px;font-size:12px;display:flex}.acceptance-guide>p{margin:0 8px 0 2px}.acceptance-guide__legend{align-items:center;gap:10px;display:flex}.acceptance-guide__legend span{white-space:nowrap}.legend-unset{color:#99928a}.legend-accepted{color:#258a66}.legend-not-accepted{color:#3778b5}.acceptance-categories{margin-top:22px}.acceptance-category+.acceptance-category{margin-top:2px}.acceptance-category__heading{width:100%;min-height:50px;color:var(--text-strong);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;display:flex}.acceptance-category__heading>svg{color:#9c958c;flex:none}.acceptance-category__heading strong{white-space:nowrap;font-size:15px}.acceptance-category__heading>span{background:#ebe5dd;flex:1;height:1px;margin-left:4px}.acceptance-category__heading small{color:#b3aca4;white-space:nowrap;font-size:11px;font-weight:400}.acceptance-category__body{padding:2px 12px 18px}.acceptance-column-labels{color:#aaa39b;text-align:center;grid-template-columns:repeat(3,1fr);width:138px;margin:0 0 3px auto;font-size:9px;display:grid}.acceptance-column-labels span:nth-child(2){color:#258a66}.acceptance-column-labels span:nth-child(3){color:#3778b5}.acceptance-row{color:#68737c;grid-template-columns:minmax(0,1fr) 138px;align-items:center;gap:20px;min-height:47px;font-size:13px;display:grid}.acceptance-row--accepted>span:first-child{color:var(--text-strong);font-weight:700}.acceptance-status-control{background:#fff;border:1px solid #ded6ca;border-radius:9px;grid-template-columns:repeat(3,1fr);width:138px;height:34px;display:grid;overflow:hidden}.acceptance-status-control button{color:#c0b8af;cursor:pointer;background:#fff;border:0;border-right:1px solid #ded6ca;min-width:0;font-size:15px;transition:all .15s}.acceptance-status-control button:last-child{border-right:0}.acceptance-status-control button:hover{background:#faf7f2}.acceptance-status-control .status-unset.is-selected{color:#8f877e;background:#f7f4ef}.acceptance-status-control .status-accepted{color:#309474}.acceptance-status-control .status-accepted.is-selected{color:#16815e;background:#edf8f3}.acceptance-status-control .status-not_accepted{color:#4c82b7}.acceptance-status-control .status-not_accepted.is-selected{color:#286fae;background:#edf4fa}.acceptance-status-control.is-compact{flex:none;width:112px;height:32px}.acceptance-status-control.is-compact button{cursor:default}.danger-zone{background:#fff8f9;border:1px solid #efced4;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;margin-top:18px;padding:17px 18px;display:flex}.danger-zone h2{color:#9f344a;margin:0;font-size:11px}.danger-zone p{color:#a77c84;margin:3px 0 0;font-size:8px}.danger-zone>div:last-child{gap:8px;display:flex}.mobile-savebar{display:none}.modal-layer{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#23252b6b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.create-dialog{background:#fff;border-radius:20px;width:min(430px,100%);padding:30px;position:relative;box-shadow:0 24px 70px #23252b3d}.dialog-close{width:34px;height:34px;color:var(--text-muted);cursor:pointer;background:#faf7f3;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:14px;right:14px}.dialog-icon{width:46px;height:46px;color:var(--brand-pink);background:var(--brand-pink-soft);border-radius:14px;place-items:center;display:grid}.dialog-icon--danger{color:#b64154;background:#fff0f3}.create-dialog h2{margin:14px 0 4px;font-family:Zen Maru Gothic,sans-serif;font-size:20px}.create-dialog p{color:var(--text-muted);margin:0 0 19px;font-size:11px;line-height:1.7}.create-dialog label{color:var(--text);margin-bottom:6px;font-size:10px;font-weight:700;display:block}.create-dialog input{min-height:43px}.dialog-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.login-page{background:#fff;grid-template-columns:minmax(420px,1.04fr) minmax(480px,.96fr);min-height:100vh;display:grid}.login-story{color:#fff;background:linear-gradient(145deg,#203c59 0%,#294d69 56%,#315b72 100%);flex-direction:column;min-height:100vh;padding:44px clamp(42px,6vw,88px);display:flex;position:relative;overflow:hidden}.login-brand{z-index:2;align-items:center;gap:12px;display:flex;position:relative}.login-brand__mark{color:#fff;background:var(--brand-pink);border-radius:15px;place-items:center;width:48px;height:48px;display:grid;box-shadow:0 10px 24px #c84d8047}.login-brand strong,.login-brand span{display:block}.login-brand strong{letter-spacing:.5px;font-family:Zen Maru Gothic,sans-serif;font-size:22px}.login-brand span{color:#ffffffad;letter-spacing:1.5px;margin-top:2px;font-size:12px}.login-story__content{z-index:2;width:min(760px,100%);margin:auto 0;padding:70px 0;position:relative}.login-eyebrow{color:#f9dae6;background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:7px;width:fit-content;padding:8px 13px;font-size:13px;font-weight:700;display:flex}.login-story h1{letter-spacing:.02em;margin:24px 0 20px;font-family:Zen Maru Gothic,sans-serif;font-size:clamp(38px,3.8vw,52px);line-height:1.35}.login-story h1 span{white-space:nowrap}.login-story__content>p{color:#ffffffc7;max-width:680px;margin:0;font-size:17px;line-height:2}.login-story__content>p span{display:block}.login-story ul{gap:14px;margin:30px 0 0;padding:0;list-style:none;display:grid}.login-story li{color:#ffffffe6;align-items:center;gap:10px;font-size:15px;display:flex}.login-story li svg{color:#f3a5c2}.login-story__footer{z-index:2;color:#fff9;align-items:center;gap:9px;font-size:12px;display:flex;position:relative}.login-decoration{pointer-events:none;border-radius:50%;position:absolute}.login-decoration--one{border:70px solid #ffffff09;width:390px;height:390px;top:-110px;right:-160px}.login-decoration--two{filter:blur(2px);background:#c84d8021;width:260px;height:260px;bottom:-110px;left:-100px}.login-panel{background:linear-gradient(#fff 0%,#fdfaf6 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:48px clamp(28px,6vw,84px) 24px;display:flex}.login-card{width:min(480px,100%)}.login-card__icon{width:52px;height:52px;color:var(--brand-pink);background:var(--brand-pink-soft);border-radius:16px;place-items:center;display:grid}.login-card__heading{margin-top:18px}.login-card h2{margin:0 0 7px;font-family:Zen Maru Gothic,sans-serif;font-size:29px}.login-card__heading p{color:var(--text-muted);margin:0;font-size:14px;line-height:1.75}.login-form{margin-top:30px}.login-form>label{display:block}.login-form>label+label{margin-top:18px}.login-form>label>span{color:#49545e;margin-bottom:8px;font-size:14px;font-weight:700;display:block}.login-input{background:#fff;border:1px solid #dfd7cd;border-radius:12px;align-items:center;gap:11px;min-height:54px;padding:0 15px;transition:all .18s;display:flex}.login-input:focus-within{border-color:var(--brand-pink);box-shadow:0 0 0 4px #c84d801a}.login-input>svg{color:#a8a198;flex:none}.login-input input{min-width:0;height:50px;color:var(--text-strong);background:0 0;border:0;outline:0;flex:1;font-size:15px}.login-input button{color:#9b958d;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.login-input button:hover{color:var(--brand-pink);background:var(--brand-pink-soft)}.login-options{justify-content:space-between;align-items:center;gap:15px;margin:16px 0 22px;display:flex}.remember-check{color:var(--text);cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}.remember-check input{width:17px;height:17px;accent-color:var(--brand-pink)}.login-options>a{color:var(--brand-pink);font-size:13px;font-weight:700}.login-options>a:hover{text-underline-offset:3px;text-decoration:underline}.login-submit{color:#fff;background:var(--brand-pink);cursor:pointer;border:0;border-radius:13px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:54px;font-size:15px;font-weight:700;transition:all .18s;display:flex;box-shadow:0 10px 24px #c84d8038}.login-submit:hover{background:var(--brand-pink-hover);transform:translateY(-1px)}.login-submit:disabled{opacity:.65;cursor:wait;transform:none}.login-error{color:#ad3d53;background:#fff2f5;border:1px solid #efccd4;border-radius:9px;margin-bottom:15px;padding:11px 13px;font-size:13px}.login-help{color:#7d7b78;justify-content:center;align-items:center;gap:6px;margin-top:21px;font-size:13px;display:flex}.login-help:hover{color:var(--brand-pink)}.login-copyright{color:#b0aaa2;margin:34px 0 0;font-size:11px}.facility-switcher label,.sidebar-section-label{font-size:12px}.facility-switcher select{font-size:14px}.mode-pill,.facility-add-link{font-size:12px}.main-nav a{font-size:15px}.main-nav--secondary a,.sidebar-profile strong{font-size:14px}.sidebar-profile span{font-size:12px}.breadcrumb,.site-preview,.button{font-size:14px}.button--small,.upgrade-card__eyebrow,.upgrade-card__notice{font-size:12px}.upgrade-card h1{font-size:28px}.upgrade-card>p{font-size:15px}.upgrade-benefits span{font-size:12px}.upgrade-benefits p,.upgrade-benefits b{font-size:14px}.upgrade-actions>a:last-child,.welcome-row p{font-size:13px}.welcome-row h2{font-size:24px}.metric-card__label{font-size:12px}.metric-card__value{font-size:28px}.metric-card__value small,.metric-card__delta{font-size:11px}.card-heading h2{font-size:20px}.card-heading p,.card-heading a{font-size:12px}.acceptance-summary,.tag-legend{font-size:11px}.tag-group__title h3{font-size:13px}.tag-group__title span{font-size:10px}.acceptance-tag{font-size:12px}.inquiry-row h3{font-size:14px}.inquiry-row p{font-size:13px}.data-note{font-size:12px}.editor-commandbar strong{font-size:15px}.editor-commandbar small{font-size:11px}.completion-card h1{font-size:17px}.completion-card>div:nth-child(2) p,.completion-card>p{font-size:11px}.editor-section__heading>span:first-child{font-size:14px}.editor-section__meta,.field-intro{font-size:11px}.form-field{font-size:12px}.form-field>span b{font-size:9px}.form-field input,.form-field select,.form-field textarea,.tag-editor__input input{font-size:13px}.media-tile strong,.media-add span{font-size:10px}.subsection-title{font-size:13px}.segmented button,.tag-editor__input button,.selected-tags button{font-size:11px}.tag-suggestions,.tag-suggestions button{font-size:10px}.danger-zone h2{font-size:14px}.danger-zone p{font-size:11px}@media (width<=1050px){.sidebar{width:220px}.main-area{width:calc(100% - 220px);margin-left:220px}.page,.editor-content{width:calc(100% - 40px)}.editor-commandbar{padding-inline:20px}.metric-grid{grid-template-columns:repeat(3,1fr)}.metric-card:nth-child(4),.metric-card:nth-child(5){grid-column:span 1}}@media (width<=900px){.login-page{grid-template-columns:1fr}.login-story{min-height:auto;padding:28px 30px 34px}.login-story__content{margin:45px 0 20px;padding:0}.login-story h1{font-size:36px}.login-story__content>p{font-size:15px}.login-story ul,.login-story__footer{display:none}.login-panel{min-height:auto;padding:38px 24px 28px}}@media (width<=780px){.sidebar{width:min(290px,86vw);transition:transform .22s;transform:translate(-104%);box-shadow:24px 0 50px #23252b26}.sidebar.is-open{transform:translate(0)}.drawer-close{cursor:pointer;background:#f8f4ee;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:12px;right:12px}.drawer-scrim{z-index:29;background:#23252b52;border:0;display:block;position:fixed;inset:0}.mobile-menu{z-index:25;border:1px solid var(--cream-border);width:40px;height:40px;color:var(--text);box-shadow:var(--shadow-card);background:#fff;border-radius:12px;place-items:center;display:grid;position:fixed;top:15px;left:14px}.main-area{width:100%;margin-left:0}.topbar{min-height:70px;padding:15px 16px 15px 68px}.breadcrumb span,.breadcrumb i{display:none}.site-preview{width:38px;height:38px;padding:0;font-size:0}.page,.editor-content{width:calc(100% - 28px);margin-bottom:90px}.upgrade-card{padding:23px 20px}.upgrade-card__notice{margin:7px 0 0;display:block}.upgrade-card h1{font-size:20px}.upgrade-benefits{grid-template-columns:1fr}.upgrade-actions{flex-direction:column;align-items:flex-start;gap:12px}.welcome-row{flex-direction:column;align-items:flex-start;gap:13px}.metric-grid{grid-template-columns:repeat(2,1fr)}.metric-card:last-child{grid-column:1/-1}.acceptance-card,.inquiry-card{padding:22px 18px}.card-heading{align-items:flex-start}.acceptance-summary{flex-direction:column;align-items:flex-end}.tag-grid{grid-template-columns:1fr}.editor-commandbar{padding:10px 14px;top:70px}.editor-commandbar small,.editor-commandbar__actions .button:not(.button--primary){display:none}.editor-commandbar__actions .button--primary{min-width:39px;padding:0;font-size:0}.editor-commandbar__actions .button--primary svg{width:16px;height:16px}.editor-content{margin-top:12px}.completion-card{grid-template-columns:auto 1fr}.completion-progress{grid-column:1/-1}.completion-card>p{grid-column:1/-1;margin:0}.field-grid--2,.field-grid--3,.staff-grid,.metric-grid{grid-template-columns:1fr}.choice-row{grid-template-columns:1fr;gap:7px}.choice-row__options{flex-wrap:wrap}.media-grid{grid-template-columns:repeat(2,1fr)}.selected-tags{grid-template-columns:1fr}.acceptance-editor{padding:22px 17px 26px}.acceptance-editor__header{flex-direction:column;gap:14px}.acceptance-editor__header h2{font-size:19px}.acceptance-editor__summary{flex-wrap:wrap;width:100%}.acceptance-save-state{margin-left:auto}.acceptance-guide{flex-wrap:wrap;align-items:flex-start}.acceptance-guide>p{width:calc(100% - 130px);margin-right:0}.acceptance-guide__legend{flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding-left:2px}.acceptance-category__heading strong{white-space:normal;text-align:left;font-size:13px}.acceptance-category__heading small{font-size:9px}.acceptance-category__body{padding-inline:2px}.acceptance-column-labels{width:126px}.acceptance-row{grid-template-columns:minmax(0,1fr) 126px;gap:10px;min-height:58px;font-size:12px}.acceptance-status-control{width:126px}.danger-zone{flex-direction:column;align-items:flex-start}.danger-zone>div:last-child{flex-direction:column;width:100%}.mobile-savebar{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-top:1px solid #e9e2d8;justify-content:space-between;align-items:center;min-height:64px;padding:10px 14px;display:flex;position:fixed;inset:auto 0 0;box-shadow:0 -8px 24px #3c321e0f}.mobile-savebar span{color:var(--text-muted);font-size:10px}.login-story{padding:24px 20px 28px}.login-brand__mark{width:42px;height:42px}.login-brand strong{font-size:19px}.login-story__content{margin-top:36px}.login-story h1{margin:18px 0 12px;font-size:30px}.login-story h1 span{white-space:normal}.login-story__content>p{font-size:14px;line-height:1.8}.login-story__content>p span{display:inline}.login-panel{padding:30px 20px 24px}.login-card h2{font-size:25px}.login-options{flex-direction:column;align-items:flex-start;gap:10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.dashboard-refresh{width:min(1120px,100% - 64px);margin-top:2px}.facility-overview{background:#ffffffb8;border:1px solid #ebe4d9;border-radius:18px;justify-content:space-between;align-items:center;gap:28px;min-height:126px;padding:22px 25px;display:flex}.facility-overview__identity{align-items:center;gap:15px;min-width:0;display:flex}.facility-overview__mark{color:#fff;background:linear-gradient(145deg,#d45686,#b83d6d);border-radius:15px;flex:none;place-items:center;width:52px;height:52px;font-family:Zen Maru Gothic,sans-serif;font-size:22px;font-weight:700;display:grid;box-shadow:0 8px 20px #be3e6f2e}.facility-overview__meta{color:#8d877e;align-items:center;gap:9px;font-size:12px;display:flex}.publication-chip{color:#397b59;background:#eaf5ee;border-radius:999px;align-items:center;gap:5px;padding:4px 9px;font-size:11px;font-weight:700;display:inline-flex}.publication-chip i{background:currentColor;border-radius:50%;width:6px;height:6px}.publication-chip--draft{color:#9b651b;background:#fff1d9}.facility-overview h1{color:#303b43;text-overflow:ellipsis;white-space:nowrap;margin:5px 0 3px;font-family:Zen Maru Gothic,sans-serif;font-size:20px;overflow:hidden}.facility-overview__identity p{color:#9a948b;align-items:center;gap:5px;margin:0;font-size:11px;display:flex}.facility-overview__completion{flex:none;width:275px}.completion-copy{color:#89837b;justify-content:space-between;align-items:baseline;font-size:11px;display:flex}.completion-copy strong{color:#3d474e;font-size:17px}.completion-track{background:#ece7df;border-radius:999px;height:7px;margin:7px 0 8px;overflow:hidden}.completion-track i{border-radius:inherit;background:linear-gradient(90deg,#c94d7e,#e487ad);height:100%;display:block}.facility-overview__completion a{color:var(--brand-pink);justify-content:flex-end;align-items:center;gap:4px;font-size:11px;font-weight:700;display:flex}.vacancy-console{background:linear-gradient(120deg,#f4fbf7 0%,#fbfdfb 100%);border:1px solid #dcebe2;border-radius:18px;justify-content:space-between;align-items:center;gap:30px;margin-top:14px;padding:24px 25px;display:flex;box-shadow:0 5px 18px #406e4e0d}.vacancy-console.is-stale{background:linear-gradient(120deg,#fff9ee,#fffdf9);border-color:#ead9bb}.vacancy-console__copy{max-width:430px}.section-eyebrow{color:#9a7d67;letter-spacing:.08em;align-items:center;gap:5px;font-size:10px;font-weight:700;display:flex}.vacancy-console .section-eyebrow{color:#418365}.vacancy-console h2,.dashboard-heading h2{color:#303a42;margin:5px 0 0;font-family:Zen Maru Gothic,sans-serif;font-size:20px}.vacancy-console__copy p,.dashboard-heading p{color:#8c8b86;margin:5px 0 0;font-size:12px;line-height:1.65}.vacancy-console__control{align-items:center;gap:13px;display:flex}.vacancy-stepper{background:#fff;border:1px solid #d7dfd9;border-radius:13px;height:52px;display:flex;overflow:hidden;box-shadow:0 3px 9px #2f4a3a0f}.vacancy-stepper>button{color:#5c7466;cursor:pointer;background:#f4f8f5;border:0;place-items:center;width:42px;display:grid}.vacancy-stepper>button:hover{background:#e9f2ec}.vacancy-stepper label{align-items:center;width:82px;display:flex;position:relative}.vacancy-stepper input{color:#303b43;text-align:right;-moz-appearance:textfield;background:#fff;border:0;outline:0;width:100%;height:100%;padding:0 28px 0 10px;font-size:23px;font-weight:900}.vacancy-stepper input::-webkit-inner-spin-button{-webkit-appearance:none}.vacancy-stepper small{color:#85877f;pointer-events:none;font-size:11px;position:absolute;right:10px}.vacancy-console__age{flex-direction:column;min-width:66px;line-height:1.35;display:flex}.vacancy-console__age span{color:#9c968e;font-size:9px}.vacancy-console__age strong{color:#535e57;font-size:12px}.vacancy-console__age em{color:#b06a24;margin-top:2px;font-size:9px;font-style:normal;font-weight:700}.vacancy-save{border-radius:12px;min-height:46px}.dashboard-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin:31px 2px 14px;display:flex}.dashboard-heading__actions{gap:7px;display:flex}.dashboard-refresh>.metric-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.dashboard-refresh .metric-card{background:#fff;border:1px solid #ebe5dc;border-radius:15px;min-height:132px;padding:16px 17px;box-shadow:0 5px 17px #3c321e09}.dashboard-refresh .metric-card--accent{background:linear-gradient(145deg,#fff,#fff8fa);border-color:#ecd3dc}.metric-card__top{justify-content:space-between;align-items:center;display:flex}.metric-card__icon{color:#76818a;background:#f3f1ed;border-radius:9px;place-items:center;width:31px;height:31px;display:grid}.metric-card--accent .metric-card__icon{color:var(--brand-pink);background:var(--brand-pink-soft)}.dashboard-refresh .metric-card__delta{color:#3f8a63;align-items:center;gap:2px;font-size:10px;display:inline-flex}.dashboard-refresh .metric-card__value{margin-top:10px;font-size:27px;line-height:1}.dashboard-refresh .metric-card__label{color:#7f7c77;margin-top:7px;font-size:11px}.dashboard-columns{grid-template-columns:minmax(0,1.65fr) minmax(270px,.75fr);align-items:start;gap:14px;margin-top:14px;display:grid}.dashboard-refresh .inquiry-card{border-radius:17px;margin:0;padding:24px}.unread-chip{color:#b56625;background:#fff0df;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:700}.dashboard-refresh .inquiry-list{margin-top:14px}.dashboard-refresh .inquiry-row{gap:12px;padding:13px 0}.dashboard-refresh .inquiry-row>button{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;padding:0}.inquiry-row__headline{align-items:center;gap:7px;display:flex}.inquiry-row__headline strong{color:#374149;font-size:12px}.inquiry-row__headline em{color:var(--brand-pink);background:var(--brand-pink-soft);border-radius:4px;padding:2px 6px;font-size:8px;font-style:normal;font-weight:700}.inquiry-row__headline small{color:#b2aba3;margin-left:auto;font-size:9px}.inquiry-row__role{color:#9a948d;margin-top:1px;font-size:9px;display:block}.inquiry-row__message{color:#737b80;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:5px;font-size:11px;line-height:1.65;display:-webkit-box;overflow:hidden}.inquiry-row.is-open .inquiry-row__message{display:block}.inquiry-row__actions{background:#faf7f2;border-radius:8px;justify-content:space-between;margin-top:9px;padding:8px 10px;font-size:9px;display:flex}.inquiry-row__actions i{color:#99938b;font-style:normal}.inquiry-row__actions b{color:var(--brand-pink);align-items:center;gap:3px;display:flex}.text-link{color:var(--brand-pink);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;margin-top:8px;padding:0;font-size:11px;font-weight:700;display:inline-flex}.dashboard-side{gap:14px;display:grid}.listing-health{border-radius:17px;padding:21px}.listing-health header{align-items:center;gap:10px;display:flex}.listing-health__icon{color:#438464;background:#eaf5ee;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.listing-health header span{color:#a19b93;font-size:9px}.listing-health h2{margin:1px 0 0;font-family:Zen Maru Gothic,sans-serif;font-size:15px}.listing-health__score{align-items:center;gap:7px;margin-top:17px;display:flex}.listing-health__score strong{color:#35423b;font-size:36px;line-height:1}.listing-health__score span{color:#89877f;font-size:9px;line-height:1.45}.listing-health__list{border-block:1px solid #f0ece6;margin:15px 0;padding:10px 0}.listing-health__list>div{color:#777671;align-items:center;gap:7px;min-height:28px;font-size:10px;display:flex}.listing-health__list>div>span{border:1px solid #d9d3ca;border-radius:50%;place-items:center;width:17px;height:17px;display:grid}.listing-health__list>div.is-done>span{color:#fff;background:#52906d;border-color:#52906d}.listing-health__list small{color:#b0aaa2;margin-left:auto;font-size:8px}.listing-health>.button{width:100%;min-height:36px;font-size:10px}.support-card{color:#fff;background:#29475f;border-radius:15px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:16px;display:grid}.support-card__icon{background:#ffffff1f;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.support-card h2{margin:0;font-size:11px}.support-card p{color:#ffffffad;margin:3px 0 0;font-size:8px}.support-card button{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}@media (width<=1050px){.dashboard-refresh{width:calc(100% - 40px)}.dashboard-refresh>.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-refresh .metric-card:nth-child(4),.dashboard-refresh .metric-card:nth-child(5){grid-column:span 1}.vacancy-console{flex-direction:column;align-items:flex-start;gap:17px}.vacancy-console__copy{max-width:none}}@media (width<=780px){.dashboard-refresh{width:calc(100% - 28px)}.facility-overview{flex-direction:column;align-items:stretch;gap:18px;padding:18px}.facility-overview__completion{width:100%}.facility-overview h1{font-size:17px}.vacancy-console{padding:19px 17px}.vacancy-console__control{flex-wrap:wrap;width:100%}.vacancy-stepper{flex:170px}.vacancy-stepper label{flex:1}.vacancy-console__age{margin-left:auto}.vacancy-save{width:100%}.dashboard-heading{flex-direction:column;align-items:flex-start}.dashboard-refresh>.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-refresh .metric-card:last-child{grid-column:1/-1}.dashboard-columns{grid-template-columns:1fr}.dashboard-refresh .inquiry-card{padding:20px 17px}}@media (width<=420px){.dashboard-refresh>.metric-grid{grid-template-columns:1fr}.dashboard-refresh .metric-card:last-child{grid-column:auto}.dashboard-refresh .metric-card{min-height:116px}.dashboard-heading__actions{width:100%}.dashboard-heading__actions .button{flex:1;padding-inline:8px}}
