        *{margin:0;padding:0;box-sizing:border-box}
        /* DataTables overrides */
        #customerDT_wrapper { font-family:'Inter',sans-serif; }
        #customerDT_wrapper .dataTables_filter input { padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;min-width:250px; }
        #customerDT_wrapper .dataTables_length select { padding:6px 10px;border:1px solid #e5e7eb;border-radius:6px;font-family:inherit; }
        #customerDT_wrapper .dataTables_info { font-size:12px;color:#94a3b8; }
        #customerDT_wrapper .dataTables_paginate .paginate_button { padding:4px 10px;border-radius:6px;font-size:12px;font-family:inherit; }
        #customerDT_wrapper .dataTables_paginate .paginate_button.current { background:#024550!important;color:#fff!important;border:1px solid #024550!important; }
        #staffDT_wrapper { font-family:'Inter',sans-serif; }
        #staffDT_wrapper .dataTables_filter input { padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;min-width:250px; }
        #staffDT_wrapper .dataTables_length select { padding:6px 10px;border:1px solid #e5e7eb;border-radius:6px;font-family:inherit; }
        #staffDT_wrapper .dataTables_info { font-size:12px;color:#94a3b8; }
        #staffDT_wrapper .dataTables_paginate .paginate_button { padding:4px 10px;border-radius:6px;font-size:12px;font-family:inherit; }
        #staffDT_wrapper .dataTables_paginate .paginate_button.current { background:#024550!important;color:#fff!important;border:1px solid #024550!important; }
        table.dataTable thead th { background:#f8f9fa;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;padding:10px 14px!important;border-bottom:2px solid #e5e7eb!important; }
        table.dataTable tbody td { padding:8px 14px!important;font-size:13px;border-bottom:1px solid #f1f5f9!important; }
        table.dataTable tbody tr:hover { background:#f0fdf4!important; }
        table.dataTable.no-footer { border-bottom:none!important; }
        body{font-family:'Inter',sans-serif;background:#f8f9fa;color:#1a1a1a;line-height:1.6;display:flex;min-height:100vh;-webkit-font-smoothing:antialiased}
        /* === LOGIN === */
        .login-screen{position:fixed;inset:0;z-index:9999;display:flex;background:#fff}
        .login-screen.hidden{display:none}
        .login-image{flex:1;background:url('../assets/img/login-bg.jpg') center/cover no-repeat;position:relative}
        .login-image::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(2,69,80,.4) 0%,rgba(0,0,0,.2) 100%)}
        .login-image-text{position:absolute;bottom:50px;left:50px;z-index:1;color:#fff}
        .login-image-text h2{font-size:32px;font-weight:700;margin-bottom:8px;text-shadow:0 2px 12px rgba(0,0,0,.3)}
        .login-image-text p{font-size:15px;opacity:.85;text-shadow:0 1px 8px rgba(0,0,0,.3)}
        .login-panel{width:480px;display:flex;flex-direction:column;justify-content:center;padding:60px 56px;background:#fff;flex-shrink:0}
        .login-logo{margin-bottom:48px}
        .login-logo img{width:180px;height:auto}
        .login-greeting{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:6px}
        .login-subtitle{font-size:15px;color:#94a3b8;margin-bottom:36px}
        .login-form-group{margin-bottom:20px}
        .login-form-group label{display:block;font-size:13px;font-weight:600;color:#334155;margin-bottom:6px}
        .login-form-group input{width:100%;padding:12px 16px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:15px;font-family:'Inter',sans-serif;transition:all .2s;background:#fafbfc}
        .login-form-group input:focus{outline:none;border-color:#024550;box-shadow:0 0 0 3px rgba(2,69,80,.1);background:#fff}
        .login-form-group input::placeholder{color:#c1c7cd}
        .login-remember{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}
        .login-remember label{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b;cursor:pointer}
        .login-remember input[type=checkbox]{width:16px;height:16px;accent-color:#024550;cursor:pointer}
        .login-forgot{font-size:13px;color:#024550;text-decoration:none;font-weight:500;transition:color .15s}
        .login-forgot:hover{color:#10b981}
        .login-btn{width:100%;padding:14px;background:#024550;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;font-family:'Inter',sans-serif;transition:all .2s;letter-spacing:.2px}
        .login-btn:hover{background:#035e6b;box-shadow:0 4px 14px rgba(2,69,80,.25)}
        .login-btn:active{transform:scale(.985)}
        .login-footer{margin-top:auto;padding-top:40px;text-align:center;font-size:12px;color:#c1c7cd}
        @media(max-width:900px){.login-image{display:none}.login-panel{width:100%}}

        /* === SIDEBAR === */
        .sidebar{position:fixed;top:0;left:0;bottom:0;width:220px;background:#024550;display:flex;flex-direction:column;z-index:100}
        .sidebar-brand{padding:20px 22px 18px;display:flex;align-items:center;justify-content:center}
        .sidebar-brand-icon{width:160px;height:auto;display:flex;align-items:center;justify-content:center}
        .sidebar-brand-icon img{width:100%;height:auto;object-fit:contain}
        .sidebar-menu{flex:1;padding:4px 0;overflow-y:auto}
        .sidebar-menu::-webkit-scrollbar{width:3px}
        .sidebar-menu::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:3px}
        .nav-item{display:flex;align-items:center;gap:12px;padding:10px 22px;color:rgba(255,255,255,.55);text-decoration:none;font-size:13.5px;font-weight:500;transition:all .15s;cursor:pointer;margin:1px 10px;border-radius:8px}
        .nav-item:hover{color:rgba(255,255,255,.85);background:rgba(255,255,255,.05)}
        .nav-item.active{background:rgba(46,204,113,.18);color:#fff;font-weight:600}
        .nav-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
        .nav-icon svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
        .sidebar-bottom{padding:16px 22px;border-top:1px solid rgba(255,255,255,.08)}
        .sidebar-user{display:flex;align-items:center;gap:10px;margin-bottom:10px}
        .sidebar-user-info{font-size:11px;color:rgba(255,255,255,.4);line-height:1.4}
        .sidebar-user-info strong{display:block;color:rgba(255,255,255,.7);font-size:12px;font-weight:500}
        .sidebar-logout{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.4);font-size:12px;cursor:pointer;transition:color .15s;background:none;border:none;font-family:inherit;padding:0}
        .sidebar-logout:hover{color:rgba(255,255,255,.7)}
        .sidebar-logout svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

        /* === MAIN === */
        .main-wrapper{margin-left:220px;padding:32px 40px;flex:1;min-height:100vh}
        .page-title{font-size:28px;font-weight:700;color:#1a1a1a;letter-spacing:-.5px;margin-bottom:4px}
        .page-subtitle{font-size:14px;color:#94a3b8;margin-bottom:28px;font-weight:400}
        .page-content{display:none}
        .page-content.active{display:block}

        /* === DASHBOARD STAT CARDS === */
        .stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:20px}
        .stat-card{background:#fff;border-radius:10px;padding:14px 16px;border:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:flex-start;transition:box-shadow .2s}
        .stat-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.06)}
        .stat-card-info h4{font-size:11px;color:#94a3b8;font-weight:500;margin-bottom:4px;text-transform:uppercase;letter-spacing:.3px}
        .stat-card-info .stat-value{font-size:20px;font-weight:700;color:#1a1a1a;letter-spacing:-.5px}
        .stat-card-icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
        .stat-card-icon svg{width:16px;height:16px;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}
        .stat-card-icon.green{background:#ecfdf5}
        .stat-card-icon.green svg{stroke:#10b981}
        .stat-card-icon.blue{background:#eff6ff}
        .stat-card-icon.blue svg{stroke:#3b82f6}
        .stat-card-icon.purple{background:#faf5ff}
        .stat-card-icon.purple svg{stroke:#a855f7}
        .stat-card-icon.teal{background:#f0fdfa}
        .stat-card-icon.teal svg{stroke:#14b8a6}

        /* === DASHBOARD 2-COL === */
        .dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
        .dash-panel{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}
        .dash-panel-header{padding:12px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #f1f5f9}
        .dash-panel-header svg{width:18px;height:18px;stroke:#64748b;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
        .dash-panel-header h3{font-size:14px;font-weight:600;color:#1a1a1a}
        .dash-panel-body{padding:0}
        .dash-panel-empty{padding:40px 22px;text-align:center;color:#94a3b8;font-size:14px}
        .offert-item{display:flex;justify-content:space-between;align-items:center;padding:14px 22px;border-bottom:1px solid #f1f5f9;transition:background .15s}
        .offert-item:last-child{border-bottom:none}
        .offert-item:hover{background:#fafbfc}
        .offert-item-left h4{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:2px}
        .offert-item-left p{font-size:12px;color:#94a3b8}
        .offert-item-right{text-align:right}
        .offert-item-right .offert-price{font-size:15px;font-weight:700;color:#10b981}
        .offert-item-right .offert-status{font-size:11px;color:#94a3b8;margin-top:2px}

        /* === TABLES (other pages) === */
        .dummy-table{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}
        .dummy-table-header{padding:16px 22px;font-weight:600;font-size:15px;color:#1a1a1a;border-bottom:1px solid #f1f5f9}
        .dummy-table table{width:100%;border-collapse:collapse}
        .dummy-table th,.dummy-table td{padding:12px 22px;text-align:left;border-bottom:1px solid #f1f5f9}
        .dummy-table th{background:#fafbfc;font-weight:600;color:#64748b;font-size:12px;text-transform:uppercase;letter-spacing:.5px}
        .dummy-table td{font-size:13.5px;color:#334155}
        .dummy-table tr:last-child td{border-bottom:none}
        .dummy-table tr:hover td{background:#fafbfc}
        .status-badge{padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600}
        .status-badge.green{background:#dcfce7;color:#166534}
        .status-badge.yellow{background:#fef9c3;color:#854d0e}
        .status-badge.blue{background:#dbeafe;color:#1e40af}
        .status-badge.gray{background:#f1f5f9;color:#64748b}
        .status-badge.purple{background:#ede9fe;color:#6d28d9}
        .progress-cell{min-width:120px}
        .progress-bar{height:20px;background:#f1f5f9;border-radius:10px;overflow:hidden;position:relative}
        .progress-fill{height:100%;background:linear-gradient(90deg,#2ecc71,#27ae60);border-radius:10px;transition:width .4s}
        .progress-text{position:absolute;top:0;left:0;right:0;height:100%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#333}
        .dummy-btn{padding:10px 20px;background:#024550;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .15s;font-family:'Inter',sans-serif}
        .dummy-btn:hover{background:#244a36}
        .dummy-btn.secondary{background:#f1f5f9;color:#334155}
        .dummy-btn.secondary:hover{background:#e2e8f0}
        .dummy-actions{display:flex;gap:10px;margin-bottom:20px}
        .dummy-form{background:#fff;border-radius:12px;padding:28px;border:1px solid #e5e7eb;max-width:500px}
        .dummy-form h3{margin-bottom:20px;color:#1a1a1a;font-size:18px}
        .dummy-form-group{margin-bottom:15px}
        .dummy-form-group label{display:block;font-weight:500;margin-bottom:6px;font-size:13px;color:#64748b}
        .dummy-form-group input,.dummy-form-group select{width:100%;padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:'Inter',sans-serif;transition:all .15s}
        .dummy-form-group input:focus,.dummy-form-group select:focus{outline:none;border-color:#2ecc71;box-shadow:0 0 0 3px rgba(46,204,113,.1)}

        /* === SETTINGS TABS === */
        .settings-tab{padding:12px 24px;background:none;border:none;border-bottom:2px solid transparent;font-size:14px;font-weight:600;color:#94a3b8;cursor:pointer;font-family:'Inter',sans-serif;transition:all .2s;margin-bottom:-2px}
        .settings-tab:hover{color:#1a1a1a}
        .settings-tab.active{color:#024550;border-bottom-color:#024550}
        .settings-panel{display:none}
        .settings-panel.active{display:block}

        /* === KONFIGURATOR === */
        .config-header{display:flex;align-items:center;gap:15px;margin-bottom:20px;flex-wrap:wrap}
        .config-label{font-size:14px;font-weight:600;color:#64748b}
        .product-select{padding:12px 40px 12px 15px;font-size:15px;font-weight:600;border:1px solid #e5e7eb;border-radius:10px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23334155'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 10px center/20px;appearance:none;cursor:pointer;min-width:320px;color:#1a1a1a;transition:all .15s;font-family:'Inter',sans-serif}
        .product-select:hover{border-color:#94a3b8}
        .product-select:focus{outline:none;border-color:#2ecc71;box-shadow:0 0 0 3px rgba(46,204,113,.1)}
        .config-layout{display:grid;grid-template-columns:1fr 350px;gap:20px;align-items:start}
        .config-main{display:flex;flex-direction:column;gap:15px}
        .config-sidebar{position:sticky;top:20px}
        .product-section{background:#fff;border-radius:12px;padding:25px;display:grid;grid-template-columns:1fr 1fr;gap:30px;border:1px solid #e5e7eb}
        .image-container{position:relative}
        .main-image{width:100%;display:flex;justify-content:center;align-items:center;min-height:250px}
        .main-image img{max-width:100%;max-height:300px;object-fit:contain}
        .thumbnail-strip{display:flex;gap:8px;margin-top:12px}
        .thumbnail{width:50px;height:50px;border:2px solid #e5e7eb;border-radius:6px;cursor:pointer;overflow:hidden;transition:border-color .15s}
        .thumbnail img{width:100%;height:100%;object-fit:cover}
        .thumbnail:hover{border-color:#94a3b8}
        .thumbnail.active{border-color:#024550}
        .image-note{font-size:11px;color:#94a3b8;margin-top:10px}
        .measure-section{padding-top:10px;display:flex;flex-direction:column;align-items:center}
        .measure-title{font-size:20px;font-weight:700;margin-bottom:5px;text-align:center;color:#1a1a1a}
        .measure-link{color:#3b82f6;font-size:13px;text-decoration:underline;cursor:pointer;display:block;text-align:center;margin-bottom:15px}
        .tab-switch{display:inline-flex;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;margin:0 auto 20px}
        .tab-btn{padding:10px 18px;background:#fff;border:none;cursor:pointer;font-size:13px;transition:all .15s;font-family:'Inter',sans-serif;font-weight:500;color:#64748b}
        .tab-btn:hover{background:#f8f9fa}
        .tab-btn.active{background:#024550;color:#fff}
        .dim-inputs{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:280px;margin:0 auto}
        .dim-group label{display:block;font-weight:600;margin-bottom:6px;font-size:14px;color:#334155}
        .dim-group .req{color:#3b82f6}
        .input-wrap{display:flex;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .15s}
        .input-wrap:focus-within{border-color:#2ecc71;box-shadow:0 0 0 3px rgba(46,204,113,.1)}
        .input-wrap input{flex:1;padding:10px 12px;border:none;font-size:15px;width:100%;font-family:'Inter',sans-serif}
        .input-wrap input:focus{outline:none}
        .input-wrap .unit{padding:10px 12px;background:#f8f9fa;border-left:1px solid #e5e7eb;font-weight:600;color:#64748b;font-size:13px}
        .dim-result{text-align:center;margin-top:5px;color:#94a3b8;font-size:13px}
        .options-section{background:#fff;border-radius:12px;padding:20px;border:1px solid #e5e7eb}
        .options-header{display:flex;align-items:center;gap:20px;margin-bottom:15px}
        .options-title{font-size:16px;font-weight:700;margin:0;color:#1a1a1a}
        .cheapest-btn{padding:8px 16px;background:#024550;color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;font-family:'Inter',sans-serif}
        .cheapest-btn:hover{background:#244a36}
        .option-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:8px;overflow:hidden;transition:all .2s}
        .option-card:last-child{margin-bottom:0}
        .option-card.expanded{border:2px solid #2ecc71;background:#fff}
        .option-card.required-error{border:2px solid #ef4444!important;animation:shake .3s}
        .option-card.required-error .option-header{background:#fef2f2}
        .option-card.is-valid .option-header::after{content:'';width:20px;height:20px;background:#dcfce7;border-radius:50%;margin-left:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:12px;background-position:center;background-repeat:no-repeat;flex-shrink:0}
        @keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}
        @keyframes spin{to{transform:rotate(360deg)}}
        .option-header{display:flex;align-items:center;padding:12px 15px;cursor:pointer;background:#fff;transition:background .15s}
        .option-header:hover{background:#fafbfc}
        .option-image{width:42px;height:42px;background:#f8f9fa;border-radius:8px;margin-right:12px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;overflow:hidden}
        .option-image img{width:100%;height:100%;object-fit:cover}
        .option-info{flex:1;min-width:0}
        .option-name{font-weight:600;font-size:14px;margin-bottom:1px;color:#1a1a1a}
        .option-value{color:#94a3b8;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
        .option-price{text-align:right;margin-right:10px;font-size:13px;color:#94a3b8;flex-shrink:0}
        .option-price.extra{color:#ef4444}
        .option-price.discount{color:#10b981}
        .option-edit{width:30px;height:30px;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;transition:all .15s}
        .option-edit:hover{background:#e2e8f0}
        .required-badge{display:none;background:#ef4444;color:#fff;font-size:10px;padding:2px 6px;border-radius:8px;margin-left:8px;font-weight:400}
        .option-card.required-error .required-badge{display:inline}
        .option-body{display:none;padding:15px 20px 20px;border-top:1px solid #f1f5f9;background:#fff}
        .option-card.expanded .option-body{display:block}
        .option-body-title{font-size:14px;color:#64748b;margin-bottom:15px}
        .option-choices{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:15px}
        .option-choice{position:relative;background:#fff;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .15s;text-align:center;padding:12px 8px}
        .option-choice:hover{border-color:#94a3b8}
        .option-choice.selected{border-color:#2ecc71;box-shadow:0 0 0 3px rgba(46,204,113,.1)}
        .option-choice-info{position:absolute;top:6px;right:6px;width:18px;height:18px;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:#94a3b8}
        .option-choice-placeholder{width:100%;aspect-ratio:1/1;background:#f8f9fa;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:8px;overflow:hidden}
        .option-choice-placeholder img{width:100%;height:100%;object-fit:cover}
        .option-choice-radio{width:22px;height:22px;border:2px solid #d1d5db;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 6px;transition:all .15s}
        .option-choice.selected .option-choice-radio{border-color:#2ecc71;background:#2ecc71}
        .option-choice.selected .option-choice-radio::after{content:'';width:10px;height:10px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat}
        .option-choice-name{font-size:12px;line-height:1.3;color:#64748b}
        .option-choice-price{font-size:11px;color:#94a3b8;margin-top:3px}
        .option-save-btn{display:block;margin:0 auto;padding:10px 30px;background:#024550;border:none;border-radius:8px;font-size:13px;color:#fff;cursor:pointer;transition:all .15s;font-family:'Inter',sans-serif;font-weight:600}
        .option-save-btn:hover{background:#244a36}
        .price-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}
        .price-header{background:#024550;color:#fff;padding:14px;font-weight:600;font-size:15px;text-align:center}
        .price-rows{padding:15px}
        .price-line{display:flex;justify-content:space-between;padding:8px 0;font-size:14px}
        .price-line-label{color:#94a3b8}
        .price-line-value{font-weight:600;color:#334155;white-space:nowrap}
        .price-line.subtotal{border-top:1px solid #f1f5f9;margin-top:8px;padding-top:12px;font-weight:600}
        .rot-section{background:#ecfdf5;padding:12px 15px;border-top:1px solid #bbf7d0}
        .rot-line{display:flex;justify-content:space-between;color:#10b981;font-weight:600;font-size:14px}
        .total-section{background:#024550;color:#fff;padding:15px}
        .total-line{display:flex;justify-content:space-between;align-items:center}
        .total-label{font-size:15px}
        .total-value{font-size:24px;font-weight:700}
        .total-vat{font-size:11px;color:rgba(255,255,255,.5);text-align:right;margin-top:3px}
        .rot-info{background:#fffbeb;border-top:1px solid #fde68a;padding:12px 15px;font-size:12px;color:#92400e}
        .rot-info strong{display:block;margin-bottom:2px}
        .cart-section{padding:15px;border-top:1px solid #f1f5f9}
        .qty-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}
        .qty-label{font-weight:600;font-size:13px;color:#334155}
        .qty-controls{display:flex;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}
        .qty-btn{width:36px;height:36px;border:none;background:#f8f9fa;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;color:#334155}
        .qty-btn:hover{background:#e2e8f0}
        .qty-input{width:45px;height:36px;border:none;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;text-align:center;font-size:15px;font-weight:600;font-family:'Inter',sans-serif}
        .qty-input:focus{outline:none}
        .cart-btn{width:100%;background:#024550;color:#fff;border:none;border-radius:10px;padding:14px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .15s;font-family:'Inter',sans-serif}
        .cart-btn:hover{background:#244a36}
        .validation-msg{background:#ef4444;color:#fff;padding:10px 15px;border-radius:8px;margin-bottom:12px;display:none;align-items:center;gap:8px;font-size:13px}
        .validation-msg.show{display:flex}

        /* Modal */
        .modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:200;justify-content:center;align-items:center;padding:20px}
        .modal-overlay.active{display:flex}
        .modal{background:#fff;border-radius:16px;width:900px;max-width:95%;height:800px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px rgba(0,0,0,.2);display:flex;flex-direction:column}
        .modal-header{background:#024550;color:#fff;padding:18px 22px;display:flex;justify-content:space-between;align-items:center}
        .modal-header h2{font-size:17px;font-weight:600}
        .modal-close{background:none;border:none;color:#fff;font-size:26px;cursor:pointer;opacity:.8}
        .modal-close:hover{opacity:1}
        .modal-body{padding:20px;flex:1;overflow-y:auto}
        .modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
        .modal-section{margin-bottom:20px}
        .modal-section:last-child{margin-bottom:0}
        .modal-section-title{font-size:12px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid #f1f5f9}
        .modal-product{display:flex;gap:12px;align-items:center}
        .modal-product-image{width:70px;height:70px;border-radius:8px;object-fit:cover;border:1px solid #e5e7eb}
        .modal-product-info h3{font-size:15px;font-weight:600;margin-bottom:3px}
        .modal-product-info p{color:#94a3b8;font-size:13px}
        .modal-cart{background:#f8f9fa;border-radius:8px;overflow:hidden}
        .modal-cart-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid #e5e7eb;font-size:13px}
        .modal-cart-item:last-child{border-bottom:none}
        .modal-cart-item-name{color:#334155;font-weight:500;flex:0 0 auto}
        .modal-cart-item-value{color:#94a3b8;flex:1;text-align:center;padding:0 8px}
        .modal-cart-item-price{font-weight:600;min-width:70px;text-align:right}
        .modal-cart-item-price.has-price{color:#10b981}
        .modal-price-summary{background:#f8f9fa;border-radius:8px;padding:12px}
        .modal-price-row{display:flex;justify-content:space-between;padding:5px 0;font-size:13px}
        .modal-price-row.rot{color:#10b981;font-weight:500}
        .modal-price-row.total{border-top:2px solid #e5e7eb;margin-top:8px;padding-top:10px;font-size:16px;font-weight:700}
        .modal-form{display:grid;gap:12px}
        .modal-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
        .modal-form-group{display:flex;flex-direction:column}
        .modal-form-group.full{grid-column:1/-1}
        .modal-form-group label{font-size:12px;font-weight:500;color:#64748b;margin-bottom:4px}
        .modal-form-group input,.modal-form-group textarea{padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:'Inter',sans-serif;transition:all .15s}
        .modal-form-group input:focus,.modal-form-group textarea:focus{outline:none;border-color:#2ecc71;box-shadow:0 0 0 3px rgba(46,204,113,.1)}
        .modal-form-group textarea{resize:vertical;min-height:60px}
        .modal-submit{width:100%;padding:14px;background:#024550;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;margin-top:8px;transition:all .15s;font-family:'Inter',sans-serif}
        .modal-submit:hover{background:#244a36}

        /* === KUNDER MAP === */
        .kunder-map-wrap{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;margin-bottom:16px}
        .kunder-map{height:380px;width:100%}
        .kunder-map .leaflet-control-attribution{font-size:10px}
        .kunder-filters{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;margin-bottom:16px;flex-wrap:wrap}
        .kunder-filters-label{font-size:13px;font-weight:600;color:#64748b;margin-right:4px}
        .filter-chip{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;border:2px solid #e5e7eb;background:#fff;transition:all .15s;font-family:'Inter',sans-serif;color:#334155}
        .filter-chip:hover{background:#f8f9fa}
        .filter-chip.active{border-color:currentColor;background:rgba(0,0,0,.03)}
        .filter-chip .dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}
        .filter-chip.f-order .dot{background:#16a34a}
        .filter-chip.f-order.active{border-color:#16a34a;color:#16a34a}
        .filter-chip.f-offert .dot{background:#eab308}
        .filter-chip.f-offert.active{border-color:#eab308;color:#854d0e}
        .filter-chip.f-lost .dot{background:#ef4444}
        .filter-chip.f-lost.active{border-color:#ef4444;color:#ef4444}
        .filter-chip.f-lead .dot{background:#94a3b8}
        .filter-chip.f-lead.active{border-color:#94a3b8;color:#64748b}
        .filter-chip .count{background:rgba(0,0,0,.06);padding:1px 7px;border-radius:10px;font-size:11px;margin-left:2px}
        .kunder-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}
        .kunder-stat{background:#fff;border-radius:10px;padding:14px 16px;border:1px solid #e5e7eb;display:flex;align-items:center;gap:12px}
        .kunder-stat .ks-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}
        .kunder-stat .ks-info{flex:1}
        .kunder-stat .ks-info h4{font-size:11px;color:#94a3b8;font-weight:500;text-transform:uppercase;letter-spacing:.3px}
        .kunder-stat .ks-info .ks-val{font-size:22px;font-weight:700;color:#1a1a1a}
        .kunder-stat .ks-info .ks-sum{font-size:12px;color:#64748b;margin-top:1px}
        .kunder-search{display:flex;gap:10px;margin-bottom:0}
        .kunder-search input{flex:1;padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:'Inter',sans-serif}
        .kunder-search input:focus{outline:none;border-color:#2ecc71;box-shadow:0 0 0 3px rgba(46,204,113,.1)}
        .map-marker-order{background:#16a34a;border:2px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 4px rgba(0,0,0,.3)}
        .sidebar-section-label{padding:20px 22px 6px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:rgba(255,255,255,.25)}
        .sidebar-divider{height:1px;background:rgba(255,255,255,.08);margin:8px 18px 4px}

        /* === KALENDER === */
        .cal-wrap{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;margin-bottom:20px}
        .cal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #f1f5f9}
        .cal-header h3{font-size:16px;font-weight:600;color:#1a1a1a}
        .cal-nav{display:flex;gap:6px}
        .cal-nav button{width:32px;height:32px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;color:#64748b;transition:all .15s}
        .cal-nav button:hover{background:#f8f9fa;border-color:#94a3b8}
        .cal-grid{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;padding:12px 16px 16px}
        .cal-day-header{font-size:11px;font-weight:600;color:#94a3b8;padding:4px 0 8px;text-transform:uppercase}
        .cal-day{padding:8px 4px;font-size:13px;color:#334155;border-radius:8px;cursor:pointer;transition:all .15s;position:relative}
        .cal-day:hover{background:#f1f5f9}
        .cal-day.today{background:#024550;color:#fff;font-weight:600}
        .cal-day.has-event::after{content:'';position:absolute;bottom:3px;left:50%;transform:translateX(-50%);width:5px;height:5px;background:#eab308;border-radius:50%}
        .cal-day.other-month{color:#d1d5db}
        .cal-events{margin-top:0}
        .cal-event-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-radius:10px;border:1px solid #e5e7eb;margin-bottom:8px;transition:all .15s}
        .cal-event-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.05)}
        .cal-event-time{font-size:12px;font-weight:600;color:#64748b;min-width:50px}
        .cal-event-info h4{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:1px}
        .cal-event-info p{font-size:12px;color:#94a3b8}
        .cal-event-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}

        /* === DAGRAPPORT === */
        .dr-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}
        .dr-card{background:#fff;border-radius:12px;padding:18px 20px;border:1px solid #e5e7eb}
        .dr-card h4{font-size:12px;color:#94a3b8;font-weight:500;margin-bottom:6px;text-transform:uppercase;letter-spacing:.3px}
        .dr-card .dr-val{font-size:24px;font-weight:700;color:#1a1a1a}
        .dr-card .dr-sub{font-size:12px;color:#64748b;margin-top:2px}
        .dr-form{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:24px;margin-bottom:20px}
        .dr-form h3{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:16px}
        .dr-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
        .dr-form-group{display:flex;flex-direction:column}
        .dr-form-group.full{grid-column:1/-1}
        .dr-form-group label{font-size:12px;font-weight:500;color:#64748b;margin-bottom:5px}
        .dr-form-group input,.dr-form-group textarea,.dr-form-group select{padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:'Inter',sans-serif;transition:all .15s}
        .dr-form-group input:focus,.dr-form-group textarea:focus,.dr-form-group select:focus{outline:none;border-color:#2ecc71;box-shadow:0 0 0 3px rgba(46,204,113,.1)}
        .dr-form-group textarea{resize:vertical;min-height:80px}
        .dr-log-item{display:flex;gap:14px;padding:16px 20px;background:#fff;border-radius:10px;border:1px solid #e5e7eb;margin-bottom:8px}
        .dr-log-date{font-size:12px;font-weight:600;color:#64748b;min-width:80px}
        .dr-log-info{flex:1}
        .dr-log-info h4{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:3px}
        .dr-log-info p{font-size:13px;color:#64748b;line-height:1.5}
        .dr-log-tag{font-size:11px;padding:3px 10px;border-radius:12px;font-weight:600}

        /* === MIN LÖN === */
        .lon-overview{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin-bottom:20px}
        .lon-card{background:#fff;border-radius:12px;padding:20px;border:1px solid #e5e7eb}
        .lon-card.highlight{background:#024550;border-color:#024550}
        .lon-card.highlight h4{color:rgba(255,255,255,.6)}
        .lon-card.highlight .lon-val{color:#fff}
        .lon-card.highlight .lon-sub{color:rgba(255,255,255,.4)}
        .lon-card h4{font-size:12px;color:#94a3b8;font-weight:500;margin-bottom:6px;text-transform:uppercase;letter-spacing:.3px}
        .lon-card .lon-val{font-size:26px;font-weight:700;color:#1a1a1a}
        .lon-card .lon-sub{font-size:12px;color:#64748b;margin-top:3px}
        .lon-breakdown{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;margin-bottom:20px}
        .lon-breakdown-header{padding:16px 20px;font-weight:600;font-size:15px;color:#1a1a1a;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:10px}
        .lon-row{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid #f1f5f9;font-size:14px}
        .lon-row:last-child{border-bottom:none}
        .lon-row-label{color:#64748b}
        .lon-row-val{font-weight:600;color:#1a1a1a}
        .lon-row.total{background:#f8f9fa;font-weight:700}
        .lon-row.total .lon-row-label{color:#1a1a1a}
        .lon-row.total .lon-row-val{color:#10b981;font-size:16px}
        .lon-row.deduction .lon-row-val{color:#ef4444}
        /* === EVA AI CHAT (compact) === */
        .eko-layout{display:grid;grid-template-columns:1fr 340px;gap:20px;align-items:start}
        .eko-main{display:flex;flex-direction:column;gap:16px}
        .eko-tabs{display:flex;gap:4px;background:#fff;border-radius:10px;padding:4px;border:1px solid #e5e7eb;margin-bottom:4px}
        .eko-tab{padding:9px 16px;border-radius:8px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;border:none;background:none;font-family:'Inter',sans-serif;transition:all .15s}
        .eko-tab:hover{color:#334155;background:#f8f9fa}
        .eko-tab.active{background:#024550;color:#fff;font-weight:600}
        .eko-panel{display:none}
        .eko-panel.active{display:block}
        .eva-chat-wrap{background:#fff;border-radius:12px;border:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden;height:520px;position:sticky;top:20px}
        .eva-chat-header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #f1f5f9;background:#fff}
        .eva-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb;flex-shrink:0}
        .eva-header-info h3{font-size:13px;font-weight:600;color:#1a1a1a;margin-bottom:0}
        .eva-header-info p{font-size:11px;color:#64748b}
        .eva-online{display:inline-block;width:7px;height:7px;background:#10b981;border-radius:50%;margin-left:4px;vertical-align:middle}
        .eva-messages{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px}
        .eva-messages::-webkit-scrollbar{width:3px}
        .eva-messages::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}
        .eva-msg{display:flex;gap:8px;max-width:92%;animation:msgIn .3s ease}
        .eva-msg.eva{align-self:flex-start}
        .eva-msg.user{align-self:flex-end;flex-direction:row-reverse}
        .eva-msg-avatar{width:26px;height:26px;border-radius:50%;object-fit:cover;flex-shrink:0;margin-top:2px}
        .eva-msg-bubble{padding:8px 12px;border-radius:14px;font-size:12.5px;line-height:1.5;color:#1a1a1a}
        .eva-msg.eva .eva-msg-bubble{background:#f1f5f9;border-bottom-left-radius:4px}
        .eva-msg.user .eva-msg-bubble{background:#024550;color:#fff;border-bottom-right-radius:4px}
        .eva-msg-time{font-size:9px;color:#94a3b8;margin-top:2px;padding:0 4px}
        .eva-msg.user .eva-msg-time{text-align:right}
        .eva-input-wrap{display:flex;align-items:center;gap:8px;padding:10px 14px;border-top:1px solid #f1f5f9;background:#fff}
        .eva-input{flex:1;padding:8px 12px;border:1px solid #e5e7eb;border-radius:20px;font-size:12.5px;font-family:'Inter',sans-serif;resize:none;max-height:60px;line-height:1.4}
        .eva-input:focus{outline:none;border-color:#024550;box-shadow:0 0 0 2px rgba(2,69,80,.1)}
        .eva-send{width:34px;height:34px;border-radius:50%;background:#024550;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}
        .eva-send:hover{background:#035a6b}
        .eva-send:disabled{background:#94a3b8;cursor:not-allowed}
        .eva-send svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
        .eva-typing{display:flex;gap:4px;padding:8px 12px;background:#f1f5f9;border-radius:14px;border-bottom-left-radius:4px;align-self:flex-start}
        .eva-typing span{width:6px;height:6px;background:#94a3b8;border-radius:50%;animation:typingDot 1.4s infinite}
        .eva-typing span:nth-child(2){animation-delay:.2s}
        .eva-typing span:nth-child(3){animation-delay:.4s}
        @keyframes typingDot{0%,60%,100%{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}
        @keyframes msgIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
        .eva-suggestions{display:flex;flex-wrap:wrap;gap:5px;padding:0 14px 10px}
        .eva-suggestion{padding:5px 10px;background:#f1f5f9;border:1px solid #e5e7eb;border-radius:14px;font-size:10.5px;color:#64748b;cursor:pointer;transition:all .15s;font-family:'Inter',sans-serif}
        .eva-suggestion:hover{background:#e2e8f0;color:#334155;border-color:#94a3b8}

        .lon-month-select{padding:8px 30px 8px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;font-weight:500;font-family:'Inter',sans-serif;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23334155'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 8px center/16px;cursor:pointer}
        .map-marker-offert{background:#eab308;border:2px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 4px rgba(0,0,0,.3)}
        .map-marker-lost{background:#ef4444;border:2px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 4px rgba(0,0,0,.3)}
        .map-marker-lead{background:#94a3b8;border:2px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 4px rgba(0,0,0,.3)}

        @media(max-width:1100px){.config-layout{grid-template-columns:1fr}.config-sidebar{position:static}.stat-grid{grid-template-columns:repeat(2,1fr)}}
        @media(max-width:900px){.sidebar{display:none}.main-wrapper{margin-left:0}}
        /* === TOP SELLERS === */
        .top-sellers-list{padding:0}
        .top-seller-item{display:flex;align-items:center;gap:14px;padding:14px 22px;border-bottom:1px solid #f1f5f9;transition:background .15s}
        .top-seller-item:last-child{border-bottom:none}
        .top-seller-item:hover{background:#fafbfc}
        .top-seller-medal{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}
        .medal-gold{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#78350f}
        .medal-silver{background:linear-gradient(135deg,#d1d5db,#9ca3af);color:#374151}
        .medal-bronze{background:linear-gradient(135deg,#d97706,#b45309);color:#fff}
        .top-seller-info{flex:1;min-width:0}
        .top-seller-name{font-size:14px;font-weight:600;color:#1a1a1a}
        .top-seller-detail{font-size:12px;color:#94a3b8}
        .top-seller-amount{text-align:right;font-size:15px;font-weight:700;color:#10b981}
        /* === DASHBOARD CHARTS === */
        .dash-charts{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}
        .dash-chart-panel{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}
        .dash-chart-panel .dash-panel-header{padding:12px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #f1f5f9}
        .dash-chart-panel .dash-panel-header svg{width:18px;height:18px;stroke:#64748b;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
        .dash-chart-panel .dash-panel-header h3{font-size:14px;font-weight:600;color:#1a1a1a}
        .dash-chart-body{padding:14px}
        .dash-chart-body canvas{max-height:200px}
        /* === FÄLTSÄLJ === */
        .falt-layout{display:grid;grid-template-columns:1fr 360px;gap:20px;align-items:start}
        .falt-left{display:flex;flex-direction:column;gap:20px;min-width:0}
        .falt-map{height:500px;width:100%;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}
        .falt-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:16px}
        .falt-stat{background:#fff;border-radius:10px;border:1px solid #e5e7eb;padding:12px 14px;text-align:center}
        .falt-stat h4{font-size:10px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}
        .falt-stat .fval{font-size:22px;font-weight:700;color:#1a1a1a}
        .falt-stat .fsub{font-size:11px;color:#94a3b8;margin-top:2px}
        .falt-sidebar{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden}
        .falt-sidebar-header{padding:16px 18px;border-bottom:1px solid #f1f5f9;font-size:15px;font-weight:600;color:#1a1a1a}
        .falt-list{max-height:450px;overflow-y:auto}
        .falt-list::-webkit-scrollbar{width:4px}
        .falt-list::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}
        .falt-item{display:flex;align-items:center;gap:12px;padding:10px 18px;border-bottom:1px solid #f8f9fa;cursor:pointer;transition:background .15s}
        .falt-item:hover{background:#fafbfc}
        .falt-item-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}
        .falt-item-info{flex:1;min-width:0}
        .falt-item-addr{font-size:13px;font-weight:500;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
        .falt-item-detail{font-size:11px;color:#94a3b8}
        .falt-item-status{font-size:11px;font-weight:600;padding:3px 8px;border-radius:10px;flex-shrink:0}
        .falt-popup-btns{display:flex;gap:4px;margin-top:8px;flex-wrap:wrap}
        .falt-popup-btn{padding:4px 10px;border:none;border-radius:6px;font-size:11px;font-weight:600;cursor:pointer;font-family:'Inter',sans-serif;transition:all .15s}
        .falt-popup-btn:hover{opacity:.85}
        .falt-kalkyler{overflow-x:auto}
        .falt-kalkyler-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
        .falt-kalkyler-header h3{font-size:16px;font-weight:700;color:#1a1a1a}
        .falt-kalkyler-header .fk-count{font-size:13px;color:#94a3b8;font-weight:400}
        .falt-kalkyler table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}
        .falt-kalkyler thead th{background:#f8f9fa;font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;padding:8px 10px;text-align:left;border-bottom:1px solid #e5e7eb;white-space:nowrap}
        .falt-kalkyler tbody td{padding:8px 10px;font-size:12px;color:#1a1a1a;border-bottom:1px solid #f1f5f9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
        .falt-kalkyler tbody td.addr-cell{max-width:180px}
        .falt-kalkyler tbody tr:hover{background:#fafbfc}
        .fk-badge{font-size:11px;font-weight:600;padding:3px 10px;border-radius:10px;display:inline-block}
        .fk-badge.ny{background:#e0f2fe;color:#0284c7}
        .fk-badge.skickad{background:#fef3c7;color:#b45309}
        .fk-badge.godkand{background:#dcfce7;color:#15803d}
        .fk-badge.forlorad{background:#fee2e2;color:#dc2626}
        .fk-action{padding:4px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:11px;font-weight:500;cursor:pointer;background:#fff;font-family:'Inter',sans-serif;transition:all .15s;color:#1a1a1a}
        .fk-action:hover{background:#f1f5f9;border-color:#cbd5e1}
        /* === PRODUCT CATALOG === */
        .catalog-header{display:flex;align-items:center;gap:15px;margin-bottom:20px;flex-wrap:wrap}
        .catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
        .catalog-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;transition:all .2s;cursor:pointer}
        .catalog-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);transform:translateY(-2px)}
        .catalog-card-img{width:100%;aspect-ratio:4/3;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden}
        .catalog-card-img img{width:100%;height:100%;object-fit:cover}
        .catalog-card-img svg{width:48px;height:48px;stroke:#cbd5e1;fill:none;stroke-width:1.2}
        .catalog-card-body{padding:14px 16px}
        .catalog-card-cat{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#64748b;margin-bottom:4px}
        .catalog-card-name{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:6px;line-height:1.3}
        .catalog-card-desc{font-size:12px;color:#94a3b8;margin-bottom:8px;line-height:1.4}
        .catalog-card-footer{display:flex;justify-content:space-between;align-items:center}
        .catalog-card-price{font-size:16px;font-weight:700;color:#024550}
        .catalog-card-badge{padding:3px 8px;border-radius:12px;font-size:10px;font-weight:600}
        @media(max-width:768px){
            .product-section{grid-template-columns:1fr;gap:20px}.option-choices{grid-template-columns:repeat(2,1fr)}.modal-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr}.dash-grid{grid-template-columns:1fr}.dash-charts{grid-template-columns:1fr}.catalog-grid{grid-template-columns:repeat(2,1fr)}.kunder-stats{grid-template-columns:repeat(2,1fr)}.kunder-map{height:250px}
            .main-wrapper{padding:16px 10px;margin-left:0 !important}
            /* FältSälj mobil */
            .falt-layout{grid-template-columns:1fr !important;gap:12px}
            .falt-map{height:50vh !important;border-radius:10px}
            .falt-stats{grid-template-columns:repeat(3,1fr) !important;gap:6px}
            .falt-stat{padding:8px 6px}
            .falt-stat .fval{font-size:18px}
            .falt-stat h4{font-size:9px}
            .falt-sidebar{border-radius:10px}
            .falt-list{max-height:300px !important}
            .falt-kalkyler{overflow-x:auto}
            .falt-left{gap:12px}
            .falt-kalkyler table{min-width:500px;font-size:11px}
            .page-title{font-size:20px}
            .page-subtitle{font-size:12px;margin-bottom:12px}
            /* Mobil bottom nav */
            .mobile-nav{display:flex !important}
            body{padding-bottom:60px}
        }
        .mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#024550;z-index:200;justify-content:space-around;padding:6px 0 env(safe-area-inset-bottom,6px);box-shadow:0 -2px 12px rgba(0,0,0,.15)}
        .mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;color:rgba(255,255,255,.5);text-decoration:none;font-size:10px;font-weight:500;padding:4px 8px;transition:color .15s}
        .mobile-nav a.active{color:#fff}
        .mobile-nav a svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
    @keyframes blink-red{0%,100%{opacity:1}50%{opacity:.3}}
