:root{--maha-navy:#0b1e60;--maha-navy-light:#1a3a8a;--maha-gold:gold;--text:#1e293b;--text-muted:#64748b;--bg:#f8fafc;--card-bg:#fff;--border:#e2e8f0;--danger:#ef4444;--success:#22c55e;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:16px/1.5 Inter,system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{background:var(--bg);margin:0}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3{color:var(--maha-navy);margin:0 0 .5rem}a{color:var(--maha-navy)}.app-shell{flex-direction:column;min-height:100svh;display:flex}.statusbar{padding:.4rem 1rem;padding-top:calc(.4rem + env(safe-area-inset-top));border-bottom:1px solid var(--border);background:#f1f5f9;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.dot{border-radius:50%;flex-shrink:0;width:9px;height:9px}.dot.online{background:var(--success)}.dot.offline{background:var(--danger)}.sync-now{border:1px solid var(--maha-navy);color:var(--maha-navy);cursor:pointer;background:0 0;border-radius:6px;min-height:32px;margin-left:auto;padding:.3rem .7rem;font-size:.75rem}.brand-header{background:var(--maha-navy);color:#fff;border-bottom:4px solid var(--maha-gold);align-items:center;gap:.9rem;padding:1.25rem 1rem;display:flex}.brand-logo-img{object-fit:contain;flex-shrink:0;width:auto;height:40px}.brand-header h1{color:#fff;margin:0;font-size:1.1rem}.brand-header small{color:#ffffffb3}.staff-bar{border-bottom:1px solid var(--border);background:#eef2ff;font-size:.8rem}.staff-bar-links{white-space:nowrap;align-items:center;gap:1rem;padding:.5rem 1rem;display:flex;overflow-x:auto}.staff-bar-links a{color:var(--maha-navy);flex-shrink:0;font-weight:600;text-decoration:none}.staff-bar-account{border-top:1px dashed #c7d2fe;align-items:center;gap:.6rem;padding:.4rem 1rem .5rem;display:flex}.staff-bar-user{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.staff-logout{border:1px solid var(--maha-navy);color:var(--maha-navy);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;padding:.25rem .6rem;font-size:.75rem}@media (width>=700px){.staff-bar{justify-content:space-between;align-items:center;display:flex}.staff-bar-account{border-top:none;padding-top:0;padding-right:1.5rem}}.content{box-sizing:border-box;flex:1;width:100%;max-width:640px;margin:0 auto;padding:1.25rem 1rem 5.5rem}.bottom-nav{border-top:1px solid var(--border);padding:.4rem .5rem calc(.4rem + env(safe-area-inset-bottom));background:#fff;display:flex;position:sticky;bottom:0}.bottom-nav a{text-align:center;min-height:48px;color:var(--text-muted);border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.15rem;padding:.4rem .15rem;font-size:.66rem;text-decoration:none;display:flex;position:relative}.bottom-nav a svg{width:20px;height:20px}.bottom-nav a.active{color:var(--maha-navy);background:#eef2ff;font-weight:600}.badge{background:var(--danger);color:#fff;vertical-align:middle;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;margin-left:4px;padding:0 4px;font-size:.65rem;display:inline-flex}@media (width>=700px){.content{max-width:760px;padding:1.75rem 1.5rem 5.5rem}.brand-header{padding:1.5rem}.statusbar{padding:.5rem 1.5rem}.brand-logo-img{height:52px}.brand-header h1{font-size:1.3rem}.bottom-nav{justify-content:center;gap:.5rem}.bottom-nav a{flex-direction:row;flex:0 140px;gap:.4rem;font-size:.8rem}.bottom-nav a svg{width:18px;height:18px}}@media (width>=1024px){.content{max-width:860px}}.card{background:var(--card-bg);border:1px solid var(--border);box-sizing:border-box;border-radius:16px;margin-bottom:1.25rem;padding:1.5rem;box-shadow:0 10px 25px #0000000d}@media (width<=359px){.card{padding:1.1rem}}.field{margin-bottom:1rem}.field label{color:#475569;margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.field .required{color:var(--danger)}.field input[type=text],.field input[type=email],.field input[type=password],.field input[type=tel],.field input[type=number],.field select,.field textarea{border:1px solid var(--border);width:100%;min-height:44px;font:inherit;box-sizing:border-box;background:#fff;border-radius:8px;padding:.6rem .7rem;font-size:16px}.field input[type=text]:focus,.field input[type=email]:focus,.field input[type=password]:focus,.field input[type=tel]:focus,.field input[type=number]:focus,.field select:focus,.field textarea:focus{border-color:var(--maha-navy);outline:none;box-shadow:0 0 0 3px #0b1e601f}.field input:read-only{color:var(--text-muted);background:#f1f5f9}.field textarea{resize:vertical}.btn-maha{background:var(--maha-navy);color:#fff;cursor:pointer;box-sizing:border-box;border:none;border-radius:8px;width:100%;min-height:48px;padding:.9rem 1.5rem;font-size:1rem;font-weight:700}.btn-maha:hover{background:var(--maha-navy-light)}.btn-maha:disabled{opacity:.6;cursor:not-allowed}.btn-outline{border:1px solid var(--maha-navy);color:var(--maha-navy);cursor:pointer;box-sizing:border-box;background:0 0;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:.6rem 1rem;font-weight:600;text-decoration:none;display:inline-flex}.card-grid{grid-template-columns:1fr;gap:0;display:grid}.button-row{flex-wrap:wrap;gap:.5rem;display:flex}.button-row .btn-outline{flex:140px}.sync-card{border-color:var(--maha-navy)}.install-card{border-color:var(--maha-gold);background:#fffdf0}@media (width>=700px){.card-grid{grid-template-columns:1fr 1fr;gap:1.25rem}.card-grid .card{margin-bottom:0}}.upload-box{border:2px dashed var(--border);text-align:center;cursor:pointer;background:#fbfbfb;border-radius:12px;justify-content:center;align-items:center;min-height:60px;padding:1.25rem;display:flex}.upload-box:hover{border-color:var(--maha-gold);background:#fffdf0}.upload-hint{color:var(--text-muted);margin:.3rem 0 0;font-size:.85rem}.gallery{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.75rem;display:grid}.gallery-item{position:relative}.gallery-item img{aspect-ratio:1;object-fit:cover;border:1px solid var(--border);border-radius:8px;width:100%}.btn-remove-img{background:var(--danger);color:#fff;cursor:pointer;border:2px solid #fff;border-radius:50%;width:28px;height:28px;font-size:14px;line-height:1;position:absolute;top:-8px;right:-8px}.alert{border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.alert-success{color:#166534;background:#dcfce7}.alert-error{color:#991b1b;background:#fee2e2}.alert-info{color:#3730a3;background:#eef2ff}.star-rating{flex-direction:row-reverse;justify-content:flex-end;gap:.1rem;display:flex}.star-rating input{display:none}.star-rating label{color:#d1d5db;cursor:pointer;justify-content:center;align-items:center;min-width:40px;min-height:40px;margin:0;font-size:1.9rem;line-height:1;display:inline-flex}.star-rating input:checked~label,.star-rating label:hover,.star-rating label:hover~label{color:var(--maha-gold)}.statement-row{border-bottom:1px solid var(--border);padding:.85rem 0}.statement-row:last-child{border-bottom:none}.statement-name{margin-bottom:.2rem;font-size:.92rem;font-weight:500}.statement-name-en,.bilingual-en{color:var(--text-muted);margin-bottom:.4rem;font-size:.8rem;font-style:italic;font-weight:400;display:block}h2 .bilingual-en{margin-top:.2rem;font-size:.85rem}.source-grid{grid-template-columns:1fr;gap:.5rem;display:grid}.source-option{border:1px solid var(--border);cursor:pointer;box-sizing:border-box;border-radius:8px;align-items:center;gap:.5rem;min-height:44px;padding:.6rem .7rem;font-size:.88rem;display:flex}.source-option input{flex-shrink:0;width:18px;height:18px}@media (width>=460px){.source-grid{grid-template-columns:1fr 1fr}}@media (width>=700px){.source-grid{grid-template-columns:1fr 1fr 1fr}}.source-option:has(input:checked){border-color:var(--maha-navy);background:#eef2ff}.source-other-input{border:1px solid var(--border);width:100%;font:inherit;border-radius:6px;margin-top:.3rem;padding:.3rem .5rem}.field-error{color:var(--danger);margin-top:.3rem;font-size:.78rem;display:block}.lucky-draw-box{border:1px solid var(--maha-gold);background:#fffdf0;border-radius:10px;padding:.9rem 1rem}.checkbox-label{color:var(--text);cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.checkbox-label input{flex-shrink:0;width:20px;height:20px}.lucky-draw-fields{border-top:1px dashed #e9d9a0;margin-top:.9rem;padding-top:.9rem}.rating-legend{flex-wrap:wrap;justify-content:flex-end;gap:.6rem;margin-bottom:.75rem;display:flex}.rating-legend-item{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.75rem;display:flex}.stat-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid}.stat-tile{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:.2rem;padding:1rem;display:flex}.stat-value{color:var(--maha-navy);font-size:1.6rem;font-weight:700}.stat-label{color:var(--text-muted);font-size:.78rem}@media (width>=700px){.stat-grid{grid-template-columns:repeat(4,1fr)}}.wo-toolbar{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.wo-toolbar input[type=text]{flex:200px;min-width:0}.wo-toolbar select{flex:0 160px}.wo-list{flex-direction:column;gap:.75rem;display:flex}.wo-item{border:1px solid var(--border);border-radius:12px;padding:1rem}.wo-item-header{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;display:flex}.wo-item-title{color:var(--maha-navy);font-weight:700}.wo-badge{white-space:nowrap;border-radius:999px;padding:.15rem .55rem;font-size:.72rem;font-weight:600;display:inline-block}.wo-badge-open{color:#1e40af;background:#dbeafe}.wo-badge-inprogress{color:#92400e;background:#fef3c7}.wo-badge-completed{color:#166534;background:#dcfce7}.wo-badge-assigned{color:#5b21b6;background:#ede9fe}.wo-badge-cancelled{color:#991b1b;background:#fee2e2}.wo-badge-default{color:#475569;background:#f1f5f9}.wo-item-problem{margin:0 0 .5rem;font-size:.92rem}.wo-item-meta{color:var(--text-muted);flex-wrap:wrap;gap:.4rem .9rem;margin-bottom:.6rem;font-size:.78rem;display:flex}.wo-item-actions{flex-wrap:wrap;gap:.5rem;display:flex}.wo-item-actions button,.wo-item-actions a{min-height:38px;padding:.45rem .8rem;font-size:.8rem}.pagination{justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;font-size:.85rem;display:flex}.detail-row{border-bottom:1px solid var(--border);justify-content:space-between;gap:1rem;padding:.5rem 0;font-size:.9rem;display:flex}.detail-row:last-child{border-bottom:none}.detail-row .label{color:var(--text-muted);flex-shrink:0}.detail-row .value{text-align:right;font-weight:500}.rating-legend-num{background:var(--maha-gold);width:18px;height:18px;color:var(--maha-navy);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:inline-flex}.survey-hero{background:linear-gradient(135deg, var(--maha-navy) 0%, #142c6b 100%);color:#fff;border-radius:16px;margin-bottom:1.25rem;padding:1.5rem}.survey-hero-badge{background:#ffffff26;border-radius:999px;margin-bottom:.75rem;padding:.3rem .8rem;font-size:.72rem;font-weight:600;display:inline-block}.survey-hero-title{margin:0 0 .2rem;font-size:1.4rem;font-weight:800}.survey-hero-subtitle{opacity:.85;margin:0 0 .9rem;font-size:.9rem}.survey-hero-lead{margin:0 0 .15rem;font-size:.92rem;font-weight:700}.survey-hero-desc{opacity:.9;margin:0 0 .9rem;font-size:.86rem;line-height:1.5}.survey-instruction-box{background:#ffffff1a;border:1px solid #fff3;border-radius:10px;padding:.8rem 1rem}.survey-instruction-title{margin:0;font-size:.85rem;font-weight:700}.survey-instruction-subtitle{opacity:.75;margin:0 0 .4rem;font-size:.75rem;font-style:italic}.survey-instruction-text{opacity:.95;margin:0;font-size:.82rem;line-height:1.4}.survey-section-header{align-items:center;gap:.7rem;margin-bottom:1rem;display:flex}.survey-section-num{background:var(--maha-navy);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex}.survey-section-title{margin:0;font-size:1rem;font-weight:700}.survey-section-subtitle{color:var(--text-muted);margin:0;font-size:.78rem;font-style:italic}.rating-scale-box{background:#fdf8ec;border:1px solid #f0e2b8;border-radius:12px;margin-bottom:1.25rem;padding:.9rem}.rating-scale-box-title{align-items:center;gap:.4rem;margin:0 0 .7rem;font-size:.85rem;font-weight:700;display:flex}.rating-scale-box-title .bilingual-en{margin:0;display:inline}.rating-scale-tiles{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}@media (width>=560px){.rating-scale-tiles{grid-template-columns:repeat(5,1fr)}}.rating-scale-tile{border:1px solid var(--border);text-align:center;background:#fff;border-radius:8px;padding:.6rem .4rem}.rating-scale-tile-num{background:var(--maha-gold);width:26px;height:26px;color:var(--maha-navy);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.3rem;font-size:.85rem;font-weight:700;display:inline-flex}.rating-scale-tile-label{font-size:.75rem;font-weight:600;display:block}.rating-scale-tile-label-en{color:var(--text-muted);font-size:.68rem;font-style:italic;display:block}.statement-table-header{background:var(--maha-navy);color:#fff;border-radius:10px 10px 0 0;justify-content:space-between;gap:1rem;padding:.6rem .9rem;font-size:.78rem;font-weight:700;display:flex}.statement-table-header span{opacity:.8;font-size:.7rem;font-style:italic;font-weight:400;display:block}.statement-list{border:1px solid var(--border);border-top:none;border-radius:0 0 10px 10px;margin-bottom:1.25rem;padding:0 1rem}.statement-heading{align-items:flex-start;gap:.4rem;margin-bottom:.6rem;display:flex}.statement-num-badge{background:var(--maha-navy);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:.1rem;font-size:.7rem;font-weight:700;display:inline-flex}.statement-heading .statement-name{margin-bottom:0}.survey-closing-note{color:#3730a3;background:#eef2ff;border-radius:10px;align-items:center;gap:.6rem;margin-bottom:1rem;padding:.8rem 1rem;font-size:.82rem;line-height:1.4;display:flex}.home-section-heading{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:1.5rem 0 .75rem;font-size:.72rem;font-weight:700}.home-section-heading:first-child{margin-top:0}.home-card-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:.75rem;display:flex}.home-card-icon svg{width:22px;height:22px}.home-icon-navy{background:var(--maha-navy);color:#fff}.home-icon-gold{background:var(--maha-gold);color:var(--maha-navy)}.home-icon-muted{color:var(--text-muted);background:#eef2f7}.home-status-row{flex-direction:column;gap:1rem;margin-bottom:.5rem;display:flex}.home-sync-card,.home-install-card,.home-staff-card{align-items:center;gap:1rem;display:flex}.home-sync-card .home-card-icon,.home-install-card .home-card-icon,.home-staff-card .home-card-icon{margin-bottom:0}.home-sync-text{flex:1;min-width:0}.home-sync-text h2{margin-bottom:.15rem;font-size:1rem}.home-sync-text p{color:var(--text-muted);margin:0;font-size:.85rem}.home-sync-btn{flex-shrink:0;width:auto;min-height:44px;padding:.7rem 1.1rem}.home-install-card,.home-staff-card{color:inherit;text-decoration:none;transition:box-shadow .15s,transform .15s}.home-install-card:hover,.home-staff-card:hover{transform:translateY(-1px);box-shadow:0 12px 28px #00000014}.home-staff-card{background:#f8fafc;border-style:dashed}.home-action-card{flex-direction:column;display:flex}.home-action-card p{flex:1}.home-action-card .btn-outline{align-self:flex-start}@media (width<=480px){.home-sync-card,.home-install-card,.home-staff-card{flex-wrap:wrap}.home-sync-btn{width:100%}}@media (width>=560px){.home-status-row{flex-direction:row}.home-status-row>*{flex:1;margin-bottom:0}}.install-steps{border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1.25rem}.install-steps h3{margin-bottom:.6rem;font-size:.95rem}.install-steps ol{flex-direction:column;gap:.6rem;margin:0;padding-left:1.25rem;display:flex}.install-steps li{font-size:.92rem;line-height:1.5}.step-icon{display:inline-block}.install-note{color:var(--text-muted);background:#f8fafc;border-radius:8px;margin-top:1rem;padding:.6rem .8rem;font-size:.82rem}.modal-overlay{z-index:1000;background:#0f172a80;justify-content:center;align-items:flex-end;padding:0;display:flex;position:fixed;inset:0}.modal-box{background:var(--card-bg,#fff);box-sizing:border-box;border-radius:16px 16px 0 0;width:100%;max-width:480px;max-height:85vh;padding:1.25rem;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.modal-header h3{color:var(--maha-navy);margin:0}.modal-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;min-width:32px;min-height:32px;font-size:1.5rem;line-height:1}@media (width>=700px){.modal-overlay{align-items:center}.modal-box{border-radius:16px}}
