body{-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--page:#f5f8ff;--tint:#e8f0ff;--blue:#05f;--blue-dark:#04c;--cyan:#00d9ff;--navy:#001a3a;--ink:#1a2a4a;--muted:#5a6f8f;--line:#d6e0ee;--ok-bg:#e7f8ef;--ok-text:#14663c;--err-bg:#fdecec;--err-text:#9b1c1c;--danger:#dc2626;--shadow-sm:0 1px 3px #10244a14;--shadow-md:0 6px 18px #10244a1a}html{font-size:16px}body{-webkit-font-smoothing:antialiased;background:#f5f8ff;background:var(--page);color:#1a2a4a;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}a{color:#05f;color:var(--blue)}.app{display:flex;flex-direction:column;min-height:100vh}.header{background:#fff;background:var(--white);border-bottom:1px solid #d6e0ee;border-bottom:1px solid var(--line);box-shadow:0 1px 3px #10244a14;box-shadow:var(--shadow-sm);padding:.85rem 1.5rem;position:sticky;top:0;z-index:300}.header-content{align-items:center;display:flex;gap:1rem;margin:0 auto;max-width:1600px}.collapse-btn{background:none;border:none;border-radius:.375rem;color:#05f;color:var(--blue);cursor:pointer;flex-shrink:0;font-size:1.15rem;line-height:1;padding:.5rem}.collapse-btn:hover{background:#e8f0ff;background:var(--tint)}.icon-mobile{display:none}.logo-section{align-items:center;display:flex;flex:1 1;gap:.7rem;min-width:0;text-decoration:none}.logo-icon{height:38px;width:38px}.logo-section .brand{color:#001a3a;color:var(--navy);font-size:1.2rem;font-weight:700;white-space:nowrap}.user-info{align-items:center;display:flex;flex-shrink:0;font-size:.9rem;gap:.75rem}.user-name{color:#5a6f8f;color:var(--muted);max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-logout{background:none;border:none;border-radius:.375rem;color:#05f;color:var(--blue);cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem .75rem}.btn-logout:hover{background:#e8f0ff;background:var(--tint)}.container{display:flex;flex:1 1;margin:0 auto;max-width:1600px;position:relative;width:100%}.sidebar-backdrop{display:none}.sidebar{background:#fff;background:var(--white);border-right:1px solid #d6e0ee;border-right:1px solid var(--line);flex-shrink:0;overflow:hidden;padding:1.25rem 0;transition:width .25s ease;width:230px}.sidebar.closed{border-right:none;width:0}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;min-width:230px;padding:0 .75rem}.nav-item{background:none;border:none;border-left:3px solid #0000;border-radius:.375rem;color:#5a6f8f;color:var(--muted);cursor:pointer;display:block;font-size:.95rem;font-weight:500;padding:.7rem .9rem;text-align:left;text-decoration:none}.nav-item:hover{background:#e8f0ff;background:var(--tint);color:#05f;color:var(--blue)}.nav-item.active{background:#05f;background:var(--blue);color:#fff;color:var(--white);font-weight:600}.main-content{flex:1 1;min-width:0;padding:2rem 1.5rem 3rem}.section-header{margin-bottom:1.75rem}.section-header h1{color:#001a3a;color:var(--navy);font-size:1.8rem;line-height:1.25;margin-bottom:.3rem}.section-header p{color:#5a6f8f;color:var(--muted)}.dashboard,.prose-page{max-width:1100px}.muted{color:#5a6f8f;color:var(--muted)}.panel{background:#fff;background:var(--white);border:1px solid #d6e0ee;border:1px solid var(--line);border-radius:.6rem;box-shadow:0 1px 3px #10244a14;box-shadow:var(--shadow-sm);margin-bottom:1.5rem;padding:1.5rem}.panel h2{color:#001a3a;color:var(--navy);font-size:1.15rem;margin-bottom:1.1rem}.panel h3{color:#5a6f8f;color:var(--muted);font-size:.95rem;margin-bottom:.6rem}.panel-head{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.1rem}.panel-head h2{margin-bottom:0}.field-list{margin-bottom:.5rem}.field{align-items:baseline;border-bottom:1px solid #d6e0ee;border-bottom:1px solid var(--line);display:flex;gap:1.5rem;justify-content:space-between;padding:.65rem 0}.field:last-child{border-bottom:none}.field-label{color:#5a6f8f;color:var(--muted);flex-shrink:0;font-size:.9rem}.field-value{color:#1a2a4a;color:var(--ink);font-weight:500;text-align:right;word-break:break-word}.field-empty{font-style:italic;font-weight:400}.field-empty,.field-hint{color:#5a6f8f;color:var(--muted)}.field-hint{font-size:.82rem;margin-top:.4rem}.licence-block{margin-bottom:2rem}.licence-block:last-child{margin-bottom:0}.licence-summary{margin-bottom:1.25rem}.form-group{margin-bottom:1.2rem}.form-group label{color:#1a2a4a;color:var(--ink);display:block;font-size:.88rem;font-weight:600;margin-bottom:.4rem}.form-group input,.form-group textarea{background:#fff;background:var(--white);border:1px solid #d6e0ee;border:1px solid var(--line);border-radius:.4rem;color:#1a2a4a;color:var(--ink);font-family:inherit;font-size:.95rem;padding:.7rem .8rem;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#9fb0c6}.form-group input:focus,.form-group textarea:focus{border-color:#05f;border-color:var(--blue);box-shadow:0 0 0 3px #0055ff1f;outline:none}.button-row{display:flex;flex-wrap:wrap;gap:.75rem}.btn{border:1px solid #0000;border-radius:.4rem;cursor:pointer;display:inline-block;font-family:inherit;font-size:.9rem;font-weight:600;padding:.7rem 1.4rem;text-align:center;text-decoration:none;transition:background .15s ease}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:#05f;background:var(--blue);color:#fff;color:var(--white)}.btn-primary:hover:not(:disabled){background:#04c;background:var(--blue-dark)}.btn-secondary{background:#fff;background:var(--white);border-color:#05f;border-color:var(--blue);color:#05f;color:var(--blue)}.btn-secondary:hover:not(:disabled){background:#e8f0ff;background:var(--tint)}.btn-danger{background:#dc2626;background:var(--danger);color:#fff;color:var(--white)}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-sm{font-size:.83rem;padding:.45rem .9rem}.full-width{width:100%}.message{border-radius:.4rem;font-size:.9rem;margin-bottom:1.25rem;padding:.85rem 1rem}.message-error{background:#fdecec;background:var(--err-bg);border-left:3px solid #dc2626;border-left:3px solid var(--danger);color:#9b1c1c;color:var(--err-text)}.message-success{background:#e7f8ef;background:var(--ok-bg);border-left:3px solid #16a34a;color:#14663c;color:var(--ok-text)}.empty-state{background:#fff;background:var(--white);border:1px dashed #d6e0ee;border:1px dashed var(--line);border-radius:.6rem;color:#5a6f8f;color:var(--muted);padding:3rem 1rem;text-align:center}.landing-page{max-width:1100px}.hero-section{background:#fff;background:var(--white);border:1px solid #d6e0ee;border:1px solid var(--line);border-radius:.6rem;box-shadow:0 1px 3px #10244a14;box-shadow:var(--shadow-sm);margin-bottom:2.5rem;padding:2.5rem 2rem}.hero-badge{background:#e8f0ff;background:var(--tint);border-radius:999px;color:#04c;color:var(--blue-dark);display:inline-block;font-size:.8rem;font-weight:600;margin-bottom:1rem;padding:.35rem .8rem}.hero-section h1{color:#001a3a;color:var(--navy);font-size:2.4rem;font-weight:700;line-height:1.15;margin-bottom:1.5rem}.hero-bullets{list-style:none;max-width:62ch}.hero-bullets li{color:#1a2a4a;color:var(--ink);padding:.35rem 0 .35rem 1.4rem;position:relative}.hero-bullets li:before{background:#05f;background:var(--blue);border-radius:50%;content:"";height:7px;left:0;position:absolute;top:.95em;width:7px}.features-section{margin-bottom:2.5rem}.features-section h2,.shots-section h2,.videos-section h2{color:#001a3a;color:var(--navy);font-size:1.5rem;margin-bottom:1.5rem}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;background:var(--white);border:1px solid #d6e0ee;border:1px solid var(--line);border-radius:.6rem;box-shadow:0 1px 3px #10244a14;box-shadow:var(--shadow-sm);padding:1.4rem}.feature-card h3{color:#001a3a;color:var(--navy);font-size:1.05rem;margin-bottom:.9rem}.card-bullets{list-style:none}.card-bullets li{color:#1a2a4a;color:var(--ink);font-size:.93rem;padding:.3rem 0 .3rem 1.3rem;position:relative}.card-bullets li:before{background:#05f;background:var(--blue);border-radius:50%;content:"";height:6px;left:0;position:absolute;top:.9em;width:6px}.swipe-hint{display:none}.shots-section{margin-bottom:2.5rem}.shots-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.shot{background:#fff;background:var(--white);border:1px solid #d6e0ee;border:1px solid var(--line);border-radius:.6rem;box-shadow:0 1px 3px #10244a14;box-shadow:var(--shadow-sm);overflow:hidden}.shot img{display:block;height:auto;width:100%}.shot figcaption{border-top:1px solid #d6e0ee;border-top:1px solid var(--line);color:#5a6f8f;color:var(--muted);font-size:.88rem;padding:.8rem 1rem}.videos-section{margin-bottom:2.5rem}.videos-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.video-facade,.video-frame{aspect-ratio:16/9;background:#001a3a;background:var(--navy);border:1px solid #d6e0ee;border:1px solid var(--line);border-radius:.6rem;cursor:pointer;display:block;overflow:hidden;padding:0;position:relative;width:100%}.video-facade img{height:100%;object-fit:cover;opacity:.85;width:100%}.video-frame iframe{border:0;display:block;height:100%;width:100%}.video-play{background:#000000b3;border-radius:10px;height:44px;transform:translate(-50%,-50%);width:64px}.video-play,.video-play:after{left:50%;position:absolute;top:50%}.video-play:after{border-color:#0000 #0000 #0000 #fff;border-style:solid;border-width:9px 0 9px 15px;content:"";transform:translate(-40%,-50%)}.video-facade:hover .video-play{background:#dc2626;background:var(--danger)}.video-title{background:linear-gradient(#0000,#000000bf);bottom:0;color:#fff;font-size:.9rem;left:0;padding:.7rem .9rem;position:absolute;right:0;text-align:left}.cta-section{background:#e8f0ff;background:var(--tint);border-radius:.6rem;margin-bottom:1rem;padding:2.5rem 2rem;text-align:center}.cta-section h2{color:#001a3a;color:var(--navy);font-size:1.5rem;margin-bottom:.4rem;margin-left:auto;margin-right:auto;max-width:30ch}.cta-section p{color:#5a6f8f;color:var(--muted);margin-bottom:1.5rem}.cta-buttons{flex-wrap:wrap;gap:.85rem}.auth-section,.cta-buttons{display:flex;justify-content:center}.auth-section{padding:2rem 0}.auth-card{background:#fff;background:var(--white);border:1px solid #d6e0ee;border:1px solid var(--line);border-radius:.6rem;box-shadow:0 6px 18px #10244a1a;box-shadow:var(--shadow-md);max-width:400px;padding:2rem;width:100%}.auth-card h1{color:#001a3a;color:var(--navy);font-size:1.5rem;margin-bottom:1.5rem}.auth-link{color:#5a6f8f;color:var(--muted);font-size:.9rem;margin-top:1.25rem;text-align:center}.home-grid{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.home-grid .panel{margin-bottom:0}.quick-links{list-style:none}.quick-links li{border-bottom:1px solid #d6e0ee;border-bottom:1px solid var(--line);padding:.5rem 0}.quick-links li:last-child{border-bottom:none}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.product-card{background:#fff;background:var(--white);border:1px solid #d6e0ee;border:1px solid var(--line);border-radius:.6rem;box-shadow:0 1px 3px #10244a14;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;padding:1.4rem}.product-header{align-items:start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.9rem}.product-header h3{color:#001a3a;color:var(--navy);flex:1 1;font-size:1.05rem}.version{background:#e8f0ff;background:var(--tint);border-radius:.25rem;color:#04c;color:var(--blue-dark);font-size:.78rem;font-weight:600;padding:.2rem .6rem;white-space:nowrap}.product-description{color:#5a6f8f;color:var(--muted);flex:1 1;font-size:.9rem;margin-bottom:1.2rem}.product-footer{align-items:center;display:flex;gap:1rem;justify-content:space-between}.file-size{color:#5a6f8f;color:var(--muted);font-size:.85rem}.products-list{display:flex;flex-direction:column;gap:.7rem}.product-item{align-items:center;background:#f5f8ff;background:var(--page);border:1px solid #d6e0ee;border:1px solid var(--line);border-radius:.4rem;display:flex;gap:1rem;justify-content:space-between;padding:.9rem 1rem}.product-item strong{color:#001a3a;color:var(--navy);display:block}.item-meta{color:#5a6f8f;color:var(--muted);font-size:.83rem}.help-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.help-card{align-items:flex-start;background:#fff;background:var(--white);border:1px solid #d6e0ee;border:1px solid var(--line);border-radius:.6rem;box-shadow:0 1px 3px #10244a14;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;padding:1.4rem}.help-card h3{color:#001a3a;color:var(--navy);font-size:1.05rem;margin-bottom:.5rem}.help-card p{color:#5a6f8f;color:var(--muted);flex:1 1;font-size:.92rem;margin-bottom:1.2rem}.admin-grid{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(330px,1fr))}.admin-grid .panel{margin-bottom:0}.prose{max-width:68ch}.prose p{color:#1a2a4a;color:var(--ink);margin-bottom:1rem}.footer{background:#fff;background:var(--white);border-top:1px solid #d6e0ee;border-top:1px solid var(--line);margin-top:auto;padding:2.5rem 1.5rem 1.5rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:0 auto 2rem;max-width:1200px}.footer-column h4{color:#001a3a;color:var(--navy);font-size:.95rem;margin-bottom:.9rem}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.5rem}.footer-column a{color:#5a6f8f;color:var(--muted);font-size:.9rem;text-decoration:none}.footer-column a:hover{color:#05f;color:var(--blue);text-decoration:underline}.social-note{font-size:.9rem}.footer-bottom,.social-note{color:#5a6f8f;color:var(--muted)}.footer-bottom{border-top:1px solid #d6e0ee;border-top:1px solid var(--line);font-size:.85rem;margin:0 auto;max-width:1200px;padding-top:1.25rem;text-align:center}.disclaimer-footer{color:#dc2626;color:var(--danger);font-weight:500;margin-top:.4rem}@media (max-width:768px){.main-content{padding:1.25rem 1rem 2.5rem}.icon-desktop{display:none}.icon-mobile{display:inline}.sidebar{border-right:1px solid #d6e0ee;border-right:1px solid var(--line);box-shadow:4px 0 18px #001a3a2e;height:100vh;left:0;overflow-y:auto;padding-top:1.25rem;position:fixed;top:0;transform:translateX(-100%);transition:transform .25s ease;width:260px;z-index:400}.sidebar.open{transform:translateX(0)}.sidebar.closed{border-right:1px solid #d6e0ee;border-right:1px solid var(--line);width:260px}.sidebar-nav{min-width:0}.sidebar-backdrop{background:#001a3a73;display:block;inset:0;position:fixed;z-index:350}.nav-item{padding:.85rem .9rem}.hero-section{padding:1.75rem 1.25rem}.hero-section h1{font-size:1.75rem}.features-grid,.shots-grid,.videos-grid{grid-gap:1rem;-webkit-overflow-scrolling:touch;display:grid;gap:1rem;grid-auto-columns:85%;grid-auto-flow:column;grid-template-columns:none;margin-right:-1rem;overflow-x:auto;padding-bottom:.75rem;padding-right:1rem;scroll-snap-type:x mandatory;scrollbar-width:none}.features-grid::-webkit-scrollbar,.shots-grid::-webkit-scrollbar,.videos-grid::-webkit-scrollbar{display:none}.feature-card,.shot,.videos-grid>*{scroll-snap-align:start}.shots-grid-page{grid-auto-columns:auto;grid-auto-flow:row;overflow-x:visible}.swipe-hint{color:#5a6f8f;color:var(--muted);display:block;font-size:.82rem;margin-top:.6rem}.admin-grid,.help-grid,.home-grid,.products-grid{grid-template-columns:1fr}.cta-section{padding:2rem 1.25rem}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}.product-footer{align-items:flex-start;flex-direction:column}.product-footer .btn{width:100%}.field{flex-direction:column;gap:.15rem}.field-value{text-align:left}.footer-content{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:480px){.header{padding:.7rem .9rem}.header-content{gap:.5rem}.logo-icon{height:32px;width:32px}.logo-section .brand{font-size:1.05rem}.user-name{display:none}.user-info{gap:.4rem}.user-info .btn-sm{font-size:.78rem;padding:.4rem .65rem}.auth-card{padding:1.5rem}.section-header h1{font-size:1.5rem}.hero-section h1{font-size:1.55rem}.features-grid,.shots-grid,.videos-grid{grid-auto-columns:90%}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
/*# sourceMappingURL=main.5176bc3b.css.map*/