html,body,#root{width:100%;min-height:100%;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f8fafc;color:#172033;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.login-screen{width:100%;min-height:100vh;display:flex;background:#fff;overflow:hidden}.hero-section{position:relative;flex:1 1 auto;min-width:0;min-height:100vh;display:flex;align-items:center;padding:clamp(50px,6vw,100px) clamp(50px,7vw,110px);overflow:hidden;background:radial-gradient(circle at 85% 15%,#ffffff26 0,#fff0 32%),linear-gradient(135deg,#0a66c2,#0b72d0 45%,#1683e8);color:#fff}.hero-section:before{content:"";position:absolute;width:min(700px,65vw);height:min(700px,65vw);right:-280px;top:-250px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle,rgba(255,255,255,.08) 0%,rgba(255,255,255,.02) 45%,transparent 70%);pointer-events:none}.hero-section:after{content:"";position:absolute;width:420px;height:420px;left:-260px;bottom:-280px;border-radius:50%;border:1px solid rgba(255,255,255,.08);background:#ffffff06;pointer-events:none}.hero-content{position:relative;z-index:2;width:100%;max-width:760px}.hero-badge{width:fit-content;display:inline-flex;align-items:center;gap:9px;margin-bottom:30px;padding:8px 13px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff14;color:#ffffffe6;font-size:12px;font-weight:600;letter-spacing:.2px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-badge-dot{width:7px;height:7px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px #ffffff1f}.hero-section h1{margin:0;max-width:760px;font-size:clamp(46px,5vw,72px);line-height:1.03;font-weight:700;letter-spacing:-2.8px;color:#fff}.hero-section h1 span{color:#cfe8ff}.hero-description{max-width:630px;margin:28px 0 0;color:#ffffffd6;font-size:clamp(16px,1.3vw,19px);line-height:1.7;letter-spacing:-.1px}.hero-stats{display:flex;align-items:stretch;gap:0;margin-top:52px}.hero-stat{min-width:145px;padding-right:28px;margin-right:28px;border-right:1px solid rgba(255,255,255,.2)}.hero-stat:last-child{border-right:0;margin-right:0}.hero-stat h2{margin:0;font-size:clamp(27px,3vw,38px);line-height:1;font-weight:700;letter-spacing:-1.2px;color:#fff}.hero-stat span{display:block;margin-top:9px;color:#ffffffb8;font-size:12px;line-height:1.4;font-weight:500}.hero-trust{display:flex;align-items:center;gap:9px;margin-top:42px;color:#ffffffb8;font-size:12px;font-weight:500}.trust-check{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff21;color:#fff;font-size:11px;font-weight:700}.login-panel{position:relative;flex:0 0 500px;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:50px;background:linear-gradient(180deg,#fff,#fbfdff);border-left:1px solid #e8eef5}.login-card{width:100%;max-width:390px;margin:auto}.login-brand{display:flex;align-items:center;gap:12px;margin-bottom:54px}.logo{display:block;width:48px;height:48px;object-fit:contain;border-radius:10px}.brand-name{color:#0a66c2;font-size:21px;font-weight:700;letter-spacing:-.5px}.login-heading{margin-bottom:32px}.eyebrow{display:block;margin-bottom:12px;color:#0a66c2;font-size:11px;font-weight:700;letter-spacing:1.4px}.login-card h2{margin:0;color:#172033;font-size:clamp(30px,2.5vw,38px);line-height:1.13;font-weight:700;letter-spacing:-1.4px}.subtitle{max-width:370px;margin:18px 0 0;color:#667085;font-size:15px;line-height:1.7}.login-btn{position:relative;width:100%;height:56px;display:flex;align-items:center;justify-content:center;gap:11px;padding:0 50px 0 18px;border:1px solid #0a66c2;border-radius:7px;background:#0a66c2;color:#fff;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #0a66c229;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.login-btn:hover{background:#004182;border-color:#004182;transform:translateY(-1px);box-shadow:0 8px 20px #0a66c238}.login-btn:active{transform:translateY(0);box-shadow:0 3px 8px #0a66c229}.login-btn:focus-visible{outline:3px solid rgba(10,102,194,.2);outline-offset:3px}.google-icon{width:25px;height:25px;flex:0 0 25px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#4285f4;font-size:14px;font-weight:700;box-shadow:0 1px 3px #00000026}.login-arrow{position:absolute;right:18px;font-size:19px;line-height:1;opacity:.85;transition:transform .18s ease}.login-btn:hover .login-arrow{transform:translate(3px)}.security-note{display:flex;align-items:center;gap:11px;margin-top:22px;padding:13px 14px;border:1px solid #e7edf4;border-radius:8px;background:#f8fafc}.security-icon{width:24px;height:24px;flex:0 0 24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#e8f3ff;color:#0a66c2;font-size:12px;font-weight:700}.security-note div{display:flex;flex-direction:column;gap:2px}.security-note strong{color:#344054;font-size:12px;font-weight:600}.security-note div span{color:#98a2b3;font-size:11px}.footer-text{max-width:340px;margin:22px auto 0;color:#98a2b3;font-size:11px;line-height:1.6;text-align:center}@media(max-height:800px)and (min-width:901px){.hero-section{padding:40px clamp(45px,5vw,75px)}.hero-badge{margin-bottom:22px}.hero-section h1{font-size:clamp(40px,4.3vw,58px)}.hero-description{margin-top:20px;font-size:15px;line-height:1.6}.hero-stats{margin-top:36px}.hero-trust{margin-top:28px}.login-panel{flex-basis:440px;padding:35px}.login-brand{margin-bottom:38px}.login-heading{margin-bottom:25px}.login-card h2{font-size:30px}.subtitle{margin-top:14px;margin-bottom:0}.login-btn{height:52px}.security-note{margin-top:17px}.footer-text{margin-top:16px}}@media(max-height:700px)and (min-width:901px){.hero-section{padding:25px 45px}.hero-badge{margin-bottom:17px;padding:6px 10px;font-size:10px}.hero-section h1{font-size:38px;letter-spacing:-1.5px}.hero-description{margin-top:14px;max-width:540px;font-size:13px;line-height:1.5}.hero-stats{margin-top:25px}.hero-stat{min-width:120px;padding-right:20px;margin-right:20px}.hero-stat h2{font-size:25px}.hero-stat span{margin-top:6px;font-size:10px}.hero-trust{margin-top:20px;font-size:10px}.login-panel{flex-basis:400px;padding:25px}.login-brand{margin-bottom:28px}.logo{width:42px;height:42px}.brand-name{font-size:18px}.login-heading{margin-bottom:20px}.eyebrow{margin-bottom:8px;font-size:9px}.login-card h2{font-size:25px}.subtitle{margin-top:11px;font-size:12px;line-height:1.5}.login-btn{height:48px;font-size:13px}.google-icon{width:22px;height:22px;flex-basis:22px;font-size:12px}.security-note{margin-top:13px;padding:9px 11px}.security-note strong{font-size:10px}.security-note div span{font-size:9px}.footer-text{margin-top:10px;font-size:9px}}@media(max-width:1100px)and (min-width:901px){.login-panel{flex-basis:420px;padding:35px}.hero-section{padding-left:45px;padding-right:45px}.hero-section h1{font-size:46px}.hero-description{max-width:520px;font-size:16px}.hero-stats{margin-top:38px}}@media(max-width:900px){.login-screen{min-height:100vh;flex-direction:column;overflow:visible}.hero-section{flex:none;min-height:auto;padding:60px 32px 55px;align-items:flex-start}.hero-section h1{font-size:43px;letter-spacing:-1.8px}.hero-description{margin-top:20px;font-size:16px;line-height:1.6}.hero-stats{margin-top:35px}.hero-stat{min-width:120px}.hero-trust{margin-top:30px}.login-panel{flex:none;width:100%;min-height:auto;padding:55px 30px 60px;border-left:0;border-top:1px solid #e8eef5}.login-card{max-width:430px}}@media(max-width:600px){.hero-section{padding:45px 24px 42px}.hero-badge{font-size:10px}.hero-section h1{font-size:36px;letter-spacing:-1.2px}.hero-description{font-size:15px}.hero-stats{width:100%;flex-wrap:wrap;gap:20px;margin-top:30px}.hero-stat{min-width:95px;padding-right:18px;margin-right:0}.hero-stat h2{font-size:26px}.hero-stat span{font-size:10px}.hero-trust{margin-top:25px;font-size:10px;line-height:1.5}.login-panel{padding:42px 22px 48px}.login-brand{margin-bottom:38px}.login-card h2{font-size:30px}.subtitle{font-size:14px}.login-btn{height:54px}}@media(max-width:380px){.hero-section{padding:35px 20px}.hero-badge{font-size:9px;padding:6px 9px}.hero-section h1{font-size:31px}.hero-description{font-size:14px}.hero-stats{gap:15px}.hero-stat{min-width:85px;padding-right:12px}.hero-stat h2{font-size:23px}.hero-stat span{font-size:9px}.login-panel{padding:35px 18px 40px}.login-brand{margin-bottom:32px}.logo{width:42px;height:42px}.brand-name{font-size:18px}.login-card h2{font-size:27px}.subtitle{font-size:13px}}.contacts-page{min-height:100%;background:radial-gradient(circle at top right,rgba(37,99,235,.08),transparent 35%),#f6f9fc;color:#172033}.contacts-container{max-width:1180px;margin:0 auto;padding:42px 28px 70px}.contacts-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}.contacts-header-content{min-width:0}.page-eyebrow{display:inline-flex;align-items:center;padding:7px 12px;margin-bottom:12px;border-radius:999px;background:#e8f1ff;color:#1769e0;font-size:12px;font-weight:800;letter-spacing:.12em}.contacts-page-header h1{margin:0;font-size:clamp(40px,5vw,58px);line-height:.98;letter-spacing:-.045em;color:#102a43;font-weight:850}.contacts-page-header p{max-width:580px;margin:14px 0 0;color:#61758a;font-size:17px;line-height:1.6}.contacts-count{min-width:130px;padding:20px 24px;display:flex;flex-direction:column;align-items:center;border-radius:20px;background:linear-gradient(135deg,#1769e0,#2487f5);color:#fff;box-shadow:0 12px 30px #1769e038}.count-number{font-size:34px;line-height:1;font-weight:850;letter-spacing:-.04em}.count-label{margin-top:5px;font-size:12px;font-weight:700;opacity:.85}.contacts-toolbar{margin-bottom:16px}.contacts-search{position:relative;display:flex;align-items:center;width:100%;height:64px;background:#fff;border:1px solid #dce5ef;border-radius:18px;box-shadow:0 5px 20px #0f23370d;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.contacts-search:focus-within{border-color:#2487f5;box-shadow:0 0 0 4px #2487f51f,0 10px 28px #0f233714}.search-icon{width:64px;display:flex;justify-content:center;align-items:center;color:#1769e0;font-size:30px;font-weight:700}.contacts-search input{flex:1;min-width:0;height:100%;padding:0 16px 0 0;border:0;outline:none;background:transparent;color:#172033;font-family:inherit;font-size:17px;font-weight:600}.contacts-search input::placeholder{color:#91a0af;font-weight:500}.search-clear{width:42px;height:42px;margin-right:10px;border:0;border-radius:12px;background:#edf4fc;color:#52708d;cursor:pointer;font-size:24px;line-height:1;transition:background .2s ease,color .2s ease}.search-clear:hover{background:#dcecff;color:#1769e0}.contacts-search input[type=search]{-webkit-appearance:none;appearance:none}.contacts-search input[type=search]::-webkit-search-cancel-button,.contacts-search input[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.contact-filters{display:flex;gap:9px;margin-bottom:24px;overflow-x:auto;padding:3px 1px 8px;scrollbar-width:none}.contact-filters::-webkit-scrollbar{display:none}.filter-button{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #dce5ef;border-radius:12px;background:#fff;color:#526579;font-family:inherit;font-size:14px;font-weight:750;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.filter-button:hover{border-color:#9fc8f7;color:#1769e0;transform:translateY(-1px)}.filter-button.active{border-color:#1769e0;background:#1769e0;color:#fff;box-shadow:0 6px 16px #1769e033}.filter-count{min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;border-radius:999px;background:#edf4fc;color:#1769e0;font-size:11px;font-weight:850}.filter-button.active .filter-count{background:#fff3;color:#fff}.contacts-list{display:flex;flex-direction:column;gap:14px}.contact-card{position:relative;display:flex;align-items:flex-start;gap:22px;padding:24px;background:#fff;border:1px solid #e1e9f1;border-radius:22px;box-shadow:0 5px 20px #142d460b;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.contact-card:hover{transform:translateY(-3px);border-color:#b8d7f7;box-shadow:0 14px 32px #142d461a}.contact-avatar{flex:0 0 68px;width:68px;height:68px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:20px;background:linear-gradient(135deg,#1769e0,#2487f5);color:#fff;font-size:21px;font-weight:850;box-shadow:0 7px 18px #1769e038}.contact-avatar img{width:100%;height:100%;object-fit:cover}.contact-main{flex:1;min-width:0}.contact-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.contact-identity{min-width:0}.contact-top h2{margin:0;color:#142b42;font-size:22px;line-height:1.2;font-weight:800;letter-spacing:-.025em}.contact-role{margin:6px 0 0;color:#5d7185;font-size:14px;line-height:1.4;font-weight:600}.contact-role.muted{color:#9aa8b6}.role-separator{display:inline-block;margin:0 7px;color:#b4c2cf}.contact-status{flex-shrink:0;display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.status-dot{width:7px;height:7px;border-radius:50%;background:currentColor}.status-due{background:#e8f2ff;color:#1769e0}.status-upcoming{background:#e9f5ff;color:#2083cf}.status-unscheduled{background:#edf2f7;color:#61758a}.status-archived{background:#f0f1f3;color:#7a8490}.status-overdue{background:#fff0f0;color:#d64545}.contact-details{display:flex;flex-wrap:wrap;gap:22px;margin-top:20px;padding-top:18px;border-top:1px solid #edf1f5}.contact-detail{display:flex;align-items:center;gap:10px;min-width:180px}.detail-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#edf5ff;color:#1769e0;font-size:16px}.contact-detail>div{min-width:0;display:flex;flex-direction:column}.detail-label{color:#94a2af;font-size:9px;font-weight:850;letter-spacing:.1em}.detail-value{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#30475d;font-size:13px;font-weight:650}.contact-notes{margin-top:18px;padding:13px 15px;border-left:3px solid #2487f5;border-radius:0 10px 10px 0;background:#f5f9fe}.notes-label{color:#1769e0;font-size:9px;font-weight:850;letter-spacing:.1em}.contact-notes p{margin:5px 0 0;color:#526579;font-size:13px;line-height:1.5}.contact-action{flex:0 0 46px;width:46px;height:46px;align-self:center;display:flex;align-items:center;justify-content:center;border:0;border-radius:14px;background:#edf5ff;color:#1769e0;cursor:pointer;font-size:25px;font-weight:700;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.contact-action:hover{transform:translate(4px);background:linear-gradient(135deg,#1769e0,#2487f5);color:#fff;box-shadow:0 7px 18px #1769e040}.empty-contacts{padding:70px 30px;text-align:center;background:#fff;border:1px solid #e2e9f0;border-radius:24px}.empty-icon{width:72px;height:72px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border-radius:22px;background:#eaf3ff;color:#1769e0;font-size:30px}.empty-contacts h2{margin:0;color:#20364b;font-size:24px;font-weight:800}.empty-contacts p{margin:8px 0 20px;color:#74879a;font-size:15px}.reset-search-button{padding:11px 18px;border:0;border-radius:12px;background:#1769e0;color:#fff;font-family:inherit;font-size:14px;font-weight:750;cursor:pointer;box-shadow:0 7px 16px #1769e033}.reset-search-button:hover{background:#1258be}.contacts-loading{min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#61758a;font-size:15px;font-weight:650}.loading-spinner{width:34px;height:34px;border:3px solid #dcecff;border-top-color:#1769e0;border-radius:50%;animation:contacts-spin .8s linear infinite}@keyframes contacts-spin{to{transform:rotate(360deg)}}@media(max-width:760px){.contacts-container{padding:28px 16px 50px}.contacts-page-header{align-items:flex-start;flex-direction:column}.contacts-page-header h1{font-size:42px}.contacts-count{min-width:110px;padding:14px 20px;flex-direction:row;gap:9px}.count-number{font-size:27px}.count-label{margin-top:0}.contact-card{padding:18px;gap:14px}.contact-avatar{flex-basis:52px;width:52px;height:52px;border-radius:16px;font-size:17px}.contact-top{gap:10px}.contact-top h2{font-size:18px}.contact-status{padding:6px 8px;font-size:9px}.contact-details{flex-direction:column;gap:12px}.contact-detail{min-width:0}.contact-action{position:absolute;right:16px;top:18px;width:38px;height:38px;font-size:20px}}@media(max-width:480px){.contacts-page-header p{font-size:15px}.contacts-search{height:58px}.search-icon{width:52px}.contacts-search input{font-size:15px}.contact-card{display:block}.contact-avatar{margin-bottom:15px}.contact-top{padding-right:42px}.contact-status{position:absolute;top:70px;left:18px}.contact-main{padding-top:42px}}.analytics-loading p{margin:0;font-size:15px;color:#64748b;font-weight:500}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top:4px solid #2563eb;border-radius:50%;animation:analytics-spin .8s linear infinite}.contact-detail-page{min-height:100%;padding:32px 40px 60px;background:#f5f9ff;color:#14213d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.contact-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.contact-back-button{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:#315b8f;font-size:14px;font-weight:600;cursor:pointer;padding:8px 0;transition:color .2s ease,transform .2s ease}.contact-back-button:hover{color:#1455c0;transform:translate(-2px)}.contact-header-actions{display:flex;gap:10px}.primary-button,.secondary-button{min-height:42px;border-radius:8px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.primary-button{border:1px solid #1769e0;background:#1769e0;color:#fff;box-shadow:0 2px 5px #1769e02e}.primary-button:hover{background:#1258c7;border-color:#1258c7;box-shadow:0 4px 10px #1769e03d;transform:translateY(-1px)}.primary-button:active{transform:translateY(0)}.primary-button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.secondary-button{border:1px solid #cbd8e8;background:#fff;color:#23456f}.secondary-button:hover{border-color:#1769e0;background:#f2f7ff;color:#1455c0}.contact-profile{display:flex;align-items:center;gap:22px;padding:28px;background:#fff;border:1px solid #dbe6f2;border-radius:14px;margin-bottom:26px;box-shadow:0 2px 8px #183d660a}.contact-detail-avatar{width:86px;height:86px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#e7f0ff;border:3px solid #d4e5ff;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#1769e0}.contact-detail-avatar img{width:100%;height:100%;object-fit:cover}.contact-profile-info{flex:1}.page-eyebrow,.section-eyebrow{display:block;color:#1769e0;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.contact-profile-info h1{margin:5px 0 4px;color:#14213d;font-size:30px;line-height:1.2;font-weight:750;letter-spacing:-.02em}.contact-profile-info p{margin:0;color:#527092;font-size:14px}.contact-record-id{display:block;margin-top:8px;color:#8ba0b8;font-size:11px}.contact-profile-ai{display:flex;flex-direction:column;align-items:flex-end;gap:6px;color:#6e86a3;font-size:12px}.ai-badge{padding:5px 10px;border-radius:20px;background:#eaf3ff;border:1px solid #d4e6ff;color:#1769e0;font-size:10px;font-weight:800;letter-spacing:.08em}.contact-detail-content{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:26px;max-width:1400px}.contact-detail-main{display:flex;flex-direction:column;gap:24px}.detail-section,.sidebar-card{background:#fff;border:1px solid #dbe6f2;border-radius:14px;box-shadow:0 2px 8px #183d6609}.detail-section{padding:28px}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:25px}.section-heading h2{margin:5px 0;color:#14213d;font-size:20px;font-weight:750;letter-spacing:-.01em}.section-heading p{margin:0;color:#66819f;font-size:14px;line-height:1.5}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-field{display:flex;flex-direction:column;gap:7px}.form-field label{color:#29496f;font-size:13px;font-weight:700}.form-field input,.add-note textarea{width:100%;box-sizing:border-box;border:1px solid #cbd8e8;border-radius:8px;background:#fff;color:#14213d;font-family:inherit;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.form-field input{height:44px;padding:0 13px}.form-field input:hover,.add-note textarea:hover{border-color:#9db6d5}.form-field input:focus,.add-note textarea:focus{border-color:#1769e0;box-shadow:0 0 0 3px #1769e01a;background:#fbfdff}.add-note textarea{resize:vertical;padding:13px}.ai-action-button{border:1px solid #cbdcf2;background:#f3f8ff;color:#1769e0;border-radius:8px;padding:9px 13px;font-family:inherit;font-size:12px;font-weight:700;cursor:not-allowed}.add-note{border:1px solid #dbe6f2;border-radius:10px;padding:14px;background:#f8fbff}.add-note-footer{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.add-note-footer span{color:#8ba0b8;font-size:11px}.notes-list{display:flex;flex-direction:column;gap:12px;margin-top:20px}.note-card{padding:17px;border:1px solid #dbe6f2;border-radius:10px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.note-card:hover{border-color:#b8cde5;box-shadow:0 3px 10px #183d660d}.note-card-header{display:flex;align-items:center;gap:8px;margin-bottom:9px}.note-date{color:#8ba0b8;font-size:11px;font-weight:600}.note-ai-tag{padding:3px 7px;border-radius:10px;background:#eaf3ff;color:#1769e0;font-size:10px;font-weight:700}.note-delete{margin-left:auto;border:0;background:transparent;color:#8ba0b8;cursor:pointer;font-size:18px;transition:color .2s ease}.note-delete:hover{color:#d92d20}.note-card>p{margin:0;color:#466381;font-size:14px;line-height:1.6}.note-ai-summary{margin-top:14px;padding:12px;border-radius:8px;background:#f3f8ff;border-left:3px solid #1769e0}.note-ai-summary span{color:#1769e0;font-size:11px;font-weight:800}.note-ai-summary p{margin:5px 0 0;color:#66819f;font-size:12px;line-height:1.5}.empty-notes{padding:35px;text-align:center;border:1px dashed #b8cde5;border-radius:10px;background:#fbfdff}.empty-notes-icon{font-size:26px;margin-bottom:8px}.empty-notes h3{margin:0 0 5px;color:#29496f;font-size:15px}.empty-notes p{margin:0;color:#8ba0b8;font-size:13px}.contact-detail-sidebar{display:flex;flex-direction:column;gap:18px}.sidebar-card{padding:22px}.sidebar-card h3{margin:6px 0 18px;color:#14213d;font-size:17px;font-weight:750}.relationship-item{display:flex;flex-direction:column;gap:4px;padding:13px 0;border-bottom:1px solid #e8eff7}.relationship-item:last-child{border-bottom:0;padding-bottom:0}.relationship-item span{color:#7f97b2;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.relationship-item strong{color:#29496f;font-size:13px}.ai-card{background:linear-gradient(145deg,#fff,#f2f7ff);border-color:#cfe0f5}.ai-card-icon{width:40px;height:40px;margin-bottom:15px;border-radius:10px;background:#e5f0ff;color:#1769e0;display:flex;align-items:center;justify-content:center;font-size:20px}.ai-card p{margin:0;color:#66819f;font-size:13px;line-height:1.6}.ai-features{display:flex;flex-direction:column;gap:10px;margin-top:18px}.ai-features div{display:flex;gap:8px;color:#466381;font-size:12px}.ai-features span{color:#1769e0;font-weight:800}.record-id{margin-top:8px;padding:10px;border-radius:8px;background:#f3f7fc;border:1px solid #e0e9f3;color:#66819f;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px;word-break:break-all}@media(max-width:900px){.contact-detail-content{grid-template-columns:1fr}.contact-detail-sidebar{display:grid;grid-template-columns:1fr 1fr}}@media(max-width:650px){.contact-detail-page{padding:20px}.contact-detail-header,.contact-profile{align-items:flex-start}.contact-detail-header{flex-direction:column;gap:15px}.contact-header-actions{width:100%}.contact-header-actions button{flex:1}.contact-profile{flex-wrap:wrap;padding:22px}.contact-profile-ai{align-items:flex-start;width:100%}.form-grid,.contact-detail-sidebar{grid-template-columns:1fr}.detail-section{padding:20px}}.analytics-container{width:100%;max-width:100%;min-width:0;box-sizing:border-box;padding:32px 40px 40px;background:#f5f7fb;overflow-x:hidden}.analytics-header{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:30px}.analytics-header>div:first-child{min-width:0}.analytics-header h1{margin:0 0 6px;font-size:2rem;line-height:1.2;font-weight:700;color:#18181b}.analytics-header p{margin:0;color:#71717a;font-size:14px}.total-card{flex-shrink:0;display:flex;align-items:center;gap:16px;padding:16px 24px;color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:18px;box-shadow:0 15px 35px #4f46e538;box-sizing:border-box}.total-card span{display:block;margin-bottom:2px;font-size:12px;font-weight:600;opacity:.82}.total-card h2{margin:0;font-size:32px;line-height:1;font-weight:700}.analytics-grid{width:100%;min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.analytics-card{min-width:0;display:flex;align-items:center;gap:18px;padding:22px;background:#fff;border:1px solid #eef0f5;border-radius:18px;box-sizing:border-box;box-shadow:0 8px 30px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.analytics-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #00000017}.analytics-card>div:last-child{min-width:0}.analytics-card span{display:block;margin:0;color:#888;font-size:13px;font-weight:600}.analytics-card h2{margin:5px 0 0;font-size:30px;line-height:1;color:#18181b}.icon-wrapper{width:54px;height:54px;min-width:54px;display:flex;align-items:center;justify-content:center;border-radius:15px;box-sizing:border-box}.icon-wrapper.weekly{color:#2563eb;background:#eff6ff}.icon-wrapper.monthly{color:#7c3aed;background:#f5f3ff}.icon-wrapper.quarterly{color:#0891b2;background:#ecfeff}.icon-wrapper.annually{color:#059669;background:#ecfdf5}.icon-wrapper.unscheduled{color:#d97706;background:#fffbeb}.icon-wrapper.archived{color:#64748b;background:#f1f5f9}.insights{width:100%;min-width:0;margin-top:28px;padding:24px;box-sizing:border-box;background:#fff;border:1px solid #e9e7f2;border-radius:20px;box-shadow:0 8px 30px #281e500f}.insights-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.insights-title{min-width:0;display:flex;align-items:center;gap:12px}.insights-title>div:last-child{min-width:0}.insights-icon{width:42px;height:42px;min-width:42px;display:flex;align-items:center;justify-content:center;color:#7c3aed;background:linear-gradient(135deg,#f3e8ff,#ede9fe);border-radius:12px}.insights-title h3{margin:0;font-size:18px;line-height:1.2;font-weight:700;color:#18181b}.insights-title p{margin:4px 0 0;font-size:13px;line-height:1.4;color:#71717a}.insights-badge{flex-shrink:0;padding:6px 11px;border-radius:999px;font-size:11px;font-weight:700;color:#7c3aed;background:#f5f3ff}.insights-list{display:flex;flex-direction:column;gap:12px;min-width:0}.insight-card{position:relative;display:flex;gap:14px;min-width:0;padding:16px;box-sizing:border-box;border-radius:15px;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.insight-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.insight-card-icon{width:38px;height:38px;min-width:38px;display:flex;align-items:center;justify-content:center;border-radius:11px;background:#fffc;font-size:19px}.insight-content{flex:1;min-width:0;overflow-wrap:break-word}.insight-content strong{display:block;font-size:14px;line-height:1.4;color:#18181b}.insight-content p{margin:5px 0 0;font-size:13px;line-height:1.55;color:#52525b}.insight-action{display:inline-block;margin-top:9px;font-size:12px;font-weight:700;color:#7c3aed}.insight-stat{display:inline-block;margin-top:9px;font-size:11px;font-weight:600;color:#71717a}.insight-danger{background:#fff5f5;border-color:#fecaca}.insight-danger .insight-card-icon{color:#dc2626}.insight-warning{background:#fffbeb;border-color:#fde68a}.insight-warning .insight-card-icon{color:#d97706}.insight-primary{background:#f5f3ff;border-color:#ddd6fe}.insight-primary .insight-card-icon{color:#7c3aed}.insight-success{background:#f0fdf4;border-color:#bbf7d0}.insight-success .insight-card-icon{color:#16a34a}.insight-info{background:#f0f9ff;border-color:#bae6fd}.insight-info .insight-card-icon{color:#0284c7}.insight-pattern{background:#fafafa;border-color:#e4e4e7}.insight-neutral{background:#f8fafc;border-color:#e2e8f0}.insight-progress{margin-top:13px}.insight-progress-bar{width:100%;height:6px;overflow:hidden;border-radius:999px;background:#dcfce7}.insight-progress-bar span{display:block;height:100%;border-radius:inherit;background:#22c55e;transition:width .4s ease}.insight-progress small{display:block;margin-top:6px;font-size:11px;color:#71717a}.analytics-loading{width:100%;min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;box-sizing:border-box}.analytics-loading p{margin:0;font-size:15px;font-weight:500;color:#64748b}.spinner{width:48px;height:48px;box-sizing:border-box;border:4px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:analytics-spin .8s linear infinite}@keyframes analytics-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1000px){.analytics-container{padding:28px}.analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.analytics-container{padding:24px 20px 30px}.analytics-header{align-items:flex-start;flex-direction:column;margin-bottom:24px}.total-card{width:100%}.analytics-grid{grid-template-columns:1fr}.insights{padding:20px}}@media(max-width:480px){.analytics-container{padding:20px 14px 24px}.analytics-header h1{font-size:1.6rem}.analytics-header p{font-size:13px}.analytics-card{padding:18px}.analytics-card h2{font-size:27px}.icon-wrapper{width:48px;height:48px;min-width:48px}.insights{padding:16px}.insights-header,.insights-title{align-items:flex-start}.insights-badge{margin-top:2px}.insight-card{padding:14px}}.home-page{width:100%;min-height:100%;box-sizing:border-box;background:#f3f2ef;color:#172b4d;overflow-x:hidden}.home-container{width:100%;max-width:1180px;margin:0 auto;padding:42px 34px 50px;box-sizing:border-box}.welcome-section{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:28px}.welcome-content{min-width:0}.welcome-label{display:inline-block;margin-bottom:10px;color:#0a66c2;font-size:12px;line-height:1.2;font-weight:800;letter-spacing:.12em}.welcome-section h1{margin:0;color:#172b4d;font-size:clamp(34px,4vw,48px);line-height:1.1;font-weight:750;letter-spacing:-.035em}.welcome-section h1 span{color:#0a66c2}.welcome-section p{max-width:650px;margin:13px 0 0;color:#5e6c84;font-size:16px;line-height:1.6}.welcome-actions{display:flex;align-items:center;flex-shrink:0;gap:10px}.linkedin-primary-button,.linkedin-secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:22px;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.linkedin-primary-button{gap:8px;border:1px solid #0a66c2;background:#0a66c2;color:#fff}.linkedin-primary-button:hover{background:#004182;border-color:#004182;box-shadow:0 4px 12px #0a66c240;transform:translateY(-1px)}.linkedin-secondary-button{border:1px solid #0a66c2;background:#fff;color:#0a66c2}.linkedin-secondary-button:hover{background:#e8f3ff;box-shadow:0 3px 10px #0a66c21f}.button-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:20px;line-height:1}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.linkedin-card{position:relative;min-width:0;min-height:245px;padding:25px;box-sizing:border-box;border:1px solid #d9d9d9;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0000000d;transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease}.linkedin-card.clickable{cursor:pointer}.linkedin-card.clickable:hover{border-color:#c7c7c7;box-shadow:0 5px 18px #00000017;transform:translateY(-2px)}.card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;min-width:0}.card-eyebrow{display:block;margin-bottom:7px;color:#6a7789;font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.1em}.card-header h2{margin:0;color:#172b4d;font-size:20px;line-height:1.25;font-weight:700;letter-spacing:-.015em}.card-action-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#eef3f8;color:#0a66c2;font-size:17px;font-weight:700}.network-number{margin-top:28px;color:#172b4d;font-size:48px;line-height:1;font-weight:750;letter-spacing:-.045em}.card-description{max-width:430px;margin:10px 0 0;color:#6a7789;font-size:14px;line-height:1.55}.network-footer{display:flex;align-items:center;justify-content:space-between;margin-top:27px;padding-top:17px;border-top:1px solid #ebebeb;color:#0a66c2;font-size:13px;font-weight:700}.network-footer span:last-child{font-size:17px;transition:transform .18s ease}.linkedin-card:hover .network-footer span:last-child{transform:translate(3px)}.metric-row{display:flex;align-items:center;gap:15px;margin-top:25px}.metric-number{color:#172b4d;font-size:44px;line-height:1;font-weight:750;letter-spacing:-.04em}.metric-label{color:#6a7789;font-size:13px;line-height:1.35;font-weight:600}.status-badge{display:inline-flex;align-items:center;gap:7px;padding:5px 9px;border-radius:999px;background:#edf7ed;color:#287d3c;font-size:11px;font-weight:700}.status-dot{width:7px;height:7px;border-radius:50%;background:#287d3c}.attention-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#fff4e5;color:#c37b00;font-size:16px;font-weight:800}.analytics-card{display:flex;min-height:250px;overflow:hidden;background:linear-gradient(135deg,#fff 0% 55%,#f3f8fc)}.analytics-content{position:relative;z-index:2;width:58%}.analytics-content h2{max-width:390px;margin:5px 0 10px;color:#172b4d;font-size:25px;line-height:1.2;font-weight:750;letter-spacing:-.025em}.analytics-content p{max-width:400px;margin:0;color:#6a7789;font-size:14px;line-height:1.55}.text-link-button{display:inline-flex;align-items:center;gap:8px;margin-top:22px;padding:0;border:0;background:transparent;color:#0a66c2;font-family:inherit;font-size:14px;font-weight:750;cursor:pointer}.text-link-button span{font-size:18px;transition:transform .18s ease}.text-link-button:hover span{transform:translate(3px)}.analytics-visual{position:absolute;right:0;bottom:0;width:42%;height:100%;display:flex;align-items:flex-end;justify-content:center;padding:35px 28px 25px;box-sizing:border-box}.chart-bars{display:flex;align-items:flex-end;gap:9px;width:100%;height:145px;padding:0 5px;border-bottom:1px solid #d8e0e8}.chart-bars span{flex:1;min-width:8px;border-radius:5px 5px 0 0;background:linear-gradient(to top,#0a66c2,#70b5f9);opacity:.85}.quick-section{margin-top:26px}.section-heading{margin-bottom:13px}.section-heading h2{margin:0;color:#172b4d;font-size:20px;line-height:1.3;font-weight:700}.quick-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.quick-action{display:flex;align-items:center;width:100%;min-width:0;gap:13px;padding:16px;box-sizing:border-box;border:1px solid #d9d9d9;border-radius:8px;background:#fff;color:#172b4d;text-align:left;font-family:inherit;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.quick-action:hover{border-color:#b9c4d0;box-shadow:0 4px 14px #00000014;transform:translateY(-1px)}.quick-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#e8f3ff;color:#0a66c2;font-size:18px;font-weight:700}.quick-action-content{display:flex;flex-direction:column;min-width:0;gap:3px}.quick-action strong{color:#172b4d;font-size:13px;font-weight:700}.quick-action small{color:#6a7789;font-size:12px;line-height:1.3}.quick-arrow{margin-left:auto;color:#0a66c2;font-size:18px}.home-footer{display:flex;align-items:center;justify-content:space-between;margin-top:30px;padding:18px 2px 0;border-top:1px solid #d9d9d9;color:#6a7789;font-size:12px}.footer-link{padding:0;border:0;background:transparent;color:#0a66c2;font-family:inherit;font-size:12px;font-weight:700;cursor:pointer}.footer-link:hover{text-decoration:underline}@media(max-width:1000px){.home-container{padding:32px 25px 45px}.welcome-section{align-items:flex-start;flex-direction:column;gap:20px}.welcome-actions{width:100%}.dashboard-grid,.quick-actions{grid-template-columns:minmax(0,1fr)}.analytics-card{min-height:280px}}@media(max-width:640px){.home-container{padding:25px 16px 35px}.welcome-section{margin-bottom:20px}.welcome-section h1{font-size:34px}.welcome-section p{font-size:15px}.welcome-actions{flex-direction:column;align-items:stretch;gap:8px}.linkedin-primary-button,.linkedin-secondary-button{width:100%}.linkedin-card{min-height:auto;padding:20px}.network-number{font-size:42px}.metric-number{font-size:40px}.analytics-card{min-height:390px;display:block}.analytics-content{width:100%}.analytics-content h2{font-size:23px}.analytics-visual{position:absolute;width:100%;height:180px;padding:15px 35px 20px}.quick-actions{grid-template-columns:minmax(0,1fr)}.home-footer{align-items:flex-start;flex-direction:column;gap:10px}}@media(max-width:400px){.home-container{padding-left:12px;padding-right:12px}.welcome-section h1{font-size:30px}.linkedin-card{padding:18px}.card-header h2{font-size:18px}.metric-row{gap:10px}.metric-number{font-size:36px}}.linkedin-card:focus-visible,.quick-action:focus-visible,.linkedin-primary-button:focus-visible,.linkedin-secondary-button:focus-visible,.text-link-button:focus-visible,.footer-link:focus-visible{outline:3px solid rgba(10,102,194,.35);outline-offset:2px}@media(prefers-reduced-motion:reduce){.linkedin-card,.quick-action,.linkedin-primary-button,.linkedin-secondary-button,.network-footer span:last-child,.text-link-button span{transition:none}}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;min-height:100%;margin:0;padding:0}body{overflow:hidden;background:#f8fafc;color:#172033;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}button,input,select,textarea{font:inherit}.app-shell{position:relative;width:100%;height:100vh;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;background:#f8fafc}.top-header{position:relative;z-index:1000;width:100%;height:72px;min-height:72px;flex:0 0 72px;display:flex;align-items:center;padding:0 32px;background:#fffffff7;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 12px #0f172a0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:visible}.header-brand{width:250px;min-width:250px;flex:0 0 250px;display:flex;align-items:center;gap:10px;color:#172033;font-size:20px;font-weight:700;white-space:nowrap}.header-logo{width:38px;height:38px;min-width:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:linear-gradient(135deg,#1557c0,#1f6ae1,#3b82f6);color:#fff;font-size:17px;font-weight:800;box-shadow:0 6px 16px #1f6ae140}.header-search{position:relative;width:360px;max-width:360px;min-width:0;flex:0 1 360px;display:flex;align-items:center}.header-search input{width:100%;height:42px;padding:0 42px;border:1px solid #dbe2ea;border-radius:10px;outline:none;background:#f3f6f9;color:#172033;font-size:14px;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.header-search input::placeholder{color:#94a3b8}.header-search input:focus{background:#fff;border-color:#1f6ae1;box-shadow:0 0 0 3px #1f6ae11a}.header-search-icon{position:absolute;left:14px;z-index:2;pointer-events:none;color:#64748b;font-size:14px}.search-clear{position:absolute;right:10px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:50%;background:transparent;color:#64748b;font-size:20px;line-height:1;cursor:pointer}.search-clear:hover{background:#e2e8f0;color:#334155}.header-nav{position:relative;height:100%;min-width:0;margin-left:auto;display:flex;align-items:center;gap:4px;overflow:visible}.header-nav-item{position:relative;height:58px;min-width:72px;flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:5px 12px;border:none;background:transparent;color:#475569;font-size:11px;font-weight:500;white-space:nowrap;cursor:pointer;transition:color .2s ease,background .2s ease}.header-nav-item:hover{background:#f8fafc;color:#1f6ae1}.header-nav-item.active{color:#1f6ae1}.header-nav-item.active:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:linear-gradient(90deg,#1557c0,#1f6ae1,#3b82f6)}.header-nav-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:20px}.notification-icon{position:relative}.notification-dot{position:absolute;top:1px;right:1px;width:7px;height:7px;border:2px solid #ffffff;border-radius:50%;background:#ef4444}.header-add-contact{height:40px;min-width:40px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:7px;margin-left:12px;padding:0 16px;border:none;border-radius:9px;background:linear-gradient(135deg,#1557c0,#1f6ae1,#3b82f6);color:#fff;font-size:13px;font-weight:600;white-space:nowrap;cursor:pointer;box-shadow:0 6px 16px #1f6ae138;transition:transform .2s ease,box-shadow .2s ease}.header-add-contact:hover{transform:translateY(-1px);box-shadow:0 8px 20px #1f6ae147}.header-profile-wrapper{position:relative;z-index:10000;height:100%;display:flex;align-items:center;margin-left:10px;flex:0 0 auto;overflow:visible}.header-profile{position:relative;z-index:10001;height:48px;min-width:0;display:flex;align-items:center;gap:8px;padding:4px 8px 4px 4px;border:none;border-radius:10px;background:transparent;cursor:pointer;transition:background .2s ease}.header-profile:hover,.header-profile.open{background:#f1f5f9}.header-profile img{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;max-width:36px!important;max-height:36px!important;flex:0 0 36px;display:block;aspect-ratio:1 / 1;object-fit:cover;object-position:center;border:2px solid #ffffff;border-radius:50%!important;background:#e2e8f0;overflow:hidden;box-shadow:0 2px 7px #0f172a26}.header-profile-name{max-width:110px;overflow:hidden;color:#172033;font-size:13px;font-weight:600;white-space:nowrap;text-overflow:ellipsis}.header-profile-arrow{color:#64748b;font-size:12px;transition:transform .2s ease}.header-profile.open .header-profile-arrow{transform:rotate(180deg)}.header-profile-dropdown{position:absolute;top:calc(100% - 8px);right:0;z-index:99999;width:210px;min-width:210px;padding:8px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 20px 45px #0f172a2e,0 6px 14px #0f172a14;animation:header-profile-menu-in .16s ease-out}@keyframes header-profile-menu-in{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.header-profile-dropdown-item{width:100%;min-height:44px;display:flex;align-items:center;gap:11px;padding:10px 12px;border:none;border-radius:8px;background:transparent;color:#334155;font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:background .2s ease,color .2s ease}.header-profile-dropdown-item:hover{background:#f8fafc;color:#1f6ae1}.header-profile-dropdown-item:focus-visible{outline:2px solid rgba(31,106,225,.3);outline-offset:-2px}.header-profile-dropdown-icon{width:22px;min-width:22px;display:flex;align-items:center;justify-content:center;font-size:16px}.header-profile-dropdown-divider{height:1px;margin:5px 4px;background:#eef2f7}.header-profile-dropdown-item.header-profile-dropdown-logout{color:#dc2626}.header-profile-dropdown-item.header-profile-dropdown-logout:hover{background:#fef2f2;color:#b91c1c}.dashboard{position:relative;z-index:1;width:100%;height:calc(100vh - 72px);min-width:0;min-height:0;flex:1 1 auto;display:flex;overflow:hidden;background:#f8fafc}.sidebar{position:relative;z-index:20;width:250px;min-width:250px;height:100%;min-height:0;flex:0 0 250px;display:flex;flex-direction:column;padding:28px 20px;background:#fff;border-right:1px solid #e5e7eb;box-shadow:4px 0 24px #0f172a0d;overflow:visible}.sidebar-top{position:relative;width:100%;min-width:0;min-height:0;flex:1 1 auto;display:flex;flex-direction:column;gap:24px;overflow-x:visible;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.sidebar-top::-webkit-scrollbar{width:6px}.sidebar-top::-webkit-scrollbar-track{background:transparent}.sidebar-top::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.sidebar-top::-webkit-scrollbar-thumb:hover{background:#94a3b8}.profile{position:relative;width:100%;min-width:0;flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;padding:0 20px 20px;background:linear-gradient(180deg,#fff 0% 75%,#f8fbff);border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0f172a0f;text-align:left;overflow:visible}.profile-cover{width:calc(100% + 40px);height:72px;flex:0 0 72px;margin-left:-20px;border-radius:11px 11px 0 0;background:linear-gradient(135deg,#1557c0,#1f6ae1 45%,#3b82f6)}.profile-pic{position:relative;display:block;width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;max-width:72px!important;max-height:72px!important;flex:0 0 72px;margin-top:-36px;margin-bottom:12px;aspect-ratio:1 / 1;object-fit:cover;object-position:center;border:4px solid #ffffff!important;border-radius:50%!important;background:#e2e8f0;overflow:hidden;box-shadow:0 2px 8px #0f172a26;z-index:10}.profile img.profile-pic{width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;max-width:72px!important;max-height:72px!important;aspect-ratio:1 / 1;object-fit:cover;object-position:center;border-radius:50%!important;overflow:hidden}.profile-info{position:relative;width:100%;min-width:0;display:flex;flex-direction:column;align-items:flex-start;overflow:visible;text-align:left}.profile-name{width:100%;min-width:0;display:flex;align-items:center;gap:6px;margin:0;color:#172033;font-size:20px;font-weight:700;line-height:1.4}.profile-name-text{min-width:0;flex:1 1 auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.verified-badge{width:18px;height:18px;min-width:18px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 18px;border-radius:50%;background:#1f6ae1;color:#fff;font-size:11px;font-weight:700}.profile-email{width:100%;max-width:100%;margin:4px 0 0;color:#475569;font-size:13px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-menu{width:100%;flex:0 0 auto;display:flex;flex-direction:column;gap:8px}.nav-menu button{position:relative;width:100%;min-height:46px;flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:13px 14px;border:none;border-radius:10px;background:transparent;color:#475569;font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:background .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease}.nav-menu button:hover{background:#f8fafc;color:#2563eb;transform:translate(3px)}.nav-menu button.active{background:linear-gradient(135deg,#eff6ff,#f7faff);color:#2563eb;box-shadow:inset 3px 0 #2563eb,0 8px 18px #2563eb1f}.nav-menu button span:first-child{width:24px;min-width:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:17px}.content{width:0;min-width:0;min-height:0;flex:1 1 auto;padding:40px 40px 120px;overflow-x:hidden;overflow-y:auto;background:#f8fafc;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.content::-webkit-scrollbar{width:7px}.content::-webkit-scrollbar-track{background:transparent}.content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.page{width:100%;max-width:1400px;margin:0 auto}.hero{display:grid;grid-template-columns:1.8fr 1fr;gap:40px;align-items:center;padding:48px;background:#fff;border:1px solid #eceff3;border-radius:18px;box-shadow:0 2px 8px #0f172a0d,0 18px 40px #0f172a0f}.hero-actions{display:flex;gap:16px}.primary-btn,.secondary-btn{padding:13px 24px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.primary-btn{border:none;background:#2563eb;color:#fff;box-shadow:0 10px 24px #2563eb38}.primary-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.secondary-btn{border:1px solid #dbe2ea;background:#fff;color:#334155}.secondary-btn:hover{background:#f8fafc;box-shadow:0 8px 20px #0f172a14}.hero-panel{display:flex;flex-direction:column;padding:24px;background:#fff;border:1px solid #eceff3;border-radius:14px;box-shadow:0 2px 8px #0f172a0d,0 12px 30px #0f172a0d}.hero-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;color:#0f172a;font-size:15px;font-weight:700}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.stat-card{padding:18px;background:#fff;border:1px solid #eef2f7;border-radius:12px;box-shadow:0 1px 3px #0f172a0a,0 10px 20px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0f172a14}.stat-card h2{margin:0;color:#64748b;font-size:13px;font-weight:600}.stat-card strong{display:block;margin-top:8px;color:#0f172a;font-size:24px;font-weight:700}.stat-card span{display:block;margin-top:6px;color:#64748b;font-size:13px}.profile-card{display:flex;align-items:center;gap:14px;padding:14px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 4px 14px #0f172a0d}.settings-page{display:flex;flex-direction:column;gap:28px}.page-header h1{margin-top:0;margin-bottom:6px;color:#111827;font-size:2rem}.page-header p{color:#6b7280}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:24px}.settings-card{padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 24px #0f172a0d}.settings-card h2{margin-top:0;margin-bottom:20px;color:#111827;font-size:1.1rem}.setting-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f3f4f6}.setting-row:last-child{border-bottom:none}.setting-row span{color:#374151;font-weight:500}.setting-row button{padding:8px 16px;border:none;border-radius:8px;background:#2563eb;color:#fff;cursor:pointer;transition:background .2s ease}.setting-row button:hover{background:#1d4ed8}.setting-row select{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff}.setting-toggle{display:flex;align-items:center;gap:12px;padding:14px 0;color:#374151;cursor:pointer}.setting-toggle input{width:18px;height:18px}@media(max-width:1200px){.header-search{width:280px;max-width:280px;flex-basis:280px}.header-nav-item{min-width:58px;padding-left:8px;padding-right:8px}.header-nav-item>span:last-child{display:none}.header-profile-name{display:none}}@media(max-width:1100px){.header-brand{width:220px;min-width:220px;flex-basis:220px}.sidebar{width:230px;min-width:230px;flex-basis:230px}}@media(max-width:1024px){.hero{grid-template-columns:1fr}.hero-stats{grid-template-columns:repeat(2,1fr)}.content{padding:28px}}@media(max-width:900px){.top-header{padding:0 18px}.header-brand{width:auto;min-width:auto;flex:0 0 auto}.header-search{width:240px;max-width:240px;flex-basis:240px}.header-add-contact span:last-child{display:none}.header-add-contact{width:40px;padding:0}}@media(max-width:768px){body{overflow:auto}.app-shell{height:auto;min-height:100vh;overflow:visible}.top-header{position:sticky;top:0;height:64px;min-height:64px;flex-basis:64px;padding:0 14px;overflow:visible}.header-brand{display:none}.header-search{width:auto;max-width:none;min-width:0;flex:1 1 auto}.header-nav{margin-left:8px;overflow:visible}.header-nav-item{display:none}.header-add-contact{display:flex;margin-left:6px;flex-shrink:0}.header-profile-wrapper{margin-left:4px;flex-shrink:0;z-index:10000}.header-profile-name{display:none}.dashboard{width:100%;height:auto;min-height:calc(100vh - 64px);display:flex;flex-direction:column;overflow:visible}.sidebar{position:relative;width:100%;min-width:100%;height:auto;min-height:0;flex:0 0 auto;display:flex;flex-direction:column;padding:16px;border-right:none;border-bottom:1px solid #e8edf5;overflow:visible;box-shadow:0 2px 12px #0f172a0a}.sidebar-top{width:100%;height:auto;min-height:0;flex:0 0 auto;gap:12px;overflow:visible}.nav-menu{width:100%;flex-direction:row;gap:6px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scrollbar-width:thin}.nav-menu button{width:auto;min-width:100px;flex:0 0 auto;justify-content:center;text-align:center}.content{width:100%;min-width:0;flex:1 1 auto;padding:20px;overflow:visible}.hero{padding:24px}.hero h1{font-size:38px}.hero-actions{flex-direction:column}.hero-stats{grid-template-columns:1fr}.header-profile-dropdown{top:calc(100% - 5px);right:0;width:200px;min-width:200px;z-index:99999}}@media(max-width:480px){.top-header{gap:6px}.header-search{min-width:0}.header-add-contact,.header-profile{flex-shrink:0}.header-profile img{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;max-width:34px!important;max-height:34px!important;aspect-ratio:1 / 1;border-radius:50%!important}.profile{padding-left:16px;padding-right:16px}.profile-cover{width:calc(100% + 32px);margin-left:-16px}.profile-pic{width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;max-width:72px!important;max-height:72px!important;aspect-ratio:1 / 1;border-radius:50%!important}.profile-name{font-size:18px}.content{padding:16px}.settings-grid{grid-template-columns:1fr}}App.css body,html{margin:0;padding:0;font-family:Inter,sans-serif;background-color:#f9f9f9;color:#333}.dashboard{display:flex;height:100vh}.sidebar{width:250px;background-color:#1f1f1f;color:#fff;padding:20px}.main-content{flex:1;padding:20px;background-color:#f5f5f5}.cards{display:flex;gap:20px;margin-top:20px}.card{flex:1;padding:20px;background-color:#fff;border-radius:8px}.dashboard{display:flex;min-height:100vh;background-color:#f9f9f9}.sidebar{width:250px;background-color:#fff;box-shadow:2px 0 10px #0000000d;padding:2rem 1rem;display:flex;flex-direction:column;justify-content:space-between}.profile{text-align:center;margin-bottom:2rem}.profile-pic{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:2px solid #eee}.profile h3{margin:.5rem 0 .25rem;font-weight:600;color:#333}.profile p{margin:0;font-size:.9rem;color:#666}.logout-btn{margin-top:1rem;padding:.5rem 1rem;width:100%;background-color:#e53935;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500}.logout-btn:hover{background-color:#d32f2f}.sidebar nav ul{list-style:none;padding:0}.sidebar nav ul li{padding:.75rem 1rem;margin-bottom:.5rem;border-radius:6px;cursor:pointer;transition:background-color .2s ease;color:#1f1f1f}.sidebar nav ul li:hover{background-color:#f1f1f1}.main-content{flex:1;padding:2rem;background-color:#f9f9f9}.main-content h1{font-weight:600;margin-bottom:2rem}.cards{display:flex;gap:1.5rem;flex-wrap:wrap}.card{flex:1;min-width:200px;background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 12px #0000000d;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000014}
