*{margin:0;padding:0;box-sizing:border-box;touch-action:manipulation;-webkit-tap-highlight-color:transparent}html{-webkit-text-size-adjust:100%}:root{--bg: #f2f4f6;--surface: #ffffff;--border: #e5e8eb;--text: #191f28;--muted: #8b95a1;--accent: #3182f6;--accent-press: #1b64da;--accent-soft: #e8f3ff;--red: #f04452;--red-soft: #fdeaec;--radius: 18px;--shadow: 0 2px 12px rgba(0, 27, 55, .06)}html{height:100%;overflow:hidden}body{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;overflow:hidden;height:var(--app-height, 100%)}#root{height:100%}body{background:#fff;color:var(--text);font-family:Pretendard,Toss Product Sans,Apple SD Gothic Neo,Malgun Gothic,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button{cursor:pointer;font:inherit;border:none;background:none;color:inherit}input,select,textarea{font:inherit;color:var(--text)}select,input[type=date],input[type=datetime-local],input[type=time]{padding:10px 14px;background-color:var(--bg);border:1.5px solid transparent;border-radius:14px;outline:none}select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:36px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path d="M1 1l5 5 5-5" stroke="%238b95a1" stroke-width="2" fill="none" stroke-linecap="round"/></svg>');background-repeat:no-repeat;background-position:right 14px center}select:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=time]:focus{border-color:var(--accent);background-color:var(--surface)}input[type=date],input[type=datetime-local]{-webkit-appearance:none}details>summary{list-style:none}details>summary::-webkit-details-marker{display:none}details>summary:before{content:"▸ ";color:var(--muted)}details[open]>summary:before{content:"▾ "}.muted{color:var(--muted);font-size:13px;font-weight:400}.error{color:var(--red);margin-top:10px;font-size:14px;font-weight:500}.hint{color:var(--muted);font-size:13px;margin-top:28px}.center{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px}.btn{border-radius:12px;padding:11px 18px;font-weight:700;font-size:14px;transition:background .15s,transform .05s}.btn:active{transform:scale(.97)}.btn.primary{background:var(--accent);color:#fff}.btn.primary:hover{background:var(--accent-press)}.btn.ghost{background:var(--bg);color:var(--text)}.btn.ghost:hover{background:var(--border)}.btn.sm{padding:7px 12px;font-size:13px;border-radius:10px}.btn.danger{background:var(--red-soft);color:var(--red)}.btn.danger:hover{background:var(--red);color:#fff}.login-logo{width:96px;height:96px;object-fit:contain;margin-bottom:4px}.login h1{font-size:36px;font-weight:800;letter-spacing:-1px;color:var(--accent);text-align:center}.login>.muted{font-size:15px}.login-form{display:flex;flex-direction:column;gap:10px;width:340px;max-width:90vw;margin-top:28px;background:var(--surface);padding:28px 24px;border-radius:24px;border:1px solid var(--border);box-shadow:none}.login-form input{padding:14px 16px;background:var(--bg);border:1.5px solid transparent;border-radius:14px;outline:none;width:100%;font-size:15px;transition:border-color .15s,background .15s}.login-form input:focus{border-color:var(--accent);background:var(--surface)}.login-form button{margin-top:6px;padding:14px;background:var(--accent);color:#fff;border-radius:14px;font-weight:700;font-size:16px}.login-form button:hover{background:var(--accent-press)}.login-form button:disabled{opacity:.5}.or-sep{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px;margin:4px 0}.or-sep:before,.or-sep:after{content:"";flex:1;height:1px;background:var(--border)}.google-btn{display:flex;justify-content:center}.id-field{position:relative;display:flex;align-items:center;width:100%}.id-field input{padding-right:122px}.id-suffix{position:absolute;right:14px;color:var(--muted);font-size:13px;font-weight:600;pointer-events:none}.layout{display:flex;height:100%;padding:12px;gap:12px}.rail{width:68px;min-width:68px;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:none;display:flex;flex-direction:column;align-items:center;padding:14px 0;gap:6px}.rail-brand{width:44px;height:44px;object-fit:contain;margin-bottom:10px}.rail button{width:54px;padding:9px 0 7px;border-radius:14px;display:flex;flex-direction:column;align-items:center;gap:2px;font-size:19px;color:var(--muted);font-weight:700;transition:background .15s;position:relative}.tab-badge{position:absolute;top:4px;right:4px;background:var(--red);color:#fff;font-style:normal;font-size:10px;font-weight:800;line-height:1;padding:3px 5px;border-radius:9px;min-width:16px;text-align:center}.rail button span{font-size:10px;font-weight:700}.rail button:hover{background:var(--bg)}.rail button.active{background:var(--accent-soft);color:var(--accent)}.sidebar{width:300px;min-width:300px;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:none;display:flex;flex-direction:column;overflow:hidden}.sidebar-head{padding:20px 20px 14px}.sidebar-head strong{font-size:16px;font-weight:800;letter-spacing:-.3px;color:var(--accent)}.me{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}.me>span:first-child{font-weight:700}.link{color:var(--muted);font-size:12px;text-decoration:underline}.sidebar-tabs{display:none;margin:0 16px 10px}.sidebar-tabs button{flex:1}.sidebar-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 16px 12px}.sidebar-actions button{padding:10px 0;background:var(--bg);border-radius:12px;font-weight:700;font-size:13px;white-space:nowrap;transition:background .15s}.sidebar-actions button:hover{background:var(--accent-soft);color:var(--accent)}.create-box{padding:8px 16px;display:flex;gap:6px;align-items:center;flex-wrap:wrap}.create-box input{flex:1;padding:10px 12px;background:var(--bg);border:1.5px solid transparent;border-radius:12px;outline:none}.create-box input:focus{border-color:var(--accent)}.create-box button[type=submit]{padding:10px 16px;background:var(--accent);color:#fff;border-radius:12px;font-weight:700}.directory{flex-direction:column;align-items:stretch;max-height:300px;overflow-y:auto}.dir-item{text-align:left;padding:10px 12px;border-radius:12px;display:flex;flex-direction:column;gap:1px;font-weight:600}.dir-item:hover{background:var(--bg)}.filters{display:flex;gap:6px;padding:4px 16px 8px}.filter-chip{padding:6px 14px;border-radius:16px;font-size:13px;font-weight:700;background:var(--bg);color:var(--muted)}.filter-chip.active{background:var(--text);color:#fff}.member-pick{width:100%;max-height:220px;overflow-y:auto;background:var(--bg);border-radius:12px;padding:8px 12px;display:flex;flex-direction:column;gap:2px}.member-pick.standalone{max-height:none}.member-pick-head{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.member-item{display:flex;align-items:center;gap:8px;padding:6px 4px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px}.member-item:hover{background:var(--surface)}.member-item input{accent-color:var(--accent);width:16px;height:16px}.member-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.channel-create{flex-direction:column;align-items:stretch}.channel-create>input{width:100%}.create-actions{display:flex;gap:8px}.conv-list{flex:1;overflow-y:auto;padding:4px 10px 12px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.empty-list{text-align:center;padding:24px 0}.conv-item{width:100%;display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:14px;text-align:left;font-weight:600;transition:background .15s}.conv-item:hover{background:var(--bg)}.conv-item.active{background:var(--accent-soft);color:var(--accent)}.conv-icon{width:20px;text-align:center;color:var(--muted);flex-shrink:0}.conv-item.active .conv-icon{color:var(--accent)}.conv-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.conv-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conv-preview{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400}.badge{background:var(--red);color:#fff;border-radius:10px;padding:1px 8px;font-size:11px;font-weight:800}.chat{flex:1;display:flex;flex-direction:column;min-width:0;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:none;overflow:hidden}.chat-head{padding:18px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px}.chat-head strong{font-size:15px;font-weight:800}.mobile-back{display:none;font-size:20px;font-weight:700;padding:2px 8px}.head-tools{margin-left:auto;display:flex;gap:2px}.info-btn{font-size:16px;color:var(--muted);width:34px;height:34px;border-radius:50%}.info-btn:hover{background:var(--bg);color:var(--accent)}.tool-panel{padding:10px 16px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:8px}.tool-search{display:flex;gap:8px}.tool-search input{flex:1;padding:9px 14px;background:var(--bg);border:1.5px solid transparent;border-radius:12px;outline:none}.tool-search input:focus{border-color:var(--accent)}.tool-cal{flex-direction:row;align-items:center;gap:10px}.tool-cal input{padding:8px 14px;border-radius:14px}.search-results{max-height:220px;overflow-y:auto;display:flex;flex-direction:column}.search-hit{text-align:left;padding:8px 10px;border-radius:10px;display:flex;flex-direction:column;gap:1px;font-size:14px}.search-hit:hover{background:var(--bg)}.hist-banner{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background:var(--accent-soft);color:var(--accent);font-weight:700;font-size:13px}.msg-block.highlight .bubble{outline:2px solid var(--accent)}.system-msg{align-self:center;text-align:center;max-width:90%;background:var(--bg);color:var(--muted);font-size:12px;font-weight:600;border-radius:12px;padding:7px 14px;line-height:1.5}.mention{color:var(--accent);font-weight:800}.msg-group.mine .mention{color:#fff;text-decoration:underline}.mention-pop{margin:0 16px;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden}.mention-pop button{text-align:left;padding:9px 14px;display:flex;gap:8px;align-items:baseline}.mention-pop button:hover{background:var(--accent-soft)}.emoji-wrap{border-top:1px solid var(--border)}.quick-replies{display:flex;gap:6px;padding:10px 16px 0;flex-wrap:wrap}.quick-chip{padding:7px 14px;background:var(--accent-soft);color:var(--accent);border-radius:16px;font-size:13px;font-weight:700}.quick-chip:hover{background:var(--accent);color:#fff}.emoji-wrap .emoji-panel{border-top:none}.drop-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;border-radius:var(--radius);background:#3182f61f;border:3px dashed var(--accent);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;color:var(--accent);pointer-events:none}.chat{position:relative}.browse-item{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:9px 4px;width:100%}.browse-info{display:flex;flex-direction:column;gap:1px;min-width:0}.browse-info strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msg-list{flex:1;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:14px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.empty-chat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.empty-chat span{font-size:40px;margin-bottom:6px}.empty-chat p{font-weight:700}.date-sep{display:flex;align-items:center;justify-content:center;margin:10px 0 2px}.date-sep span{background:var(--bg);color:var(--muted);font-size:12px;font-weight:600;padding:5px 14px;border-radius:14px}.msg-group{max-width:68%;align-self:flex-start;display:flex;flex-direction:column;gap:3px}.msg-group.mine{align-self:flex-end}.msg-sender{font-size:12px;font-weight:700;color:var(--muted);margin:0 4px 2px}.msg-row{display:flex;align-items:flex-end;gap:6px}.msg-group.mine .msg-row{flex-direction:row-reverse}.bubble{background:var(--bg);padding:10px 14px;border-radius:16px;word-break:break-word;font-weight:500;white-space:pre-wrap}.msg-group:not(.mine) .msg-row:first-of-type .bubble{border-top-left-radius:6px}.msg-group.mine .msg-row:first-of-type .bubble{border-top-right-radius:6px}.msg-group.mine .bubble{background:var(--accent);color:#fff}.bubble a{color:var(--accent);text-decoration:none;font-weight:700}.msg-group.mine .bubble a{color:#fff;text-decoration:underline}.file-size{font-size:12px;opacity:.7;font-weight:400}.msg-image{display:block;max-width:280px;max-height:320px;border-radius:12px;cursor:zoom-in}.msg-meta{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:1px;padding-bottom:2px}.msg-group.mine .msg-meta{align-items:flex-end}.read-count{font-size:11px;font-weight:800;color:var(--accent)}.read-label{font-size:11px;font-weight:600;color:var(--muted)}.msg-time{font-size:11px;color:var(--muted);white-space:nowrap}.msg-block{display:flex;flex-direction:column;gap:3px}.bubble{cursor:pointer}.react-palette{display:flex;gap:2px;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:4px 8px;box-shadow:var(--shadow);align-self:flex-start}.react-palette.mine{align-self:flex-end}.react-palette button{font-size:18px;padding:4px 6px;border-radius:50%;line-height:1}.react-palette button:hover{background:var(--accent-soft);transform:scale(1.2)}.react-palette .palette-delete{border-left:1px solid var(--border);border-radius:0 16px 16px 0;padding-left:10px}.react-palette .palette-delete:hover{background:var(--red-soft)}.react-palette .palette-reply{border-left:1px solid var(--border);padding-left:10px}.reply-quote{display:flex;flex-direction:column;gap:1px;width:100%;text-align:left;font-size:12px;margin-bottom:6px;border-left:3px solid var(--accent);padding:2px 8px;background:#0000000d;border-radius:6px;color:inherit;opacity:.85}.msg-group.mine .reply-quote{border-left-color:#ffffffb3;background:#ffffff26}.reply-quote strong{font-size:11px}.reply-quote span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.toast{position:absolute;bottom:86px;left:50%;transform:translate(-50%);background:var(--text);color:#fff;padding:10px 18px;border-radius:20px;font-size:13px;font-weight:700;z-index:30;white-space:nowrap;box-shadow:0 4px 16px #0003}.pending-bar{margin:0 16px 4px;padding:12px;background:var(--bg);border-radius:14px;display:flex;flex-direction:column;gap:10px}.pending-list{display:flex;gap:10px;flex-wrap:wrap}.pending-item{position:relative}.pending-item img{max-width:140px;max-height:140px;border-radius:10px;display:block;border:1px solid var(--border)}.pending-name{display:inline-block;padding:8px 12px;background:var(--surface);border:1px solid var(--border);border-radius:10px;font-size:13px;font-weight:600}.pending-x{position:absolute;top:-8px;right:-8px;width:22px;height:22px;border-radius:50%;background:var(--text);color:#fff;font-size:11px;line-height:1}.reply-bar{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:0 16px;padding:8px 14px;background:var(--accent-soft);border-radius:12px}.reply-bar-text{display:flex;flex-direction:column;gap:1px;min-width:0;font-size:13px}.reply-bar-text span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reactions{display:flex;gap:4px;flex-wrap:wrap;align-self:flex-start}.reactions.mine{align-self:flex-end}.reaction-chip{display:flex;align-items:center;gap:3px;background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:2px 9px;font-size:12px;font-weight:700}.reaction-chip.me{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.emoji-panel{display:grid;grid-template-columns:repeat(10,1fr);gap:2px;padding:10px 16px;border-top:1px solid var(--border);max-height:180px;overflow-y:auto}.emoji-panel button{font-size:22px;padding:6px;border-radius:10px;line-height:1}.emoji-panel button:hover{background:var(--bg)}.emoji-toggle.on{background:var(--accent-soft)}.composer{display:flex;gap:8px;padding:12px 16px 16px;border-top:1px solid var(--border);align-items:center}.composer textarea{flex:1;padding:12px 18px;background:var(--bg);border:1.5px solid transparent;border-radius:22px;outline:none;min-width:0;resize:none;line-height:1.5;max-height:120px;font-family:inherit}.composer textarea:focus{border-color:var(--accent);background:var(--surface)}.composer{align-items:flex-end}.send-btn{padding:12px 22px;background:var(--accent);color:#fff;border-radius:24px;font-weight:700;flex-shrink:0}.send-btn:hover{background:var(--accent-press)}.send-btn:disabled{opacity:.35;cursor:default}.attach{width:42px;height:42px;flex-shrink:0;border-radius:50%;background:var(--bg);font-size:20px;font-weight:400;color:var(--muted);display:flex;align-items:center;justify-content:center}.attach:hover{background:var(--accent-soft);color:var(--accent)}.attach.mic.on{background:var(--red-soft);animation:micpulse 1.2s infinite}@keyframes micpulse{50%{box-shadow:0 0 0 6px #f0445226}}.content-pane{flex:1;min-width:0;display:flex;overflow:hidden}.content-pane .admin-page{flex:1;max-width:none}.content-pane .admin-content,.content-pane .card{max-width:860px;width:100%}.admin-page{height:100%;overflow-y:auto;padding:24px;max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:16px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.admin-topbar{display:flex;justify-content:space-between;align-items:center}.admin-topbar h2{font-size:21px;font-weight:800;letter-spacing:-.5px}.tabs{display:flex;gap:8px}.tabs button{padding:10px 18px;border-radius:22px;font-weight:700;font-size:14px;background:var(--surface);color:var(--muted);border:1px solid var(--border);box-shadow:none}.tabs button.active{background:var(--text);color:#fff}.admin-content{display:flex;flex-direction:column;gap:16px;padding-bottom:40px}.card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:none;padding:22px;display:flex;flex-direction:column;gap:14px}.card h3{font-size:15px;font-weight:800;display:flex;gap:8px;align-items:baseline}.card.notice{flex-direction:column;gap:4px;border-left:4px solid var(--accent)}.row-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.stack-form{display:flex;flex-direction:column;gap:10px}.row-form input,.stack-form input,.stack-form select,.stack-form textarea,.row-form select{padding:11px 14px;background-color:var(--bg);border:1.5px solid transparent;border-radius:14px;outline:none}.row-form input:focus,.stack-form input:focus,.stack-form select:focus,.stack-form textarea:focus{border-color:var(--accent);background:var(--surface)}.row-form .id-field{flex:1;min-width:220px}.row-form .id-field input{width:100%}.stack-form textarea{resize:vertical}.issued{background:var(--accent-soft);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:6px}.issued code{font-size:18px;font-weight:800;color:var(--accent);-webkit-user-select:all;user-select:all;letter-spacing:1px}.person-search{width:100%;padding:11px 14px;background:var(--bg);border:1.5px solid transparent;border-radius:12px;outline:none}.person-search:focus{border-color:var(--accent);background:var(--surface)}.list{display:flex;flex-direction:column}.list-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px 4px;border-bottom:1px solid var(--border)}.list-row:last-child{border-bottom:none}.list-row.inactive .list-main{opacity:.45}.list-main{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.list-main.col{flex-direction:column;align-items:flex-start;gap:3px}.list-actions{display:flex;gap:6px;flex-shrink:0}.chip{border-radius:8px;padding:2px 8px;font-size:11px;font-weight:700}.chip.blue{background:var(--accent-soft);color:var(--accent)}.chip.gray{background:var(--bg);color:var(--muted)}.chip.red{background:var(--red-soft);color:var(--red)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{text-align:left;color:var(--muted);font-weight:700;font-size:12px;padding:8px 10px;border-bottom:1px solid var(--border);white-space:nowrap}td{padding:9px 10px;border-bottom:1px solid var(--border)}tr:last-child td{border-bottom:none}.list-row.clickable{width:100%;text-align:left;cursor:pointer;border-radius:10px}.list-row.clickable:hover{background:var(--bg)}.minute-content{white-space:pre-wrap;background:var(--bg);border-radius:14px;padding:16px;line-height:1.7;font-weight:500}.setting-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.setting-row:last-of-type{border-bottom:none}.toggle{position:relative;width:48px;height:28px;border-radius:14px;background:var(--border);transition:background .2s;flex-shrink:0}.toggle span{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;transition:left .2s;box-shadow:0 1px 3px #0003}.toggle.on{background:var(--accent)}.toggle.on span{left:23px}.guide-body ul{padding-left:20px;display:flex;flex-direction:column;gap:8px;line-height:1.7}.guide-body b{color:var(--accent)}.todo-row{padding:8px 4px}.todo-done{text-decoration:line-through;color:var(--muted)}.todo-group{display:flex;flex-direction:column;gap:2px}.todo-group-title{font-size:12px;font-weight:800;color:var(--accent);padding:4px 2px 0}.todo-group-title.overdue{color:var(--red)}.seg{display:inline-flex;background:var(--bg);border-radius:14px;padding:3px;gap:2px}.seg button{padding:8px 14px;border-radius:11px;font-size:13px;font-weight:700;color:var(--muted)}.seg button.on{background:var(--surface);color:var(--accent);box-shadow:0 1px 4px #001b371f}.dp{position:relative;display:inline-block}.dp-btn{padding:9px 16px;background:var(--bg);border-radius:14px;font-weight:700;font-size:13px;white-space:nowrap}.dp-btn:hover{background:var(--accent-soft);color:var(--accent)}.dp-pop{position:absolute;top:calc(100% + 8px);left:0;z-index:80;width:292px;background:var(--surface);border:1px solid var(--border);border-radius:20px;box-shadow:0 8px 30px #001b371f;padding:16px}.dp-pop.right{left:auto;right:0}.dp-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.dp-head strong{font-size:15px}.dp-nav button{width:30px;height:30px;border-radius:50%;font-size:18px;color:var(--muted)}.dp-nav button:hover{background:var(--bg);color:var(--accent)}.dp-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.dp-w{text-align:center;font-size:11px;font-weight:700;color:var(--muted);padding:4px 0}.dp-d{height:34px;border-radius:50%;font-size:13px;font-weight:600}.dp-d:hover{background:var(--accent-soft)}.dp-d.out{color:var(--border)}.dp-d.today{box-shadow:inset 0 0 0 1.5px var(--accent)}.dp-d.sel{background:var(--accent);color:#fff}.dp-w.sun,.dp-d.sun:not(.sel):not(.out){color:var(--red)}.dp-w.sat,.dp-d.sat:not(.sel):not(.out){color:var(--accent)}.dp-foot{display:flex;justify-content:flex-end;margin-top:8px}.time-pop{width:130px;max-height:240px;overflow-y:auto;display:flex;flex-direction:column;gap:2px;padding:8px}.time-opt{padding:8px 12px;border-radius:10px;font-weight:600;font-size:13px;text-align:center}.time-opt:hover{background:var(--accent-soft)}.time-opt.sel{background:var(--accent);color:#fff}.res-head{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.res-toggle{font-size:14px;font-weight:800;display:flex;gap:6px;align-items:baseline;white-space:nowrap}.res-head input[type=date]{padding:8px 14px;border-radius:14px}.slot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.slot{display:flex;flex-direction:column;align-items:center;gap:0;padding:8px 2px;border-radius:10px;background:var(--bg);font-weight:700;font-size:13px;border:1.5px solid transparent}.slot em{font-style:normal;font-size:10px;color:var(--muted);font-weight:600}.slot:hover:not(:disabled){border-color:var(--accent)}.slot.sel{background:var(--accent);color:#fff}.slot.sel em{color:#fffc}.slot.taken{opacity:.35;cursor:not-allowed;text-decoration:line-through}.modal-wide{width:640px}.rec-gate{background:var(--bg);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:8px;width:100%}.rec-bar{display:flex;align-items:center;gap:10px;background:var(--red-soft);border-radius:14px;padding:10px 16px}.rec-dot{width:12px;height:12px;border-radius:50%;background:var(--red);opacity:.35}.rec-dot.on{animation:recblink 1s infinite;opacity:1}@keyframes recblink{50%{opacity:.25}}.rec-box{background:var(--bg);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:10px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#191f2873;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px}.modal{width:560px;max-width:94vw;max-height:80vh;overflow-y:auto;background:var(--surface);border-radius:20px;padding:22px;display:flex;flex-direction:column;gap:14px;box-shadow:0 8px 40px #0003}.modal-head{display:flex;justify-content:space-between;align-items:center}.dispute-messages{display:flex;flex-direction:column;gap:10px}.dispute-msg{display:flex;flex-direction:column;gap:2px;background:var(--bg);border-radius:12px;padding:10px 14px}.tabbar{display:none}.sheet{position:fixed;left:0;right:0;bottom:0;z-index:110;background:var(--surface);border-radius:22px 22px 0 0;padding:14px 16px calc(14px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:4px;box-shadow:0 -8px 30px #001b3726}.sheet button{padding:14px;border-radius:14px;font-size:15px;font-weight:700;text-align:left}.sheet button:hover{background:var(--bg)}.sheet .sheet-cancel{text-align:center;color:var(--muted);margin-top:4px}.sheet .sheet-danger{color:var(--red)}.sheet-emoji{display:flex;justify-content:space-around;padding:6px 4px 10px;border-bottom:1px solid var(--border);margin-bottom:6px}.sheet-emoji button{font-size:26px;padding:6px;border-radius:50%}.sheet-emoji button:active{background:var(--accent-soft);transform:scale(1.15)}@media (max-width: 700px){.layout{padding:0;gap:0;flex-direction:column}.rail{display:none}.tabbar{display:flex;order:99;height:calc(58px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--border);background:var(--surface);flex-shrink:0}.tabbar button{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-size:19px;color:var(--muted);font-weight:700;position:relative}.tabbar .tab-badge{top:6px;right:calc(50% - 24px)}.tabbar button span{font-size:10px}.tabbar button.active{color:var(--accent)}.sidebar{width:100%;min-width:0;border-radius:0;border:none;flex:1;min-height:0}.sidebar-tabs{display:inline-flex}.content-pane{flex:1;min-height:0}.chat{border-radius:0;border:none;flex:1;min-height:0}.layout:not(.chat-open) .chat{display:none}.layout.chat-open .sidebar,.layout.chat-open .tabbar{display:none}.layout:not(.chat-open) .center.muted{display:none}.mobile-back{display:block}.msg-group{max-width:85%}.admin-page{padding:16px}.admin-topbar{flex-wrap:wrap;gap:10px}input,textarea,select{font-size:16px}}
