:root{color:#222;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;background-color:#fff;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}body{margin:0}h1{text-align:left}#app{flex-direction:column;min-height:100vh;display:flex}main{flex:auto;align-items:flex-start;width:100%;margin:0 auto;display:flex}main>*{width:100%}@media (width<=639px){main{margin:0}}@media (prefers-color-scheme:dark){:root{color:#fff;background-color:#1a1a1a}}header{border-bottom:1px solid #00000080;justify-content:flex-end;align-items:center;padding:0 1rem;display:flex}header.header--drone{justify-content:space-between}header.header--drone .profile-row{align-items:center;display:flex}header.header--drone .profile-link{cursor:pointer;background:0 0;border:1px solid;border-radius:6px;padding:.5rem .75rem}header nav{flex-wrap:wrap;display:flex}header a{color:#000;padding:.75rem;text-decoration:none}header a.nav-auth{padding:.6rem;font-size:calc(1rem - 2pt)}header a.active{background-color:#0005}header a:hover{background-color:#0008}.site-header .nav-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.nav-desktop{align-items:center;gap:16px;display:flex}.burger{cursor:pointer;background:0 0;border:0;border-radius:10px;width:56px;height:56px;padding:0;display:none}.burger:focus{outline-offset:3px;outline:2px solid}.burger-lines{background:currentColor;border-radius:2px;width:28px;height:3px;margin:0 auto;display:block;position:relative}.burger-lines:before,.burger-lines:after{content:"";background:currentColor;border-radius:2px;width:28px;height:3px;position:absolute;left:0}.burger-lines:before{top:-9px}.burger-lines:after{top:9px}.burger.is-open .burger-lines{background:0 0}.burger.is-open .burger-lines:before{top:0;transform:rotate(45deg)}.burger.is-open .burger-lines:after{top:0;transform:rotate(-45deg)}.mobile-nav-overlay{opacity:0;pointer-events:none;z-index:9999;background:#00000073;transition:opacity .16s;position:fixed;inset:0}.mobile-nav-overlay.open{opacity:1;pointer-events:auto}.mobile-nav{-webkit-backdrop-filter:blur(8px);background:#000000b3;flex-direction:column;width:min(86vw,300px);height:100%;transition:transform .18s;display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-12px 0 30px #0006}.mobile-nav-overlay.open .mobile-nav{transform:translate(0)}.mobile-nav-header{border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;display:flex}.mobile-nav-close{cursor:pointer;color:#fff;background:0 0;border:0;border-radius:10px;width:52px;height:52px}.mobile-nav-close:focus{outline-offset:3px;outline:2px solid}.mobile-nav-links a{color:#fff;text-align:center;border-radius:10px;padding:18px 16px;font-size:1.2rem;font-weight:500;text-decoration:none;display:block;position:relative}.mobile-nav-links a:not(:last-child):after{content:"";background:#ffffff14;height:1px;position:absolute;bottom:0;left:16px;right:16px}.mobile-nav-links a:hover{background:#ffffff14}@media (width<=768px){.burger{justify-content:center;align-items:center;display:inline-flex}.nav-desktop{display:none}}@media (prefers-color-scheme:dark){header{border-bottom:1px solid #ffffff80}header a{color:#fff}header a.active{background-color:#ffffff26}header a:hover{background-color:#ffffff40}}.link-nav{justify-content:center;margin-top:10px;padding:12px;display:flex}.link-list{flex-direction:row;gap:24px;margin:0;padding:0;list-style:none;display:flex}.link-list a{align-items:center;text-decoration:none;transition:transform .2s;display:flex}.link-list a:hover{transform:translateY(-4px)}.icon{width:40px;height:40px}.home{max-width:1800px;margin:8% auto 0;padding:0 1rem}.container{flex-wrap:wrap;gap:1rem;display:flex}.left-column{flex-direction:column;flex:300px;align-items:flex-start;gap:1rem;display:flex}.left-column img{border-radius:8px;width:80%;min-width:250px;height:auto;margin:0 auto}.left-column .text{text-align:left;width:80%;margin:0 auto 0 10%;font-size:small}.left-column .line1{margin-top:10px;font-style:oblique}.right-column{flex:2 400px;margin-left:0;padding-right:1rem}.responsive-image-home{border-radius:8px;width:100%;height:auto}@media (width<=768px){.home section{grid-template-columns:1fr;row-gap:1.5rem;margin-top:3rem;display:grid}.container{flex-direction:column;gap:2rem}.left-column,.right-column{flex:100%;margin:0;padding:0}.left-column img{width:100%;max-width:100%;margin:0 auto}.left-column .text{width:100%;margin:0}}@media (width>=769px){.home section{grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem;margin-top:5rem;display:grid}.container{flex-direction:row;gap:1rem}.left-column img{width:50%;margin-left:4%}.left-column .text{width:52%;margin-left:4%}}.wrapper img{object-fit:cover;width:100%;height:100%;display:block}.wrapper{cursor:pointer;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;display:grid;position:relative}@media (width>=480px){.wrapper{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width>=768px){.wrapper{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (width>=1024px){.wrapper{grid-template-columns:repeat(8,minmax(0,1fr))}}.wrapper_box{position:relative;overflow:hidden}.wrapper_a{grid-area:span 2/span 2}.wrapper_b{grid-area:span 1/span 2}.wrapper_c{grid-area:span 1/span 1}.wrapper_d{grid-area:span 3/span 2}@media (width<=479.98px){.wrapper_a,.wrapper_b,.wrapper_d{grid-area:auto/span 2}}.wrapper_a img{aspect-ratio:4/3;object-fit:cover}.wrapper_box img{transition:transform .3s}.wrapper_box img:hover{transform:scale(1.02)}@media (prefers-reduced-motion:reduce){.wrapper_box img{transition:none}.wrapper_box img:hover{transform:none}}.loader{z-index:1000;opacity:.5;background-color:#000;position:fixed;inset:0}.hidden{display:none}.show{display:block}.overlay-footer{z-index:2000;overscroll-behavior:contain;touch-action:none;background-color:#000c;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow:hidden}.overlay-content{text-align:center;overscroll-behavior:contain;touch-action:auto;background:0 0;width:auto;height:auto;max-height:90vh;position:relative;overflow:auto}.close-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;z-index:2100;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;transition:background .2s,transform .2s;display:flex;position:fixed;top:24px;right:24px}.close-overlay:hover{background:#000c;transform:scale(1.05)}.responsive-image{object-fit:contain;border-radius:8px;width:auto;max-width:1200px;height:auto;max-height:90vh}@media (width<=768px){.responsive-image{object-fit:contain;border-radius:8px;width:100%}}.gal-mobile-view{background:#000;flex-direction:column;width:100%;height:100vh;margin:0;padding:0;display:flex}.gal-mobile-bar{z-index:10;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009;border:none;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0}.gal-back{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:8px;padding:8px 12px;font-weight:600}.gal-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;overflow:hidden}.gal-mobile-image-wrap{flex:1;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.gal-mobile-image{object-fit:contain;border-radius:0;width:100%;height:100%;display:block}.videos-page{align-self:stretch;margin-top:2%;padding:0 1rem 2rem}.videos-page h1{text-align:center;margin-bottom:1.5rem}.video-grid{grid-template-columns:repeat(4,1fr);justify-content:center;gap:1rem;display:grid}@media (width<=1200px){.video-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.video-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.video-grid{grid-template-columns:1fr}}.video-item{aspect-ratio:16/9;cursor:pointer;background:#111;border:none;border-radius:12px;padding:0;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.video-item:hover{transform:scale(1.03);box-shadow:0 8px 22px #0006}.video-item img{object-fit:cover;width:100%;height:100%;display:block}.play-icon-overlay{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.play-icon{opacity:.9;width:70px;height:70px;transition:transform .25s,opacity .25s}.video-item:hover .play-icon{opacity:1;transform:scale(1.1)}.video-title{color:#fff;background:linear-gradient(#0000,#000000b3);padding:.5rem .75rem;font-size:.9rem;position:absolute;bottom:0;left:0;right:0}.video-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.video-overlay-content{background:#111;border-radius:12px;width:100%;max-width:960px;padding:1rem 1.2rem 1.2rem;position:relative;box-shadow:0 12px 30px #00000080}.video-overlay-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.4rem;position:absolute;top:.4rem;right:.6rem}.video-overlay-title{color:#fff;margin:0 0 .6rem;font-size:1rem}.video-overlay-player{aspect-ratio:16/9;border-radius:8px;width:100%;position:relative;overflow:hidden}.video-overlay-player iframe,.video-overlay-player video{border:none;width:100%;height:100%;display:block}.inspiration{max-width:1200px;margin:2rem auto;padding:1rem}h2{text-align:left;color:#374151;margin:1.5rem 0 1rem;font-size:1.25rem}.tile-grid{flex-wrap:wrap;gap:1rem;display:flex}.tile{cursor:pointer;background-position:50%;background-size:cover;border-radius:1rem;flex:calc(25% - 1rem);height:220px;text-decoration:none;transition:transform .3s;position:relative;overflow:hidden}.tile:hover{transform:scale(1.03)}.tile-overlay{color:#fff;text-align:center;background:linear-gradient(#0000001a,#0000008c);justify-content:center;align-items:flex-end;padding:1rem;transition:background .3s;display:flex;position:absolute;inset:0}.tile:hover .tile-overlay{background:linear-gradient(#0003,#000000b3)}.tile-overlay h3{margin:0;font-size:1.1rem}.inspiration-block{margin-top:2rem}.inspiration-block h2{margin-bottom:1rem;font-size:1.3rem}@media (width<=767px){.inspiration{width:100%;min-width:auto;margin:1.5rem auto;padding:.5rem}.tile{flex:calc(50% - 1rem);height:200px}}@media (width>=768px){.inspiration{min-width:1024px;margin:2rem auto;padding:1rem}.tile{flex:calc(25% - 1rem);height:220px}}.wiki-page.wiki-standalone{text-align:left;align-self:flex-start;width:100%;min-width:1400px;margin:0 auto;padding:1.5rem 2rem 2rem}.wiki-container{align-items:flex-start;gap:6rem;display:flex}.wiki-left{flex:0 0 40%}.wiki-right{flex:0 0 54%;margin-top:3%}@media (width<=900px){.wiki-container{flex-direction:column}.wiki-left,.wiki-right{flex:1}}.wiki-todo-box{border-bottom:1px solid #ddd;margin-bottom:1.5rem;padding-bottom:1rem}.wiki-task-controls{margin-bottom:.5rem;font-size:.9rem}.wiki-task-list{margin:0 0 .8rem;padding:0;list-style:none}.wiki-task-item{text-align:left;align-items:center;gap:.5rem;margin-bottom:.3rem;display:flex}.wiki-task-item input{cursor:pointer}.wiki-task-item.done .wiki-task-text{opacity:.6;text-decoration:line-through}.wiki-task-text{flex:1}.wiki-task-tag{background:#eee;border-radius:999px;padding:.1rem .4rem;font-size:.75rem}.wiki-task-delete{cursor:pointer;background:0 0;border:none;padding:0 .2rem;font-size:.9rem}.wiki-todo-input-row{gap:.4rem;display:flex}.wiki-todo-input-row input{border:1px solid #ccc;border-radius:4px;flex:1;padding:.4rem .6rem}.wiki-todo-input-row select{border:1px solid #ccc;border-radius:4px;padding:.4rem .6rem}.wiki-todo-input-row button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:4px;padding:.4rem .7rem}.wiki-todo-input-row button:hover{opacity:.85}.wiki-link-list{margin:0 0 1.5rem;padding:0;list-style:none}.wiki-link-list li{margin-bottom:.3rem}.wiki-link-list button{cursor:pointer;text-align:left;color:#333;background:0 0;border:none;margin-left:4%;padding:0;font-size:.95rem}.wiki-link-list button:hover{text-decoration:underline}.wiki-detail-list{margin:.5rem 0 0;padding-left:1.2rem;list-style:outside}.footer{border-top:1px solid #00000080;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:16px 24px;font-size:14px;display:flex}.footer a{color:#444;margin:0 8px;-webkit-text-decoration:underline #0006;text-decoration:underline #0006;transition:color .2s,text-decoration-color .2s}.footer a:hover{color:#000;text-decoration-color:#000000e6}.footer-left,.footer-right{gap:12px;font-size:small;display:flex}@media (width<=600px){.footer{text-align:center;flex-direction:column;gap:8px}}@media (prefers-color-scheme:dark){.footer{border-top:1px solid #ffffff80}.footer a{color:#ccc;text-decoration-color:#fff6}.footer a:hover{color:#fff;text-decoration-color:#fff}}.footer-login-form{flex-direction:column;gap:.3rem;margin-top:.5rem;display:flex}.footer-login-form input{border:1px solid #ccc;border-radius:4px;padding:.3rem .5rem}.footer-login-form button{color:#fff;cursor:pointer;background:#333;border:none;border-radius:4px;padding:.3rem .6rem}.footer-login-form button:hover{background:#555}.error-text{color:#e63946;font-size:.8rem}.Favs{box-sizing:border-box;flex-direction:column;gap:2rem;max-width:1800px;margin:0 auto;padding:2rem 1.25rem 3rem;display:flex}.favs-info{opacity:.8;font-size:1rem}.favs-section{flex-direction:column;gap:.9rem;display:flex}.favs-title{margin:0;font-size:1.6rem;font-weight:700}.favs-row{scroll-behavior:smooth;grid-auto-columns:180px;grid-auto-flow:column;gap:1rem;padding-bottom:.5rem;display:grid;overflow:auto hidden}.favs-row::-webkit-scrollbar{height:10px}.favs-row::-webkit-scrollbar-thumb{background:#78787873;border-radius:999px}.favs-card{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.favs-image{aspect-ratio:2/3;object-fit:cover;border-radius:6px;width:100%;display:block}.favs-caption{font-size:.95rem;line-height:1.3}@media (width<=768px){.Favs{gap:1.5rem;padding:1.25rem 1rem 2rem}.favs-title{font-size:1.3rem}.favs-row{grid-auto-columns:140px;gap:.75rem}.favs-card{min-width:140px}.favs-caption{font-size:.88rem}}.favs-header{justify-content:space-between;align-items:center;display:flex}.favs-header .favs-link{cursor:pointer;color:inherit;background:0 0;border:1px solid;border-radius:6px;padding:.5rem .75rem;font-size:.9rem;text-decoration:none}.favs-header .favs-link:hover{background:#ffffff14}.ps-page{box-sizing:border-box;width:100%;padding-left:2%}.ps-section{margin-top:24px;margin-bottom:10px}.ps-title{margin:0 0 12px}.ps-info{max-width:70ch;margin:12px 0}.ps-grid{gap:32px;margin-top:24px;display:grid}.ps-grid--three,.ps-grid--highlights{grid-template-columns:repeat(3,minmax(0,1fr))}.ps-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.ps-grid--one{grid-template-columns:1fr}.ps-column{min-width:0}.ps-row{flex-wrap:wrap;gap:6px;padding-bottom:4px;display:flex}.ps-row--summary{gap:16px}.ps-card{flex-direction:row;gap:8px;width:220px;display:flex}.ps-card--wide{flex-direction:row;align-items:flex-start;gap:8px;width:420px;display:flex}.ps-button-card{cursor:pointer;text-align:left;background:#8080804d;border:none;border-radius:12px;padding:12px}.ps-button-card:hover{background:#80808066}.ps-image{object-fit:cover;border-radius:8%;width:96px;height:96px;margin:6% auto 0;display:block}.ps-image--fallback{background:#80808026;justify-content:center;align-items:center;font-size:32px;display:flex}.ps-caption{text-align:left;margin-top:4%}.ps-divider{background:#ffffff1f;width:100%;height:1px;margin-top:20px}.ps-stats-bar{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-top:12px;display:grid}.ps-stat-card{-webkit-backdrop-filter:blur(4px);border-radius:14px;align-items:center;gap:12px;padding:14px 16px;display:flex}.ps-stat-icon{flex-shrink:0;font-size:1.5rem;line-height:1}.ps-stat-content{flex-direction:column;min-width:0;display:flex}.ps-stat-value{font-size:1.15rem;font-weight:700;line-height:1.1}.ps-stat-label{opacity:.75;margin-top:2px;font-size:.82rem}.ps-detail-hero{flex-wrap:wrap;align-items:flex-start;gap:20px;display:flex}.ps-detail-cover{object-fit:cover;border-radius:12px;flex-shrink:0;width:180px;max-width:100%}.ps-detail-hero-content{flex:1;min-width:260px}.ps-hero-meta{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.ps-stats-bar--inline{flex-wrap:wrap;align-items:center;gap:12px;margin-top:0;display:flex}.ps-stats-bar--inline .ps-stat-card{padding:8px 12px}.ps-stats-bar--inline .ps-stat-value{font-size:.95rem}.ps-stats-bar--inline .ps-stat-label{font-size:.72rem}.ps-progress-summary{flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:16px;display:flex}.ps-progress-big{font-size:42px;font-weight:700;line-height:1}.ps-progress-meta{flex:1;min-width:240px}.ps-progress-bar{background:#ffffff1f;border-radius:999px;width:100%;height:14px;margin-bottom:10px;overflow:hidden}.ps-progress-bar-fill{background:linear-gradient(90deg,#1e90ff,#6a5acd);border-radius:999px;height:100%}.ps-highlight-icon{object-fit:cover;border-radius:10px;flex-shrink:0;width:52px;height:52px}.ps-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.ps-page-btn{color:#fff;cursor:pointer;background:#1f2937;border:none;border-radius:8px;padding:8px 14px;font-size:14px}.ps-page-btn:disabled{opacity:.5;cursor:not-allowed}.ps-page-info{font-size:14px;font-weight:600}.ps-overlay{z-index:1000;background:#000000b8;justify-content:center;align-items:flex-start;padding:32px 20px;display:flex;position:fixed;inset:0;overflow-y:auto}.ps-overlay-content{color:#111827;background:#fff;border-radius:16px;width:min(1000px,100%);max-height:calc(100vh - 64px);padding:24px;overflow-y:auto;box-shadow:0 20px 60px #00000073}.ps-overlay-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.ps-overlay-title{margin:0}.ps-overlay-close{color:#111827;cursor:pointer;background:#00000014;border:none;border-radius:10px;flex-shrink:0;width:40px;height:40px;font-size:18px;line-height:1}.ps-overlay-close:hover{background:#00000024}.ps-overlay .ps-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.ps-overlay .ps-card{width:100%;min-width:0}.ps-overlay .ps-caption{overflow-wrap:anywhere}@media (width<=1100px){.ps-grid--three,.ps-grid--two,.ps-grid--one{grid-template-columns:1fr}.ps-grid--highlights,.ps-stats-bar{grid-template-columns:repeat(3,minmax(0,1fr))}.ps-card--wide{width:100%}}@media (width<=800px){.ps-page{padding-left:0;padding-inline:16px}.ps-hero-meta{flex-direction:column;align-items:flex-start}.ps-stats-bar--inline{width:100%}.ps-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ps-row--summary{grid-template-columns:repeat(2,minmax(0,1fr))}.ps-card,.ps-card--wide{align-items:flex-start;width:100%;min-width:0}.ps-button-card{width:100%}.ps-row .ps-image{flex-shrink:0;margin:0}.ps-caption{margin-top:0;margin-left:0}.ps-grid--highlights,.ps-overlay .ps-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.ps-stats-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.ps-stat-card{padding:12px 14px}.ps-stat-value{font-size:1rem}.ps-image{width:84px;height:84px}.ps-overlay{padding:16px 12px}.ps-overlay-content{padding:16px}.ps-progress-big{font-size:34px}}@media (width<=520px){.ps-row,.ps-row--summary,.ps-grid--highlights,.ps-overlay .ps-row{grid-template-columns:1fr}}.pspspiele{max-width:1800px;margin:0 auto;padding:0 1rem}.pspspiele h1{padding-left:2%}.projekte{max-width:1600px;margin:2rem auto;padding:1rem}.projekte h1{margin-bottom:2rem}.projekte-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.projekt-card{border-radius:16px;width:100%;height:600px;text-decoration:none;display:block;position:relative;overflow:hidden}.projekt-card img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.projekt-card:hover img{transform:scale(1.05)}.projekt-overlay{background:#00000059;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.projekt-overlay span{color:#fff;letter-spacing:.08em;font-size:2.5rem;font-weight:700}.heuristic-card{cursor:pointer;background:#111;border:none;padding:0}.heuristic-card-content{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.heuristic-card-content span{letter-spacing:.08em;font-size:2.5rem;font-weight:700}.heuristic-modal{z-index:1000;background:#000000b8;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.heuristic-modal-content{color:#fff;background:#111;border-radius:18px;width:min(100%,980px);max-height:85vh;padding:2rem;position:relative;overflow-y:auto}.heuristic-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;position:absolute;top:1rem;right:1rem}.heuristics-header{margin-bottom:1.5rem;padding-right:3rem}.heuristics-header h2{margin:0;font-size:1.6rem}.heuristics-header p{opacity:.75;margin-top:.5rem}.heuristics-list{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.heuristics-col p{opacity:.85;margin:.5rem 0;line-height:1.5}.heuristics-col strong{margin-bottom:.1rem;display:block}.heuristics-list p{opacity:.85;padding-bottom:10px;line-height:1.5}.heuristics-list strong{opacity:1;margin-bottom:.15rem;display:block}.heuristics-source{opacity:.6;text-align:right;margin-top:1.5rem;font-size:.85rem}@media (width<=768px){.heuristics-list{grid-template-columns:1fr}.heuristic-modal{padding:1rem}.heuristic-modal-content{padding:1.5rem}}
