*{box-sizing:border-box}html,body,#root{height:100%;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f5f7fa;color:#1a1f2b}a{color:#4f8cff;text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer}.btn{background:#4f8cff;color:#fff;border:none;border-radius:6px;padding:8px 14px;font-weight:500}.btn:hover{background:#3d77e6}.btn.secondary{background:#e6ebf2;color:#1a1f2b}.btn.secondary:hover{background:#d6dde7}.btn.danger{background:#e35353}.btn.danger:hover{background:#c93f3f}.btn:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{font:inherit;padding:8px 10px;border:1px solid #cdd5e0;border-radius:6px;background:#fff;width:100%}input:focus,textarea:focus,select:focus{outline:2px solid #4f8cff;outline-offset:-1px;border-color:#4f8cff}.field{margin-bottom:12px}.field label{display:block;font-size:13px;margin-bottom:4px;color:#4a5568}.topbar{display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e1e7ee;padding:10px 18px}.topbar .brand{font-weight:600;font-size:16px}.topbar .nav{display:flex;gap:12px;align-items:center}.topbar .user{font-size:13px;color:#4a5568}.auth-screen{display:flex;align-items:center;justify-content:center;height:100vh}.auth-card{background:#fff;padding:28px 32px;border-radius:10px;width:360px;box-shadow:0 4px 16px #0000000f}.auth-card h1{margin:0 0 18px;font-size:22px}.error{color:#c93f3f;font-size:13px;margin-top:6px}.page{padding:24px;max-width:1100px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.page-header h1{font-size:22px;margin:0}.session-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.session-card{background:#fff;border:1px solid #e1e7ee;border-radius:8px;padding:14px 16px;cursor:pointer;transition:box-shadow 80ms ease}.session-card:hover{box-shadow:0 4px 12px #0000000d}.session-card .title{font-weight:600;margin-bottom:4px}.session-card .url{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-card .meta{font-size:12px;color:#6b7280;margin-top:8px}.empty{text-align:center;color:#6b7280;padding:40px 0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#14192366;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:10px;padding:24px;width:420px;box-shadow:0 12px 40px #0000002e}.modal h2{margin:0 0 14px;font-size:18px}.modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.review-layout{display:grid;grid-template-columns:1fr 360px;height:calc(100vh - 49px)}.review-stage{position:relative;background:#e8edf3;display:flex;flex-direction:column}.review-toolbar{display:flex;align-items:center;gap:10px;padding:8px 14px;background:#fff;border-bottom:1px solid #e1e7ee}.review-iframe-wrap{flex:1;overflow:auto;display:flex;justify-content:center;padding:16px}.review-iframe{width:100%;height:100%;border:1px solid #cdd5e0;border-radius:6px;background:#fff}.rail{background:#fff;border-left:1px solid #e1e7ee;display:flex;flex-direction:column;overflow:hidden}.rail-header{padding:12px 14px;border-bottom:1px solid #e1e7ee;font-weight:600}.rail-list{flex:1;overflow-y:auto}.thread{padding:12px 14px;border-bottom:1px solid #eef1f5;cursor:pointer;transition:background 60ms ease}.thread:hover{background:#f8fafc}.thread.active{background:#eef4ff}.thread.resolved{opacity:.65}.thread.off-viewport{opacity:.55}.thread.off-viewport .pin-num{background:#c8d0db}.thread .head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.thread .pin-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#ff5c5c;color:#fff;font-size:12px;font-weight:600;margin-right:8px}.thread.resolved .pin-num{background:#9aa4b1}.thread .author{font-size:13px;color:#1a1f2b;font-weight:500}.thread .body{font-size:13px;color:#2c3340;white-space:pre-wrap}.thread .meta{font-size:11px;color:#6b7280;margin-top:4px}.thread .actions{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.thread .actions button{font-size:12px;padding:4px 8px;background:transparent;border:1px solid #cdd5e0;border-radius:4px;color:#4a5568}.thread .actions button:hover{background:#f0f4f9}.replies{margin-top:8px;padding-left:12px;border-left:2px solid #e1e7ee}.reply{font-size:12px;margin-bottom:6px}.reply .author{font-weight:500}.composer{padding:10px;background:#f8fafc;border-top:1px solid #eef1f5}.composer textarea{resize:vertical;min-height:60px;font-size:13px}.composer .row{display:flex;gap:6px;margin-top:6px}.bell-wrap{position:relative}.bell{background:transparent;border:none;padding:4px 6px;position:relative;border-radius:6px}.bell:hover{background:#f0f4f9}.bell-icon{font-size:18px}.bell-badge{position:absolute;top:-2px;right:-2px;background:#e35353;color:#fff;font-size:10px;font-weight:600;min-width:16px;height:16px;border-radius:8px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center}.bell-dropdown{position:absolute;top:calc(100% + 6px);right:0;width:340px;max-height:420px;background:#fff;border:1px solid #e1e7ee;border-radius:8px;box-shadow:0 12px 32px #0000001f;z-index:50;display:flex;flex-direction:column}.bell-dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid #eef1f5;font-weight:600;font-size:14px}.bell-list{overflow-y:auto;flex:1}.bell-empty{padding:24px;text-align:center;color:#6b7280;font-size:13px}.bell-item{display:block;width:100%;text-align:left;background:#f6faff;border:none;border-bottom:1px solid #eef1f5;padding:10px 12px;cursor:pointer}.bell-item:hover{background:#eef4ff}.bell-item.read{background:#fff}.bell-item-text{font-size:13px;color:#1a1f2b}.bell-item-meta{font-size:11px;color:#6b7280;margin-top:3px}.link-btn{background:transparent;border:none;color:#4f8cff;font-size:12px;padding:0}.link-btn:hover{text-decoration:underline}.vp-switcher{display:inline-flex;border:1px solid #cdd5e0;border-radius:6px;overflow:hidden;background:#fff}.vp-btn{border:none;background:#fff;color:#4a5568;padding:6px 12px;font-size:13px;border-right:1px solid #cdd5e0}.vp-btn:last-child{border-right:none}.vp-btn:hover{background:#f0f4f9}.vp-btn.active{background:#4f8cff;color:#fff}.vp-badge{display:inline-block;font-size:10px;text-transform:uppercase;letter-spacing:.4px;background:#e6ebf2;color:#4a5568;border-radius:3px;padding:1px 5px;margin-left:6px;vertical-align:middle}.pick-banner{position:absolute;top:56px;left:50%;transform:translate(-50%);background:#1a1f2b;color:#fff;padding:8px 14px;border-radius:6px;font-size:13px;z-index:10}
