@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0d1f3c;--navy-80:#1a3560;--blue:#1a6fd8;--blue-lt:#e8f2fd;--blue-mid:#bcd6f7;--green:#15803d;--green-lt:#dcfce7;--amber:#b45309;--amber-lt:#fef3c7;--red:#b91c1c;--red-lt:#fee2e2;--purple:#6d28d9;--purple-lt:#ede9fe;--teal:#0f766e;--teal-lt:#ccfbf1;--orange:#c2410c;--orange-lt:#ffedd5;--gray-50:#f8f9fb;--gray-100:#f0f2f5;--gray-200:#e2e6ed;--gray-300:#c8cfd9;--gray-400:#9aa3b0;--gray-500:#6b7585;--gray-600:#4a5568;--gray-700:#2d3748;--gray-800:#1a202c;--white:#fff;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 1px 3px rgba(0,0,0,.08);--shadow-md:0 4px 12px rgba(0,0,0,.1);--shadow-lg:0 12px 32px rgba(0,0,0,.14);--font:"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif;--topbar-h:60px;--bottomnav-h:68px;--safe-bottom:env(safe-area-inset-bottom,0px)}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font);background:var(--gray-50);color:var(--gray-800);min-height:100vh;-webkit-font-smoothing:antialiased;overflow-x:hidden}.app-shell{display:flex;flex-direction:column;min-height:100vh}.topbar{position:sticky;top:0;z-index:100;height:var(--topbar-h);background:var(--navy);display:flex;align-items:center;padding:0 16px;gap:12px;box-shadow:0 2px 8px #0003}.topbar-logomark{width:34px;height:34px;border-radius:8px;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#fff;flex-shrink:0}.topbar-name{font-size:15px;font-weight:600;color:#fff;letter-spacing:-.2px}.topbar-sub{font-size:11px;color:#ffffff80;margin-top:1px}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.topbar-btn{width:36px;height:36px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#ffffff1a;color:#fffc;position:relative;transition:background .15s}.topbar-btn:hover{background:#fff3}.topbar-avatar{width:36px;height:36px;border-radius:50%;background:var(--blue);border:2px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#fff;cursor:pointer;flex-shrink:0}.notif-badge{position:absolute;top:5px;right:5px;width:8px;height:8px;border-radius:50%;background:#ef4444;border:2px solid var(--navy)}.page-content{flex:1;padding:16px;padding-bottom:calc(var(--bottomnav-h) + var(--safe-bottom) + 16px);max-width:600px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:14px}.page-content.wide{max-width:900px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:100;height:calc(var(--bottomnav-h) + var(--safe-bottom));background:var(--white);border-top:1px solid var(--gray-200);display:flex;align-items:flex-start;padding-top:8px;box-shadow:0 -2px 12px #0000000f}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer;padding:6px 4px;border:none;background:transparent;color:var(--gray-400);transition:color .15s;-webkit-tap-highlight-color:transparent;position:relative}.nav-item.active{color:var(--blue)}.nav-item svg{width:22px;height:22px}.nav-label{font-size:10px;font-weight:500}.nav-badge{position:absolute;top:2px;right:50%;transform:translate(10px);background:var(--red);color:#fff;font-size:9px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px}.page-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.page-title{font-size:22px;font-weight:600;letter-spacing:-.5px}.page-sub{font-size:13px;color:var(--gray-500);margin-top:2px}.card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);overflow:hidden}.card-body{padding:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 16px;border-radius:var(--radius-sm);font-family:var(--font);font-size:14px;font-weight:500;border:1px solid transparent;cursor:pointer;transition:all .15s;white-space:nowrap;-webkit-tap-highlight-color:transparent}.btn:active{transform:scale(.97)}.btn-primary{background:var(--navy);color:#fff;border-color:var(--navy)}.btn-primary:hover{background:var(--navy-80)}.btn-blue{background:var(--blue);color:#fff;border-color:var(--blue)}.btn-blue:hover{opacity:.9}.btn-ghost{background:transparent;color:var(--gray-600);border-color:var(--gray-200)}.btn-ghost:hover{background:var(--gray-100)}.btn-danger{background:var(--red-lt);color:var(--red);border-color:#b91c1c33}.btn-success{background:var(--green-lt);color:var(--green);border-color:#15803d33}.btn-sm{padding:7px 12px;font-size:13px}.btn-xs{padding:5px 10px;font-size:12px}.btn-icon{padding:8px;border-radius:50%;border:none;background:transparent;cursor:pointer;color:var(--gray-500);display:flex;align-items:center;justify-content:center;transition:all .15s}.btn-icon:hover{background:var(--gray-100);color:var(--gray-700)}.form-group{display:flex;flex-direction:column;gap:6px}.form-row{display:flex;gap:10px;flex-direction:column}label{font-size:12px;font-weight:500;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px}input,select,textarea{padding:10px 12px;border:1px solid var(--gray-200);border-radius:var(--radius-sm);font-family:var(--font);font-size:15px;color:var(--gray-800);background:var(--white);transition:border-color .15s,box-shadow .15s;width:100%;-webkit-appearance:none}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #1a6fd81f}textarea{resize:vertical;min-height:88px;line-height:1.6}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7585' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.search-wrap{position:relative}.search-wrap svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--gray-400);pointer-events:none;width:16px;height:16px}.search-wrap input{padding-left:38px}.tabs{display:flex;border-bottom:1px solid var(--gray-200);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab-btn{padding:10px 14px;font-size:13px;font-weight:500;border:none;background:transparent;color:var(--gray-500);border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;transition:all .15s;margin-bottom:-1px;-webkit-tap-highlight-color:transparent}.tab-btn.active{color:var(--blue);border-bottom-color:var(--blue)}.tag{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500;padding:3px 8px;border-radius:20px;white-space:nowrap}.tag-hot{background:var(--red-lt);color:var(--red)}.tag-warm{background:var(--amber-lt);color:var(--amber)}.tag-cold{background:var(--gray-100);color:var(--gray-500)}.tag-jan{background:var(--blue-lt);color:var(--blue)}.tag-pkg{background:var(--green-lt);color:var(--green)}.tag-paper{background:var(--purple-lt);color:var(--purple)}.tag-food{background:var(--orange-lt);color:var(--orange)}.tag-all{background:var(--teal-lt);color:var(--teal)}.tag-amber{background:var(--amber-lt);color:var(--amber)}.tag-gray{background:var(--gray-100);color:var(--gray-600)}.avatar{border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.av-sm{width:38px;height:38px;font-size:13px}.av-md{width:48px;height:48px;font-size:16px}.av-lg{width:60px;height:60px;font-size:20px}.av-0{background:#dbeafe;color:#1d4ed8}.av-1{background:#dcfce7;color:#15803d}.av-2{background:#fef3c7;color:#b45309}.av-3{background:#fee2e2;color:#b91c1c}.av-4{background:#ede9fe;color:#6d28d9}.av-5{background:#ccfbf1;color:#0f766e}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:14px}.stat-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:var(--gray-500);margin-bottom:6px}.stat-value{font-size:26px;font-weight:600;letter-spacing:-1px}.stat-sub{font-size:12px;color:var(--gray-400);margin-top:3px}.list-row{display:flex;align-items:center;gap:12px;padding:13px 14px;cursor:pointer;border-bottom:1px solid var(--gray-100);transition:background .1s;-webkit-tap-highlight-color:transparent}.list-row:last-child{border-bottom:none}.list-row:active{background:var(--gray-50)}.list-row-info{flex:1;min-width:0}.list-row-title{font-size:15px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-row-sub{font-size:12px;color:var(--gray-500);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reminder-row{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-bottom:1px solid var(--gray-100);cursor:pointer}.reminder-row:last-child{border-bottom:none}.reminder-row:active{background:var(--gray-50)}.reminder-check{width:22px;height:22px;border-radius:50%;border:1.5px solid var(--gray-300);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;transition:all .15s;background:transparent}.reminder-check:hover,.reminder-check.done{border-color:var(--green);background:var(--green-lt)}.reminder-title-text{font-size:14px;font-weight:500}.reminder-title-text.done{text-decoration:line-through;color:var(--gray-400)}.reminder-sub{font-size:12px;color:var(--gray-500);margin-top:2px}.reminder-date{font-size:12px;font-weight:500;margin-top:2px}.reminder-date.overdue{color:var(--red)}.reminder-date.today{color:var(--amber)}.accent-left{border-left:3px solid var(--blue)}.accent-left.overdue{border-left-color:var(--red)}.accent-left.today{border-left-color:var(--amber)}.note-card{padding:13px 14px;border-bottom:1px solid var(--gray-100);cursor:pointer;transition:background .1s}.note-card:last-child{border-bottom:none}.note-card:hover{background:var(--gray-50)}.note-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.note-type{font-size:12px;font-weight:500;color:var(--blue)}.note-date{font-size:12px;color:var(--gray-400)}.note-subject{font-size:13px;font-weight:600;color:var(--gray-700);margin-bottom:4px}.note-body{font-size:14px;line-height:1.65;color:var(--gray-700)}.note-preview{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.section-title{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.6px;color:var(--gray-500);padding:12px 14px 8px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--white);width:100%;max-width:560px;border-radius:var(--radius-xl) var(--radius-xl) 0 0;padding:20px 20px calc(20px + var(--safe-bottom));max-height:90vh;overflow-y:auto;animation:slideUp .2s ease;display:flex;flex-direction:column;gap:14px}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-handle{width:36px;height:4px;border-radius:2px;background:var(--gray-200);margin:0 auto -4px}.modal-header{display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:17px;font-weight:600}.modal-footer{display:flex;gap:8px;justify-content:flex-end;padding-top:4px}.popout-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:400;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .15s ease}.popout{background:var(--white);width:100%;max-width:600px;border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-height:92vh;overflow-y:auto;animation:slideUp .2s ease;display:flex;flex-direction:column}.popout-header{display:flex;align-items:center;gap:12px;padding:18px 18px 0;flex-shrink:0}.popout-title{font-size:18px;font-weight:600;flex:1}.popout-body{padding:16px 18px;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0000004d}.settings-tray{position:fixed;top:60px;right:12px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:201;min-width:220px;overflow:hidden;animation:fadeIn .12s ease}.settings-item{display:flex;align-items:center;gap:10px;padding:12px 16px;font-size:14px;cursor:pointer;color:var(--gray-700);transition:background .1s;border-bottom:1px solid var(--gray-100)}.settings-item:last-child{border-bottom:none}.settings-item:hover{background:var(--gray-50)}.settings-item svg{width:16px;height:16px;color:var(--gray-400);flex-shrink:0}.empty-state{text-align:center;padding:48px 20px}.empty-icon{font-size:40px;margin-bottom:12px}.empty-title{font-size:15px;font-weight:500;color:var(--gray-600);margin-bottom:6px}.empty-sub{font-size:13px;color:var(--gray-400);line-height:1.6}.import-zone{border:2px dashed var(--gray-300);border-radius:var(--radius-lg);padding:40px 20px;text-align:center;cursor:pointer;background:var(--gray-50);transition:all .15s}.import-zone:hover{border-color:var(--blue);background:var(--blue-lt)}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--navy);padding:20px}.login-card{background:var(--white);border-radius:var(--radius-xl);padding:32px 24px;width:100%;max-width:380px;box-shadow:var(--shadow-lg)}.login-logo{width:52px;height:52px;border-radius:14px;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff;margin:0 auto 16px}.login-title{text-align:center;font-size:22px;font-weight:700;letter-spacing:-.5px;margin-bottom:4px}.login-sub{text-align:center;font-size:13px;color:var(--gray-500);margin-bottom:24px}.login-error{background:var(--red-lt);color:var(--red);font-size:13px;padding:10px 14px;border-radius:var(--radius-sm)}.spacer{flex:1}.flex{display:flex;align-items:center}.gap-8{gap:8px}.tags-row{display:flex;gap:4px;flex-wrap:wrap;margin-top:4px}.text-muted{color:var(--gray-500);font-size:13px}.divider{height:1px;background:var(--gray-100)}.fw-500{font-weight:500}.rep-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--gray-100);cursor:pointer;transition:background .1s}.rep-row:last-child{border-bottom:none}.rep-row:hover{background:var(--gray-50)}.rep-stats{margin-left:auto;display:flex;gap:14px;text-align:center}.rep-stat-val{font-size:15px;font-weight:600}.rep-stat-label{font-size:10px;color:var(--gray-400)}.spinner-wrap{display:flex;align-items:center;justify-content:center;padding:40px}.spinner{width:28px;height:28px;border:3px solid var(--gray-200);border-top-color:var(--blue);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contact-detail-header{padding:20px;display:flex;align-items:flex-start;gap:16px}.contact-actions{display:flex;gap:8px;padding:0 14px 14px;flex-wrap:wrap}.contact-action-btn{flex:1;min-width:80px;padding:10px 8px;border-radius:var(--radius-sm);border:1px solid var(--gray-200);background:var(--gray-50);display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;font-family:var(--font);font-size:11px;color:var(--gray-600);font-weight:500;transition:all .15s}.contact-action-btn:hover{background:var(--blue-lt);border-color:var(--blue-mid);color:var(--blue)}.contact-action-btn svg{width:18px;height:18px}.sort-bar{display:flex;align-items:center;gap:8px;padding:8px 0}.sort-btn{font-size:12px;font-weight:500;padding:5px 10px;border-radius:20px;border:1px solid var(--gray-200);background:transparent;cursor:pointer;color:var(--gray-500);transition:all .15s}.sort-btn.active{background:var(--blue-lt);border-color:var(--blue-mid);color:var(--blue)}@media(min-width:640px){.stat-grid{grid-template-columns:repeat(4,1fr)}.form-row{flex-direction:row}.modal{border-radius:var(--radius-lg);max-width:480px;align-self:center;padding-bottom:24px}.modal-overlay{align-items:center}.popout{border-radius:var(--radius-lg);max-width:600px;align-self:center;max-height:85vh}.popout-overlay{align-items:center}}input[type=checkbox]{width:18px!important;height:18px!important;min-width:18px;accent-color:var(--blue);cursor:pointer;border:1.5px solid var(--gray-300);border-radius:4px;-moz-appearance:auto;appearance:auto;-webkit-appearance:checkbox;flex-shrink:0}input[type=checkbox]:checked{accent-color:var(--blue)}.topbar-brand{display:flex;align-items:center;gap:10px;padding:0 16px;flex-shrink:0}.sidebar-nav{display:none}@media(min-width:900px){:root{--sidebar-w: 220px;--bottomnav-h: 0px}.app-shell{flex-direction:row}.topbar{position:fixed;top:0;left:0;bottom:0;width:var(--sidebar-w);height:100vh;flex-direction:column;align-items:flex-start;padding:20px 0 16px;gap:0;box-shadow:2px 0 12px #00000026;overflow-y:auto}.topbar-brand{padding:0 16px;margin-bottom:24px;width:100%}.topbar-logomark{width:36px;height:36px;border-radius:9px;font-size:13px;flex-shrink:0}.topbar-name{font-size:14px}.topbar-sub{font-size:11px}.sidebar-nav{display:flex;flex-direction:column;width:100%;padding:0 10px;gap:2px;flex:1}.sidebar-nav-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:var(--radius-sm);border:none;background:transparent;color:#fff9;font-family:var(--font);font-size:14px;font-weight:500;cursor:pointer;transition:all .15s;text-align:left;width:100%;-webkit-tap-highlight-color:transparent}.sidebar-nav-item:hover{background:#ffffff1a;color:#ffffffe6}.sidebar-nav-item.active{background:#ffffff26;color:#fff}.sidebar-nav-item svg{width:18px;height:18px;flex-shrink:0}.sidebar-nav-divider{height:1px;background:#ffffff14;margin:8px 12px}.sidebar-nav-section{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#ffffff59;padding:8px 12px 4px}.sidebar-badge{margin-left:auto;background:var(--red);color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.topbar-actions{margin-left:0;margin-top:auto;flex-direction:column;align-items:flex-start;width:100%;padding:12px 10px 0;border-top:1px solid rgba(255,255,255,.1);gap:4px}.topbar-avatar{width:100%;border-radius:var(--radius-sm);justify-content:flex-start;padding:9px 12px;gap:10px;font-size:13px;border:none;background:#ffffff14}.topbar-avatar:after{content:"Account";font-size:13px;color:#ffffffb3;font-weight:400}.topbar-avatar:hover{background:#ffffff26}.bottom-nav{display:none}.page-content{margin-left:var(--sidebar-w);max-width:740px;padding:28px 32px 40px;width:calc(100% - var(--sidebar-w));min-height:100vh}.page-content.wide{max-width:1100px}.settings-tray{top:auto;bottom:72px;left:12px;right:auto;min-width:200px}.tray-nav-links{display:none}.page-title{font-size:26px}.modal-overlay{align-items:center}.modal{border-radius:var(--radius-lg);max-width:520px;align-self:center;padding-bottom:24px}.popout-overlay{align-items:center}.popout{border-radius:var(--radius-lg);max-width:640px;align-self:center;max-height:85vh}.stat-grid{grid-template-columns:repeat(4,1fr)}.form-row{flex-direction:row}}@media(min-width:1280px){:root{--sidebar-w: 240px}.page-content{max-width:860px;padding:32px 40px 40px}.page-content.wide{max-width:1200px}}.tour-spotlight-rect{transition:x .28s cubic-bezier(.4,0,.2,1),y .28s cubic-bezier(.4,0,.2,1),width .28s cubic-bezier(.4,0,.2,1),height .28s cubic-bezier(.4,0,.2,1)}.tour-tooltip{position:fixed;background:var(--white);border-radius:14px;box-shadow:0 8px 40px #00000038,0 2px 8px #0000001a;padding:18px 18px 14px;display:flex;flex-direction:column;gap:10px;pointer-events:all;max-height:calc(100vh - 32px);overflow-y:auto;transition:opacity .15s ease}.tour-tooltip-header{display:flex;flex-direction:column;gap:4px}.tour-step-chip{display:inline-block;font-size:11px;font-weight:600;color:var(--blue);background:var(--blue-lt);border-radius:20px;padding:2px 9px;letter-spacing:.3px;align-self:flex-start}.tour-tooltip-title{font-size:15px;font-weight:700;color:var(--gray-800);line-height:1.3}.tour-tooltip-body{font-size:13px;color:var(--gray-600);line-height:1.65;margin:0}.tour-dots{display:flex;gap:5px;align-items:center}.tour-dot{width:6px;height:6px;border-radius:50%;background:var(--gray-200);transition:background .15s;flex-shrink:0}.tour-dot-active{background:var(--blue);width:18px;border-radius:4px}.tour-tooltip-footer{display:flex;align-items:center;justify-content:space-between;margin-top:2px}.tour-btn-skip{background:none;border:none;color:var(--gray-400);font-size:12px;cursor:pointer;padding:4px 0}.tour-btn-skip:hover{color:var(--gray-600)}.tour-btn-back{background:none;border:1px solid var(--gray-200);color:var(--gray-600);font-size:13px;font-weight:500;cursor:pointer;border-radius:8px;padding:6px 12px}.tour-btn-back:hover{background:var(--gray-50)}.tour-btn-next{background:var(--navy);color:#fff;font-size:13px;font-weight:600;cursor:pointer;border-radius:8px;padding:6px 14px;border:none}.tour-btn-next:hover{opacity:.88}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:500;display:flex;align-items:center;justify-content:center;animation:fadeIn .15s ease}.confirm-dialog{background:var(--white);border-radius:16px;padding:22px 22px 18px;width:min(320px,calc(100vw - 40px));box-shadow:0 20px 60px #00000038,0 4px 12px #00000014}.confirm-dialog-title{font-size:16px;font-weight:700;color:var(--gray-800);margin-bottom:6px}.confirm-dialog-message{font-size:13px;color:var(--gray-500);line-height:1.55}.confirm-dialog-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:20px}.help-page{gap:0!important}.help-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.help-hero-title{font-size:20px;font-weight:700;color:var(--gray-800);margin:0 0 4px}.help-hero-sub{font-size:13px;color:var(--gray-500);margin:0}.help-section{border-bottom:1px solid var(--gray-100)}.help-section-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 0;background:none;border:none;cursor:pointer;font-size:14px;font-weight:600;color:var(--gray-700);text-align:left;gap:10px}.help-section-header:hover{color:var(--navy)}.help-section-body{padding:0 0 16px;font-size:13px;color:var(--gray-600);line-height:1.75}.help-section-body ul{padding-left:18px;margin:8px 0}.help-section-body li{margin-bottom:6px}.help-section-body p{margin:0 0 8px}.help-tip{background:var(--blue-lt);border-left:3px solid var(--blue);border-radius:0 8px 8px 0;padding:10px 12px;font-size:12.5px;color:var(--gray-700);line-height:1.65;margin-top:10px}
