:root{--green-900: #1F4E79;--green-800: #1F4E79;--green-700: #2a6a9e;--green-600: #4CAF50;--green-100: #EBF5FB;--green-50: #F0F7FF;--gray-900: #1a1a1a;--gray-700: #4a4a4a;--gray-500: #6b7280;--gray-400: #9ca3af;--gray-300: #d1d5db;--gray-200: #e5e7eb;--gray-100: #f3f4f6;--gray-50: #f9fafb;--red-600: #dc2626;--red-100: #fee2e2;--orange-600: #ea580c;--orange-100: #fed7aa;--yellow-600: #ca8a04;--yellow-100: #fef9c3;--teal-600: #0d9488;--teal-100: #ccfbf1;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.06)}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:16px;color:var(--gray-500)}.loading-spinner{width:32px;height:32px;border:3px solid var(--gray-200);border-top-color:#1f4e79;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:var(--green-900);color:#fff;padding:16px 20px;position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:12px;min-width:0}.header-right{flex-shrink:0}.header-user{font-size:13px;opacity:.7}.back-btn{background:#ffffff26;border:none;color:#fff;width:40px;height:40px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.back-btn:active{background:#ffffff40}.header-title{display:flex;align-items:center;gap:10px;min-width:0}.facility-name{font-size:16px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-badge{background:#fff3;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:1px;flex-shrink:0}.app-main{flex:1;padding:20px;max-width:600px;width:100%;margin:0 auto}.app-main--search{padding:0;max-width:none;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f0f2f1,#e8ebe9);min-height:100vh}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;margin-bottom:16px}.card-title{font-size:14px;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:var(--radius-sm);font-size:16px;font-weight:600;border:none;cursor:pointer;width:100%;min-height:48px;transition:opacity .15s;font-family:inherit}.btn:active{opacity:.85}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--green-900);color:#fff}.btn-secondary{background:var(--gray-100);color:var(--gray-700)}.btn-outline{background:transparent;color:var(--green-800);border:2px solid var(--green-800)}.btn-sm{padding:10px 16px;font-size:14px;min-height:40px;width:auto}.input-group{margin-bottom:16px}.input-group label{display:block;font-size:14px;font-weight:500;color:var(--gray-700);margin-bottom:6px}.input-field{width:100%;padding:14px 16px;border:2px solid var(--gray-200);border-radius:var(--radius-sm);font-size:16px;font-family:inherit;background:#fff;transition:border-color .15s;min-height:48px}.input-field:focus{outline:none;border-color:var(--green-700)}textarea.input-field{resize:vertical;min-height:100px}select.input-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:600;text-transform:capitalize}.badge-excellent{background:var(--green-100);color:#166534}.badge-good{background:var(--teal-100);color:#115e59}.badge-fair{background:var(--yellow-100);color:#854d0e}.badge-poor{background:var(--orange-100);color:#9a3412}.badge-critical{background:var(--red-100);color:#991b1b}.empty-state{text-align:center;padding:40px 20px;color:var(--gray-400)}.empty-state svg{margin-bottom:12px}.empty-state p{font-size:15px}.msg-error{background:var(--red-100);color:var(--red-600);padding:12px 16px;border-radius:var(--radius-sm);font-size:14px;margin-bottom:16px}.msg-success{background:var(--green-100);color:#166534;padding:12px 16px;border-radius:var(--radius-sm);font-size:14px;margin-bottom:16px}.pub-nav{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000a}.pub-nav-inner{max-width:1200px;margin:0 auto;padding:14px 32px;display:flex;align-items:center;justify-content:space-between}.pub-nav-brand{display:flex;align-items:center;gap:10px;cursor:pointer}.pub-logo-full{height:56px;width:auto;flex-shrink:0}.pub-logo-icon{height:44px;width:auto;flex-shrink:0;display:none}.pub-nav-links{display:flex;align-items:center;gap:4px}.pub-nav-link{background:none;border:none;font-size:14px;cursor:pointer;padding:8px 14px;border-radius:6px;font-family:Montserrat,sans-serif;font-weight:500;color:#4a4a4a;transition:background .15s,color .15s}.pub-nav-link:hover{background:#f3f4f6;color:#1f4e79}.pub-nav-link--active{color:#1f4e79!important;font-weight:600!important}.pub-btn-signin{background:#1f4e79;color:#fff;border:none;border-radius:8px;padding:10px 22px;font-size:14px;font-weight:600;cursor:pointer;font-family:Montserrat,sans-serif;margin-left:8px;transition:background .2s}.pub-btn-signin:hover{background:#163a5c}.pub-burger{display:none;background:none;border:none;cursor:pointer;padding:8px}.pub-mobile-menu{padding:12px 24px 20px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:4px}.pub-mobile-link{background:none;border:none;font-size:15px;font-weight:500;color:#4a4a4a;padding:14px 0;text-align:left;cursor:pointer;font-family:Montserrat,sans-serif;border-bottom:1px solid #f3f4f6}.pub-btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:8px;padding:14px 32px;font-size:15px;font-weight:600;cursor:pointer;font-family:Montserrat,sans-serif;transition:transform .15s,box-shadow .15s,background .2s}.pub-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.pub-btn:active{transform:translateY(0)}.pub-btn--white{background:#fff;color:#1f4e79}.pub-btn--outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.pub-btn--outline:hover{background:#ffffff1a;border-color:#fff}.pub-btn--navy{background:#1f4e79;color:#fff}.pub-btn--navy:hover{background:#163a5c}.pub-btn--green{background:#4caf50;color:#fff}.pub-btn--green:hover{background:#43a047}.pub-hero{background:linear-gradient(135deg,#1a3a5c,#122a42,#0e2236);position:relative;overflow:hidden;min-height:520px}.pub-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 80% 50%,rgba(31,78,121,.3) 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(76,175,80,.08) 0%,transparent 50%)}.pub-hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:60px 32px 48px;display:flex;align-items:center;gap:48px}.pub-hero-text{flex:1 1 50%;min-width:0}.pub-hero-badge{display:inline-block;background:#4caf5026;color:#7dce82;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 16px;border-radius:4px;margin-bottom:20px;border:1px solid rgba(76,175,80,.25)}.pub-hero-title{font-size:clamp(30px,4vw,46px);font-weight:800;color:#fff;line-height:1.15;margin-bottom:20px;letter-spacing:-.5px}.pub-hero-sub{font-size:16px;color:#a0b4c8;line-height:1.7;margin-bottom:32px;max-width:480px}.pub-hero-actions{display:flex;gap:12px;flex-wrap:wrap}.pub-hero-image{flex:1 1 45%;min-width:300px;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0006}.pub-hero-image img{width:100%;height:auto;display:block}.pub-trust-bar{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 32px}.pub-trust-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:0;padding:28px 0}.pub-trust-item{flex:1;text-align:center;padding:0 20px}.pub-trust-num{font-size:28px;font-weight:800;color:#1f4e79;line-height:1;margin-bottom:4px}.pub-trust-label{font-size:13px;color:#6b7280;font-weight:500}.pub-trust-divider{width:1px;height:40px;background:#e5e7eb;flex-shrink:0}.pub-section{padding:72px 32px;max-width:1200px;margin:0 auto}.pub-section--gray{background:#f7f8fa;max-width:none}.pub-section--gray>.pub-section-header,.pub-section--gray>.pub-levels-grid{max-width:1200px;margin-left:auto;margin-right:auto}.pub-section-header{text-align:center;margin-bottom:48px}.pub-accent-line{width:48px;height:3px;background:#4caf50;margin:0 auto 16px;border-radius:2px}.pub-section-title{font-size:30px;font-weight:800;color:#1f4e79;margin-bottom:14px;letter-spacing:-.3px}.pub-section-sub{font-size:16px;color:#5a6577;line-height:1.7;max-width:620px;margin:0 auto}.pub-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto}.pub-service-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:32px 28px 28px;text-align:center;transition:transform .2s,box-shadow .2s;position:relative}.pub-service-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1f4e791a}.pub-service-icon-wrap{width:200px;height:200px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.pub-service-icon{width:100%;height:100%;object-fit:contain}.pub-service-title{font-size:17px;font-weight:700;color:#1f4e79;margin-bottom:10px}.pub-service-desc{font-size:14px;color:#5a6577;line-height:1.65;margin-bottom:16px}.pub-service-link{background:none;border:none;color:#1f4e79;font-size:14px;font-weight:600;cursor:pointer;font-family:Montserrat,sans-serif;padding:0;transition:color .15s}.pub-service-link:hover{color:#4caf50}.pub-feature-band{background:#f7f8fa;padding:0}.pub-feature-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:56px;padding:64px 32px}.pub-feature-band--reverse .pub-feature-inner{flex-direction:row-reverse}.pub-feature-photo{flex:1 1 50%;min-width:0;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001a}.pub-feature-photo img{width:100%;height:auto;display:block}.pub-feature-text{flex:1 1 45%;min-width:0}.pub-feature-text .pub-accent-line{margin:0 0 16px}.pub-feature-title{font-size:28px;font-weight:800;color:#1f4e79;margin-bottom:16px;line-height:1.25;letter-spacing:-.3px}.pub-feature-desc{font-size:15px;color:#5a6577;line-height:1.7;margin-bottom:24px}.pub-levels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:0 32px}.pub-level-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:transform .2s,box-shadow .2s}.pub-level-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1f4e791f}.pub-level-photo{height:220px;position:relative;overflow:hidden}.pub-level-photo img{width:100%;height:100%;object-fit:cover}.pub-level-overlay{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(transparent,#000000b3)}.pub-level-tag{display:inline-block;color:#fff;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:3px 10px;border-radius:4px;margin-bottom:6px}.pub-level-name{color:#fff;font-size:20px;font-weight:700}.pub-level-list{list-style:none;padding:24px 28px;margin:0}.pub-level-list li{font-size:14px;color:#4a4a4a;line-height:1.5;padding:6px 0 6px 24px;position:relative}.pub-level-list li:before{content:"✓";position:absolute;left:0;color:#4caf50;font-weight:700}.pub-cta{background:#1f4e79;position:relative;overflow:hidden;padding:80px 32px;text-align:center}.pub-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 30% 50%,rgba(76,175,80,.1) 0%,transparent 50%),radial-gradient(ellipse at 70% 50%,rgba(255,255,255,.05) 0%,transparent 50%)}.pub-cta-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.pub-cta-title{font-size:30px;font-weight:800;color:#fff;margin-bottom:14px}.pub-cta-sub{font-size:16px;color:#a0b4c8;line-height:1.7;margin-bottom:32px}.pub-page-hero{background:linear-gradient(135deg,#1a3a5c,#122a42);padding:56px 32px 48px;text-align:center}.pub-page-hero-title{font-size:32px;font-weight:800;color:#fff;margin-bottom:14px}.pub-page-hero-sub{font-size:16px;color:#a0b4c8;line-height:1.7;max-width:620px;margin:0 auto}.pub-detail-list{max-width:800px;margin:0 auto}.pub-detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:28px;margin-bottom:16px;display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap;transition:box-shadow .2s}.pub-detail-card:hover{box-shadow:0 4px 16px #0000000f}.pub-detail-card-icon{width:160px;height:160px;object-fit:contain;flex-shrink:0}.pub-detail-card-body{flex:1 1 300px}.pub-detail-card-title{font-size:18px;font-weight:700;color:#1f4e79;margin-bottom:14px}.pub-check-list{list-style:none;padding:0;margin:0}.pub-check-list li{font-size:14px;color:#4a4a4a;line-height:1.5;padding:5px 0 5px 24px;position:relative}.pub-check-list li:before{content:"•";position:absolute;left:2px;color:#4caf50;font-size:18px;line-height:1.2}.pub-sys-feature{display:flex;gap:16px;margin-bottom:28px;align-items:flex-start}.pub-sys-feature-icon{width:44px;height:44px;border-radius:10px;background:#ebf5fb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pub-sys-feature-title{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.pub-sys-feature-desc{font-size:14px;color:#5a6577;line-height:1.65}.pub-contact-form{display:flex;flex-direction:column;gap:18px}.pub-form-group label{display:block;font-size:13px;font-weight:600;color:#4a4a4a;margin-bottom:6px;font-family:Montserrat,sans-serif}.pub-form-group input,.pub-form-group textarea{width:100%;padding:13px 16px;font-size:15px;border:2px solid #e5e7eb;border-radius:8px;font-family:Montserrat,sans-serif;outline:none;box-sizing:border-box;transition:border-color .2s}.pub-form-group input:focus,.pub-form-group textarea:focus{border-color:#1f4e79}.pub-form-group textarea{resize:vertical}.pub-sent-confirm{text-align:center;padding:48px 20px;background:#f0fdf4;border-radius:12px}.pub-sent-icon{width:56px;height:56px;border-radius:50%;background:#4caf50;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.pub-footer{background:#111b27;padding:48px 32px}.pub-footer-inner{max-width:1200px;margin:0 auto}.pub-footer-top{display:flex;align-items:flex-start;gap:32px;flex-wrap:wrap}.pub-footer-brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.pub-footer-desc{font-size:14px;color:#7a8a9e;line-height:1.6;max-width:400px}.pub-footer-bottom{border-top:1px solid #1e2d3d;margin-top:32px;padding-top:20px;font-size:13px;color:#4a5568}@media(max-width:960px){.pub-services-grid,.pub-levels-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.pub-hero-content{flex-direction:column;text-align:center;padding:48px 24px 40px}.pub-hero-text{text-align:center}.pub-hero-sub{margin-left:auto;margin-right:auto}.pub-hero-actions{justify-content:center}.pub-hero-image{min-width:0;max-width:500px;margin:0 auto}.pub-feature-inner{flex-direction:column!important;padding:48px 24px;gap:32px}.pub-trust-inner{flex-wrap:wrap;gap:16px;padding:20px 0}.pub-trust-divider{display:none}.pub-trust-item{flex:1 1 40%;padding:8px}.pub-section{padding:48px 20px}.pub-levels-grid{padding:0 20px}}@media(max-width:768px){.pub-nav-links{display:none!important}.pub-burger{display:block!important}.pub-logo-full{display:none!important}.pub-logo-icon{display:block!important}.pub-nav-inner{padding:12px 16px}.pub-hero{min-height:auto}.pub-hero-content{padding:40px 16px 32px}.pub-hero-title{font-size:28px}.pub-section-title{font-size:24px}.pub-feature-title{font-size:22px}.pub-cta{padding:56px 20px}.pub-cta-title{font-size:24px}.pub-page-hero{padding:40px 20px 36px}.pub-page-hero-title{font-size:26px}.pub-detail-card{padding:20px}.pub-detail-card-icon{width:120px;height:120px}.pub-footer{padding:36px 20px}.pub-footer-top{flex-direction:column;gap:16px}}
