*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden;height:100vh;width:100vw;background:#f5f5f4}#login-gate{position:fixed;inset:0;background:#f5f5f4;display:flex;align-items:center;justify-content:center;z-index:9999}#login-gate.hidden{display:none}.login-box{text-align:center}.login-title{font-size:2.5rem;margin-bottom:2rem;color:#374151;font-weight:600}.login-box input{display:block;width:220px;padding:12px 16px;margin:0 auto 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;text-align:center;background:#fff}.login-box input:focus{outline:none;border-color:#9ca3af}.login-box button{padding:12px 32px;background:#374151;color:#fff;border:none;border-radius:10px;font-size:1rem;cursor:pointer;font-weight:500}.login-box button:hover{background:#1f2937}#login-error{color:#ef4444;margin-top:1rem;font-size:.9rem;display:none}#app{display:none;height:100vh;width:100vw}#app.visible{display:block}#whiteboard{position:relative;height:100%;width:100%}#toolbar{position:fixed;top:16px;right:16px;display:flex;gap:8px;z-index:100}#toolbar button,#sync-indicator{width:40px;height:40px;border-radius:10px;border:none;background:#fff;box-shadow:0 2px 8px #00000014;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280}#toolbar button:hover{background:#f9fafb}#sync-indicator{cursor:default}#sync-indicator.syncing{color:#3b82f6}#sync-indicator.syncing svg{animation:spin 1s linear infinite}#sync-indicator.success{color:#22c55e}#sync-indicator.error{color:#ef4444;cursor:pointer}@keyframes spin{to{transform:rotate(360deg)}}#project-badge{height:40px;padding:0 16px;border-radius:10px;background:#fff;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;font-size:13px;font-weight:600;color:#374151;white-space:nowrap}#new-note-fab{position:fixed;bottom:90px;right:20px;display:flex;flex-direction:column;gap:8px;z-index:100}#fab-add-btn,#fab-color-btn{width:52px;height:52px;border-radius:14px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000001f;transition:transform .15s,box-shadow .15s}#fab-add-btn{background:#fef08a;color:#78716c}#fab-add-btn:hover{transform:scale(1.05);box-shadow:0 4px 14px #00000026}#fab-color-btn{width:36px;height:36px;border-radius:10px;background:#fff;align-self:center}#fab-color-dot{width:20px;height:20px;border-radius:6px;background:#fef08a}#fab-colors{position:absolute;bottom:100%;right:0;background:#fff;border-radius:12px;padding:8px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;gap:6px;margin-bottom:8px}#fab-colors.hidden{display:none}.fab-color-opt{width:32px;height:32px;border-radius:8px;border:none;cursor:pointer;transition:transform .1s}.fab-color-opt:hover{transform:scale(1.1)}.board{position:absolute;inset:0;display:none;overflow:auto;scrollbar-width:none}.board::-webkit-scrollbar{display:none}.board.active{display:block}#board-0{background-color:#fff7ed;background-image:linear-gradient(90deg,#e5dcd4 1px,transparent 1px),linear-gradient(#e5dcd4 1px,transparent 1px);background-size:40px 40px}#board-1{background-color:#fefce8;background-image:linear-gradient(90deg,#e5e5dc 1px,transparent 1px),linear-gradient(#e5e5dc 1px,transparent 1px);background-size:40px 40px}#board-2{background-color:#f0fdf4;background-image:linear-gradient(90deg,#c4d4c4 1px,transparent 1px),linear-gradient(#c4d4c4 1px,transparent 1px);background-size:40px 40px}#board-3{background-color:#dbeafe;background-image:linear-gradient(90deg,#a8b8d4 1px,transparent 1px),linear-gradient(#a8b8d4 1px,transparent 1px);background-size:40px 40px}#board-4{background-color:#eef2ff;background-image:linear-gradient(90deg,#c4c8e4 1px,transparent 1px),linear-gradient(#c4c8e4 1px,transparent 1px);background-size:40px 40px}#board-5{background-color:#f5f3ff;background-image:linear-gradient(90deg,#d4c4e4 1px,transparent 1px),linear-gradient(#d4c4e4 1px,transparent 1px);background-size:40px 40px}.board-tape{position:absolute;top:16px;left:20px;width:fit-content;max-width:280px;padding:8px 24px;background:#fff8dcf2;border-top:1px solid rgba(200,180,140,.3);border-bottom:1px solid rgba(200,180,140,.3);font-family:Segoe Print,Bradley Hand,Comic Sans MS,cursive;font-size:18px;font-weight:500;color:#5a4a3a;transform:rotate(-1deg);box-shadow:0 1px 3px #00000014;z-index:50;cursor:text;outline:none;min-width:100px}.board-tape:focus{background:#fffcebfa;box-shadow:0 2px 8px #0000001f}#minimap{position:fixed;bottom:90px;left:20px;width:138px;height:66px;background:#fff;border-radius:10px;box-shadow:0 2px 10px #00000014;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:3px;padding:4px;z-index:100}#minimap.ui-hidden,#hints.ui-hidden,#new-note-fab.ui-hidden{display:none}.quadrant-btn{border:none;border-radius:4px;cursor:pointer;transition:all .15s;position:relative}.quadrant-btn:hover{filter:brightness(.95)}.quadrant-btn.active{box-shadow:inset 0 0 0 2px #0003}.quadrant-btn[data-q="0"]{background:#fed7aa}.quadrant-btn[data-q="1"]{background:#fef9c3}.quadrant-btn[data-q="2"]{background:#dcfce7}.quadrant-btn[data-q="3"]{background:#93c5fd}.quadrant-btn[data-q="4"]{background:#e0e7ff}.quadrant-btn[data-q="5"]{background:#ede9fe}.minimap-note{position:absolute;background:#0000004d;border-radius:1px}#hints{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#fff;padding:10px 20px;border-radius:10px;font-size:12px;color:#6b7280;box-shadow:0 2px 10px #0000000f;display:flex;gap:16px;z-index:100}#hints kbd{background:#f3f4f6;padding:3px 8px;border-radius:5px;font-weight:600;margin-right:4px}.sticky-note{position:absolute;width:180px;min-height:140px;padding:12px;border-radius:2px;box-shadow:2px 3px 12px #00000014,0 1px 3px #0000000f;cursor:grab;user-select:none;display:flex;flex-direction:column;transition:box-shadow .15s}.sticky-note:hover{box-shadow:3px 5px 16px #0000001f,0 2px 4px #00000014}.sticky-note.dragging{cursor:grabbing;box-shadow:6px 10px 24px #0000002e;z-index:9999!important}.sticky-note.editing{cursor:text}.sticky-note.selected{box-shadow:0 0 0 2px #3b82f680,3px 5px 16px #0000001f}.sticky-note.multi-selected{box-shadow:0 0 0 3px #22c55e,0 0 12px #22c55e66,3px 5px 16px #0000001f}body.multi-select-mode,body.multi-select-mode .sticky-note{cursor:crosshair}body.multi-select-mode .sticky-note:hover{box-shadow:0 0 0 2px #22c55e,3px 5px 16px #0000001f}.multi-select-indicator{position:fixed;top:70px;left:50%;transform:translate(-50%);background:#22c55e;color:#fff;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;z-index:1000;box-shadow:0 4px 12px #22c55e4d;display:none}.multi-select-indicator.visible{display:block}.sticky-note.snoozed{opacity:.4;filter:grayscale(30%)}.sticky-note.snoozed:hover{opacity:.7}.snooze-badge{position:absolute;top:-8px;right:-8px;background:#6b7280;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:8px;white-space:nowrap}.sticky-note.lead{padding-top:50px}.lead-avatar{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:56px;height:56px;border-radius:50%;background:#ffffffe6;border:3px solid white;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer}.lead-avatar svg{width:32px;height:32px;color:#9ca3af}.lead-avatar img{width:100%;height:100%;object-fit:cover}.sticky-note-content{flex:1;font-size:14px;line-height:1.5;color:#374151;outline:none;white-space:pre-wrap;word-break:break-word}.sticky-note-content:empty:before{content:"Double-click to edit...";color:#9ca3af;pointer-events:none}.sticky-note-meta{display:flex;justify-content:space-between;align-items:center;margin-top:8px;padding-top:8px;border-top:1px solid rgba(0,0,0,.06)}.sticky-note-date{font-size:10px;color:#9ca3af}.sticky-note-actions{display:flex;gap:4px;opacity:0;transition:opacity .15s}.sticky-note:hover .sticky-note-actions{opacity:1}.sticky-note-actions button{width:24px;height:24px;border:none;border-radius:5px;background:#0000000d;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .1s}.sticky-note-actions button:hover{background:#0000001a}.sticky-note-actions .done-btn:hover{background:#22c55e;color:#fff}.sticky-note-actions .delete-btn:hover{background:#ef4444;color:#fff}.sticky-note-actions .detail-btn:hover{background:#3b82f6;color:#fff}.color-picker{position:fixed;background:#fff;border-radius:10px;padding:8px;box-shadow:0 4px 20px #00000026;display:flex;gap:6px;z-index:200}.color-picker.hidden{display:none}.color-btn{width:28px;height:28px;border-radius:6px;border:none;cursor:pointer;transition:transform .1s}.color-btn:hover{transform:scale(1.15)}.modal{position:fixed;inset:0;background:#0006;display:none;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal.visible{display:flex}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:400px;max-height:90vh;overflow:auto;box-shadow:0 20px 60px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:1.25rem;font-weight:600;color:#1f2937}.modal-close{width:32px;height:32px;border:none;background:#f3f4f6;border-radius:8px;font-size:20px;cursor:pointer;color:#6b7280}.modal-close:hover{background:#e5e7eb}.modal-body{padding:24px}.detail-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.header-spacer{flex:1}.header-actions{display:flex;gap:8px;align-items:center}.header-btn{width:36px;height:36px;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.header-btn.primary{background:#3b82f6;color:#fff}.header-btn.primary:hover{background:#2563eb}.header-btn.danger{background:#fef2f2;color:#dc2626}.header-btn.danger:hover{background:#fee2e2}.header-snooze{display:flex;align-items:center;gap:4px;margin-right:12px;padding-right:12px;border-right:1px solid #e5e7eb}.header-snooze-input{width:130px;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#374151;background:#fff}.header-snooze-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.header-snooze-clear{width:24px;height:24px;border:none;background:#f3f4f6;border-radius:4px;color:#6b7280;cursor:pointer;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center}.header-snooze-clear:hover{background:#e5e7eb;color:#374151}.header-board-picker{display:flex;gap:4px;margin-right:8px}.header-board-picker .board-opt{width:24px;height:24px;border:2px solid transparent;border-radius:6px;cursor:pointer;transition:transform .1s,border-color .1s}.header-board-picker .board-opt:hover{transform:scale(1.15)}.header-board-picker .board-opt.active{border-color:#374151}.setting-group{margin-bottom:20px}.setting-group:last-child{margin-bottom:0}.setting-group label{display:block;font-weight:600;color:#374151;margin-bottom:4px}.setting-hint{font-size:13px;color:#6b7280;margin-bottom:12px}.setting-group input{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;margin-bottom:12px}.setting-group input:focus{outline:none;border-color:#9ca3af}.setting-actions{display:flex;gap:8px}.setting-actions button{padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer}.setting-actions button:not(.secondary):not(.danger){background:#374151;color:#fff}.setting-actions button:not(.secondary):not(.danger):hover{background:#1f2937}.setting-actions button.secondary{background:#f3f4f6;color:#374151}.setting-actions button.secondary:hover{background:#e5e7eb}.setting-actions button.danger{background:#fef2f2;color:#dc2626}.setting-actions button.danger:hover{background:#fee2e2}.setting-divider{height:1px;background:#e5e7eb;margin:20px 0}.admin-modal-content{max-width:600px}.admin-prompt{text-align:center;color:#6b7280;margin-bottom:20px}.admin-login-form{display:flex;gap:10px;max-width:300px;margin:0 auto}.admin-login-form input{flex:1;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:15px}.admin-login-form input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.admin-login-form button{padding:12px 24px;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s}.admin-login-form button:hover{background:#4338ca}.admin-summary{padding:12px 16px;background:#f3f4f6;border-radius:8px;margin-bottom:16px;font-size:14px;color:#374151;font-weight:500}.admin-projects-list{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto}.admin-project-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px;display:flex;align-items:center;gap:16px}.admin-project-card:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000a}.admin-project-info{flex:1;min-width:0}.admin-project-key{font-size:13px;font-family:ui-monospace,monospace;color:#6b7280;margin-bottom:4px}.admin-project-stats{display:flex;gap:16px;font-size:14px}.admin-project-stats span{color:#374151;font-weight:500}.admin-project-stats .cards{color:#4f46e5}.admin-project-actions{display:flex;gap:8px;flex-shrink:0}.admin-btn{padding:8px 14px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s}.admin-btn.view{background:#eff6ff;color:#2563eb}.admin-btn.view:hover{background:#dbeafe}.admin-btn.delete{background:#fef2f2;color:#dc2626}.admin-btn.delete:hover{background:#fee2e2}.admin-empty{text-align:center;padding:40px 20px;color:#9ca3af}.current-project{padding:12px 16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.current-project span{font-size:15px;font-weight:600;color:#1f2937}.current-project span.no-project{color:#9ca3af;font-weight:400}.detail-content{max-width:900px}.detail-two-col{display:grid;grid-template-columns:1fr 1fr;gap:30px}.detail-left-col{display:flex;flex-direction:column;gap:20px}.detail-right-col{display:flex;flex-direction:column}.detail-right-col>label{display:block;font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.detail-layout{display:flex;gap:16px;flex-wrap:wrap}.profile-card-centered{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px;height:100%}.profile-avatar-wrapper-centered{position:relative;margin-bottom:24px}.profile-avatar-ring{position:absolute;inset:-6px;border-radius:50%;background:var(--board-color, #c7d2fe);opacity:.5;animation:ring-pulse 3s ease-in-out infinite;filter:blur(1px)}@keyframes ring-pulse{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.6;transform:scale(1.03)}}.profile-avatar{position:relative;width:120px;height:120px;border-radius:50%;background:linear-gradient(145deg,#f8fafc,#e2e8f0);display:flex;align-items:center;justify-content:center;overflow:hidden;border:4px solid white;box-shadow:0 10px 40px #0000001f,0 4px 12px #00000014,inset 0 -2px 6px #0000000a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.profile-avatar:hover{transform:scale(1.05);box-shadow:0 14px 48px #0000002e,0 6px 16px #0000001f,inset 0 -2px 6px #0000000a}.profile-avatar svg{width:56px;height:56px;color:#cbd5e1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.profile-avatar img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.profile-avatar:hover img{transform:scale(1.08)}.avatar-edit-btn{position:absolute;bottom:2px;right:2px;width:32px;height:32px;background:#fff;border:2px solid #f3f4f6;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;box-shadow:0 4px 12px #00000026;transition:all .2s;z-index:5}.avatar-edit-btn:hover{background:#3b82f6;border-color:#3b82f6;color:#fff;transform:scale(1.1)}.contact-popover{position:absolute;top:50%;left:calc(100% + 16px);transform:translateY(-50%);background:#fff;border-radius:16px;padding:16px;box-shadow:0 20px 50px #00000026,0 10px 20px #0000001a,0 0 0 1px #0000000d;opacity:0;visibility:hidden;transition:all .25s cubic-bezier(.4,0,.2,1);z-index:100;min-width:220px}.profile-avatar-wrapper-centered:hover .contact-popover{opacity:1;visibility:visible;transform:translateY(-50%) translate(0)}.contact-popover:hover{opacity:1;visibility:visible}.popover-arrow{position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:16px;height:16px;background:#fff;border-radius:3px;transform:translateY(-50%) rotate(45deg);box-shadow:-2px 2px 4px #0000000d}.popover-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px}.popover-row{display:flex;align-items:center;gap:10px}.popover-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s}.popover-icon:hover{transform:scale(1.1)}.popover-icon.phone{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#16a34a}.popover-icon.email{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.popover-icon.linkedin{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#0077b5}.popover-icon.website{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:#9333ea}.popover-input{flex:1;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;color:#374151;background:#fafafa;transition:all .2s;min-width:0}.popover-input:hover{border-color:#d1d5db;background:#fff}.popover-input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.popover-input::placeholder{color:#9ca3af}.profile-info-stack{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%;margin-bottom:16px}.profile-name-centered{width:100%;font-size:1.4rem;font-weight:700;color:#1f2937;text-align:center;border:none;background:transparent;padding:6px 12px;border-radius:8px;letter-spacing:-.02em}.profile-name-centered:hover{background:#f9fafb}.profile-name-centered:focus{outline:none;background:#f3f4f6}.profile-name-centered::placeholder{color:#d1d5db;font-weight:400}.profile-role-centered{width:100%;font-size:.95rem;font-weight:500;color:#4b5563;text-align:center;border:none;background:transparent;padding:4px 12px;border-radius:6px}.profile-role-centered:hover{background:#f9fafb}.profile-role-centered:focus{outline:none;background:#f3f4f6}.profile-role-centered::placeholder{color:#d1d5db}.profile-company-centered{width:100%;font-size:.9rem;font-weight:400;color:#6b7280;text-align:center;border:none;background:transparent;padding:4px 12px;border-radius:6px}.profile-company-centered:hover{background:#f9fafb}.profile-company-centered:focus{outline:none;background:#f3f4f6}.profile-company-centered::placeholder{color:#d1d5db}.profile-hint{font-size:11px;color:#9ca3af;margin-top:auto;padding-top:16px;font-style:italic}.avatar-lightbox{position:fixed;inset:0;z-index:2000;display:none;align-items:center;justify-content:center}.avatar-lightbox.visible{display:flex}.lightbox-backdrop{position:absolute;inset:0;background:#000000d9;backdrop-filter:blur(8px);animation:lightbox-fade-in .3s ease}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.lightbox-content{position:relative;animation:lightbox-zoom-in .4s cubic-bezier(.34,1.56,.64,1)}@keyframes lightbox-zoom-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.lightbox-avatar-ring{position:absolute;inset:-12px;border-radius:50%;background:var(--board-color, #c7d2fe);opacity:.4;animation:lightbox-ring-pulse 2s ease-in-out infinite;filter:blur(2px)}@keyframes lightbox-ring-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.02)}}.lightbox-avatar{position:relative;width:320px;height:320px;border-radius:50%;background:linear-gradient(145deg,#1e293b,#0f172a);display:flex;align-items:center;justify-content:center;overflow:hidden;border:6px solid rgba(255,255,255,.2);box-shadow:0 0 80px #00000080,0 0 120px var(--board-color, #c7d2fe),inset 0 0 40px #0000004d}.lightbox-avatar svg{width:140px;height:140px;color:#475569}.lightbox-avatar img{width:100%;height:100%;object-fit:cover}.lightbox-close{position:absolute;top:-50px;right:-50px;width:44px;height:44px;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.lightbox-close:hover{background:#fff3;transform:scale(1.1)}.activity-input-section{margin-top:12px;padding-top:12px;border-top:1px solid #f3f4f6}.activity-type-btns{display:flex;gap:6px;margin-bottom:10px}.activity-type-btn{width:40px;height:40px;border:1.5px solid #e5e7eb;background:#fff;border-radius:10px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#6b7280}.activity-type-btn svg{width:18px;height:18px;transition:all .2s ease}.activity-type-btn:hover{background:#f9fafb;border-color:#d1d5db;color:#374151;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.activity-type-btn.active{background:#1f2937;border-color:#1f2937;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.activity-input{display:flex;gap:6px}.activity-input input{flex:1;padding:10px 12px;background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;color:#374151;font-size:14px;min-width:0}.activity-input input:focus{outline:none;border-color:#3b82f6}.btn-small{padding:10px 14px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.btn-small.primary{background:#3b82f6;color:#fff}.btn-small.primary:hover{background:#2563eb}.activity-thread{display:flex;flex-direction:column;gap:8px;flex:1;max-height:400px;overflow-y:auto;padding-right:4px}.activity-thread::-webkit-scrollbar{width:4px}.activity-thread::-webkit-scrollbar-track{background:#f3f4f6;border-radius:2px}.activity-thread::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.activity-item{display:flex;gap:10px;padding:10px 12px;background:#f9fafb;border-radius:12px;border-left:3px solid #e5e7eb;position:relative;transition:border-color .2s}.activity-item:hover{border-left-color:#3b82f6}.activity-item[data-type=call]{border-left-color:#22c55e}.activity-item[data-type=email]{border-left-color:#3b82f6}.activity-item[data-type=meeting]{border-left-color:#f59e0b}.activity-item[data-type=linkedin]{border-left-color:#0077b5}.activity-item[data-type=web]{border-left-color:#9333ea}.activity-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#f3f4f6;border-radius:6px;color:#6b7280}.activity-item[data-type=call] .activity-icon{color:#22c55e;background:#f0fdf4}.activity-item[data-type=email] .activity-icon{color:#3b82f6;background:#eff6ff}.activity-item[data-type=meeting] .activity-icon{color:#f59e0b;background:#fffbeb}.activity-item[data-type=linkedin] .activity-icon{color:#0077b5;background:#e8f4fc}.activity-item[data-type=web] .activity-icon{color:#9333ea;background:#faf5ff}.activity-content{flex:1;min-width:0}.activity-text{font-size:13px;color:#374151;word-break:break-word;line-height:1.4}.activity-time{font-size:10px;color:#9ca3af;margin-top:3px}.activity-delete{position:absolute;top:6px;right:6px;background:none;border:none;color:#d1d5db;cursor:pointer;font-size:12px;padding:2px 5px;opacity:0;transition:all .2s;border-radius:4px}.activity-item:hover .activity-delete{opacity:1}.activity-delete:hover{color:#ef4444;background:#fef2f2}.activity-empty{text-align:center;color:#9ca3af;font-size:12px;padding:30px 10px;background:#f9fafb;border-radius:12px}@media(max-width:700px){.detail-two-col{grid-template-columns:1fr}.detail-right-col{order:-1}.activity-thread{max-height:200px}}.confetti{position:fixed;pointer-events:none;z-index:9999}.confetti-piece{position:fixed;width:10px;height:10px;opacity:0}@keyframes confetti-explode{0%{opacity:1;transform:translate(0) rotate(0) scale(1)}to{opacity:0;transform:translate(var(--tx),var(--ty)) rotate(720deg) scale(0)}}@media(max-width:640px){#hints{display:none}.sticky-note{width:150px;min-height:120px}#minimap{width:80px;height:54px;bottom:80px;left:12px}#new-note-fab{bottom:80px;right:12px}#fab-add-btn{width:48px;height:48px}.detail-layout{flex-direction:column;align-items:center}.detail-fields-compact{width:100%}.detail-row{grid-template-columns:1fr}}
