:root{--primary: #f97316;--primary-light: #fff7ed;--bg-color: #f8fafc;--card-bg: #FFFFFF;--text-main: #0f172a;--text-secondary: #475569;--border: #e2e8f0;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--shadow: 0 4px 12px rgba(249, 115, 22, .1)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-color);color:var(--text-main);line-height:1.5;min-height:100vh;overflow-x:hidden}.survey-runner-wrapper{overflow-x:hidden}.container{max-width:600px;margin:0 auto;padding:1rem}h1,h2,h3{font-weight:700;color:var(--text-main)}.card{background:var(--card-bg);border-radius:16px;padding:1.5rem;margin-bottom:1rem;box-shadow:var(--shadow);border:1px solid var(--border);animation:fadeIn .3s ease-out forwards}.runner-card{padding:1.5rem!important;border-radius:12px!important;display:flex;flex-direction:column;position:relative}.runner-card label{font-size:.75rem!important;margin-bottom:.25rem}.runner-card h2{font-size:1.1rem!important}.runner-card input,.runner-card select,.runner-card textarea{padding:.5rem .75rem!important;font-size:.93rem!important}.runner-card .notes-section textarea{min-height:80px}.runner-card>div:first-child{position:relative;overflow:visible;padding-top:2rem!important}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:.75rem 1.25rem;border-radius:12px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;font-size:1rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:active{transform:scale(.98);opacity:.9}input,select,textarea{width:100%;padding:.75rem;border-radius:12px;border:1px solid var(--border);background:#fff;font-size:1rem;margin-top:.5rem;color:var(--text-main)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #007aff1a}label{font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.badge{padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:700}nav{position:fixed;bottom:0;left:0;right:0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:space-around;padding:.75rem;border-top:1px solid var(--border);z-index:100}nav a{color:var(--text-secondary);text-decoration:none;display:flex;flex-direction:column;align-items:center;font-size:.75rem;font-weight:500;gap:4px}nav a.active{color:var(--primary)}.survey-grid{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 0}.grid-card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:.875rem 1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;min-height:auto;position:relative;animation:fadeIn .3s ease-out forwards}.grid-card:hover{border-color:var(--primary);background:var(--bg-color)}.grid-card.active{border-color:var(--primary);background:var(--primary-light)}.grid-card.completed{background:#f5f5f5;border-color:#e0e0e0}.grid-card-title{font-size:.85rem;font-weight:600;color:var(--text-main);flex:1;margin-right:12px;margin-bottom:0}.grid-indicators{display:flex;gap:8px}.indicator{color:var(--text-secondary);opacity:.2}.indicator.active{opacity:1}.indicator.active.primary{color:var(--primary)}.indicator.active.success{color:var(--success)}.view-toggle{display:flex;background:var(--border);padding:3px;border-radius:10px;gap:3px;margin-left:auto}.view-toggle button{border:none;background:transparent;padding:6px 14px;border-radius:7px;cursor:pointer;font-size:.75rem;font-weight:700;color:var(--text-secondary);display:flex;align-items:center;gap:5px;transition:all .15s ease}.view-toggle button.active{background:#fff;color:var(--primary);box-shadow:0 2px 5px #007aff1a}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tab-navigation{display:flex;background:var(--card-bg);border-bottom:1px solid var(--border);padding:.5rem 1rem 0;gap:1.5rem;position:sticky;top:0;z-index:100;margin-bottom:1rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.tab-navigation::-webkit-scrollbar{display:none}.tab-item{padding:.8rem .2rem;font-size:.85rem;font-weight:600;color:var(--text-secondary);cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;flex-shrink:0}.tab-item:hover{color:var(--primary)}.tab-item.active{color:var(--primary);border-bottom-color:var(--primary)}.dropdown{position:relative;display:inline-block}.dropdown-content{position:absolute;right:0;background-color:var(--card-bg);min-width:200px;box-shadow:0 8px 16px #00000026;z-index:1000;border-radius:8px;border:1px solid var(--border);margin-top:8px;overflow:hidden;animation:fadeIn .2s ease-out}.dropdown-item{padding:12px 16px;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.9rem;color:var(--text-main);transition:background .2s;border:none;background:none;width:100%;text-align:left}.dropdown-item:hover{background-color:var(--primary-light);color:var(--primary)}.survey-runner-layout{display:flex;transition:all .3s ease}.category-sidebar{width:280px;background:#fff;border-right:1px solid var(--border);height:100vh;position:fixed;left:0;overflow-y:auto;padding:1.5rem 1rem;z-index:1000;flex-shrink:0;transition:width .3s cubic-bezier(.4,0,.2,1),padding .3s,opacity .3s}.category-sidebar.collapsed{width:0;padding:0;opacity:0;overflow:hidden;border-right:none}.category-item{padding:.875rem 1rem;border-radius:12px;cursor:pointer;font-size:.875rem;font-weight:600;color:var(--text-secondary);transition:all .2s ease;margin-bottom:6px;display:flex;justify-content:space-between;align-items:center;border:1px solid transparent;white-space:nowrap}.category-item:hover{background:var(--bg-color);color:var(--primary)}.category-item.active{background:var(--primary-light);color:var(--primary);border-color:var(--border)}.category-badge{font-size:.7rem;background:var(--border);color:var(--text-secondary);padding:2px 8px;border-radius:6px;font-weight:700}.active .category-badge{background:var(--primary);color:#fff}@media(max-width:900px){.category-sidebar{position:fixed;left:-300px;top:0;bottom:0;height:100vh;transition:left .3s cubic-bezier(.4,0,.2,1);box-shadow:20px 0 50px #0000001a;width:280px}.category-sidebar.open{left:0;width:280px;opacity:1;padding:1.5rem 1rem}}.survey-content{flex:1;min-width:0;position:relative;transition:padding .3s,margin-left .3s;margin-left:280px}.category-sidebar.collapsed+.survey-content{margin-left:0}@media(max-width:900px){.survey-content{margin-left:0}}.category-header{padding:.5rem 0;margin:.5rem 0 1rem;border-bottom:2px solid var(--primary-light);display:flex;align-items:center;justify-content:center;gap:10px}.category-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);font-weight:800}.sidebar-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;display:none;opacity:0;transition:opacity .3s ease}.sidebar-overlay.visible{display:block;opacity:1}.centered-nav-wrapper{position:sticky;bottom:80px;display:flex;justify-content:center;pointer-events:none;z-index:50;padding:0 1rem}.centered-nav{width:100%;max-width:calc(600px - 2rem);padding:12px;display:flex;gap:12px;pointer-events:auto;background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;border:1px solid var(--border);box-shadow:0 10px 25px #0000001a;margin-bottom:env(safe-area-inset-bottom)}@media print{nav,.survey-runner-layout,.sidebar-overlay,.centered-nav-wrapper{display:none!important}body{background-color:#fff!important;padding:0!important;margin:0!important}.printable-report{display:block!important;width:100%!important}.card{box-shadow:none!important;border:1px solid #ddd!important;margin-bottom:1.5rem!important;page-break-inside:avoid}.category-section{page-break-before:auto}.category-header{margin-top:2rem!important;border-bottom:2px solid #007AFF!important;page-break-after:avoid}h1{font-size:1.8rem!important;margin-bottom:2rem!important;text-align:center;border-bottom:3px solid #333;padding-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.survey-info{margin-bottom:3rem;display:flex;justify-content:space-between;font-size:1rem;color:#000}.summary-box{border:1px solid #eee;padding:15px;border-radius:8px;text-align:center}}.printable-report{display:none}.access-gate-overlay{position:fixed;inset:0;background:var(--bg-main);display:flex;align-items:center;justify-content:center;padding:20px;z-index:9999}.access-gate-card{background:#fff;width:100%;max-width:400px;padding:2.5rem;border-radius:20px;box-shadow:0 20px 40px #0000000d;text-align:center;animation:accessGateSlideUp .5s ease-out}@keyframes accessGateSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.access-gate-header{margin-bottom:2rem}.access-gate-icon{width:80px;height:80px;background:#fff7ed;border:2px solid #fdba74;border-radius:50%;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.brand-logo{color:#f97316}.access-gate-header h1{font-size:1.8rem;font-weight:800;color:var(--text-main);margin-bottom:.5rem}.access-gate-header p{color:var(--text-light);font-size:.95rem}.access-gate-form .input-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:0 1rem;display:flex;align-items:center;margin-bottom:1rem;transition:all .2s}.access-gate-form .input-group:focus-within{border-color:#f97316;box-shadow:0 0 0 4px #f973161a}.access-gate-form .input-icon{color:#94a3b8;margin-right:.75rem}.access-gate-form input{border:none;background:transparent;width:100%;padding:.85rem 0;font-size:1rem;outline:none;margin-top:0;box-shadow:none!important}.access-gate-btn{width:100%;padding:.85rem;font-size:1rem;font-weight:600;margin-top:.5rem}.error-message{color:#ef4444;font-size:.85rem;margin-bottom:1rem;background:#fef2f2;padding:.5rem;border-radius:6px}.access-gate-footer{margin-top:2rem;font-size:.8rem;color:#94a3b8}.survey-header{margin-bottom:1rem;display:flex;flex-direction:column;gap:12px}.header-top-row{display:flex;justify-content:flex-start;align-items:center}.header-brand{display:flex;gap:12px;align-items:center;width:100%}.header-title{font-size:1.1rem;margin:0;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100vw - 120px)}.header-bottom-row{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:nowrap}.filter-group{display:flex;background:var(--border);padding:3px;border-radius:10px;gap:2px}.filter-btn,.filter-btn-purple{padding:6px 12px;font-size:.75rem;border-radius:7px;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;font-weight:700;transition:all .2s}.filter-btn.active{background:#fff;color:var(--primary);box-shadow:0 2px 4px #00000014}.filter-btn-purple.active{background:#fff;color:#8b5cf6;box-shadow:0 2px 4px #00000014}.header-actions{display:flex;gap:10px;align-items:center}.btn-icon{background:var(--card-bg);border:1px solid var(--border);padding:8px;border-radius:10px}.btn-add{background:var(--primary);color:#fff;padding:8px;border-radius:50%;box-shadow:0 4px 12px #007aff33}.btn-print{background:var(--primary);color:#fff;padding:8px 12px;border-radius:10px;box-shadow:0 4px 12px #007aff26}@media(max-width:480px){.header-bottom-row{overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.header-bottom-row::-webkit-scrollbar{display:none}.header-actions{flex-shrink:0}}:root{--orange: #f97316;--orange-dark: #ea580c;--orange-soft: #fff7ed;--navy: #0f172a;--slate: #475569;--muted: #94a3b8;--border: #e2e8f0;--white: #ffffff;--bg: #f8fafc}.landing-container{background:var(--white);color:var(--navy);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;overflow-x:hidden}.landing-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 5%;background:#ffffffe0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.landing-logo{display:flex;align-items:center;gap:10px}.brand-icon{color:var(--orange)}.brand-name{font-size:1.25rem;font-weight:800;letter-spacing:-.02em}.btn-outline{padding:.55rem 1.3rem;border:2px solid var(--border);border-radius:10px;font-size:.9rem;font-weight:600;color:var(--navy);text-decoration:none;transition:all .2s}.btn-outline:hover{border-color:var(--orange);color:var(--orange)}.hero-section{position:relative;padding:70px 5% 50px;overflow:hidden}.hero-blob{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.hero-blob-1{width:700px;height:700px;background:radial-gradient(circle,rgba(249,115,22,.09) 0%,transparent 70%);top:-20%;right:-8%;animation:blobDrift 10s ease-in-out infinite}.hero-blob-2{width:500px;height:500px;background:radial-gradient(circle,rgba(37,99,235,.06) 0%,transparent 70%);bottom:-10%;left:-8%;animation:blobDrift 13s ease-in-out infinite reverse}@keyframes blobDrift{0%,to{transform:translate(0)}50%{transform:translate(30px,-40px)}}.hero-grid{position:relative;z-index:1;max-width:1380px;margin:0 auto;display:grid;grid-template-columns:420px 1fr;gap:60px;align-items:center}.hero-copy{display:flex;flex-direction:column;gap:24px}.hero-badge{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:.1em}.badge-dot{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px #f9731633;animation:pulseDot 2s ease-in-out infinite}@keyframes pulseDot{0%,to{box-shadow:0 0 0 3px #f9731633}50%{box-shadow:0 0 0 7px #f9731614}}.hero-h1{font-size:clamp(2.8rem,4.5vw,4.5rem);font-weight:900;line-height:1.06;letter-spacing:-.04em;margin:0}.accent-text{background:linear-gradient(130deg,#f97316 30%,#fb923c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-sub{font-size:1.05rem;line-height:1.65;color:var(--slate);max-width:400px;margin:0}.hero-stats{display:flex;align-items:center;gap:20px}.hs{text-align:center}.hs-v{display:block;font-size:1.35rem;font-weight:800;color:var(--navy)}.hs-l{font-size:.72rem;color:var(--muted);font-weight:600}.hs-div{width:1px;height:28px;background:var(--border)}.hero-ctas{display:flex;gap:14px;align-items:center}.cta-primary{display:inline-flex;align-items:center;gap:8px;padding:.9rem 2rem;background:var(--orange);color:#fff;font-weight:700;font-size:.95rem;border-radius:14px;text-decoration:none;box-shadow:0 10px 28px -4px #f9731666;transition:all .3s cubic-bezier(.16,1,.3,1)}.cta-primary:hover{background:var(--orange-dark);transform:translateY(-3px);box-shadow:0 16px 36px -4px #f9731673}.cta-ghost{font-size:.9rem;font-weight:600;color:var(--slate);text-decoration:none;transition:color .2s}.cta-ghost:hover{color:var(--navy)}.hero-chips{display:flex;gap:10px;flex-wrap:wrap}.chip{display:flex;align-items:center;gap:7px;padding:7px 14px;font-size:.8rem;font-weight:700;color:var(--navy)}.glass-card{background:#ffffffc7;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.55);border-radius:14px;box-shadow:0 6px 20px -4px #00000014}.orange-text{color:var(--orange)}.green-text{color:#10b981}.gray-bg{background:#f1f5f9;color:var(--slate)!important}.orange-bg{background:linear-gradient(135deg,#ea580c,#f97316);color:#fff}.hero-right{position:relative;display:flex;justify-content:center;align-items:center;padding:70px 30px 50px}.hw{position:absolute;padding:12px 16px;display:flex;flex-direction:column;gap:3px;z-index:20;animation:hwFloat 6s ease-in-out infinite;min-width:120px}@keyframes hwFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hw-fl{top:2%;right:-4%;animation-delay:.3s}.hw-fn{top:46%;right:-8%;animation-delay:1.3s}.hw-pr{top:14%;left:-8%;min-width:170px;animation-delay:0s}.hw-export-card{bottom:12%;left:-12%;min-width:280px;animation-delay:1.8s;padding:12px 16px!important}.hw-labels{bottom:-6%;right:4%;min-width:170px;animation-delay:2.5s}.hw-lbl{font-size:.68rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.hw-val{font-size:1.7rem;font-weight:900;line-height:1}.hw-val-sm{font-size:1rem;font-weight:800;color:var(--navy);line-height:1.2;margin:2px 0}.hw-tag-row{display:flex;gap:4px;margin-top:6px}.hw-tag{font-size:.6rem;font-weight:700;padding:2px 6px;border-radius:4px;text-transform:uppercase}.hw-tag.orange{background:#fff7ed;color:#f97316;border:1px solid #fed7aa}.hw-tag.green{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.hw-tag.red{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.hw-meta{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:.7rem;font-weight:600;color:var(--muted)}.hw-meta-dot{width:6px;height:6px;border-radius:50%;background:#f97316;animation:pulseDot 2s ease-in-out infinite}.hw-label-list{display:flex;flex-direction:column;gap:6px;margin-top:8px}.hw-label-item{display:flex;align-items:center;justify-content:space-between;font-size:.72rem;font-weight:700;color:var(--navy);padding:6px 10px;background:#fff;border:1px solid var(--border);border-radius:8px}.hw-dot{width:8px;height:8px;border-radius:50%}.hw-dot.green{background:#10b981}.hw-dot.red{background:#f43f5e}.hw-dot.orange{background:#f97316}.hw-dot.blue{background:#6366f1}.hw-ec-content{display:flex;flex-direction:column;gap:2px}.hw-ec-title{font-size:1rem;font-weight:800;color:#0f172a}.hw-ec-date{font-size:.7rem;font-weight:600;color:#64748b;margin-bottom:6px}.hw-ec-buttons{display:flex;gap:6px;align-items:center}.hw-ec-btn{display:flex;align-items:center;gap:4px;padding:5px 10px;border-radius:7px;font-size:.65rem;font-weight:700;background:#f1f5f9;color:#0f172a;border:1px solid #e2e8f0}.hw-ec-btn.active{background:#f97316;color:#fff;border-color:#ea580c}.device-showcase{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.device-pills{display:flex;gap:6px;background:var(--bg);border:1px solid var(--border);padding:4px;border-radius:10px;z-index:10}.dpill{display:flex;align-items:center;gap:6px;padding:6px 14px;border:none;border-radius:7px;font-size:.78rem;font-weight:700;color:var(--muted);cursor:pointer;background:transparent;transition:all .2s}.dpill.active{background:var(--white);color:var(--orange);box-shadow:0 2px 8px #0000000f}.device-frame-wrap{width:100%;min-height:510px;display:flex;justify-content:center;align-items:center;transition:opacity .4s ease,transform .4s ease}.device-frame-wrap.fading{opacity:0;transform:scale(.96) translateY(10px)}.macbook{width:100%;max-width:680px;animation:deviceIn .6s cubic-bezier(.16,1,.3,1) both;filter:drop-shadow(0 28px 50px rgba(0,0,0,.25))}@keyframes deviceIn{0%{opacity:0;transform:scale(.93) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.macbook-screen{background:#fff;border:12px solid #1e293b;border-bottom:0;border-radius:18px 18px 0 0;overflow:hidden;position:relative;height:400px;box-shadow:0 0 0 1px #ffffff14 inset,0 30px 70px -15px #00000038}.macbook-screen:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;background:#0f172a;box-shadow:0 0 0 1px #ffffff1a;z-index:5}.macbook-base{width:110%;margin:0 -5%;height:12px;background:#1e293b;border-radius:0 0 18px 18px;box-shadow:0 8px 24px #0003;position:relative}.macbook-base:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:50px;height:4px;background:#0000004d;border-top-left-radius:4px;border-top-right-radius:4px}.showcase-report{width:100%;max-width:600px;display:flex;justify-content:center;animation:deviceIn .6s cubic-bezier(.16,1,.3,1) both}.showcase-report .au-word-doc{box-shadow:0 40px 100px -20px #00000040;border-radius:4px}.iphone{width:230px;position:relative;animation:deviceIn .6s cubic-bezier(.16,1,.3,1) both;filter:drop-shadow(0 24px 40px rgba(0,0,0,.22))}.iphone:before{content:"";position:absolute;left:-3px;top:80px;width:3px;height:50px;background:linear-gradient(180deg,#4b5563,#374151,#4b5563);border-radius:2px 0 0 2px;box-shadow:0 22px #374151,0 38px #374151}.iphone:after{content:"";position:absolute;right:-3px;top:100px;width:3px;height:38px;background:linear-gradient(180deg,#4b5563,#374151,#4b5563);border-radius:0 2px 2px 0}.iphone-chassis{background:linear-gradient(160deg,#3d4350,#2c3038,#353a42);border-radius:36px;padding:10px;box-shadow:0 0 0 1px #ffffff14 inset,0 0 0 1px #0006}.iphone-speaker{width:40px;height:4px;background:repeating-linear-gradient(90deg,#1a1d22 0px 2px,#2c3038 2px 5px);border-radius:3px;margin:0 auto 6px;opacity:.7}.iphone-screen{background:#fff;border-radius:26px;overflow:hidden;height:420px;position:relative;box-shadow:0 0 0 1px #0003 inset}.iphone-island{position:absolute;top:12px;left:50%;transform:translate(-50%);width:12px;height:12px;background:#1a1d22;border-radius:50%;z-index:5;box-shadow:0 0 0 1px #ffffff0f}.iphone-home{width:40px;height:4px;background:repeating-linear-gradient(90deg,#1a1d22 0px 2px,#2c3038 2px 5px);border-radius:3px;margin:6px auto 0;opacity:.7}.app-ui{width:100%;height:100%;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc;overflow:hidden;font-size:10px}.app-ui.compact{padding-top:36px}.au-sidebar{width:115px;background:#fff;border-right:1px solid #e2e8f0;padding:8px 5px;flex-shrink:0;display:flex;flex-direction:column;gap:2px}.au-sidebar-title{font-size:6.5px;font-weight:800;color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;padding:2px 5px 6px}.au-cat{display:flex;justify-content:space-between;align-items:center;padding:4px 6px;border-radius:6px;font-size:8px;font-weight:600;color:#64748b;transition:all .35s ease;border:1px solid transparent}.au-cat.active{background:#fff7ed;color:#f97316;border-color:#fed7aa}.au-cat-name{flex:1}.au-cat-badge{font-size:6px;font-weight:800;padding:2px 4px;border-radius:4px;transition:all .3s}.au-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.au-tabs{display:flex;border-bottom:1px solid #e2e8f0;background:#fff;padding:0 7px;gap:9px;flex-shrink:0;overflow:hidden}.au-tab{font-size:6.5px;font-weight:700;color:#94a3b8;padding:6px 0 4px;border-bottom:2px solid transparent;white-space:nowrap;letter-spacing:.04em;transition:all .35s ease}.au-tab.active{color:#f97316;border-bottom-color:#f97316}.au-header{padding:5px 7px 3px;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;display:flex;flex-direction:column;gap:4px}.au-vessel-row{display:flex;align-items:center;gap:4px}.au-menu{font-size:11px;color:#475569}.au-vessel{flex:1;font-size:9.5px;font-weight:800;color:#0f172a}.au-controls{display:flex;align-items:center;gap:5px}.au-pills{display:flex;gap:3px}.au-pill{font-size:6.5px;font-weight:700;padding:2px 6px;border-radius:10px;background:#f1f5f9;color:#64748b;border:1px solid transparent}.au-pill.active{background:#f97316;color:#fff}.au-toggle{display:flex;background:#e2e8f0;padding:2px;border-radius:5px;gap:1px;margin-left:auto}.au-toggle button{border:none;background:transparent;padding:2px 5px;border-radius:3px;cursor:pointer;color:#94a3b8;display:flex;align-items:center;transition:all .2s}.au-toggle button.active{background:#fff;color:#f97316}.au-add{width:18px;height:18px;border-radius:5px;background:#f97316;display:flex;align-items:center;justify-content:center}.au-sect-label{display:flex;align-items:center;gap:4px;font-size:6.5px;font-weight:800;color:#f97316;letter-spacing:.07em;justify-content:center}.au-content{flex:1;overflow-y:auto;padding:5px;scrollbar-width:none}.au-content::-webkit-scrollbar{display:none}.au-qlist{display:flex;flex-direction:column;gap:4px}.au-qcard{background:#fff;border:1px solid #e2e8f0;border-radius:7px;padding:6px 8px;transition:all .4s ease}.au-qcard.done{background:#fffbf5;border-color:#fed7aa}.au-qmeta{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.au-qid{font-size:5.5px;color:#f97316;font-weight:700;font-family:monospace}.au-qtext{font-size:7.5px;color:#1e293b;line-height:1.4;margin-bottom:4px}.au-qicons{display:flex;gap:5px}.au-detail{display:flex;flex-direction:column;gap:5px}.au-detail-card{background:#fff;border:2px solid #f97316;border-radius:9px;padding:9px;animation:detailIn .35s ease-out}@keyframes detailIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.au-detail-top{display:flex;justify-content:space-between;margin-bottom:4px}.au-detail-status{font-size:7px;font-weight:700;color:#475569}.au-detail-counter{font-size:6.5px;font-weight:800;color:#94a3b8}.au-detail-sect{display:flex;align-items:center;gap:3px;font-size:6.5px;font-weight:800;color:#f97316;letter-spacing:.06em;margin-bottom:6px}.au-detail-q{font-size:8px;font-weight:700;color:#0f172a;line-height:1.45;text-align:center;margin-bottom:8px}.au-resp-label{font-size:6px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px}.au-resp-row{display:flex;gap:5px}.au-btn{flex:1;padding:5px;border:none;border-radius:6px;font-size:7.5px;font-weight:700;cursor:pointer}.au-btn.yes{background:#10b981;color:#fff}.au-btn.no{background:#f1f5f9;color:#475569}.au-ev-row{display:flex;gap:5px}.au-ev{flex:1;padding:5px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#475569}.showcase-report{width:100%;max-width:560px;display:flex;justify-content:center;position:relative;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))}.au-word-doc{width:95%;max-height:480px;overflow-y:auto;overflow-x:hidden;background:#fff;padding:32px 40px;font-family:Times New Roman,serif;font-size:11px;color:#000;position:relative;z-index:2;border:1px solid #d0d0d0;-webkit-mask-image:linear-gradient(to bottom,black 85%,transparent 100%);mask-image:linear-gradient(to bottom,black 85%,transparent 100%)}.au-word-doc::-webkit-scrollbar{width:4px}.au-word-doc::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.au-page-marks{position:relative;margin-bottom:8px}.au-mark{position:absolute;width:10px;height:10px;border-color:#aaa;border-style:solid}.au-mark.tl{top:0;left:0;border-width:1px 0 0 1px}.au-mark.tr{top:0;right:0;border-width:1px 1px 0 0}.au-doc-title{text-align:center;font-size:14px;font-weight:700;color:#1a1a6e;font-family:Times New Roman,serif;margin:8px 0 10px;border-left:2px solid #1a1a6e;padding-left:6px}.au-doc-meta{display:flex;gap:24px;font-size:10px;color:#0a0a0a;margin-bottom:4px}.au-doc-section{font-size:12px;font-weight:700;color:#1a1a6e;margin:16px 0 6px;font-family:Arial,sans-serif;border-bottom:1px solid #1a1a6e;padding-bottom:2px}.au-doc-table{width:100%;border-collapse:collapse;font-size:9px;color:#000;font-family:Arial,sans-serif;margin-bottom:4px}.au-doc-table th,.au-doc-table td{border:1px solid #000;padding:4px 6px;vertical-align:top;line-height:1.4}.au-doc-table th{background:#f5f5f5;font-weight:700;font-size:9px}.au-doc-table td:first-child{min-width:70px;width:70px}.au-doc-table td:nth-child(2){width:40%}.au-doc-table td:nth-child(3){min-width:60px;width:60px}.features-section{padding:110px 5%;background:var(--bg);border-top:1px solid var(--border)}.sect-hd{text-align:center;margin-bottom:56px}.sect-hd h2{font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:900;letter-spacing:-.03em;margin-bottom:10px}.sect-hd p{color:var(--slate);font-size:1.05rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:20px;max-width:1160px;margin:0 auto}.feat-card{background:var(--white);padding:36px;border-radius:24px;border:1px solid var(--border);transition:all .35s cubic-bezier(.16,1,.3,1)}.feat-card:hover{transform:translateY(-7px);border-color:var(--orange);box-shadow:0 20px 44px -12px #00000012}.feat-icon{width:54px;height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#fff}.purple-bg{background:linear-gradient(135deg,#8b5cf6,#d946ef)}.blue-bg{background:linear-gradient(135deg,#f97316,#fb923c)}.orange-bg{background:linear-gradient(135deg,#ea580c,#f97316)}.green-bg{background:linear-gradient(135deg,#10b981,#34d399)}.navy-bg{background:linear-gradient(135deg,#0f172a,#334155)}.teal-bg{background:linear-gradient(135deg,#06b6d4,#22d3ee)}.feat-card h3{font-size:1.15rem;font-weight:800;margin-bottom:8px}.feat-card p{font-size:.9rem;color:var(--slate);line-height:1.6}.install-section{padding:100px 5%;background:var(--white)}.install-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:28px;max-width:960px;margin:0 auto}.inst-card{padding:36px;background:var(--bg);border-radius:24px;border:1px solid var(--border)}.inst-icon{width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:22px}.chrome-bg{background:#eff6ff;color:#2563eb}.android-bg{background:#f0fdf4;color:#16a34a}.inst-card h3{font-size:1.2rem;font-weight:800;margin-bottom:18px}.inst-steps{list-style:none;padding:0;margin:0}.inst-steps li{display:flex;gap:14px;margin-bottom:16px;align-items:flex-start}.step-num{background:var(--navy);color:#fff;width:24px;min-width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800}.inst-steps p{font-size:.9rem;color:var(--slate);margin:0;line-height:1.5;padding-top:2px}.landing-footer{padding:24px 5%;border-top:1px solid var(--border);background:var(--white)}.footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-logo{display:flex;align-items:center;gap:8px;font-weight:800;color:var(--navy)}.footer-logo svg{color:var(--orange)}.footer-copy{font-size:.82rem;color:var(--muted)}.footer-links{display:flex;gap:28px}.footer-links a{text-decoration:none;color:var(--muted);font-weight:500;font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--orange)}@media(max-width:1100px){.hero-grid{grid-template-columns:1fr 1fr;gap:40px}.hw-pr{left:-4%}.hw-fl,.hw-fn{right:-2%}}@media(max-width:860px){.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center;align-items:center}.hero-sub{text-align:center}.hero-stats,.hero-ctas,.hero-chips{justify-content:center}.hero-right{padding:30px 10px 20px}.hw{display:none}.footer-inner{flex-direction:column;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}}@media(max-width:560px){.hero-section{padding:50px 4% 30px}.features-grid,.install-grid{grid-template-columns:1fr}}
