:root{--powerbe-orange: #fe6200;--powerbe-orange-70: #fe914d;--powerbe-orange-30: #ffd1b3;--powerbe-blue-dark: #0b203e;--powerbe-dark: #3d3d3d;--powerbe-gray: #666666;--powerbe-celeste: #f4f7fb;--color-green: #16a34a;--color-green-bg: #dcfce7;--color-red: #dc2626;--color-red-bg: #fee2e2;--color-orange: #d97706;--color-orange-bg: #fef3c7;--color-blue: var(--powerbe-orange);--color-blue-bg: var(--powerbe-orange-30);--color-gray-50: var(--powerbe-celeste);--color-gray-100: #eef1f6;--color-gray-200: #dde3ec;--color-gray-300: #c7cedb;--color-gray-500: var(--powerbe-gray);--color-gray-700: #4a4a4a;--color-gray-900: var(--powerbe-dark);--radius: 10px;--shadow-sm: 0 1px 2px rgba(11, 32, 62, .06);--shadow-md: 0 4px 12px rgba(11, 32, 62, .08);--surface: #ffffff;--surface-muted: var(--color-gray-50);--text-primary: var(--color-gray-900);--text-muted: var(--color-gray-500);--border: var(--color-gray-200)}:root.theme-dark{--surface: #1c3f63;--surface-muted: #16324f;--text-primary: #f4f7fb;--text-muted: #a9b6c9;--border: #2f5178;--color-gray-50: #16324f;--color-gray-100: #1c3f63;--color-gray-200: #2f5178}:root.theme-dark body{background:var(--surface-muted);color:var(--text-primary)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Poppins,Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-primary);background:var(--surface-muted)}button{font-family:inherit}a{color:inherit}.page-loading{display:flex;align-items:center;justify-content:center;height:100vh;color:var(--color-gray-500);font-size:1.1rem}.app-shell{display:grid;grid-template-columns:240px 1fr;height:100vh;overflow:hidden}.sidebar{background:var(--surface);color:var(--text-primary);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:14px 0 0;height:100vh;overflow:hidden}.sidebar-brand{display:flex;align-items:center;gap:8px;padding:0 14px 12px}.sidebar-brand-logo{height:18px}.sidebar-brand-name{font-weight:700;font-size:.95rem;color:var(--text-primary)}.sidebar-utility-bar{display:flex;align-items:center;gap:4px;padding:0 14px 14px;border-bottom:1px solid var(--border);margin-bottom:14px}.sidebar-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:var(--text-muted);border-radius:8px;cursor:pointer}.sidebar-icon-btn:hover:not(:disabled){background:var(--color-gray-100);color:var(--text-primary)}.sidebar-icon-btn:disabled{opacity:.4;cursor:not-allowed}.sidebar-icon-btn-notif{margin-left:auto}.notif-badge{position:absolute;top:-3px;right:-3px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--color-red);color:#fff;font-size:.62rem;font-weight:700;line-height:16px;text-align:center}.sidebar-toggle{color:var(--text-muted);display:none;margin-left:4px}.sidebar-profile{display:flex;align-items:center;gap:10px;padding:0 14px 16px;margin-bottom:8px;border-bottom:1px solid var(--border)}.sidebar-avatar{flex-shrink:0;width:38px;height:38px;border-radius:50%;background:var(--color-blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.sidebar-profile-info{min-width:0}.sidebar-profile-name{font-weight:700;font-size:.86rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-profile-role{display:inline-block;margin-top:3px;padding:1px 8px;border-radius:999px;background:var(--color-gray-100);color:var(--text-muted);font-size:.65rem;font-weight:700;letter-spacing:.03em}.sidebar-nav{display:flex;flex-direction:column;gap:1px;overflow-y:auto;padding:0 8px;flex:1}.sidebar-link{display:flex;align-items:center;gap:10px;padding:9px 10px;text-decoration:none;color:var(--text-muted);font-size:.86rem;font-weight:500;border-radius:8px;white-space:nowrap;overflow:hidden}.sidebar-link-icon{flex-shrink:0}.sidebar-link span{overflow:hidden;text-overflow:ellipsis}.sidebar-link:hover{background:var(--color-gray-100);color:var(--text-primary)}.sidebar-link.active{background:var(--color-blue);color:#fff;font-weight:700}.sidebar-group-title{padding:14px 10px 4px;font-size:.66rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-weight:700;opacity:.75}.sidebar-footer{padding:10px 14px 16px;border-top:1px solid var(--border);margin-top:8px}.sidebar-logout{display:flex;align-items:center;gap:8px;width:100%;border:none;background:none;color:var(--color-red);font-size:.86rem;font-weight:700;cursor:pointer;padding:6px 4px}.sidebar-logout:hover{opacity:.8}.topbar-logout-desktop{flex-shrink:0}.app-main{display:flex;flex-direction:column;min-width:0;height:100vh;overflow:hidden}.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:var(--surface);border-bottom:1px solid var(--color-gray-200);gap:12px;flex-shrink:0}.mobile-menu-button{display:none;font-size:1.3rem}.bodega-selector{display:flex;align-items:center;gap:6px;padding:0 10px;height:38px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-muted);color:var(--text-muted);flex-shrink:0}.bodega-selector select{border:none;background:transparent;color:var(--text-primary);font-weight:600;font-size:.86rem;padding:0;max-width:180px}.bodega-selector select:focus{outline:none}.page-content{padding:24px;flex:1;min-width:0;overflow-y:auto}.mobile-nav-backdrop{display:none}.btn{border:none;border-radius:var(--radius);padding:9px 16px;font-size:.9rem;font-weight:600;cursor:pointer;transition:opacity .15s ease}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:hover:not(:disabled){opacity:.9}.btn-primary{background:var(--color-blue);color:#fff}.btn-secondary{background:var(--color-gray-100);color:var(--text-primary);border:1px solid var(--color-gray-200)}.btn-danger{background:var(--color-red);color:#fff}.btn-success{background:var(--color-green);color:#fff}.btn-block{width:100%}.btn-lg{padding:16px 20px;font-size:1.05rem;border-radius:12px}.icon-button{background:transparent;border:none;cursor:pointer;font-size:1rem;color:inherit;padding:4px 8px;border-radius:6px}.icon-button:hover{background:#0000000f}.link-button{background:none;border:none;color:var(--color-blue);cursor:pointer;padding:0;font-size:.85rem;text-decoration:underline}.card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--color-gray-200);box-shadow:var(--shadow-sm);padding:20px}.card-title{font-size:.85rem;color:var(--color-gray-500);margin:0 0 12px;text-transform:uppercase;letter-spacing:.03em;font-weight:600}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:20px}.stat-big{font-size:2rem;font-weight:800}.stat-label{color:var(--color-gray-500);font-size:.85rem}.card-warning{border-color:var(--color-orange);background:var(--color-orange-bg)}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}.page-header h1{margin:0;font-size:1.4rem}.page-toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.search-input{padding:9px 12px;border:1px solid var(--color-gray-300);border-radius:var(--radius);min-width:220px;font-size:.9rem}.search-bar{position:relative;flex:1;max-width:420px}.search-bar .search-input{width:100%;min-width:0}.search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--surface);border:1px solid var(--color-gray-200);border-radius:var(--radius);box-shadow:var(--shadow-md);z-index:120;max-height:360px;overflow-y:auto}.search-result-item{display:block;width:100%;text-align:left;padding:10px 14px;border:none;background:none;cursor:pointer;font-size:.88rem;border-bottom:1px solid var(--color-gray-100)}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:var(--color-gray-50)}.count-pill{display:inline-block;min-width:18px;padding:1px 6px;border-radius:999px;background:var(--color-red);color:#fff;font-size:.7rem;font-weight:700;text-align:center;margin-left:auto}.sidebar-link.active .count-pill{background:#fff;color:var(--color-blue)}.table-wrapper{background:var(--surface);border-radius:var(--radius);border:1px solid var(--color-gray-200);overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.88rem}.data-table th{text-align:left;padding:12px 16px;background:var(--color-gray-50);border-bottom:1px solid var(--color-gray-200);color:var(--color-gray-500);font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}.data-table td{padding:12px 16px;border-bottom:1px solid var(--color-gray-100);vertical-align:middle}.data-table tr:last-child td{border-bottom:none}.row-clickable{cursor:pointer}.row-clickable:hover{background:var(--color-gray-50)}.table-empty{text-align:center;color:var(--color-gray-500);padding:32px!important}.row-actions{display:flex;gap:8px;flex-wrap:wrap}.badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:700}.badge-green{background:var(--color-green-bg);color:var(--color-green)}.badge-red{background:var(--color-red-bg);color:var(--color-red)}.badge-orange{background:var(--color-orange-bg);color:#92640a}.badge-blue{background:var(--color-blue-bg);color:var(--color-blue)}.badge-gray{background:var(--color-gray-100);color:var(--color-gray-700)}.attention-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.attention-pill{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:.85rem;color:var(--text-primary);text-decoration:none;box-shadow:var(--shadow-sm)}.attention-pill:hover{border-color:var(--powerbe-orange)}.attention-pill .attention-count{font-weight:800;font-size:.95rem}.attention-pill-red .attention-count{color:var(--color-red)}.attention-pill-orange .attention-count{color:#92640a}.chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;margin-bottom:20px}.hbar-chart{display:flex;flex-direction:column;gap:10px}.hbar-row{display:grid;grid-template-columns:120px 1fr 36px;align-items:center;gap:10px}.hbar-label{font-size:.8rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hbar-track{background:var(--color-gray-100);border-radius:6px;height:12px;overflow:hidden}.hbar-fill{height:100%;border-radius:6px;background:var(--color-gray-300)}.hbar-fill-highlight{background:var(--powerbe-orange)}.hbar-value{font-size:.8rem;font-weight:700;text-align:right}.vbar-chart{display:flex;align-items:flex-end;gap:6px;height:160px;padding-top:20px}.vbar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;min-width:0}.vbar-value{font-size:.7rem;font-weight:700;color:var(--text-muted);height:16px}.vbar-track{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.vbar-fill{width:60%;max-width:22px;border-radius:4px 4px 0 0;background:var(--powerbe-orange)}.vbar-label{font-size:.65rem;color:var(--text-muted);margin-top:6px;writing-mode:vertical-rl;transform:rotate(180deg);height:42px}.status-stack{display:flex;height:28px;border-radius:6px;overflow:hidden;background:var(--color-gray-100)}.status-stack-segment{display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:700;min-width:2px;border-right:2px solid var(--surface)}.status-stack-segment:last-child{border-right:none}.status-stack-legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:10px}.status-stack-legend-item{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--text-muted)}.status-stack-legend-item i{display:inline-block;width:10px;height:10px;border-radius:3px}.form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.form-field label{font-size:.82rem;font-weight:600;color:var(--color-gray-700)}.form-field input,.form-field select,.form-field textarea{padding:9px 12px;border:1px solid var(--color-gray-300);border-radius:var(--radius);font-size:.92rem;font-family:inherit}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}.form-error{color:var(--color-red);font-size:.85rem;margin:-6px 0 14px}.checkbox-row{display:flex;align-items:center;gap:8px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal-panel{background:var(--surface);border-radius:var(--radius);width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-md)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--color-gray-200)}.modal-header h3{margin:0}.modal-body{padding:20px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.signature-pad{border:1px dashed var(--color-gray-300);border-radius:var(--radius);padding:8px;background:var(--color-gray-50)}.signature-canvas{width:100%;max-width:480px;height:200px;background:#fff;border-radius:8px;touch-action:none;display:block;border:1px solid var(--color-gray-200)}.signature-actions{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:.85rem}.wizard-steps{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.wizard-step{padding:6px 14px;border-radius:999px;background:var(--color-gray-100);color:var(--color-gray-500);font-size:.8rem;font-weight:700}.wizard-step.active{background:var(--color-blue);color:#fff}.wizard-step.done{background:var(--color-green-bg);color:var(--color-green)}.item-row{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap;padding:12px;border:1px solid var(--color-gray-200);border-radius:var(--radius);margin-bottom:10px;background:var(--color-gray-50)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--powerbe-blue-dark),var(--powerbe-orange));padding:20px}.login-card{background:#fff;border-radius:14px;padding:36px;width:100%;max-width:380px;box-shadow:var(--shadow-md)}.login-logo{height:28px;margin-bottom:18px}.login-card h1{margin:0 0 4px;font-size:1.3rem;color:var(--powerbe-dark)}.login-card label{color:var(--powerbe-dark)}.login-hint{color:var(--powerbe-gray);font-size:.8rem;margin-bottom:20px}.muted{color:var(--color-gray-500)}.text-right{text-align:right}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px 20px}.detail-field{font-size:.88rem}.detail-field .label{color:var(--color-gray-500);font-size:.75rem;text-transform:uppercase;display:block}.back-link{display:inline-block;margin-bottom:14px;color:var(--color-blue);text-decoration:none;font-size:.88rem}.tab-strip{display:flex;gap:4px;border-bottom:2px solid var(--color-gray-200);margin-bottom:20px}.tab-strip button{padding:10px 18px;border:none;background:transparent;cursor:pointer;font-weight:600;color:var(--color-gray-500);border-bottom:2px solid transparent;margin-bottom:-2px}.tab-strip button.active{color:var(--color-blue);border-bottom-color:var(--color-blue)}@media (max-width: 860px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;top:0;right:25%;bottom:0;left:0;z-index:110;transform:translate(-100%);transition:transform .2s ease;box-shadow:var(--shadow-md)}.sidebar-toggle{display:inline-block}.mobile-nav-open .sidebar{transform:translate(0)}.mobile-nav-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;z-index:105}.mobile-nav-open .mobile-nav-backdrop{display:block}.mobile-menu-button{display:inline-block}.topbar-logout-desktop{display:none}.page-content{padding:14px}.topbar{padding:10px 14px}.data-table thead{display:none}.data-table,.data-table tbody,.data-table tr,.data-table td{display:block;width:100%}.data-table tr{padding:12px 16px;border-bottom:1px solid var(--color-gray-100)}.data-table td{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:6px 0;border-bottom:none;text-align:right}.data-table td:before{content:attr(data-label);font-weight:600;color:var(--color-gray-500);font-size:.75rem;text-transform:uppercase;text-align:left}.row-actions{justify-content:flex-end}}.photo-capture{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.photo-capture-preview{display:flex;align-items:center;gap:12px}.photo-capture-preview img{width:96px;height:96px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border)}.tab-bar{display:flex;gap:4px;border-bottom:1px solid var(--border);margin-bottom:16px}.tab-bar button{padding:8px 14px;border:none;background:none;color:var(--text-muted);font-weight:600;cursor:pointer;border-bottom:2px solid transparent}.tab-bar button.active{color:var(--color-blue);border-bottom-color:var(--color-blue)}.timeline{display:flex;flex-direction:column;gap:10px}.timeline-step{display:flex;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.timeline-step.done{border-color:var(--color-green)}.timeline-step.pending{opacity:.6}.notification-bell{position:relative}.notif-badge-mensajeria{position:absolute;top:-3px;right:-3px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--color-red);color:#fff;font-size:.62rem;font-weight:700;line-height:16px;text-align:center}.notification-panel{width:340px;max-width:calc(100vw - 32px);max-height:420px;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 12px 32px #0000002e;z-index:1000}.notification-panel-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid var(--border)}.notification-panel-list{overflow-y:auto}.notification-item{padding:10px 12px;border-bottom:1px solid var(--border);cursor:pointer}.notification-item:hover,.notification-item-unread{background:var(--surface-muted)}.notification-item-title{display:flex;align-items:center;gap:6px;font-weight:600}.notification-dot{width:7px;height:7px;border-radius:999px;background:var(--color-blue);flex-shrink:0}.notification-item-msg{font-size:.85rem;color:var(--text-muted);margin-top:2px}.notification-item-date{font-size:.72rem;margin-top:4px}.mensajeria-layout{display:grid;grid-template-columns:280px 1fr;gap:16px;height:calc(100vh - 220px);min-height:400px}.mensajeria-lista{border:1px solid var(--border);border-radius:var(--radius);overflow-y:auto;background:var(--surface)}.mensajeria-conversacion{padding:10px 12px;border-bottom:1px solid var(--border);cursor:pointer}.mensajeria-conversacion:hover{background:var(--surface-muted)}.mensajeria-conversacion.active{background:var(--surface-muted);border-left:3px solid var(--color-blue)}.mensajeria-conversacion-nombre{font-weight:600}.mensajeria-conversacion-preview{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mensajeria-chat{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.mensajeria-chat-header{padding:10px 14px;border-bottom:1px solid var(--border);font-weight:600}.mensajeria-chat-mensajes{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.mensajeria-bubble{max-width:70%;padding:8px 12px;border-radius:12px;font-size:.9rem}.mensajeria-bubble.own{align-self:flex-end;background:var(--color-blue);color:#fff;border-bottom-right-radius:2px}.mensajeria-bubble.other{align-self:flex-start;background:var(--surface-muted);border-bottom-left-radius:2px}.mensajeria-bubble-fecha{font-size:.68rem;opacity:.75;margin-top:4px}.mensajeria-chat-input{display:flex;gap:8px;padding:10px;border-top:1px solid var(--border)}.mensajeria-chat-input input{flex:1}@media (max-width: 720px){.mensajeria-layout{grid-template-columns:1fr;height:auto}.mensajeria-lista{max-height:200px}.mensajeria-chat{min-height:400px}}.nota-producto-mensajes{display:flex;flex-direction:column;gap:8px;margin-top:8px}.nota-producto-mensaje{padding:8px 10px;border-radius:var(--radius);background:var(--surface-muted);font-size:.88rem}.documentos-panel .item-row{align-items:flex-start}.timeline-step.active{border-color:var(--color-blue)}.checkbox-scroll-list{display:flex;flex-direction:column;gap:6px;max-height:220px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius);padding:10px;margin-top:8px}.login-passkey-button{display:block;width:100%;text-align:center;margin-top:14px}.consentimiento-panel{border:1px solid var(--border);border-radius:var(--radius);padding:16px;background:var(--surface)}.consentimiento-registrado p{margin:0 0 10px}.consentimiento-firma-preview{max-width:240px;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.breadcrumb{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:14px;font-size:.8rem;color:var(--text-muted)}.breadcrumb a{color:var(--text-muted);text-decoration:none}.breadcrumb a:hover{color:var(--powerbe-orange);text-decoration:underline}.breadcrumb-sep{opacity:.6}.floating-help-button{position:fixed;bottom:24px;right:24px;width:52px;height:52px;border-radius:50%;border:none;background:var(--powerbe-orange);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);cursor:pointer;z-index:900}.floating-help-button:hover{opacity:.92}.floating-help-panel{position:fixed;top:0;right:0;height:100vh;width:400px;max-width:calc(100vw - 32px);background:var(--surface);border-left:1px solid var(--border);box-shadow:-12px 0 32px #0000002e;z-index:950;display:flex;flex-direction:column}.floating-help-panel-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border);color:var(--text-primary)}.floating-help-panel-body{padding:18px;overflow-y:auto;flex:1;color:var(--text-primary)}.floating-help-panel-body h4{margin:16px 0 6px;font-size:.85rem}.floating-help-panel-body ul{margin:0;padding-left:18px}.floating-help-panel-footer{margin-top:16px;padding-top:12px;border-top:1px solid var(--border)}.first-visit-prompt{position:fixed;bottom:24px;left:24px;max-width:340px;z-index:940}.first-visit-prompt-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.system-tour-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2000}.system-tour-highlight{position:fixed;border:2px solid var(--powerbe-orange);border-radius:8px;box-shadow:0 0 0 4000px #00000080;pointer-events:none;transition:top .15s ease,left .15s ease}.system-tour-card{position:fixed;width:300px;max-width:calc(100vw - 24px);background:var(--surface);color:var(--text-primary);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:16px}.system-tour-card h3{margin:4px 0 8px}.system-tour-step-count{margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-weight:700}.system-tour-actions{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.help-search-results{display:flex;flex-direction:column;gap:8px;margin-top:14px}.help-result-card{display:flex;flex-direction:column;gap:2px;text-align:left;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-primary);cursor:pointer;text-decoration:none}.help-result-card:hover{border-color:var(--powerbe-orange)}.help-chip-row{display:flex;flex-wrap:wrap;gap:8px}.help-chip{padding:6px 14px;border-radius:999px;border:1px solid var(--border);background:var(--surface-muted);color:var(--text-primary);font-size:.8rem;cursor:pointer}.help-chip:hover{border-color:var(--powerbe-orange)}.help-flow-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.help-flow-card{display:flex;flex-direction:column;gap:6px;text-align:left;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-primary);cursor:pointer}.help-flow-card:hover{border-color:var(--powerbe-orange);box-shadow:var(--shadow-sm)}.help-map-group{border-bottom:1px solid var(--border);padding:10px 0}.help-map-group:last-child{border-bottom:none}.help-map-group-header{display:flex;align-items:center;gap:8px;width:100%;border:none;background:transparent;color:var(--text-primary);cursor:pointer;padding:4px 0;text-align:left}.help-map-group-items{display:flex;flex-direction:column;gap:6px;margin-top:8px;padding-left:24px}.help-map-item{display:flex;align-items:center;gap:8px;color:var(--text-primary)}.help-map-item span:nth-child(2){flex:1}@media (max-width: 860px){.floating-help-panel{top:auto;bottom:0;left:0;right:0;width:100%;max-width:100%;height:auto;max-height:80vh;border-radius:16px 16px 0 0;border-left:none;border-top:1px solid var(--border)}.first-visit-prompt{left:12px;right:12px;max-width:none;bottom:90px}.floating-help-button{bottom:16px;right:16px}}
