@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap');
:root{font-family:'Noto Sans JP',sans-serif;color:#202941;background:#f6f8fc;font-synthesis:none;font-size:16px;--blue:#3559df;--line:#e5e9f1;--muted:#69758a}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.55}a{color:var(--blue)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #90b1ff;outline-offset:3px}.header{height:96px;max-width:1120px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 32px}.brand{display:flex;align-items:center;gap:10px;font-size:26px;font-weight:900;text-decoration:none;color:#202941;letter-spacing:-1px}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--blue);color:white;font-size:23px;transform:rotate(-7deg)}.brand-dot{color:var(--blue);margin-left:-9px}.header-note{font-size:13px;color:var(--muted)}main{max-width:1040px;margin:auto;padding:24px 32px 70px}.intro{text-align:center;margin:10px 0 42px}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:800;color:var(--blue);margin-bottom:12px}h1{font-size:40px;letter-spacing:-1.5px;line-height:1.45;margin:0 0 14px;font-weight:800;overflow-wrap:anywhere}.intro h1 span{color:var(--blue)}.intro p{color:var(--muted);margin:0;font-size:15px}.create-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:24px}.panel{background:white;border:1px solid var(--line);border-radius:20px;padding:30px;box-shadow:0 6px 24px #1e335304}.section-label{font-size:18px;font-weight:700;display:flex;align-items:center;gap:12px;margin-bottom:30px}.section-label>span{display:grid;place-items:center;background:#edf1ff;color:var(--blue);border-radius:8px;width:32px;height:32px;font-size:13px}.details label,.answer-name label{display:block;font-weight:600;font-size:14px;margin:24px 0 10px}small{font-size:12px}label small{color:var(--blue);font-size:11px;margin-left:6px}.optional{color:#8991a0;font-size:12px;font-weight:400;margin-left:7px}input,textarea{width:100%;padding:14px;border:1px solid #dce1eb;border-radius:9px;background:#fff;color:#202941;font-size:14px;line-height:1.7}textarea{resize:vertical;min-height:116px}input::placeholder,textarea::placeholder{color:#98a0ae}.hint{display:flex;align-items:center;gap:14px;border-top:1px dashed #dfe5ee;margin-top:32px;padding-top:23px}.hint>span{display:grid;place-items:center;background:#f0f4fc;border-radius:50%;width:35px;height:35px;color:var(--blue)}.hint p{font-size:13px;color:var(--muted);line-height:1.9;margin:0}.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;margin:-4px 0 18px}h2{font-size:18px;margin:0}.icon-button{width:34px;height:34px;border:1px solid var(--line);border-radius:8px;color:#63708c;background:white;font-size:24px;margin-left:8px;line-height:1}.weekdays,.calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));text-align:center;gap:5px}.weekdays{font-size:12px;color:#8992a3;margin-bottom:8px}.weekdays span:first-child{color:#e27b83}.weekdays span:last-child{color:#5274d9}.day{height:39px;border:0;border-radius:10px;background:white;font-size:14px;color:#34405b;position:relative}.day:hover{background:#eef2ff}.day.today:after{content:'';position:absolute;bottom:4px;left:calc(50% - 2px);width:4px;height:4px;background:var(--blue);border-radius:50%}.day.active{background:var(--blue);color:white;box-shadow:0 3px 8px #3559df25}.day.active:after{background:white}.selection-heading{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;border-top:1px solid var(--line);padding-top:20px;margin-top:20px}.selection-heading>span{color:var(--blue);background:#eef2ff;border-radius:5px;padding:2px 7px;font-size:11px}.text-button{border:0;background:none;color:var(--muted);font-size:13px;padding:6px}.selection-heading .text-button{margin-left:auto}.selected{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px;min-height:32px}.chip{background:#edf2ff;border:0;color:var(--blue);border-radius:6px;padding:7px 10px;font-size:12px}.chip span{margin-left:4px;color:#7a8cbb}.empty-note{color:#929bab;font-size:13px;margin:4px 0}.create-bottom{grid-column:1/-1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:4px 0;gap:16px}.create-bottom p,.answer-bottom p{font-size:13px;color:var(--muted)}.primary{display:inline-flex;align-items:center;justify-content:center;gap:34px;border:0;border-radius:10px;background:var(--blue);color:white;font-size:15px;font-weight:600;padding:17px 28px;box-shadow:0 5px 12px #3559df20}.primary:hover{background:#294ac6}.error{color:#b93046!important;font-size:14px;flex-basis:100%;margin:0}.error:empty{display:none}footer{max-width:976px;margin:0 auto 28px;border-top:1px solid #e2e7f0;padding:24px 0;color:#8a95a9;font-size:14px;display:flex;justify-content:space-between}footer span{font-size:12px}.loading{text-align:center;padding:100px 0;color:var(--muted)}#toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#202941;color:white;border-radius:12px;padding:14px 22px;box-shadow:0 6px 25px #17203920;transition:.2s;max-width:90vw;width:max-content;font-size:14px;z-index:5}#toast.show{opacity:1;transform:translate(-50%,0)}.event-intro{margin:0 0 28px}.back{display:inline-block;color:var(--muted);font-size:13px;text-decoration:none;margin-bottom:28px}.event-intro h1{font-size:32px}.description{white-space:pre-wrap;color:var(--muted);line-height:1.8;font-size:15px;overflow-wrap:anywhere}.share-row{display:flex;align-items:center;justify-content:space-between;margin-top:24px;gap:10px}.share-row>span{font-size:14px;color:var(--muted)}.secondary{border:1px solid #d4ddf8;color:var(--blue);background:#edf2ff;padding:11px 15px;border-radius:8px;font-size:14px}.event-intro>input{margin-top:12px;background:#eef2f8;color:#7c879b;font-size:13px;padding:9px 13px}.results{padding:24px;margin-bottom:24px}.results-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:12px}.results-heading h2 span{font-size:12px;color:var(--muted);font-weight:400;margin-left:12px}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:14px;white-space:nowrap}th,td{padding:14px 18px;text-align:center;border-bottom:1px solid var(--line)}th{font-weight:500}thead th{color:var(--muted);font-size:12px;background:#f8faff}th:first-child{text-align:left;position:sticky;left:0;background:white}thead th:first-child{background:#f8faff}.total{background:#f0f4ff;color:var(--blue);font-weight:700}.total small{margin-left:4px;font-weight:400}.answer{font-size:22px}.yes{color:var(--blue)}.maybe{color:#ad790b}.no{color:#949eae}.table-note{text-align:center;padding:22px 0 4px}.answer-form{padding:30px}.answer-name{max-width:340px}.answer-name label{margin-top:0}.legend{display:flex;gap:20px;font-size:12px;color:var(--muted);margin:25px 0 12px}.answer-dates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px}.answer-dates fieldset{min-width:0;display:flex;align-items:center;justify-content:space-between;border:0;border-top:1px solid var(--line);margin:0;padding:13px 0;position:relative;padding-left:110px}.answer-dates legend{float:left;position:absolute;left:0;font-size:14px}.choices{display:flex;gap:6px;width:100%}.choice{position:relative;flex:1;text-align:center}.choice input{position:absolute;opacity:0;width:100%;height:100%;inset:0;margin:0;cursor:pointer}.choice span{display:block;padding:5px 12px;border:1px solid var(--line);border-radius:7px;font-size:23px}.choice input:checked+span{background:#edf2ff;border-color:var(--blue);color:var(--blue);box-shadow:0 0 0 1px var(--blue)}.choice input:focus-visible+span{outline:3px solid #90b1ff;outline-offset:2px}.answer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:25px}.error-panel h1{font-size:24px}.error-panel a{display:block;margin-top:20px}@media(max-width:720px){.header{height:78px;padding:0 22px}.header-note{display:none}main{padding:20px 18px 45px}.intro{margin:4px 0 28px}.intro h1{font-size:31px}.intro p{font-size:13px}.create-layout{grid-template-columns:1fr;gap:16px}.panel{padding:23px;border-radius:16px}.section-label{margin-bottom:22px}.hint{margin-top:22px;padding-top:16px}.details textarea{min-height:85px}.create-bottom{justify-content:center;gap:6px}.create-bottom p{text-align:center}.create-bottom .primary{width:100%}.day{height:42px}.answer-dates{grid-template-columns:1fr}.answer-bottom{flex-direction:column;align-items:stretch}.answer-bottom p{margin:0}.event-intro h1{font-size:27px}.results{padding:18px}.results-heading h2 span{display:block;margin:5px 0 0}.share-row>span{font-size:12px}.secondary{font-size:12px;padding:11px}.legend{gap:14px;font-size:11px}footer{margin:0 20px 20px;padding-top:20px}footer span{font-size:10px}th,td{padding:13px}.answer-name{max-width:none}}
.range-picker{margin:-8px 0 26px;border:1px solid #dce4fb;border-radius:10px;background:#f8faff;padding:14px}.range-picker summary{cursor:pointer;color:var(--blue);font-size:14px;font-weight:600}.range-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.range-fields label{font-size:14px;min-width:0}.range-fields input{margin-top:7px;min-width:0;padding:9px 6px;font-size:14px}.range-weekdays{border:0;padding:0;margin:16px 0}.range-weekdays legend{font-size:14px;margin-bottom:9px}.range-weekdays>div{display:flex;gap:5px}.range-weekdays label{flex:1;min-width:0;position:relative}.range-weekdays input{position:absolute;inset:0;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.range-weekdays span{display:block;text-align:center;border:1px solid #dce1eb;border-radius:7px;padding:9px 0;font-size:14px;background:white}.range-weekdays input:checked+span{background:var(--blue);color:white;border-color:var(--blue)}.range-weekdays input:focus-visible+span{outline:3px solid #90b1ff;outline-offset:2px}.range-note,.range-result{font-size:13px;line-height:1.7;color:var(--muted)}.range-result{color:var(--blue);margin:12px 0 0}.range-result:empty{display:none}.range-picker .error{margin-top:12px}.range-picker .secondary{width:100%}
.weekdays span:first-child{color:#8992a3}.weekdays span:nth-child(6){color:#5274d9}.weekdays span:last-child{color:#d15a69}.day.holiday{color:#ce4359}.day.holiday.active{color:white}.range-weekdays .holiday-choice{flex:1.5}.holiday-choice span{color:#ce4359}
.result-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.results-heading{flex-wrap:wrap}.rank-badge{display:inline-block;margin-left:10px;padding:3px 7px;border-radius:5px;background:#eef2f8;color:#69758a;font-size:12px}.best-date .rank-badge{background:#e6edff;color:var(--blue);font-weight:700}.results .range-note:empty{display:none}
.event-time{border:0;border-top:1px solid var(--line);padding:20px 0 0;margin:24px 0 0}.event-time legend{font-size:14px;font-weight:600}.details .time-option{display:flex;align-items:center;gap:8px;font-weight:400;margin:12px 0}.time-option input{width:auto;accent-color:var(--blue)}.event-time .range-fields label{margin:0}.event-time .range-note{grid-column:1/-1;margin:0}.range-fields[hidden]{display:none}.slot-time{display:block;color:var(--muted);font-size:12px;margin-top:4px}.event-time-summary{color:var(--blue);font-size:15px}
#time-fields[hidden]{display:none}.event-time .time-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;margin:14px 0}.time-row .text-button{margin-bottom:8px;padding:5px}.event-time #add-time{margin-top:8px}
.event-time .time-row{grid-template-columns:minmax(0,1fr) auto}.time-start{font:inherit;width:100%;min-width:0;padding:12px;border:1px solid #dce1eb;border-radius:9px;background:white;color:#202941}.time-start:focus-visible{outline:3px solid #90b1ff;outline-offset:3px}.time-heading{font-size:14px;margin:18px 0 0}
.hide-no-control{display:flex;align-items:center;gap:9px;font-size:14px;margin-bottom:14px}.hide-no-control input{width:18px;height:18px;accent-color:var(--blue)}.results tr[hidden]{display:none}
.participant-picker{margin-bottom:22px}.participant-picker>label{display:block;font-weight:600;font-size:14px;margin-bottom:10px}.participant-picker select{font:inherit;width:100%;padding:13px;border:1px solid #dce1eb;border-radius:9px;background:white;color:#202941}.participant-picker select:focus-visible{outline:3px solid #90b1ff;outline-offset:3px}
.answer-dates fieldset{flex-wrap:wrap;align-content:start}.slot-comment-label{display:block;flex-basis:calc(100% + 110px);margin:12px 0 0 -110px;font-size:13px;color:var(--muted)}.slot-comment-label textarea{display:block;min-height:64px;margin-top:7px;font-size:14px}.general-comment-label{display:block;margin-top:24px;font-size:14px;font-weight:600}.general-comment-label textarea{display:block;margin-top:9px;font-weight:400}.response-comment{display:block;white-space:pre-wrap;overflow-wrap:anywhere;min-width:140px;max-width:240px;font-size:13px;color:var(--muted);text-align:left;margin-top:7px}.general-comments{border-top:1px solid var(--line);margin-top:22px;padding-top:16px}.general-comments h3{font-size:16px}.general-comments strong{font-size:14px}.general-comments p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.7;margin:6px 0 18px}
@media(max-width:720px){.intro h1{font-size:clamp(24px,6vw,31px);letter-spacing:-.7px}.results th,.results td{padding:11px 9px}.rank-badge{display:block;width:max-content;margin:5px 0 0;font-size:12px}.results thead th:not(:first-child){white-space:normal;min-width:64px;max-width:110px;overflow-wrap:anywhere}.response-comment{min-width:100px;max-width:160px}.results .range-note{line-height:1.7}.result-actions{gap:4px}.results th:first-child{z-index:1}}
.slot-comment-toggle{flex:0 0 calc(100% + 110px);margin:10px 0 0 -110px}.slot-comment-toggle summary,.general-comment-toggle summary{cursor:pointer;font-size:13px;color:var(--blue);padding:5px 0;width:fit-content}.slot-comment-toggle .slot-comment-label{margin:4px 0 0}.general-comment-toggle{margin-top:22px}.general-comment-toggle .general-comment-label{margin-top:8px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.answer-dates{display:flex;flex-direction:column;gap:0}.answer-row{display:grid;grid-template-columns:110px minmax(0,1fr) 115px;gap:12px;align-items:center;border-top:1px solid var(--line);padding:16px 0;min-width:0}.slot-heading{font-size:14px;line-height:1.6}.answer-row .choices{max-width:360px;justify-self:center}.comment-button{border:0;background:#f0f4ff;color:var(--blue);font-size:13px;border-radius:7px;padding:11px 7px;justify-self:end;white-space:nowrap}.comment-button[aria-expanded=true]{background:#dfe7ff}.slot-comment-panel{grid-column:1/-1;min-width:0}.slot-comment-panel[hidden]{display:none}.slot-comment-panel .slot-comment-label{margin:0;display:block}.slot-comment-panel textarea{margin:0;width:100%}@media(max-width:520px){.answer-row{grid-template-columns:78px minmax(0,1fr) 82px;gap:7px}.answer-row .choices{gap:4px}.answer-row .choice span{padding:6px 0;font-size:21px}.comment-button{font-size:12px;padding:10px 4px}.slot-heading{font-size:13px}}@media(max-width:350px){.answer-row{grid-template-columns:1fr auto}.slot-heading{grid-column:1}.answer-row .choices{grid-row:2;grid-column:1/-1;max-width:none}.comment-button{grid-row:1;grid-column:2}}
.delete-participant{display:block;margin:12px 0 0 auto;border:1px solid #e6bfc5;background:white;color:#b93046;border-radius:8px;padding:10px 14px;font:inherit;font-size:13px}.delete-participant:hover{background:#fff1f3}
.manage-link{display:inline-block;margin-top:12px;font-size:14px;text-decoration:none}.bulk-answer{border:1px solid var(--line);border-radius:9px;padding:14px;margin-bottom:16px}.bulk-answer summary{cursor:pointer;color:var(--blue);font-size:14px}.bulk-controls{display:flex;flex-wrap:wrap;gap:12px;align-items:end;margin-top:14px}.bulk-controls label{font-size:14px;flex:1;min-width:110px}.bulk-controls select{display:block;font:inherit;width:100%;padding:10px;border:1px solid var(--line);border-radius:7px;background:white;margin-top:6px}#bulk-status{font-size:14px;color:var(--blue)}#unlock-form input{margin:12px 0}#unlock-form .error{margin-top:12px}
.bulk-weekdays>div{display:grid;grid-template-columns:repeat(8,minmax(0,1fr))}.bulk-shortcuts,.export-actions{display:flex;gap:14px;flex-wrap:wrap}.csv-export{margin-top:24px;border-top:1px solid var(--line);padding-top:16px}.csv-export summary{cursor:pointer;color:var(--blue);font-size:14px}.export-actions{margin:14px 0}.csv-export textarea{min-height:120px;font-family:monospace;font-size:12px}.ops-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.ops-heading p{color:var(--muted);margin:0}.ops-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:20px}.ops-stats span{font-size:14px;color:var(--muted)}.ops-stats strong{display:block;font-size:32px;color:var(--blue);margin-top:10px}.ops-analytics{margin-bottom:20px}.ops-analytics p{font-size:14px;line-height:1.8}.ops-analytics a{display:inline-block;text-decoration:none}.ops-search{display:flex;gap:10px;margin:20px 0}.ops-search input{min-width:0}.ops-search button{flex-shrink:0}.ops-list{display:grid;gap:14px}.ops-event{padding:18px;border:1px solid var(--line);border-radius:12px}.ops-event h3{font-size:17px;overflow-wrap:anywhere;margin:0 0 14px}.ops-event dl{display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:13px}.ops-event dt{color:var(--muted)}.ops-event dd{margin:4px 0 0}.ops-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:22px;font-size:14px}.ops-detail{border-top:2px solid var(--line);padding-top:24px;margin-top:24px}.ops-person{padding:14px 0;border-bottom:1px solid var(--line)}.ops-person summary{cursor:pointer;font-weight:600;overflow-wrap:anywhere}.ops-person summary span{display:block;font-weight:400;font-size:12px;color:var(--muted);margin-top:4px}.ops-person ul{list-style:none;padding:0;font-size:14px}.ops-person li{padding:10px 0;border-top:1px solid var(--line)}.ops-comment{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;color:var(--muted)}.ops-login{max-width:480px;margin:auto}.ops-login h1{font-size:28px}.ops-login input{margin:12px 0}.ops-login>a{display:inline-block;margin-top:18px}@media(max-width:520px){.bulk-weekdays>div{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.ops-stats{grid-template-columns:1fr;gap:10px}.ops-stats .panel{display:flex;align-items:center;justify-content:space-between;padding:18px}.ops-stats strong{margin:0;font-size:26px}.ops-event dl{grid-template-columns:1fr}.export-actions>button{flex:1}.ops-heading h1{font-size:28px}}
.google-calendar{border:1px solid var(--line);border-radius:9px;padding:14px;margin-bottom:18px}.google-calendar summary{cursor:pointer;color:var(--blue);font-size:14px}.google-buffers{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.google-buffers label{font-size:14px;min-width:0}.google-buffers select{display:block;font:inherit;width:100%;padding:10px;border:1px solid var(--line);border-radius:7px;background:white;margin-top:7px}.google-preview{border-top:1px solid var(--line);margin-top:16px;padding-top:12px}.google-preview[hidden]{display:none}.google-preview h3{font-size:16px}.google-preview ul{list-style:none;padding:0;max-height:260px;overflow:auto}.google-preview li{display:flex;justify-content:space-between;gap:12px;padding:8px;border-bottom:1px solid var(--line);font-size:14px}.google-preview strong{font-size:20px}.google-calendar .error:empty,.google-calendar .google-status:empty{display:none}.privacy h1{font-size:28px}.privacy h2{margin-top:28px}.privacy p{line-height:1.9;font-size:14px}@media(max-width:400px){.google-buffers{grid-template-columns:1fr}}
