.app{width:100vw;height:100vh;display:flex;flex-direction:column;overflow:hidden;position:relative;background:#f9fafb;padding:1.25rem 1.5rem;gap:1.25rem}@media (max-width: 1024px){.app{height:auto;min-height:100vh;overflow-y:auto;padding:1rem;gap:1rem}}@media (max-width: 640px){.app{padding:.75rem;gap:.75rem}}.header{display:flex;justify-content:space-between;align-items:center;height:2.25rem;flex-shrink:0;position:relative;z-index:10}.header-left{display:flex;align-items:center;gap:.75rem}.header-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s}.header-link:hover{opacity:.75}.logo{height:1.75rem;transition:transform .3s ease}.logo:hover{transform:scale(1.04)}.header-right{display:flex;align-items:center;gap:.75rem}.header-title-right{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#485e75;letter-spacing:.01em;line-height:1}.header-title-right .accent{color:#ff5f24;font-weight:600}.export-button{display:inline-flex;align-items:center;gap:.375rem;padding:.4rem .875rem;border-radius:.5rem;background:#fff;border:1px solid #E5E7EB;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:500;color:#0e2b47;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #0e2b470f}.export-button:hover{background:#f3f4f6;border-color:#c7d2e8}@media (max-width: 640px){.logo{height:1.5rem}.header-title-right{font-size:.7rem}.export-button{display:none}}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(12,1fr);gap:1rem;height:calc(100vh - 5rem);position:relative;z-index:1;overflow:hidden}.bento-card.col-span-6{grid-column:span 6}.bento-card.col-span-3{grid-column:span 3}.bento-card.col-span-4{grid-column:span 4}.bento-card.col-span-5{grid-column:span 5}.bento-card.col-span-7{grid-column:span 7}.bento-card.row-span-6{grid-row:span 6}.bento-card.row-span-8{grid-row:span 8}.bento-card.row-span-7{grid-row:span 7}.bento-card.row-span-5{grid-row:span 5}.bento-card.row-span-4{grid-row:span 4}.bento-card.row-span-2{grid-row:span 2}.bento-card.grid-demos{grid-column:1 / 7;grid-row:1 / 9}.bento-card.grid-videos{grid-column:7 / 13;grid-row:1 / 7}.bento-card.grid-infographics{grid-column:1 / 7;grid-row:9 / 13}.bento-card.grid-pitch{grid-column:7 / 10;grid-row:7 / 13}.bento-card.grid-quick{grid-column:10 / 13;grid-row:7 / 13}.bento-demos-grid{height:100%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:.75rem}.bento-demos-new{height:100%;display:flex;gap:.75rem}.demo-main-new{flex:2;position:relative;border-radius:1rem;overflow:hidden;border:1px solid #E5E7EB;background:#f3f4f6;cursor:pointer;transition:all .25s;display:flex;flex-direction:column}.demo-main-new:hover{border-color:#3248ca;box-shadow:0 4px 16px #3248ca1f;transform:translateY(-1px)}.demo-iframe-wrapper{flex:1;width:100%;position:relative;min-height:0;background:#fff;overflow:hidden}.demo-image-preview{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.demo-iframe{position:absolute;top:0;left:0;width:133.33%;height:133.33%;border:none;transform:scale(.75);transform-origin:top left;z-index:1}.demo-iframe-error{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#3248ca,#4a5fd6);display:none;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#fff;z-index:2}.demo-iframe-error .material-symbols-outlined{font-size:2.5rem;opacity:.8}.demo-iframe-error p{font-size:.8125rem;font-weight:500;margin:0}.demo-error-subtitle{font-size:.6rem!important;opacity:.65}.demo-iframe-wrapper:has(.demo-iframe[src=""]) .demo-iframe-error,.demo-iframe-wrapper .demo-iframe-error.show{display:flex}.demo-overlay-new{position:absolute;bottom:0;left:0;right:0;padding:1.25rem;background:linear-gradient(to top,rgba(14,43,71,.92) 0%,rgba(14,43,71,.6) 60%,transparent 100%);display:flex;flex-direction:column;gap:.375rem;z-index:10}.demo-title{color:#fff;font-family:Recoleta,Georgia,serif;font-weight:400;font-size:1rem}.demo-subtitle{color:#ffffff8c;font-size:.6rem;text-transform:uppercase;letter-spacing:.12em;font-family:Inter,sans-serif}.demo-button{margin-top:.375rem;width:100%;padding:.5rem;background:#fff;color:#0e2b47;border-radius:.5rem;font-family:Inter,sans-serif;font-weight:600;font-size:.75rem;border:none;cursor:pointer;transition:all .2s}.demo-button:hover{background:#3248ca;color:#fff}.demo-side-new{flex:1;display:flex;flex-direction:column;gap:.75rem}.demo-card-new{flex:1;background:#f9fafb;border:1px solid #E5E7EB;border-radius:.875rem;display:flex;flex-direction:column;cursor:pointer;transition:all .25s;position:relative;overflow:hidden}.demo-card-new:hover{border-color:#3248ca;box-shadow:0 2px 12px #3248ca1a;transform:translateY(-1px)}.demo-card-iframe-wrapper{width:100%;height:100%;position:absolute;top:0;left:0;background:#fff;overflow:hidden}.demo-card-image-preview{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.demo-card-iframe{position:absolute;top:0;left:0;width:166.67%;height:166.67%;border:none;transform:scale(.6);transform-origin:top left;z-index:1}.demo-card-iframe-error{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#3248ca,#4a5fd6);display:none;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;color:#fff;z-index:2}.demo-card-iframe-error .material-symbols-outlined{font-size:1.75rem;opacity:.8}.demo-card-iframe-error p{font-size:.7rem;font-weight:500;margin:0}.demo-card-iframe-wrapper:has(.demo-card-iframe[src=""]) .demo-card-iframe-error,.demo-card-iframe-wrapper .demo-card-iframe-error.show{display:flex}.demo-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:.625rem;background:linear-gradient(to top,rgba(14,43,71,.9) 0%,rgba(14,43,71,.5) 60%,transparent 100%);display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;z-index:10}.demo-icon-small{font-size:1rem;color:#ffffffb3}.demo-card-new .demo-card-title{font-family:Inter,sans-serif;font-weight:500;font-size:.75rem;color:#fff;margin-top:0}.bento-videos{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:.5rem;height:100%}.video-thumb{position:relative;border-radius:1rem;overflow:hidden;border:1px solid #E5E7EB;cursor:pointer;transition:all .25s;background:#f3f4f6}.video-thumb:hover{border-color:#3248ca;transform:scale(1.015);box-shadow:0 4px 16px #0e2b471a}.video-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.video-thumb:hover img{transform:scale(1.04)}.video-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.video-placeholder .material-symbols-outlined{font-size:2.5rem;color:#fff}.video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0e2b4773;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s}.video-thumb:hover .video-overlay{opacity:1}.video-overlay .material-symbols-outlined{font-size:2.5rem;color:#fff;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.bento-presentations-no-scroll{display:flex;flex-direction:column;gap:.5rem;height:100%;overflow:hidden;justify-content:center}.presentation-item-all{padding:.75rem .875rem;border-radius:.75rem;background:#f9fafb;border:1px solid #E5E7EB;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .2s;flex:0 0 auto;min-height:3rem}.presentation-item-all:hover{background:#fff4ee;border-color:#ff5f24}.presentation-icon{font-size:1.1rem;color:#ff5f24;flex-shrink:0}.presentation-info{flex:1;display:flex;flex-direction:column;gap:.2rem}.presentation-title{font-family:Inter,sans-serif;font-weight:500;font-size:.8125rem;color:#0e2b47;letter-spacing:-.005em}.presentation-subtitle{font-family:Inter,sans-serif;font-size:.5625rem;color:#485e75;text-transform:uppercase;letter-spacing:.06em}.presentation-arrow{font-size:.875rem;color:#9ca3af;transition:color .2s}.presentation-item-all:hover .presentation-arrow{color:#ff5f24}.bento-infographics-row{height:100%;display:flex;flex-direction:row;gap:.75rem}.infographic-item-row{flex:1;border-radius:1rem;background:#f9fafb;border:1px solid #E5E7EB;cursor:pointer;transition:all .25s;overflow:hidden;display:flex;flex-direction:column;position:relative;min-height:0}.infographic-item-row:hover{border-color:#3248ca;background:#fff;box-shadow:0 3px 14px #3248ca1a;transform:translateY(-1px)}.infographic-label-row{position:absolute;top:.5rem;left:50%;transform:translate(-50%);background:#3248ca;color:#fff;padding:.2rem .6rem;border-radius:.375rem;font-family:Inter,sans-serif;font-size:.5625rem;font-weight:600;text-align:center;white-space:nowrap;z-index:10}.infographic-preview-row{flex:1;width:100%;min-height:0;position:relative;padding:.5rem;display:flex;align-items:center;justify-content:center}.infographic-image-row{width:100%;height:100%;object-fit:contain;border-radius:.5rem;transition:transform .3s}.infographic-item-row:hover .infographic-image-row{transform:scale(1.04)}.bento-quick{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;position:relative}.quick-icons{display:flex;gap:-1rem;align-items:center}.bento-card:hover .quick-icons{gap:.5rem}.quick-icon{width:5.5rem;height:9rem;background:#00000038;padding:.4rem;border-radius:1.25rem;box-shadow:0 8px 24px #00000040;display:flex;align-items:center;justify-content:center;transition:transform .4s;position:relative;border:3px solid rgba(0,0,0,.18);overflow:hidden}.quick-icon.phone-frame:before{content:"";position:absolute;top:.4rem;left:50%;transform:translate(-50%);width:2rem;height:.4rem;background:#00000038;border-radius:0 0 .5rem .5rem;z-index:2}.quick-icon:first-child{transform:rotate(-10deg)}.quick-icon:last-child{transform:rotate(10deg)}.bento-card:hover .quick-icon:first-child,.bento-card:hover .quick-icon:last-child{transform:rotate(0)}.quick-icon-img{width:100%;height:100%;object-fit:cover;border-radius:.4rem;position:relative;z-index:1;transform:scale(1.3);object-position:center}.quick-text{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffffd9;text-align:center}@media (max-width: 1024px){.bento-grid{display:flex;flex-direction:column;height:auto;overflow:visible;gap:1rem}.bento-demos-new{flex-direction:column;height:auto}.demo-main-new{min-height:260px}.demo-side-new{flex-direction:row;height:120px;flex:none}.bento-videos{min-height:260px}.bento-infographics-row{flex-wrap:wrap;height:auto;min-height:260px}.infographic-item-row{flex:0 0 calc(50% - .375rem);min-height:130px}.bento-presentations-no-scroll{height:auto;min-height:200px}.bento-quick{min-height:200px}}@media (max-width: 640px){.bento-grid{gap:.75rem}.demo-main-new{min-height:200px}.demo-side-new{height:100px}.bento-videos{grid-template-columns:1fr;min-height:auto}.video-thumb{min-height:160px}.infographic-item-row{flex:0 0 calc(50% - .375rem);min-height:110px}.quick-icon{width:4rem;height:6.5rem}.quick-text{font-size:.6875rem}}.bento-card{background:#fff;border:1px solid #E5E7EB;border-radius:1.5rem;padding:1.75rem;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:box-shadow .25s,border-color .25s;box-shadow:0 1px 6px #0e2b470d}.bento-card:hover{border-color:#c7d2e8;box-shadow:0 4px 20px #0e2b4717}.bento-card.gradient{background:linear-gradient(140deg,#ff7a47,#ff5f24 55%,#c43d10);border-color:transparent;box-shadow:0 4px 24px #ff5f244d}.bento-card.soft-gradient{background:#fff;border-color:#ff5f244d;box-shadow:0 2px 12px #ff5f2414}.bento-card.soft-gradient:hover{border-color:#ff5f248c;box-shadow:0 4px 20px #ff5f2424}.bento-card.soft-gradient .bento-title{color:#0e2b47}.bento-card.soft-gradient .bento-subtitle{color:#ff5f24;background:#ff5f2412;border-color:#ff5f2433}.bento-card.soft-gradient .bento-subtitle:before{background:#ff5f24}.bento-card.soft-gradient .bento-icon-wrapper{background:#ff5f241a;color:#ff5f24;border-color:#ff5f2438}.bento-card.clickable{cursor:pointer}.bento-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;position:relative;z-index:1}.bento-header-left{display:flex;flex-direction:column;gap:.3rem}.bento-subtitle{display:inline-flex;align-items:center;gap:.375rem;font-family:Inter,sans-serif;font-weight:500;font-size:.6875rem;letter-spacing:.04em;text-transform:none;padding:.2rem .65rem .2rem .45rem;border-radius:9999px;width:fit-content}.bento-subtitle:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;flex-shrink:0}.bento-subtitle.primary{color:#3248ca;background:#3248ca12;border:1px solid rgba(50,72,202,.15)}.bento-subtitle.primary:before{background:#3248ca}.bento-subtitle.accent{color:#ff5f24;background:#ff5f2412;border:1px solid rgba(255,95,36,.18)}.bento-subtitle.accent:before{background:#ff5f24}.bento-title{font-family:Recoleta,Georgia,serif;font-size:1.125rem;font-weight:400;color:#0e2b47;line-height:1.3;letter-spacing:-.01em}.bento-card.gradient .bento-title{color:#fff}.bento-card.gradient .bento-subtitle{color:#ffffffe6;background:#fff3;border-color:#ffffff4d}.bento-card.gradient .bento-subtitle:before{background:#fff}.bento-card.gradient .bento-count{color:#fff}.bento-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.bento-icon-wrapper{width:2.25rem;height:2.25rem;border-radius:.625rem;display:flex;align-items:center;justify-content:center;border:1px solid}.bento-icon-wrapper.primary{background:#3248ca12;color:#3248ca;border-color:#3248ca2e}.bento-icon-wrapper.accent{background:#ff5f2414;color:#ff5f24;border-color:#ff5f2438}.bento-card.gradient .bento-icon-wrapper{background:#ffffff38;color:#fff;border-color:#ffffff59}.bento-icon-wrapper .material-symbols-outlined{font-size:1.25rem}.bento-count{font-family:Inter,sans-serif;font-size:.6rem;font-weight:500;background:#f3f4f6;padding:.2rem .6rem;border-radius:9999px;color:#485e75}.bento-content{flex:1;position:relative;z-index:1;min-height:0}@media (max-width: 1024px){.bento-card{border-radius:1.25rem;padding:1.5rem}}@media (max-width: 640px){.bento-card{border-radius:1rem;padding:1.25rem}.bento-header{margin-bottom:1rem}.bento-title{font-size:1rem}}.lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#f9fafbf7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .3s ease forwards;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.lightbox-content{max-width:calc(100vw - 40px);width:100%;position:relative;animation:scaleIn .4s cubic-bezier(.175,.885,.32,1.275) forwards;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box;margin:auto;padding:20px 0}.lightbox-media{display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;box-sizing:border-box;margin-bottom:20px}.lightbox-iframe-responsive{width:100%;max-width:1200px;height:calc((100vw - 40px)*.5625);max-height:calc(100vh - 250px);min-height:400px;border-radius:16px;box-shadow:0 30px 80px #0009;background:#fff}.lightbox-image-responsive{max-width:100%;max-height:calc(100vh - 250px);width:auto;height:auto;border-radius:16px;box-shadow:0 30px 80px #00000080;object-fit:contain}.lightbox-presentation-placeholder{background:linear-gradient(135deg,#fff,#f8fafc);padding:60px 40px;border-radius:20px;text-align:center;max-width:600px;width:100%;box-shadow:0 20px 60px #0000004d;box-sizing:border-box}.lightbox-presentation-placeholder .material-symbols-outlined{font-size:80px;color:#ff5f24}.lightbox-presentation-title{color:#1e293b;margin-top:24px;font-size:1.2rem;font-weight:600}.lightbox-presentation-subtitle{color:#64748b;font-size:.9rem;margin-top:12px}.lightbox-close{position:absolute;top:20px;right:20px;width:52px;height:52px;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;box-shadow:0 8px 30px #0000004d}.lightbox-close:hover{transform:scale(1.1) rotate(90deg);background:var(--orange)}.lightbox-close:hover .material-symbols-outlined{color:#fff}.lightbox-close .material-symbols-outlined{font-size:26px;color:var(--navy-dark);transition:color .3s ease}.lightbox-info{text-align:center;width:100%;max-width:100%;box-sizing:border-box;flex-shrink:0;padding:0 20px}.lightbox-title{color:#0e2b47;font-size:1.6rem;margin-bottom:8px}.lightbox-actions{display:flex;gap:14px;justify-content:center;margin-top:20px;flex-wrap:wrap}.lightbox-btn{background:#fff;color:#0e2b47;border:1px solid #E5E7EB;padding:12px 24px;border-radius:30px;font-size:.9rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.lightbox-btn:hover{background:var(--orange);border-color:var(--orange);transform:translateY(-2px);box-shadow:0 8px 25px #ff5f2466}.lightbox-btn .material-symbols-outlined{font-size:20px}.qr-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#f9fafbf7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px 10px;animation:fadeIn .3s ease forwards;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.qr-modal-content{background:#fff;border:1px solid #E5E7EB;border-radius:24px;padding:30px 20px;max-width:1200px;width:100%;position:relative;animation:scaleIn .4s cubic-bezier(.175,.885,.32,1.275) forwards;box-shadow:0 8px 40px #0e2b471a;box-sizing:border-box}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.qr-modal-close{position:absolute;top:20px;right:20px;width:52px;height:52px;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;box-shadow:0 8px 30px #0000004d}.qr-modal-close:hover{transform:scale(1.1) rotate(90deg);background:var(--orange)}.qr-modal-close:hover .material-symbols-outlined{color:#fff}.qr-modal-close .material-symbols-outlined{font-size:26px;color:var(--navy-dark);transition:color .3s ease}.qr-modal-title{color:#0e2b47;font-size:1.75rem;font-weight:400;text-align:center;margin-bottom:30px;letter-spacing:-.02em;font-family:Recoleta,Georgia,serif}.qr-modal-grid{display:flex;gap:20px;align-items:center;justify-content:center;flex-wrap:nowrap}.qr-modal-left{display:flex;flex-direction:row;gap:15px;align-items:center;flex:0 0 auto}.qr-modal-right{display:flex;flex-direction:column;align-items:center;flex:0 0 auto;margin-left:15px}.qr-item{display:flex;flex-direction:column;align-items:center;gap:15px;padding:15px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:16px;transition:all .3s ease}.qr-item:hover{background:#f3f4f6;border-color:#c7d2e8;transform:translateY(-4px);box-shadow:0 8px 24px #0e2b4714}.qr-item.survey{padding:15px}.qr-code-wrapper{background:#fff;padding:10px;border-radius:12px;box-shadow:0 8px 24px #0000004d;display:flex;align-items:center;justify-content:center}.qr-platform-info{display:flex;flex-direction:column;align-items:center;gap:8px}.platform-icon{width:50px;height:50px;object-fit:contain}.platform-icon-simple{font-size:48px;color:#0e2b47}.platform-icon-fallback{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.platform-icon-fallback .material-symbols-outlined{font-size:40px;color:#fff}.survey-icon{font-size:48px;color:var(--orange)}.platform-label{color:#0e2b47;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 768px){.qr-modal-content{padding:30px 20px}.qr-modal-title{font-size:1.5rem;margin-bottom:30px}.qr-modal-grid{flex-direction:column;gap:30px}.qr-modal-left,.qr-modal-right{width:100%}.qr-code-wrapper{padding:12px}.qr-item.survey{padding:20px}}.sda-root{display:flex;flex-direction:column;height:100vh;background:#f9fafb;font-family:Inter,sans-serif;overflow:hidden}.sda-header{display:flex;align-items:center;gap:1.5rem;padding:.875rem 1.5rem;background:#fff;border-bottom:1px solid #E5E7EB;flex-shrink:0;flex-wrap:wrap}.sda-header-left{display:flex;align-items:center;gap:.875rem;flex:1;min-width:0}.sda-back-btn{width:2.25rem;height:2.25rem;border-radius:50%;border:1px solid #E5E7EB;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .2s;color:#0e2b47}.sda-back-btn:hover{background:#f3f4f6;border-color:#c7d2e8}.sda-back-btn .material-symbols-outlined{font-size:20px}.sda-title{font-family:Recoleta,Georgia,serif;font-weight:400;font-size:1.125rem;color:#0e2b47;margin:0}.sda-subtitle-meta{font-size:.6875rem;color:#485e75;margin:.125rem 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sda-filters{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.sda-filter-btn{display:flex;align-items:center;gap:.375rem;padding:.3rem .75rem;border-radius:9999px;border:1px solid #E5E7EB;background:#fff;color:#485e75;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.sda-filter-btn:hover{border-color:#c7d2e8;color:#0e2b47}.sda-filter-btn.active{background:#0e2b47;border-color:#0e2b47;color:#fff}.sda-filter-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.sda-body{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem 1.5rem;flex:1;min-height:0;overflow:hidden}.sda-col{display:flex;flex-direction:column;gap:.75rem;min-height:0;overflow:hidden}.sda-col-right{overflow:hidden;display:flex;flex-direction:column}.sda-card{background:#fff;border:1px solid #E5E7EB;border-radius:1rem;padding:1rem;box-shadow:0 1px 4px #0e2b470d;flex-shrink:0}.sda-card-label{font-size:.6875rem;font-weight:600;color:#485e75;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.625rem;display:block}.sda-timeline{position:relative;height:56px;-webkit-user-select:none;user-select:none;overflow:hidden}.sda-timeline-track{position:absolute;top:50%;left:0;right:0;height:3px;background:#e5e7eb;transform:translateY(-50%);border-radius:2px}.sda-timeline-cursor{position:absolute;top:50%;width:3px;height:36px;background:#ff5f24;transform:translate(-50%,-50%);z-index:2;border-radius:2px;transition:left .25s linear}.sda-timeline-dots{display:flex;height:100%;position:relative;z-index:1}.sda-timeline-frag{flex:1;display:flex;align-items:center;justify-content:center;cursor:pointer;height:100%;min-width:0}.sda-timeline-frag:hover{background:#00000008}.sda-timeline-ball{border-radius:50%;background:#3248ca;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:500;box-shadow:0 2px 6px #0003;flex-shrink:0;transition:transform .15s}.sda-timeline-ball:hover{transform:scale(1.15)}.sda-video-card{padding:0;overflow:hidden;flex-shrink:0}.sda-video-header{padding:.75rem 1rem;background:#f8fafc;border-bottom:1px solid #E5E7EB;display:flex;align-items:center;justify-content:space-between}.sda-video-times{font-family:Inter,monospace;font-size:.75rem;color:#485e75}.sda-video-area{background:#000;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center}.sda-video-el{width:100%;height:100%;display:block;object-fit:contain}.sda-notifications{display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.sda-notif-card{background:#fff;border:1px solid #E5E7EB;border-radius:.625rem;padding:.75rem;display:flex;gap:.625rem;animation:sdaSlideIn .3s ease-out;box-shadow:0 2px 8px #00000014;transition:opacity .3s ease}@keyframes sdaSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.sda-notif-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:3px}.sda-notif-name{font-size:.8125rem;font-weight:500;color:#0e2b47;margin:0 0 .125rem}.sda-notif-conf{font-size:.6875rem;color:#485e75;font-style:italic;margin:0 0 .25rem}.sda-notif-expl{font-size:.6875rem;color:#485e75;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sda-markers-header{display:flex;align-items:center;justify-content:space-between}.sda-search-toggle{width:2rem;height:2rem;border-radius:.5rem;border:1px solid #E5E7EB;background:#f9fafb;color:#485e75;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.sda-search-toggle:hover{border-color:#3248ca;color:#3248ca}.sda-search-toggle .material-symbols-outlined{font-size:18px}.sda-search-wrap{margin-top:.625rem;position:relative}.sda-search-input{width:100%;padding:.5rem .75rem;border:1px solid #E5E7EB;border-radius:.5rem;font-family:Inter,sans-serif;font-size:.875rem;color:#0e2b47;background:#fff;box-sizing:border-box;outline:none;transition:border-color .2s}.sda-search-input:focus{border-color:#3248ca}.sda-search-results{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #E5E7EB;border-radius:.5rem;box-shadow:0 4px 16px #0000001a;z-index:100;max-height:250px;overflow-y:auto}.sda-search-result-item{width:100%;display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;border:none;background:none;cursor:pointer;text-align:left;transition:background .15s;font-family:Inter,sans-serif}.sda-search-result-item:hover{background:#f9fafb}.sda-search-type-badge{font-size:.5625rem;font-weight:600;padding:.15rem .4rem;border-radius:9999px;border:1px solid;flex-shrink:0;text-transform:uppercase;letter-spacing:.04em}.sda-search-result-name{flex:1;font-size:.8125rem;color:#0e2b47;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sda-search-result-time{font-size:.6875rem;color:#485e75;flex-shrink:0}.sda-markers-split{display:flex;gap:.75rem;flex:1;min-height:0;overflow:hidden}.sda-markers-col{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.sda-col-label{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:600;color:#485e75;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;flex-shrink:0}.sda-col-label-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.sda-markers-list{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;background:#f9fafb;border:1px solid #E5E7EB;border-radius:.75rem;padding:.75rem;box-shadow:inset 0 1px 3px #0000000a}.sda-empty{font-size:.8125rem;color:#9ca3af;padding:1rem;text-align:center;margin:0}.sda-marker-card{background:#fff;border:1px solid #E5E7EB;border-radius:.5rem;padding:.75rem;margin-bottom:.625rem;box-shadow:0 1px 2px #0000000a}.sda-marker-card:last-child{margin-bottom:0}.sda-marker-header{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.25rem}.sda-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:3px}.sda-marker-name{font-size:.8125rem;font-weight:500;color:#0e2b47;line-height:1.3}.sda-marker-meta{font-size:.6875rem;color:#485e75;margin:.125rem 0}.sda-expand-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.4rem .625rem;margin-top:.5rem;border:1px solid rgba(50,72,202,.2);border-radius:.25rem;background:transparent;color:#3248ca;font-size:.75rem;font-family:Inter,sans-serif;cursor:pointer;transition:background .15s}.sda-expand-btn:hover{background:#3248ca0d}.sda-explanation{font-size:.75rem;color:#485e75;line-height:1.5;margin-top:.5rem;padding:.625rem;background:#f8f9fa;border-radius:.375rem;border:1px solid #E5E7EB}@media (max-width: 1100px){.sda-body{grid-template-columns:1fr;overflow-y:auto;height:auto}.sda-root{height:auto;min-height:100vh;overflow-y:auto}.sda-markers-split{min-height:400px}}@media (max-width: 640px){.sda-header,.sda-body{padding:.75rem 1rem}.sda-markers-split{flex-direction:column}.sda-markers-list{max-height:280px}}@font-face{font-family:Recoleta;src:url(/assets/Recoleta-RegularDEMO.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Recoleta;src:url(/assets/Recoleta-RegularDEMO.otf) format("opentype");font-weight:600;font-style:normal}@font-face{font-family:Recoleta;src:url(/assets/Recoleta-RegularDEMO.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Recoleta;src:url(/assets/Recoleta-RegularDEMO.otf) format("opentype");font-weight:900;font-style:normal}:root{--navy-dark: #0E2B47;--navy-light: #1a3a5c;--primary-blue: #3248CA;--blue-light: #5B6BD5;--orange: #FF5F24;--orange-light: #FF8A5B}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{font-family:Inter,sans-serif;background:#f9fafb;min-height:100vh;overflow:hidden;color:#0e2b47}h1,h2,h3,h4,h5,h6{font-family:Recoleta,Georgia,serif;font-weight:400}#root{width:100vw;height:100vh;overflow:hidden}@media (max-width: 1024px){body{overflow-y:auto}#root{height:auto;min-height:100vh;overflow:visible}}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#3248ca59;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#3248ca99}
