@charset "UTF-8";
:root{--ink:#21343a;--muted:#728085;--nav:#142e34;--teal:#427633;--mint:#eaf1e5;--line:#e3e8e5;--paper:#f5f7f4;--red:#ba4743;--orange:#b97730;--radius:13px;font-family:"Yu Gothic UI","Meiryo",system-ui,sans-serif;color:var(--ink);font-size:14px;line-height:1.65;font-synthesis:none}
*{box-sizing:border-box}body{margin:0;background:var(--paper)}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.5;cursor:default}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #74b9ae;outline-offset:3px}a{color:var(--teal)}h1,h2,h3,p{margin-top:0}h1{font-size:30px;line-height:1.45;letter-spacing:.01em;margin-bottom:8px}h2{font-size:17px;margin-bottom:16px}h3{font-size:15px;margin:20px 0 10px}small{font-size:11px}button{border:0;background:none;color:inherit}label{display:block;font-size:13px;font-weight:600;margin-bottom:16px}input:not([type=checkbox]):not([type=radio]),select,textarea{display:block;width:100%;border:1px solid #ced8d2;border-radius:7px;padding:11px 12px;background:white;margin-top:7px;color:var(--ink);min-height:44px}textarea{resize:vertical}fieldset{border:0;margin:0;padding:0}legend{font-weight:600;margin-bottom:12px}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;gap:15px;padding:12px 21px;border-radius:8px;font-weight:650;text-decoration:none;min-height:44px}.primary{background:var(--teal);color:white;border:1px solid var(--teal)}.primary:hover{background:#15584f}.secondary{border:1px solid #cfdad4;background:white}.secondary:hover{background:#edf4ef}.wide{width:100%}.compact{font-size:12px;padding:8px 13px;min-height:38px}.muted{color:var(--muted)}.subtle{font-size:11px;color:var(--muted)}.footnote{font-size:11px;color:var(--muted);line-height:1.8;margin:14px 0}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.17em;color:var(--teal);margin-bottom:10px}.brand{font-size:43px;font-weight:850;color:inherit;letter-spacing:-3px;text-decoration:none;line-height:1}.brand span{font-size:15px;letter-spacing:1px;margin-left:9px;font-weight:600}.loading{padding:50px;text-align:center}.workspace{display:flex;min-height:100vh}.sidebar{width:235px;position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column;background:var(--nav);color:#dbe7e4;padding:36px 23px;z-index:5}.sidebar .brand{color:#fff}.sidebar-sub{font-size:9px;letter-spacing:.12em;margin-top:18px;color:#8da9a6}.pilot-tag{font-size:9px;letter-spacing:.14em;background:#27464b;border:1px solid #3c575a;border-radius:4px;align-self:flex-start;padding:4px 8px;margin-top:22px;color:#b4cbc5}.sidebar nav{margin:40px -10px}.nav-item{display:flex;width:100%;align-items:center;gap:13px;text-align:left;padding:14px 13px;font-size:12px;border-radius:8px;margin:4px 0;color:#a8c0bb}.nav-item span{font-size:18px;width:20px;text-align:center}.nav-item.selected{background:#2c4e50;color:white}.nav-item:hover{background:#244349}.sidebar-bottom{margin-top:auto;display:flex;align-items:center;gap:9px;border-top:1px solid #355054;padding-top:20px;font-size:11px}.sidebar-bottom small{display:block;color:#89a7a0;font-size:9px}.sidebar-bottom button{margin-left:auto}.avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#41635d;color:#e1ece4}.main-column{margin-left:235px;width:calc(100% - 235px)}.topbar{height:70px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:0 38px;background:#fcfdfb;font-size:11px;color:#71827d}.topbar>div{display:flex;align-items:center;gap:7px}.live-dot{height:6px;width:6px;border-radius:50%;background:#6ea184}.icon-button{font-size:22px;line-height:1;padding:8px}.topbar .icon-button{margin-left:12px}#content{max-width:1530px;margin:0 auto;padding:35px 38px 50px}.headline{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:27px}.headline .muted{margin:0;font-size:12px}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:28px}.metric{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:18px 21px;position:relative}.metric>span{font-size:11px;color:#718079}.metric strong{display:block;font-size:33px;line-height:1.3;margin:8px 0;font-weight:650;letter-spacing:-1px}.metric small{color:#8a9691;font-size:10px}.red-accent{border-top:3px solid #b74c4c}.red-accent strong{color:#b74c4c}.orange-accent{border-top:3px solid #c39155}.orange-accent strong{color:#b97b37}.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin-bottom:22px}.panel-top{padding:22px 23px 0;display:flex;align-items:baseline;justify-content:space-between;gap:20px}.panel-top h2{margin:0}.filters{display:flex;align-items:center;gap:7px;padding:20px 23px;flex-wrap:wrap}.chip{padding:7px 14px;border-radius:6px;font-size:11px;color:#667870;min-height:35px}.chip.active{background:#e8f0e9;color:#245e50;font-weight:700}.chip:hover{background:#f0f4ef}#search{width:230px;font-size:11px;margin:0 0 0 auto;padding:8px 12px;min-height:35px}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:12px}th{font-size:10px;letter-spacing:.01em;color:#82908b;font-weight:600;padding:12px 20px;background:#fafbf9;border-top:1px solid #edf0ec;border-bottom:1px solid #edf0ec;white-space:nowrap}td{padding:20px;border-bottom:1px solid #edf0ec;vertical-align:middle}tr:last-child td{border-bottom:0}td small{display:block;font-size:10px;color:#89948f;margin-top:5px}th small{display:block;font-size:8px;font-weight:400}tr:hover td{background:#fdfefb}.text-button{padding:0;font:inherit;text-align:left;color:var(--ink);font-weight:600}.text-button:hover{color:var(--teal);text-decoration:underline}.customer{min-width:130px}.badge{display:inline-flex;align-items:center;gap:8px;border-radius:5px;padding:5px 8px;background:#eef0ee;color:#76817b;font-size:9px;letter-spacing:.02em;white-space:nowrap;font-weight:700}.badge b{border-left:1px solid currentColor;padding-left:6px}.RED{background:#f9e8e7;color:#b34540}.ORANGE{background:#fff0df;color:#af722d}.YELLOW{background:#f8f3d8;color:#968227}.LIGHT_YELLOW{background:#f4f3e5;color:#858045}.GREEN{background:#e6f1e9;color:#42775a}.reason{display:block;max-width:260px;font-size:11px;line-height:1.6}.arrow-button{border:1px solid #d9e3dc;border-radius:50%;width:30px;height:30px;color:#617f70}.overdue{color:var(--red);font-weight:600}.teal-text{color:var(--teal)!important}.empty{text-align:center;padding:55px;color:#85988c}.empty>span{font-size:30px}.empty h3{margin:8px 0}.empty p{font-size:12px}.page-footer{font-size:9px;color:#8b9791;padding:0 38px 25px;display:flex;justify-content:space-between}.modal-backdrop{position:fixed;inset:0;z-index:20;background:#102e3a77;display:flex;align-items:center;justify-content:center;padding:22px;backdrop-filter:blur(3px)}.modal{width:510px;max-width:100%;background:#fcfdfb;border-radius:16px;box-shadow:0 20px 80px #102e3438;max-height:94vh;display:flex;flex-direction:column}.wide-modal{width:1100px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 25px;border-bottom:1px solid var(--line)}.modal-header h2{margin:0;max-width:90%}.modal-body{padding:25px;overflow-y:auto}.detail-meta{font-size:12px;color:#718279;margin-bottom:22px}.mono{font-family:monospace;font-size:10px;margin-left:15px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.detail-grid>section{min-width:0}.components{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.components>div{padding:10px 13px;background:#f0f3ee;border-radius:7px;flex:1;min-width:73px}.components span,.components small{display:block;font-size:9px;color:#76867c}.components strong{display:block;font-size:21px;margin-top:2px}.strategy-box{background:#eaf2ea;border:1px solid #dbe6db;border-radius:10px;padding:18px;margin:17px 0}.strategy-box h3{margin:0 0 10px;color:#2a6752}.strategy-box p,.strategy-box li{font-size:12px}.strategy-box ol{padding-left:18px;margin-bottom:12px}.strategy-box li{margin:8px 0}.strategy-box small{font-size:9px;color:#6c8677}.button-row{display:flex;gap:10px}.action-card{border:1px solid var(--line);padding:14px;border-radius:9px;margin:12px 0;background:white;font-size:12px}.action-card>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.action-card p{font-size:11px;color:#718275;margin:8px 0}.mini-badge{font-size:10px;font-weight:500;background:#edf1eb;padding:3px 8px;border-radius:4px;white-space:nowrap}.form-two,.form-three{display:grid;gap:14px;grid-template-columns:1fr 1fr}.form-three{grid-template-columns:repeat(3,1fr)}.timeline{border-left:2px solid #dce6de;margin:22px 0 10px 5px;padding-left:17px}.timeline>div{margin:18px 0;position:relative;font-size:11px}.timeline>div:before{content:"";position:absolute;width:7px;height:7px;left:-22px;top:6px;border-radius:50%;background:#a6bdaa}.timeline small{display:block;color:#839087;font-size:10px;margin-top:3px}details{border-top:1px solid var(--line);padding-top:18px;margin-top:22px;font-size:12px}summary{font-weight:650;cursor:pointer;margin-bottom:16px}.notice{padding:12px;border-radius:7px;font-size:11px}.danger{background:#f8eae8;color:#ae4740}.state-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.qr-display{text-align:center}.qr-display img{width:250px;max-width:100%;image-rendering:pixelated;border:1px solid var(--line)}.qr-display h3{font-size:22px;margin-bottom:4px}.qr-display p{font-size:12px}.qr-display a{margin-top:12px}.pad{padding:23px}.analytics-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.analytics-metrics .metric strong{font-size:28px}.staff-card{padding:14px 0;border-bottom:1px solid var(--line);font-size:11px}.staff-card:last-child{border:0}.staff-card h3{margin-top:4px}.version-row{padding:12px 0;border-bottom:1px solid var(--line)}.version-row small,.version-row code{display:block;font-size:10px;color:#78877b}.day-options{display:flex;gap:15px;flex-wrap:wrap}.day-options label{display:flex;gap:4px}.action-group{padding:20px}.action-group h2{margin:0}.action-group small{font-weight:400;margin-left:10px}.login-layout{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr}.login-story{background:var(--nav);color:white;padding:65px 12%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.login-story .brand{margin-bottom:90px}.login-story .eyebrow{color:#9cbbab;margin-bottom:20px}.login-story h1{font-size:43px;line-height:1.7;margin-bottom:24px;font-weight:600}.login-story p:not(.eyebrow){font-size:14px;color:#a6beb4;line-height:2}.story-line{width:55px;height:1px;background:#6a8e80;margin:30px 0}.login-story small{color:#78988a;font-size:10px;letter-spacing:.07em}.login-form{align-self:center;max-width:400px;width:100%;margin:70px auto;padding:0 22px}.login-form h2{font-size:24px;margin-bottom:14px}.login-form .muted{font-size:12px;margin-bottom:35px}.login-form label{margin-bottom:22px}.login-form button{margin-top:10px}.login-form .footnote{margin-top:30px}.survey-page{min-height:100vh;background:#f8faf5;display:flex;flex-direction:column}.survey-header{display:flex;align-items:center;justify-content:space-between;max-width:850px;margin:0 auto;width:100%;padding:30px;color:#486554}.survey-header .brand{font-size:35px}.survey-header .brand span{font-size:12px}.survey-header>span{font-size:11px;color:#7a8d7a}.survey-main{width:100%;max-width:610px;margin:25px auto 50px;padding:0 24px}.survey-intro{text-align:center;padding:24px 0}.house-mark{width:85px;height:85px;border-radius:24px;background:#e6efdf;color:#6a8c62;font-size:58px;line-height:1.3;margin:0 auto 35px}.survey-intro h1{font-size:32px;line-height:1.65;letter-spacing:.04em;font-weight:650}.survey-intro>p:not(.eyebrow):not(.footnote){color:#7c8c79;font-size:13px;line-height:2}.survey-promises{display:flex;justify-content:center;gap:12px;margin:28px 0 35px}.survey-promises span{font-size:11px;color:#718267;border-right:1px solid #d9e2d2;padding-right:12px}.survey-promises span:last-child{border:0;padding:0}.survey-footer{text-align:center;color:#a1ad99;font-size:10px;margin-top:auto;padding:25px}.survey-progress{margin:5px 0 35px}.survey-progress>div{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#829477;margin-bottom:8px}.survey-progress b{font-weight:600}.survey-progress progress{width:100%;height:5px;border:0;border-radius:5px;overflow:hidden;appearance:none;background:#e3eadc}.survey-progress progress::-webkit-progress-bar{background:#e3eadc}.survey-progress progress::-webkit-progress-value{background:#628b69}.question-title{font-size:24px;line-height:1.65;margin-bottom:27px}.survey-options{display:flex;flex-direction:column;gap:10px}.choice{display:flex;position:relative;align-items:center;gap:12px;min-height:56px;padding:15px 17px;background:white;border:1px solid #dce4d6;border-radius:9px;cursor:pointer;font-size:13px;font-weight:450;margin:0;transition:background .15s}.choice input{accent-color:#356e52;width:17px;height:17px;flex:0 0 17px;margin:0}.choice span{flex:1}.choice b{display:none;color:#447654;font-size:14px}.choice:has(input:checked){border-color:#6f9d75;background:#edf4e8;box-shadow:0 0 0 1px #6f9d75}.choice:has(input:checked) b{display:block}.small-choice{font-size:11px;padding:12px;min-height:52px}.small-choice input{width:15px;height:15px;flex-basis:15px}.survey-navigation{display:flex;justify-content:space-between;gap:20px;margin-top:25px}.survey-navigation .primary{min-width:145px}.form-error{color:#b4453f;font-size:12px;min-height:20px;margin-top:12px;margin-bottom:5px}.survey-main textarea{font-size:15px}.result-check{border:1px solid #adc69e;border-radius:50%;width:60px;height:60px;display:grid;place-items:center;font-size:29px;color:#648c51;background:#eaf2e2;margin:0 auto 24px}.customer-next{text-align:left;background:white;padding:24px;border-radius:14px;border:1px solid #dfe9d7;margin-top:30px}.customer-next h2{font-size:14px;color:#658050;margin-bottom:20px}.customer-next>div{display:flex;gap:15px;align-items:baseline}.customer-next span{font-size:13px;color:#87a271;font-weight:650}.customer-next p{font-size:14px;line-height:1.9}.result h1{font-size:28px}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%) translateY(15px);background:#173e36;color:white;box-shadow:0 4px 20px #173e3630;padding:13px 23px;border-radius:9px;z-index:50;font-size:12px;opacity:0;pointer-events:none;transition:all .2s;max-width:90vw}#toast.visible{opacity:1;transform:translateX(-50%) translateY(0)}
@media(min-width:1600px){#content{padding-top:48px}.headline{margin-bottom:35px}td{padding-top:24px;padding-bottom:24px}}
@media(max-width:1150px){.sidebar{width:195px;padding:30px 18px}.main-column{margin-left:195px;width:calc(100% - 195px)}#content{padding:28px 24px}.topbar{padding:0 24px}.metrics{gap:10px}.metric{padding:16px}.panel-top .subtle{display:none}.headline h1{font-size:26px}td,th{padding-left:14px;padding-right:14px}.detail-grid{gap:20px}.filters{padding:17px}.badge{font-size:8px}#search{width:200px}.login-story h1{font-size:35px}}
@media(max-width:820px){.sidebar{position:static;width:100%;padding:20px}.sidebar .brand{font-size:30px}.sidebar-sub,.pilot-tag,.sidebar-bottom{display:none}.sidebar nav{display:flex;margin:15px -5px -10px;overflow-x:auto}.nav-item{white-space:nowrap;width:auto;padding:9px 10px;font-size:11px}.nav-item span{display:none}.workspace{display:block}.main-column{margin:0;width:100%}.topbar{height:48px}.topbar>span{font-size:10px}#content{padding:24px 18px}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.metric strong{font-size:29px}.headline{align-items:flex-start}.headline h1{font-size:24px}.headline .primary{font-size:11px;padding:10px;white-space:nowrap}.headline .muted{font-size:11px}.panel-top{padding:18px 17px 0}#search{width:100%;margin:7px 0 0}.page-footer{padding:0 18px 20px}.page-footer span{display:none}.table-scroll table{min-width:780px}.detail-grid{grid-template-columns:1fr}.modal-backdrop{padding:10px}.modal-body{padding:20px}.modal-header{padding:16px 20px}.login-layout{display:block}.login-story{padding:35px}.login-story .brand{margin-bottom:35px}.login-story h1{font-size:28px}.login-story p:not(.eyebrow),.login-story .story-line,.login-story small{display:none}.login-story .eyebrow{margin-bottom:10px}.login-form{margin:40px auto;padding:0 30px}.survey-header{padding:24px}.survey-main{margin-top:15px}.analytics-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:430px){.survey-main{padding:0 20px}.survey-intro{padding-top:18px}.survey-intro h1{font-size:28px}.survey-intro .house-mark{margin-bottom:24px}.survey-header>span{font-size:10px}.survey-header .brand{font-size:31px}.survey-progress{margin-bottom:24px}.question-title{font-size:21px;margin-bottom:23px}.choice{font-size:12px;padding:14px;min-height:54px}.survey-navigation{gap:12px}.survey-promises{gap:8px}.survey-promises span{font-size:9px;padding-right:8px}.form-three{gap:9px}.state-grid{gap:6px}.small-choice{font-size:10px;padding:10px}.headline .primary{max-width:103px}.metric{padding:14px}.metric>span{font-size:10px}.modal-body{padding:16px}.day-options{gap:10px}}

/* Readable, session-specific customer answers. */
/* User-supplied wordmark preserves the original artwork and lettering. */
.brand{display:block;width:190px;max-width:100%;flex-shrink:0;line-height:0;letter-spacing:normal;border-radius:4px;overflow:hidden}
.brand img{display:block;width:100%;height:auto}
.login-story .brand{width:280px}
.sidebar .brand{width:100%;max-width:190px}
.survey-header{gap:14px;flex-wrap:wrap}
.survey-header .brand{width:190px}
.primary:hover{background:#355e29}
.answer-history>summary{font-size:15px;color:var(--teal)}
.latest-answers h3{margin:12px 0 4px}.answer-session-meta{font-size:11px;color:var(--muted);margin:0 0 16px}
.answer-list{margin:0;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:white}
.answer-item{display:grid;grid-template-columns:minmax(200px,2fr) minmax(0,3fr);border-bottom:1px solid var(--line)}
.answer-item:last-child{border-bottom:0}.answer-item dt{padding:17px 20px;background:#f3f6f0;font-size:12px;line-height:1.8;font-weight:600}
.answer-item dd{margin:0;padding:17px 20px;min-width:0}.answer-label{font-size:14px;line-height:1.9;margin:0 0 5px;white-space:pre-wrap;overflow-wrap:anywhere}
.answer-item dd:has(.answer-label+.answer-label) .answer-label:before{content:'・';color:var(--teal)}
.answer-reference{display:block;font-size:10px;color:#7a8980;margin-top:7px}.past-answers{margin-top:18px}
@media(max-width:600px){.answer-item{grid-template-columns:1fr}.answer-item dt{padding:12px 14px}.answer-item dd{padding:12px 14px}.answer-label{font-size:13px}}

/* Long feedback choices: five readable touch targets per page, selections persist. */
.choice-pages{display:flex;gap:8px;margin:12px 0 0}.choice-pages button{flex:1;min-height:44px;border:1px solid var(--line);border-radius:8px;background:white;color:var(--teal);font:inherit;font-size:13px;cursor:pointer}
.choice-pages button[aria-current=page]{background:var(--teal);color:white;border-color:var(--teal)}
.choice-pages button:focus-visible,.choice-selection button:focus-visible{outline:3px solid #789748;outline-offset:2px}
.choice-page-help{font-size:12px;color:var(--muted);margin:6px 0 10px}.choice-selection{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px;align-items:center;font-size:12px}
.choice-selection strong{flex-basis:100%}.choice-selection button{min-height:44px;padding:7px 10px;background:#edf3e7;border:1px solid #cedac4;border-radius:8px;font:inherit;text-align:left;color:var(--teal);cursor:pointer}
.survey-page:has([data-question=TR01]) .survey-navigation{position:sticky;bottom:0;background:#fafbf7;padding:10px 0;margin-top:12px;z-index:2}
@media(max-width:600px){
 .survey-page:has([data-question=TR01]) .survey-header{padding-top:12px;padding-bottom:12px}
 .survey-page:has([data-question=TR01]) .survey-main{margin-top:12px}
 .survey-page:has([data-question=TR01]) .survey-progress{margin-bottom:12px}
 #survey-question[data-question=TR01] .eyebrow{display:none}
 #survey-question[data-question=TR01] .question-title{font-size:20px;margin:0 0 8px}
 #survey-question[data-question=TR01]>.muted{margin:0;font-size:13px}
 #survey-question[data-question=TR01] .survey-options{gap:6px}
 #survey-question[data-question=TR01] .choice{min-height:48px;padding:10px 12px;font-size:14px;line-height:1.5}
 #survey-question[data-question=TR01]>.footnote{display:none}
}
@media(max-width:480px){.survey-intro h1,.result h1{font-size:24px;letter-spacing:.02em}.survey-header .brand{font-size:30px}}
