:root{--color-primary: #1a56db;--color-primary-dark: #1345b7;--color-surface: #ffffff;--color-bg: #f3f4f6;--color-text: #111827;--color-muted: #6b7280;--color-border: #e5e7eb;--color-danger: #ef4444;--color-success: #10b981;--color-mine-bg: #dbeafe;--color-theirs-bg: #ffffff;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius: 12px;--radius-sm: 6px;--shadow: 0 1px 3px rgb(0 0 0 / .1);--header-h: 56px;--nav-h: 60px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;min-height:100dvh}ul{list-style:none}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}input{font:inherit}.spinner{width:32px;height:32px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen,.page-loading{display:flex;align-items:center;justify-content:center;height:100dvh}.page-error{display:flex;align-items:center;justify-content:center;height:100dvh;color:var(--color-danger)}.empty-state{color:var(--color-muted);text-align:center;padding:2rem 1rem;font-size:.9rem}.auth-shell{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1rem;background:var(--color-primary)}.auth-card{background:var(--color-surface);border-radius:var(--radius);padding:2rem 1.5rem;width:100%;max-width:380px;box-shadow:0 4px 24px #00000026}.auth-logo{text-align:center;margin-bottom:2rem}.auth-logo-text{display:block;font-size:2rem;font-weight:700;color:var(--color-primary)}.auth-logo-sub{display:block;font-size:.8rem;color:var(--color-muted);margin-top:.25rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.field{display:flex;flex-direction:column;gap:.375rem}.field label{font-size:.875rem;font-weight:500}.field input{padding:.625rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:1rem;transition:border-color .15s}.field input:focus{outline:none;border-color:var(--color-primary)}.error-msg{color:var(--color-danger);font-size:.875rem}.btn-primary{padding:.75rem;background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;transition:background .15s;margin-top:.5rem}.btn-primary:hover:not(:disabled){background:var(--color-primary-dark)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.page{display:flex;flex-direction:column;min-height:100dvh;max-width:640px;margin:0 auto;padding-bottom:var(--nav-h)}.page-header{position:sticky;top:0;z-index:10;height:var(--header-h);background:var(--color-surface);border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;box-shadow:var(--shadow)}.page-header h1{font-size:1.125rem;font-weight:700}.avatar-btn{width:32px;height:32px;border-radius:50%;background:var(--color-primary);display:block}.room-list{padding:.5rem 0}.room-item{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border-bottom:1px solid var(--color-border);background:var(--color-surface);transition:background .1s}.room-item:active{background:var(--color-bg)}.room-item-info{display:flex;flex-direction:column;gap:.2rem}.room-name{font-weight:600;font-size:.95rem}.room-type{font-size:.75rem;color:var(--color-muted)}.badge{background:var(--color-danger);color:#fff;font-size:.7rem;font-weight:700;padding:.125rem .45rem;border-radius:999px;min-width:20px;text-align:center}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:var(--nav-h);background:var(--color-surface);border-top:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-around;z-index:10}.nav-item{flex:1;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-muted);font-size:.75rem}.nav-item.active{color:var(--color-primary);font-weight:700}.room-shell{display:flex;flex-direction:column;height:100dvh;max-width:640px;margin:0 auto}.room-header{height:var(--header-h);background:var(--color-surface);border-bottom:1px solid var(--color-border);display:flex;align-items:center;gap:.75rem;padding:0 1rem;box-shadow:var(--shadow);flex-shrink:0}.back-btn{width:24px;height:24px;background:var(--color-muted);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;display:block}.room-header-info{display:flex;flex-direction:column}.room-header-name{font-weight:700;font-size:.95rem}.room-header-dept{font-size:.75rem;color:var(--color-muted)}.messages{flex:1;overflow-y:auto;padding:1rem .75rem;display:flex;flex-direction:column;gap:.5rem}.bubble{max-width:80%;display:flex;flex-direction:column;gap:.2rem}.bubble.mine{align-self:flex-end}.bubble.theirs{align-self:flex-start}.bubble-sender{font-size:.7rem;font-weight:600;color:var(--color-primary)}.bubble-body{padding:.5rem .75rem;border-radius:var(--radius);font-size:.9rem;line-height:1.4;word-break:break-word}.mine .bubble-body{background:var(--color-mine-bg);border-bottom-right-radius:var(--radius-sm)}.theirs .bubble-body{background:var(--color-theirs-bg);border:1px solid var(--color-border);border-bottom-left-radius:var(--radius-sm)}.bubble-meta{display:flex;align-items:center;gap:.4rem}.bubble-time{font-size:.7rem;color:var(--color-muted)}.mine .bubble-meta{justify-content:flex-end}.bubble-edited{font-size:.65rem;color:var(--color-muted);font-style:italic}.message-form{display:flex;gap:.5rem;padding:.75rem;background:var(--color-surface);border-top:1px solid var(--color-border);flex-shrink:0}.message-form input{flex:1;padding:.625rem .75rem;border:1px solid var(--color-border);border-radius:999px;font-size:.9rem}.message-form input:focus{outline:none;border-color:var(--color-primary)}.btn-send{padding:.625rem 1rem;background:var(--color-primary);color:#fff;border-radius:999px;font-size:.875rem;font-weight:600;transition:background .15s;white-space:nowrap}.btn-send:disabled{opacity:.5;cursor:not-allowed}.presence-badge{display:flex;align-items:center;gap:.3rem;margin-left:auto;padding:.25rem .6rem;background:#ecfdf5;border-radius:999px;font-size:.75rem;font-weight:600;color:var(--color-success)}.presence-dot{width:7px;height:7px;border-radius:50%;background:var(--color-success);animation:pulse-green 2s ease-in-out infinite}@keyframes pulse-green{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.presence-count{line-height:1}.typing-indicator{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.8rem;color:var(--color-muted);background:var(--color-surface);border-top:1px solid var(--color-border);flex-shrink:0}.typing-dots{display:inline-flex;gap:3px;align-items:center}.typing-dots span{width:5px;height:5px;border-radius:50%;background:var(--color-muted);animation:bounce-dot 1.2s ease-in-out infinite}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce-dot{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}}.typing-text{font-style:italic}.announcement-list{padding:.75rem;display:flex;flex-direction:column;gap:.75rem}.announcement-card{background:var(--color-surface);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow)}.announcement-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.announcement-date{font-size:.75rem;color:var(--color-muted)}.badge-confirmed{font-size:.7rem;font-weight:600;color:var(--color-success);background:#d1fae5;padding:.15rem .5rem;border-radius:999px}.announcement-title{font-size:1rem;font-weight:700;margin-bottom:.4rem}.announcement-body{font-size:.875rem;color:var(--color-muted);line-height:1.5}.btn-confirm{margin-top:.75rem;padding:.5rem 1rem;background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600}.btn-confirm:disabled{opacity:.6;cursor:not-allowed}.profile-card{background:var(--color-surface);margin:1rem;padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;gap:.5rem}.profile-avatar{width:64px;height:64px;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700}.profile-name{font-size:1.1rem;font-weight:700}.profile-email{font-size:.875rem;color:var(--color-muted)}.profile-section{margin:0 1rem}.profile-section h3{font-size:.875rem;font-weight:600;color:var(--color-muted);margin-bottom:.5rem}.dept-list{display:flex;flex-direction:column;gap:.25rem}.dept-item{display:flex;justify-content:space-between;align-items:center;padding:.625rem .75rem;background:var(--color-surface);border-radius:var(--radius-sm);box-shadow:var(--shadow)}.dept-name{font-size:.875rem;font-weight:500}.dept-role{font-size:.75rem;color:var(--color-muted)}.btn-logout{display:block;margin:1.5rem 1rem;padding:.75rem;width:calc(100% - 2rem);background:#fee2e2;color:var(--color-danger);border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;text-align:center}.empty-state-block{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1.5rem;text-align:center}.empty-state-icon{width:56px;height:56px;border-radius:50%;background:var(--color-border);margin-bottom:.5rem;position:relative}.empty-state-icon:after{content:"";position:absolute;top:14px;right:14px;bottom:14px;left:14px;border:2px solid var(--color-muted);border-radius:50%}.empty-state-icon--announce:after{border-radius:4px}.empty-state-title{font-size:1rem;font-weight:600;color:var(--color-text)}.empty-state-hint{font-size:.875rem;color:var(--color-muted)}.install-banner{position:fixed;bottom:calc(var(--nav-h) + 8px);left:0;right:0;z-index:40;display:flex;align-items:center;justify-content:space-between;margin:0 .75rem;padding:.75rem 1rem;background:var(--color-primary);color:#fff;border-radius:var(--radius);box-shadow:0 4px 12px #00000026}.install-banner-content{display:flex;align-items:center;gap:.75rem}.install-banner-icon{width:32px;height:32px;border-radius:8px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#fff}.install-banner-text{font-size:.875rem;font-weight:500}.install-banner-btn{padding:.375rem .875rem;background:#fff;color:var(--color-primary);border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;flex-shrink:0}.tour-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0009;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .2s ease}.tour-card{background:var(--color-surface);border-radius:var(--radius);padding:2rem 1.5rem 1.5rem;max-width:360px;width:100%;position:relative;text-align:center}.tour-skip{position:absolute;top:1rem;right:1rem;font-size:.8125rem;color:var(--color-muted);text-decoration:underline}.tour-step-number{font-size:.75rem;font-weight:600;letter-spacing:.05em;color:var(--color-primary);text-transform:uppercase;margin-bottom:1rem}.tour-title{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.tour-body{font-size:.9375rem;color:var(--color-muted);line-height:1.5;margin-bottom:1.5rem}.tour-dots{display:flex;justify-content:center;gap:.375rem;margin-bottom:1.5rem}.tour-dot{width:8px;height:8px;border-radius:50%;background:var(--color-border);transition:background .2s}.tour-dot.active{background:var(--color-primary)}.tour-next{display:block;width:100%;padding:.75rem;background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);font-size:1rem;font-weight:600}.room-header-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.mute-menu-wrap{position:relative}.mute-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:var(--color-muted);transition:background .15s}.mute-btn:hover{background:var(--color-border)}.mute-btn.muted{color:var(--color-danger)}.mute-btn svg{width:18px;height:18px}.mute-dropdown{position:absolute;top:calc(100% + 4px);right:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);box-shadow:0 8px 24px #0000001f;min-width:180px;z-index:30;overflow:hidden;animation:fadeIn .12s ease}.mute-dropdown-label{display:block;padding:.5rem .875rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;color:var(--color-muted);text-transform:uppercase;border-bottom:1px solid var(--color-border)}.mute-option{display:block;width:100%;padding:.625rem .875rem;font-size:.875rem;text-align:left;transition:background .1s}.mute-option:hover{background:var(--color-bg)}.mute-option.unmute{color:var(--color-primary);font-weight:600}.mute-option:disabled{opacity:.5;cursor:default}.room-item--muted .room-name{color:var(--color-muted)}.room-item-end{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.muted-icon{color:var(--color-muted);display:flex}.muted-icon svg{width:15px;height:15px}.push-status-row{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;padding:.75rem 0}.push-status-badge{padding:.25rem .625rem;border-radius:99px;font-size:.8125rem;font-weight:600}.push-status-granted{background:#d1fae5;color:#065f46}.push-status-denied{background:#fee2e2;color:#991b1b}.push-status-default{background:#fef3c7;color:#92400e}.push-status-unsupported{background:var(--color-border);color:var(--color-muted)}.btn-push-enable{padding:.375rem .875rem;background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600}.btn-push-enable:disabled{opacity:.6}.push-denied-hint{font-size:.8125rem;color:var(--color-muted);width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
