:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#172033;background:#f5f6fa;font-synthesis:none;font-size:16px;--bg: #f5f6fa;--surface: #fff;--raised: #eef0f7;--text: #172033;--muted: #626c80;--border: #e0e4ee;--primary: #5145cd;--on-primary: #fff;--soft: #efedff;--green: #116440;--green-bg: #dcf6e7;--amber: #785000;--amber-bg: #fff0c2;--red: #a12a3a;--red-bg: #fce4e8;--shadow: 0 8px 30px #222d4910;line-height:1.5}:root[data-theme=dark]{color-scheme:dark;--bg: #10131a;--surface: #1a1f2b;--raised: #242b3a;--text: #f3f5fa;--muted: #b3bcd0;--border: #394256;--primary: #b8aeff;--on-primary: #17112f;--soft: #302a52;--green: #82e4b1;--green-bg: #173b2d;--amber: #ffd576;--amber-bg: #3e321b;--red: #ffadb8;--red-bg: #44242d;--shadow: 0 8px 30px #0002}*{box-sizing:border-box}html,body{height:100%;overflow:hidden;overscroll-behavior:none}body{margin:0;background:var(--bg);color:var(--text)}#root{height:100%;height:100dvh;overflow:auto;overscroll-behavior:none}button,input,textarea,select{font:inherit}button,a{touch-action:manipulation}button,.button{min-height:44px;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:12px;padding:10px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;transition:background .15s,box-shadow .15s}button:hover,.button:hover{background:var(--raised)}button:disabled{opacity:.48;cursor:not-allowed}button svg{flex-shrink:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--primary);outline-offset:3px}.primary{background:var(--primary);color:var(--on-primary);border-color:transparent;min-height:48px}.primary:hover{background:var(--primary);filter:brightness(.96);box-shadow:0 4px 14px #5145cd25}.danger{color:var(--red)}.icon-button{padding:8px;min-width:44px}.text-button{border:0;background:transparent;padding:6px 0;color:var(--primary);min-height:36px}input,textarea,select{min-height:46px;min-width:0;width:100%;padding:11px 12px;border-radius:11px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:1rem}textarea{resize:vertical;min-height:100px}input::placeholder,textarea::placeholder{color:var(--muted)}input[type=checkbox]{width:20px;height:20px;min-height:20px;accent-color:var(--primary);flex-shrink:0}.field{min-width:0;display:flex;flex-direction:column;gap:7px;font-size:.9rem;font-weight:600}.check-label{display:flex;align-items:center;gap:10px;font-size:.93rem;min-height:40px;cursor:pointer}.form{display:flex;flex-direction:column;gap:20px}.form p{margin:0}.two-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}h1,h2,h3,p{margin-top:0}h1{font-size:2.15rem;line-height:1.2;letter-spacing:-.055rem;margin-bottom:10px}h2{font-size:1.2rem;line-height:1.35;margin-bottom:16px;letter-spacing:-.015rem}h3{font-size:1rem}p{color:var(--muted)}small{font-size:.8rem}.hint{font-size:.82rem;color:var(--muted);line-height:1.65}.subtle{font-size:.9rem;color:var(--muted)}.success{color:var(--green)}.eyebrow{font-size:.7rem;letter-spacing:.13em;font-weight:700;color:var(--primary);display:block;margin-bottom:12px}.card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:26px;box-shadow:var(--shadow)}.brand{display:inline-flex;align-items:center;gap:13px;font-size:1.4rem;letter-spacing:-.04rem}.brand-symbol{display:inline-block;width:40px;height:32px;position:relative;flex-shrink:0}.brand-symbol:before,.brand-symbol:after{content:"";position:absolute;width:29px;height:29px;border-radius:50%;background:#8981fc;top:0;left:0}.brand-symbol:after{left:13px;top:4px;background:#5145cdb5}.shell{display:flex;min-height:100%}.sidebar{width:244px;flex-shrink:0;border-right:1px solid var(--border);position:fixed;inset:0 auto 0 0;padding:36px 22px 20px;display:flex;flex-direction:column;background:var(--surface)}.sidebar>.brand{margin:0 0 52px 10px}.sidebar nav{display:flex;flex-direction:column;gap:8px}.sidebar nav button{justify-content:flex-start;border:0;background:transparent;font-weight:500;min-height:48px;gap:14px}.sidebar nav button.active{color:var(--primary);background:var(--soft);font-weight:650}.sidebar nav svg{width:21px}.sidebar-note{margin-top:auto;padding:38px 12px 24px}.sidebar-note strong{display:block;font-size:1.25rem;margin:12px 0 8px}.sidebar-note p{font-size:.8rem;line-height:1.7}.user-button{width:100%;border:0;border-top:1px solid var(--border);border-radius:0;justify-content:flex-start;padding:20px 3px 0;text-align:left}.user-button>span:last-child{overflow:hidden;text-overflow:ellipsis}.user-button small{display:block;font-weight:400;color:var(--muted);font-size:.7rem;overflow:hidden;text-overflow:ellipsis}.workspace{margin-left:244px;width:calc(100% - 244px)}.topbar{height:76px;display:flex;align-items:center;justify-content:flex-end;padding:0 40px;border-bottom:1px solid var(--border);background:var(--surface)}.topbar .brand{display:none}.topbar .icon-button{border:0}.content{padding:42px;max-width:1540px;margin:auto}.page-title{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px}.page-title p{margin:0;font-size:.93rem}.filter-row{display:flex;align-items:center;gap:8px;margin-bottom:24px}.filter-row>.subtle{margin-left:auto}.pill{border:0;background:transparent;border-radius:30px;padding:8px 18px}.pill.selected{background:var(--text);color:var(--surface)}.room-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.room-card{display:block;text-align:left;border-radius:20px;padding:24px;background:var(--surface);min-height:260px;box-shadow:var(--shadow);position:relative;font-weight:400}.room-card:hover{transform:translateY(-2px);background:var(--surface);border-color:var(--primary)}.room-emblem{width:58px;height:58px;border-radius:18px;background:var(--soft);color:var(--primary);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.tone-1{background:var(--green-bg);color:var(--green)}.tone-2{background:var(--amber-bg);color:var(--amber)}.room-role{float:right;color:var(--muted);font-size:.75rem;margin-top:18px}.room-card h2{font-size:1.35rem;margin:20px 0 8px}.room-card p{font-size:.88rem;min-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.room-card-footer{border-top:1px solid var(--border);padding-top:18px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:.8rem}.room-card-footer span{display:flex;align-items:center;gap:7px}.room-card-footer>svg{color:var(--primary)}.avatar{width:42px;height:42px;border-radius:50%;background:var(--soft);color:var(--primary);display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:650;position:relative;flex-shrink:0;overflow:hidden}.avatar img{position:absolute;inset:0;object-fit:cover;width:100%;height:100%;z-index:1}.avatar.small{width:34px;height:34px;font-size:.65rem}.avatar-stack{display:flex;margin:20px 0 26px;padding-left:7px}.avatar-stack .avatar{margin-left:-7px;border:3px solid var(--surface)}.badge{font-size:.74rem;background:var(--raised);color:var(--muted);padding:5px 9px;border-radius:8px;white-space:nowrap}.room-title{margin-top:22px}.room-title-main{display:flex;align-items:center;gap:18px}.room-title h1{font-size:1.8rem}.room-tabs{display:flex;gap:7px;border-bottom:1px solid var(--border);padding-bottom:12px;margin-bottom:30px;overflow:auto}.room-tabs button{background:transparent;border:0;white-space:nowrap;color:var(--muted);font-size:.85rem}.room-tabs button.active{color:var(--primary);background:var(--soft)}.overview-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:24px}.hero{padding:34px;border-radius:22px;background:linear-gradient(120deg,var(--soft),var(--surface));border:1px solid var(--border)}.hero h2{font-size:2.1rem;letter-spacing:-.05rem}.hero p{max-width:420px;font-size:1rem}.hero .primary{padding-inline:24px}.hero-actions{display:flex;flex-wrap:wrap;align-items:stretch;gap:12px}.next-step{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.icon-tile{width:48px;height:48px;border-radius:14px;background:var(--soft);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:22px}.section-title{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:14px}.section-title h2{margin:0}.member-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--border)}.member-row:last-child{border-bottom:0}.member-row>div{min-width:0;flex:1}.member-row strong{font-size:.94rem;overflow-wrap:anywhere}.member-row small{display:block;color:var(--muted);margin-top:2px}.member-action{width:auto;max-width:190px;font-size:.85rem}.privacy-note{background:var(--surface)}.privacy-note p{max-width:360px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.invite-row{padding:16px 0;display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid var(--border)}.invite-row strong{font-size:.86rem}.invite-row small{display:block;color:var(--muted)}.archive-section{margin-top:32px}.archive-section p{font-size:.9rem}.invitation-card{max-width:620px;margin:30px auto;text-align:center;padding:44px}.invitation-card .room-emblem{margin-bottom:22px}.invitation-card .primary{margin:20px 0}.profile-page{max-width:720px}.profile-page>.card+.card{margin-top:24px}.templates-page h2{overflow-wrap:anywhere}.templates-page .section-title{flex-wrap:wrap}.profile-page input[name=displayName]{text-align:left;text-indent:0}.profile-page .page-title>.avatar{width:66px;height:66px;font-size:1.2rem}.auth{max-width:510px;margin:0 auto;padding:70px 24px}.auth>.brand{margin-bottom:38px}.auth h1{font-size:1.9rem}.welcome{text-align:center}.welcome-icon,.empty-icon{display:inline-flex;align-items:center;justify-content:center;width:84px;height:84px;border-radius:26px;background:var(--soft);color:var(--primary);margin-bottom:22px}.welcome p{line-height:1.7}.welcome button,.welcome .button{width:100%;margin-top:12px}.empty{padding:60px 32px;text-align:center}.empty h2{font-size:1.6rem}.empty p{max-width:430px;margin:0 auto 24px}.error{background:var(--red-bg);color:var(--red);border-radius:12px;padding:14px 18px;font-size:.9rem}.error p{color:inherit;margin-bottom:8px}.error p:last-child{margin:0}.skeletons{display:grid;gap:16px}.skeletons div{height:115px;background:var(--raised);border-radius:18px;animation:pulse 1.5s infinite alternate}@keyframes pulse{to{opacity:.55}}dialog{overscroll-behavior:none;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:24px;padding:26px;max-width:520px;width:calc(100% - 32px);max-height:90dvh;box-shadow:0 22px 80px #0004}dialog::backdrop{background:#10131a80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px}.modal-head h2{margin:0;font-size:1.3rem}.modal-head .icon-button{border:0}.calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.calendar-toolbar h2{font-size:1.5rem;margin-bottom:6px}.calendar-toolbar p{margin:0}.week-controls{display:flex;gap:6px}.calendar-card{padding:22px;min-width:0}.calendar-meta{display:flex;align-items:center;gap:16px;font-size:.8rem;color:var(--muted);margin-bottom:20px;flex-wrap:wrap}.calendar-meta>span{display:inline-flex;align-items:center;gap:6px}.calendar-meta .icon-button{margin-left:auto}.status-toolbar{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:18px}.status-chip{font-size:.78rem;font-weight:500;min-height:38px;padding:8px 12px}.status-chip.selected{outline:2px solid currentColor;outline-offset:1px}.status-chip.free{color:var(--green);background:var(--green-bg);border-color:transparent}.status-chip.flexible{color:var(--amber);background:var(--amber-bg);border-color:transparent}.status-chip.busy{color:var(--red);background:var(--red-bg);border-color:transparent}.status-chip.unknown{background:var(--raised);color:var(--muted)}.status-dot{display:inline-block;width:9px;height:9px;border-radius:50%;background:currentColor;flex-shrink:0}.draw-button{margin-left:auto}.draw-button.active{background:var(--soft);color:var(--primary)}.date-strip{display:none;grid-template-columns:repeat(7,1fr);gap:5px;margin:18px 0}.date-strip button{display:flex;flex-direction:column;font-size:1rem;padding:8px 0;border-radius:10px;gap:3px}.date-strip small{text-transform:capitalize;color:var(--muted);font-size:.7rem}.date-strip .selected{background:var(--primary);color:var(--on-primary)}.date-strip .selected small{color:inherit}.calendar-scroll{max-height:550px;overflow:auto;overscroll-behavior:none;scrollbar-width:thin;border:1px solid var(--border);border-radius:14px}.calendar-scroll.drawing{touch-action:none;-webkit-user-select:none;user-select:none}.time-grid{display:grid;grid-template-columns:48px repeat(7,minmax(64px,1fr));gap:5px;padding:0 8px 0 0}.grid-day-head{height:43px;position:sticky;top:0;z-index:2;background:var(--surface);font-size:.82rem;font-weight:600;display:flex;align-items:center;justify-content:center;text-transform:capitalize}.time-label{height:28px;font-size:.67rem;color:var(--muted);text-align:right;padding-right:5px;position:relative;top:-9px;font-variant-numeric:tabular-nums}.time-cell{height:28px;min-height:28px;display:block;width:100%;border-radius:0;padding:0 2px;border:0;border-bottom:1px solid var(--border);font-size:.65rem;position:relative}.time-cell.unknown{background:var(--bg)}.time-cell.free{background:var(--green-bg);color:var(--green)}.time-cell.flexible{background:var(--amber-bg);color:var(--amber)}.time-cell.busy{background:var(--red-bg);color:var(--red)}.time-cell.hour-start{border-top:1px solid var(--border)}.time-cell:hover{filter:brightness(.97)}.time-cell.drag-selected{box-shadow:inset 0 0 0 2px var(--primary);z-index:1}.time-cell:disabled{opacity:.4}.time-cell span{white-space:nowrap;font-variant-numeric:tabular-nums}.calendar-card>.hint{margin-top:16px;margin-bottom:18px}.save-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:18px;border-top:1px solid var(--border);font-size:.82rem;color:var(--muted)}.save-bar>div{display:flex;gap:8px}.shared-layout{display:grid;grid-template-columns:minmax(0,1fr) 245px;gap:22px;align-items:start}.calendar-people h2{margin-bottom:8px}.calendar-people p{font-size:.8rem}.calendar-people .check-label{font-size:.86rem}.heat-cell{height:28px;min-height:28px;border:1px solid var(--surface);border-radius:4px;width:100%;font-size:.65rem;padding:0;font-variant-numeric:tabular-nums}.heat-0{background:var(--raised);color:var(--muted)}.heat-1{background:#e1ddff;color:#34257a}.heat-2{background:#bfb6f8;color:#282050}.heat-3{background:#9284ea;color:#20174b}.heat-4{background:#5145cd;color:#fff}.incomplete{background-image:repeating-linear-gradient(135deg,transparent,transparent 5px,#74799423 5px,#74799423 6px)}.heat-legend{display:flex;align-items:center;gap:5px;margin-top:18px;font-size:.7rem;color:var(--muted)}.heat-legend i{width:18px;height:18px;border-radius:4px}.heat-legend span:first-child{margin-right:5px}.heat-legend span:last-child{margin-left:5px}.status-group{padding:14px 0;border-bottom:1px solid var(--border)}.status-group h3{display:flex;align-items:center;gap:8px;margin:0 0 5px}.status-group p{margin:0;font-size:.9rem}.status-dot.free{color:var(--green)}.status-dot.flexible{color:var(--amber)}.status-dot.busy{color:var(--red)}.status-dot.unknown{color:var(--muted)}.mobile-nav{display:none}@media(min-width:1600px){.content{padding:48px 60px}.calendar-scroll{max-height:640px}.room-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1200px){.sidebar{width:200px;padding-inline:16px}.workspace{margin-left:200px;width:calc(100% - 200px)}.content{padding:30px}.room-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shared-layout{grid-template-columns:1fr}.calendar-people{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.calendar-people h2,.calendar-people>p{width:100%;margin-bottom:0}.overview-grid{grid-template-columns:1fr 1fr}.room-tabs button{padding-inline:10px}.member-action{max-width:140px}.time-grid{grid-template-columns:42px repeat(7,minmax(55px,1fr))}.time-cell span{font-size:.6rem}}@media(max-width:850px){.sidebar{width:78px;padding:24px 12px}.sidebar .brand strong,.sidebar-note,.user-button>span:last-child{display:none}.sidebar>.brand{margin:0 0 38px 3px}.sidebar nav button{font-size:0;gap:0;justify-content:center}.sidebar nav button svg{width:23px}.user-button{margin-top:auto;padding-top:20px}.workspace{margin-left:78px;width:calc(100% - 78px)}.content{padding:26px}.topbar{height:62px;padding-inline:25px}.settings-grid{grid-template-columns:1fr}.page-title h1{font-size:1.9rem}.overview-grid{grid-template-columns:1fr}.member-preview,.privacy-note{grid-column:auto}.hero{padding:28px}.room-title-main{gap:12px}.room-title h1{font-size:1.6rem}}@media(max-width:639px){.sidebar{display:none}.workspace{margin:0;width:100%}.topbar{height:64px;padding:12px 18px;justify-content:space-between;padding-top:max(12px,env(safe-area-inset-top))}.topbar .brand{display:flex;font-size:1.2rem}.topbar .brand-symbol{transform:scale(.85);transform-origin:left center;width:35px}.content{padding:25px 16px 105px}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:10;background:var(--surface);border-top:1px solid var(--border);justify-content:space-around;padding:7px 20px max(10px,env(safe-area-inset-bottom))}.mobile-nav button{flex-direction:column;border:0;background:transparent;gap:4px;padding:3px 20px;font-size:.68rem;font-weight:500;color:var(--muted)}.mobile-nav button.active{color:var(--primary)}.mobile-nav svg{width:23px;height:23px}.page-title{align-items:flex-start;gap:18px;flex-wrap:wrap;margin-bottom:24px}.page-title h1{font-size:1.9rem}.page-title p{font-size:.88rem}.page-title>.primary{width:100%}.eyebrow{font-size:.65rem;letter-spacing:.11em}.room-grid{grid-template-columns:1fr;gap:16px}.room-card{min-height:220px;padding:22px}.room-card h2{margin-top:14px}.room-card p{min-height:0}.room-role{margin-top:12px}.room-title-main .room-emblem{width:48px;height:48px;border-radius:15px}.room-title{align-items:center;margin-top:16px}.room-title h1{font-size:1.45rem;margin-bottom:5px}.room-title p{font-size:.75rem}.room-title>button{min-height:38px;padding:7px 10px;font-size:.78rem}.room-title-main{max-width:100%}.room-tabs{gap:3px;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;scrollbar-width:none;margin-bottom:22px}.room-tabs button{font-size:.8rem}.room-tabs svg{display:none}.card{padding:20px;border-radius:18px}.hero{padding:25px}.hero h2{font-size:1.85rem}.hero .primary{width:100%}.overview-grid{gap:16px}.avatar{width:38px;height:38px}.member-row{flex-wrap:wrap}.member-action{max-width:145px;min-height:36px;padding:5px;font-size:.75rem}.member-row small{font-size:.72rem}.member-row strong{font-size:.9rem}.badge{font-size:.65rem}.profile-page .page-title{flex-wrap:nowrap}.profile-page .page-title>.avatar{width:48px;height:48px}.auth{padding:45px 18px}.welcome{padding:28px 22px}.empty{padding:40px 24px}.empty h2{font-size:1.5rem}.empty .primary{width:100%}.calendar-toolbar{align-items:center;gap:10px}.calendar-toolbar h2{font-size:1.25rem}.calendar-toolbar p{font-size:.75rem}.week-controls{gap:3px}.week-controls>button{padding:8px;font-size:.75rem;min-height:38px}.week-controls .icon-button{min-width:32px}.week-controls svg{width:17px}.calendar-card{padding:14px}.calendar-meta{gap:9px;font-size:.73rem;margin-bottom:14px}.status-toolbar{gap:7px}.status-chip{padding:6px 9px;font-size:.7rem;min-height:35px;gap:5px}.status-toolbar>button:not(.status-chip){font-size:.75rem;min-height:36px;padding:6px 10px}.draw-button{margin-left:0}.date-strip{display:grid}.time-grid{grid-template-columns:44px minmax(0,1fr);gap:6px}.calendar-day{display:none}.calendar-day.mobile-selected{display:block}.calendar-scroll{max-height:450px}.time-cell{height:32px;min-height:32px}.time-label{height:32px;font-size:.7rem}.time-cell span{font-size:.82rem}.heat-cell{height:32px;min-height:32px;font-size:.8rem}.save-bar{flex-direction:column;align-items:stretch;gap:12px}.save-bar>div{display:flex}.save-bar .primary{flex:1}.calendar-card>.hint{font-size:.75rem}.heat-legend{font-size:.65rem}.heat-legend i{width:15px;height:15px}.invitation-card{padding:32px 22px}dialog{position:fixed;inset:auto 0 0;margin:0;width:100%;max-width:none;max-height:88dvh;border-radius:24px 24px 0 0;padding:24px 20px max(28px,env(safe-area-inset-bottom))}.modal-head{margin-bottom:20px}.settings-grid{gap:18px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.form-fields{border:0;padding:0;margin:0;min-width:0;display:flex;flex-direction:column;gap:20px}.pattern-days{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.pattern-day{border:1px solid var(--border);border-radius:16px;padding:16px;min-width:0}.pattern-day h3{margin:0}.pattern-range{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:6px 0;font-size:.85rem}.pattern-range button{margin-left:auto;padding:4px 12px}.search-page{display:grid;grid-template-columns:minmax(300px,1fr) minmax(300px,1fr);gap:24px;align-items:start}.search-results{display:flex;flex-direction:column;gap:16px}.search-member{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid var(--border)}.search-member label{font-size:.85rem;overflow-wrap:anywhere}.weekday-options,.quick-search{display:flex;flex-wrap:wrap;gap:12px}.result-count{font-size:1.5rem;color:var(--primary)}.search-result details{margin-top:20px}summary{cursor:pointer;padding:12px 0;font-weight:600}.search-result details h3{margin:16px 0 6px}@media(max-width:1100px){.search-page{grid-template-columns:1fr}}@media(max-width:600px){.pattern-days{grid-template-columns:1fr}.search-member{align-items:flex-start;flex-direction:column}}.calendar-fields{border:0;padding:0;margin:0;min-width:0}.template-week-options,.template-preview{display:grid;gap:12px;max-height:320px;overflow:auto;overscroll-behavior:none;padding:4px}.template-preview p{overflow-wrap:anywhere}.pattern-range>span{min-width:0;overflow-wrap:anywhere}@media(max-width:600px){.pattern-page .two-fields,.search-page .two-fields{grid-template-columns:1fr}}
