@font-face{font-family:FiraGO;src:url(/assets/FiraGO-Regular-DGt1dp3j.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:FiraGO;src:url(/assets/FiraGO-Medium-CUEaR_6E.ttf) format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:FiraGO;src:url(/assets/FiraGO-Bold-DBCwiYT9.ttf) format("truetype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:FiraGO;src:url(/assets/FiraGO-Heavy-BKIyV1bj.ttf) format("truetype");font-style:normal;font-weight:800;font-display:swap}:root{--font-ui: "FiraGO", "Noto Sans Georgian", "Inter", "Segoe UI", sans-serif;--font-brand: var(--font-ui);--font-filter: var(--font-ui);--font-chip: var(--font-ui)}*{box-sizing:border-box;margin:0;padding:0}img,svg{-webkit-user-drag:none;pointer-events:auto}canvas{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none}#viewport,.viewport,.stage__viewport{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Noto Sans Georgian;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}.app{min-height:100dvh;display:grid;grid-template-rows:auto 1fr;background:linear-gradient(to bottom,#e5fff6,#8ee2cd)}.topbar{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;min-height:66px}.brand{display:flex;z-index:10;color:#1a8678;font-family:var(--font-brand);font-size:2rem;font-weight:800;text-align:center;line-height:1.15;gap:.25rem;padding:0 .5rem;flex:1 1 auto;min-width:0}.brand__text{font-family:var(--font-brand);margin:0;font-weight:800;letter-spacing:.01em;overflow-wrap:anywhere}.search-wrapper{display:none;align-items:center;position:relative;justify-content:flex-end;padding:0;flex:1}.header-buttons{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto}.lang-btn{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .5rem;border:none;border-radius:8px;background:#ffffffe6;backdrop-filter:blur(8px);cursor:pointer;font-size:1.6rem;font-family:var(--font-brand);font-weight:700;color:#475569;transition:all .2s ease;flex-shrink:0;min-width:40px;height:40px;box-shadow:0 2px 8px #66af9726;text-align:center;line-height:1}.lang-btn:hover{background:#66af97;color:#fff;box-shadow:0 4px 12px #66af9740}.lang-btn:focus{outline:none}.lang-btn:active{background:#5a9b85;color:#fff;box-shadow:0 2px 8px #66af9726}.burger-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:8px;background:#ffffffe6;backdrop-filter:blur(8px);cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #66af9726;z-index:10}.burger-btn:hover{background:#fff;transform:scale(1.05)}.burger-btn__icon{width:26px;height:26px;color:#66af97;transition:all .3s ease}.burger-btn[aria-expanded=true] .burger-btn__icon{display:none}.burger-btn[aria-expanded=true]:before,.burger-btn[aria-expanded=true]:after{content:"";position:absolute;width:16px;height:2px;background:#66af97;border-radius:2px}.burger-btn[aria-expanded=true]:before{transform:rotate(45deg)}.burger-btn[aria-expanded=true]:after{transform:rotate(-45deg)}.groups-nav{position:absolute;bottom:10px;left:0;right:0;height:80px;display:flex;align-items:center;gap:1rem;z-index:500;pointer-events:none;padding:0 0 0 20px}.app--panel-open .groups-nav{padding-left:444px}.groups-filter{flex:0 0 auto;pointer-events:auto;display:flex;align-items:center;z-index:1;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.groups-scroll{flex:1 1 auto;min-width:0;height:100%;display:flex;align-items:center;pointer-events:auto;overflow:hidden;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.groups-container{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:1rem;overflow-x:auto;overflow-y:visible;scrollbar-width:none;pointer-events:auto;padding:.5rem .2rem .5rem .5rem;touch-action:pan-x;scroll-behavior:smooth;overscroll-behavior-x:contain;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;position:relative;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 15px,black calc(100% - 15px),transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 15px,black calc(100% - 15px),transparent 100%)}.groups-container button:last-child{margin-right:0}.groups-container::-webkit-scrollbar{display:none}.category-chip,.filter-chip,.clear-all-chip{flex-shrink:0;padding:.3rem .7rem .3rem .45rem;border:1px solid rgba(203,213,225,.8);border-radius:999px;backdrop-filter:blur(8px);font-size:1.2rem;font-family:var(--font-chip);font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s;box-shadow:0 2px 6px #0000000f;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none}.category-chip{display:inline-flex;align-items:center;gap:.3rem;background:#ffffffe6;color:#475569;text-align:center}@keyframes slideInCategory{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.category-chip:hover{background:#f8fafcfa;border-style:solid;transform:scale(1.01);box-shadow:0 4px 12px #0000001a}.category-chip[aria-pressed=true]{background:#487932f2;backdrop-filter:blur(10px);border-color:#487932;color:#fff;border-style:solid;box-shadow:none}.category-chip:focus-visible{outline:3px solid #3b82f6;outline-offset:2px;box-shadow:0 4px 12px #3b82f64d}.category-chip__icon{display:inline-flex;align-items:center;justify-content:center;margin-right:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.category-chip__icon img{width:1.9em;height:1.9em;object-fit:contain;-webkit-user-drag:none;user-select:none;pointer-events:none;-webkit-touch-callout:none}.filter-chip{display:inline-flex;align-items:center;gap:.1rem;letter-spacing:.01em;background:#fbfbfb;color:#475569;position:relative;margin-left:0}.filter-chip:hover{background:#f8fafcfa;border-style:solid;transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.filter-chip:focus-visible{outline:3px solid #3b82f6;outline-offset:2px;box-shadow:0 4px 12px #3b82f64d}.filter-chip__badge{position:absolute;top:-6px;right:-6px;display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;background:#487932;color:#fff;border-radius:999px;font-family:var(--font-chip);font-size:.85rem;font-weight:500;line-height:1;text-align:center;box-shadow:0 10px 20px #8ab50c59;pointer-events:none}.clear-all-chip{border-color:#ef444480;background:#fee2e2e6;color:#dc2626;padding:.7rem}.clear-all-chip:hover{background:#fee2e2fa;border-color:#ef4444;transform:scale(1.05);box-shadow:0 4px 12px #dc262633}.clear-all-chip:focus-visible{outline:3px solid #ef4444;outline-offset:2px;box-shadow:0 4px 12px #dc26264d}.clear-all-chip:active{transform:scale(.98)}.stage{position:relative;margin:0 1rem 1rem;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0a32461f;isolation:isolate}.stage:fullscreen{margin:0;border-radius:0}.stage:-webkit-full-screen{margin:0;border-radius:0}.stage:-moz-full-screen{margin:0;border-radius:0}.stage__viewport{position:absolute;inset:0;overflow:hidden;border-radius:inherit}#viewport{width:100%;height:100%;position:relative}#viewport .viewport-panel{width:100%;height:100%;display:flex;flex-direction:column;background:transparent}#viewport .viewport-panel .view-toolbar{display:none}#viewport .viewport-panel .viewport{flex:1;min-height:0}#viewport .viewport-panel .xformkit-viewport{width:100%;height:100%;position:relative}.fullscreen-btn{position:absolute;right:16px;top:16px;z-index:500;width:48px;height:48px;padding:0;border:none;border-radius:12px;background:#fffffff2;backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000001a;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:#475569;transition:all .2s;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none}.fullscreen-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.fullscreen-btn:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}.fullscreen-btn__icon{width:28px;height:28px;display:block}.fullscreen-btn__icon--collapse,.fullscreen-btn.is-fullscreen .fullscreen-btn__icon--expand{display:none}.fullscreen-btn.is-fullscreen .fullscreen-btn__icon--collapse{display:block}.search-panel{width:min(760px,100%);position:relative;font-family:var(--font-ui)}.search-panel__input-container{position:relative;width:100%;display:flex;align-items:center}.search-panel__input-container .search-icon{position:absolute;right:18px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:33px;height:33px;color:#66af97;pointer-events:none;z-index:2}.search-panel__input{width:100%;padding:.4rem 1.7rem .7rem;border:1.5px solid rgba(255,255,255,.75);border-radius:999px;font-size:1.6rem;font-weight:600;font-family:var(--font-ui);letter-spacing:.01em;outline:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;background:#fff;box-shadow:0 24px 40px #0435312e;color:#66af97}.search-panel__input:focus{border-color:#1fa79299;box-shadow:0 20px 38px #0f766e47;transform:translateY(-1px)}.search-panel__input::placeholder{color:#66af97;font-weight:500;font-family:var(--font-ui)}.search-panel__clear-btn{position:absolute;right:50px;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#0fa4a114;border:1px solid rgba(15,164,161,.2);color:#66af97;cursor:pointer;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;backdrop-filter:blur(8px);box-shadow:0 12px 22px #0f766e29;z-index:2}.search-panel__clear-btn:hover{background:#0fa4a129;box-shadow:0 14px 26px #0f766e33;transform:translateY(-2px)}.search-panel__results{position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:400px;overflow-y:auto;background:#e8f5f0;border-radius:16px;box-shadow:0 8px 24px #66af9740;z-index:1100;border:none}.search-panel__result-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid rgba(102,175,151,.15);transition:background .15s;display:flex;flex-direction:column;gap:4px}.search-panel__result-item:hover{background:#d4ebe3}.search-panel__result-item--selected{background:#c7e6da}.search-panel__result-type{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;border-radius:4px;font-size:11px;font-weight:600;color:#fff;flex-shrink:0}.search-panel__result-name{font-weight:500;color:#2d5f4f;font-size:14px;line-height:1.4}.search-panel__result-name mark{background:#b8e0d2;padding:1px 2px;border-radius:3px;color:#1a4434}.search-panel__result-desc{font-size:13px;color:#5a8e7b;line-height:1.3;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-panel__result-desc mark{background:#b8e0d2;padding:1px 2px;border-radius:3px;color:#1a4434}.search-panel__no-results{padding:24px;text-align:center;color:#64748b;font-size:14px}.shared-drawer{position:absolute;top:0;left:-420px;width:420px;max-width:100%;height:100%;background:#fff;box-shadow:4px 0 20px #00000026;z-index:2000;transition:left .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden;border-radius:inherit;font-family:var(--font-ui)}.shared-drawer--visible{left:0}.stage:fullscreen .shared-drawer,.stage:-webkit-full-screen .shared-drawer,.stage:-moz-full-screen .shared-drawer{border-radius:0}.shared-drawer__header{padding:16px 20px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;gap:16px;user-select:none;-webkit-user-select:none}.shared-drawer__header-title{flex:1;min-width:0;overflow:hidden;display:flex;align-items:center}.shared-drawer__header-title h2{font-size:20px;font-weight:700;color:#1e293b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.filter-mode-title{font-family:var(--font-filter);font-size:20px;font-weight:700;color:#1e293b;margin:0}.shared-drawer__close-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center}.shared-drawer__close-btn:hover{background:#f1f5f9;color:#1e293b}.shared-drawer__close-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.shared-drawer__content{flex:1;overflow-y:auto;padding:20px}.shared-drawer__title{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.shared-drawer__title h2{font-size:24px;font-weight:700;color:#1e293b;line-height:1.3}.shared-drawer__type-badge{display:inline-block;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;width:fit-content}.shared-drawer__images{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin-bottom:20px}.shared-drawer__image-item{position:relative;padding-top:75%;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .2s}.shared-drawer__image-item:hover{transform:scale(1.05)}.shared-drawer__image-item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.shared-drawer__long-text{font-size:15px;line-height:1.7;color:#334155;margin-bottom:20px;white-space:pre-wrap}.route-info,.project-info{background:#f8fafc;padding:16px;border-radius:8px;margin-bottom:20px}.info-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e2e8f0}.info-item:last-child{border-bottom:none}.info-label{font-weight:500;color:#64748b;font-size:14px}.info-value{font-weight:600;color:#1e293b;font-size:14px}.shared-drawer__categories{margin-bottom:20px;display:flex;flex-wrap:wrap;gap:8px}.shared-drawer__categories h3{font-size:14px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.category-chips{display:flex;flex-wrap:wrap;gap:8px}.shared-drawer__category-chip{display:inline-flex;align-items:center;gap:.3rem;background:#e2e8f0;padding:6px 14px 6px 9px;border-radius:20px;font-size:15px;font-weight:600;color:#0f172a}.shared-drawer__category-icon{display:inline-flex;align-items:center;justify-content:center;font-size:1em;width:1.9em;height:1.9em;flex-shrink:0}.shared-drawer__category-icon img{width:100%;height:100%;object-fit:contain}.shared-drawer__external-link{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-size:14px;font-weight:500;transition:all .2s}.shared-drawer__external-link:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.image-lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s}.lightbox-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000e6}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;z-index:1}.lightbox-content img{max-width:100%;max-height:90vh;display:block;border-radius:8px;box-shadow:0 8px 32px #00000080}.lightbox-close{position:absolute;top:-40px;right:0;background:#ffffff1a;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center}.lightbox-close:hover{background:#fff3}.filter-mode-content{display:flex;flex-direction:column;height:100%;font-family:var(--font-filter);font-weight:400}.filter-mode-header{margin-bottom:20px}.filter-mode-title{font-family:var(--font-filter);font-size:24px;font-weight:700;color:#1e293b;margin:0}.filter-groups{flex:1;overflow-y:auto}.filter-group{margin-bottom:16px}.filter-group-header{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#f8fafc;border-radius:8px;transition:background .2s}.filter-group-header:hover{background:#f1f5f9}.filter-group-icon{font-size:20px;flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.filter-group-icon img{width:100%;height:100%;object-fit:contain}.filter-group-name{flex:1;font-family:var(--font-filter);font-weight:600;font-size:15px;color:#1e293b}.filter-group-categories{padding:8px 0 0 46px;display:flex;flex-direction:column;gap:6px}.filter-category-item{display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer;border-radius:6px;transition:background .2s;user-select:none}.filter-category-item:hover{background:#f8fafc}.filter-category-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.filter-category-checkbox:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;border-radius:3px}.filter-category-name{font-family:var(--font-filter);font-size:14px;color:#334155;font-weight:500;user-select:none}.filter-actions{margin-top:0;padding-top:0;border-top:1px solid transparent;max-height:0;opacity:0;transform:translateY(8px);overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s ease,margin .3s ease,padding .3s ease,border-color .3s ease,transform .3s ease}.filter-actions--visible{margin-top:16px;padding-top:16px;border-top-color:#e2e8f0;max-height:160px;opacity:1;transform:translateY(0)}.filter-clear-all-btn{width:100%;padding:12px 16px;background:#ef4444;color:#fff;border:none;border-radius:8px;font-family:var(--font-filter);font-size:14px;font-weight:600;cursor:pointer;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .25s ease,transform .25s ease,background .2s,color .2s,box-shadow .2s}.filter-actions--visible .filter-clear-all-btn{opacity:1;transform:translateY(0);pointer-events:auto}.filter-clear-all-btn:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef444466}.filter-clear-all-btn:focus-visible{outline:3px solid #b91c1c;outline-offset:2px}.filter-clear-all-btn:active{transform:translateY(0)}@media(max-width:550px){.topbar{padding:.5rem;gap:.75rem}.brand{transition:opacity .2s ease;align-items:flex-start;text-align:left;font-size:1rem;gap:.15rem;max-width:100%;padding:0}.brand__text{line-height:1.25}.search-wrapper{display:none;flex:0}.header-buttons{margin-left:auto}.lang-btn{display:inline-flex;padding:.45rem .5rem;min-width:40px;font-size:1.3rem;height:40px}.burger-btn,.topbar.mobile-menu-open .brand,.topbar.mobile-menu-open .lang-btn{display:none}.topbar.mobile-menu-open .search-wrapper{display:flex;flex:1}.topbar.mobile-menu-open .search-panel{width:100%;max-width:none}.topbar.mobile-menu-open{gap:.5rem}.groups-nav{top:-4px;left:0;right:0;height:72px;padding:0 0 0 12px}.groups-container{gap:.8rem}.groups-container button:last-child{margin-right:0}.app--panel-open .groups-nav{padding-left:12px}.category-chip__icon img{width:1.6em;height:1.6em}.category-chip,.filter-chip,.clear-all-chip{padding:.45rem .7rem .45rem .5rem;font-size:.9rem;min-height:40px}.clear-all-chip{padding:.7rem}.category-chip__icon{font-size:1.1em}.filter-chip__badge{top:-4px;right:-4px;min-width:20px;height:20px;font-size:.75rem}.stage{margin:0;border-radius:0}.fullscreen-btn{width:40px;height:40px;right:10px;bottom:10px;top:auto}.fullscreen-btn__icon{width:24px;height:24px}.search-panel{width:100%;max-width:none}.search-panel__input{padding:.6rem 3rem .6rem 1rem;font-size:1rem}.search-panel__input-container .search-icon{right:14px;width:22px;height:22px}.search-panel__clear-btn{right:38px;width:32px;height:32px}.search-panel__results{max-height:60vh}.shared-drawer{position:fixed;inset:auto 0 0;width:100%;max-width:100%;height:45%;max-height:45%;border-radius:20px 20px 0 0;box-shadow:0 -4px 20px #00000026;transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translateY(100%)}.shared-drawer--visible{transform:translateY(0)}.shared-drawer__title h2{font-size:18px}.shared-drawer__images{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media(min-width:551px)and (max-width:768px){.topbar{padding:.65rem 1rem;gap:.75rem}.brand{font-size:1.4rem}.burger-btn,.mobile-nav{display:none}.search-wrapper{display:none;padding:0}.search-panel{width:100%;max-width:500px;left:0;right:0}.search-panel__input{padding:.75rem 3rem .75rem 1.25rem;font-size:1rem}.search-panel__input-container .search-icon{right:14px;width:26px;height:26px}.search-panel__clear-btn{right:40px;width:36px;height:36px}.lang-btn{padding:.45rem .5rem;font-size:1.6rem;min-width:40px;height:40px}.groups-nav{top:12px;left:0;right:0;height:76px;padding:0 0 0 16px}.groups-container{gap:.9rem}.groups-container button:last-child{margin-right:0}.app--panel-open .groups-nav{padding-left:16px}.category-chip__icon img{width:1.7em;height:1.7em}.category-chip,.filter-chip,.clear-all-chip{padding:.4rem .75rem .4rem .5rem;font-size:1rem;min-height:38px}.clear-all-chip{padding:.75rem}.category-chip__icon{font-size:1.15em}.filter-chip__badge{top:-5px;right:-5px;min-width:21px;height:21px;font-size:.8rem}.stage{margin:0 .75rem .75rem;border-radius:14px}.fullscreen-btn{width:44px;height:44px;right:14px;bottom:14px;top:auto}.fullscreen-btn__icon{width:28px;height:28px}}@media(min-width:769px)and (max-width:1024px){.topbar{padding:.75rem 1.25rem;gap:1rem}.brand{font-size:1.6rem}.burger-btn,.mobile-nav{display:none}.search-wrapper{display:none;padding:0 1.25rem}.search-panel{width:100%;max-width:600px}.search-panel__input{padding:.8rem 3.2rem .8rem 1.5rem;font-size:1.05rem}.lang-btn{padding:.45rem .5rem;font-size:1.6rem;min-width:40px;height:40px}.groups-nav{top:14px;left:0;right:0;padding:0 0 0 18px}.groups-container button:last-child{margin-right:0}.category-chip__icon img{width:1.8em;height:1.8em}.category-chip,.filter-chip,.clear-all-chip{padding:.35rem .9rem .4rem .5rem;font-size:1.1rem;min-height:36px}.clear-all-chip{padding:.9rem}.category-chip__icon{font-size:1.2em}.filter-chip__badge{top:-6px;right:-6px;min-width:22px;height:22px;font-size:.82rem}.stage{margin:0 .85rem .85rem}.fullscreen-btn{width:46px;height:46px;bottom:16px;top:auto}}@media(max-width:768px){.search-panel{width:auto;max-width:none}.shared-drawer{--mobile-drawer-height: 45%;--drawer-height-transition: .5s;position:fixed;inset:auto 0 0;width:100%;max-width:100%;height:var(--mobile-drawer-height);max-height:var(--mobile-drawer-height);border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #0003;transition:transform .28s cubic-bezier(.4,0,.2,1),height var(--drawer-height-transition) cubic-bezier(.4,0,.2,1),max-height var(--drawer-height-transition) cubic-bezier(.4,0,.2,1);transform:translateY(100%);touch-action:none}.shared-drawer--expanded{--mobile-drawer-height: 90%}.shared-drawer--expanding{--drawer-height-transition: .5s}.shared-drawer--collapsing{--drawer-height-transition: .65s}.shared-drawer--closing{transform:translateY(100%)!important;transition:transform .5s cubic-bezier(.4,0,.2,1)!important}.shared-drawer__header:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#cbd5e1;border-radius:2px;cursor:grab;touch-action:none}.shared-drawer__header:before:active{cursor:grabbing}.shared-drawer--visible{transform:translateY(0)}.app--panel-mobile-offset .stage__viewport{margin-left:0;margin-top:-30%;transition:margin-top .35s cubic-bezier(.4,0,.2,1)}.shared-drawer__title h2{font-size:20px}.shared-drawer__images{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.search-panel__results::-webkit-scrollbar{width:8px}.search-panel__results::-webkit-scrollbar-track{background:#f1f5f9}.search-panel__results::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.search-panel__results::-webkit-scrollbar-thumb:hover{background:#94a3b8}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.search-panel__clear-btn svg{width:18px;height:18px}
