:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top right,rgba(76,182,233,.26),transparent 30%),radial-gradient(circle at top left,rgba(178,231,248,.24),transparent 26%),linear-gradient(180deg,#f4fbff,#e7f4fb);color:#14384f}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:transparent}button,a{font:inherit}.gallery-page{padding:16px}.gallery-hero{background:linear-gradient(135deg,#fffffff0,#ebf8fdeb);border:1px solid rgba(111,189,226,.25);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:28px;padding:20px 22px;box-shadow:0 16px 36px #5395bc26;display:flex;align-items:end;justify-content:space-between;gap:20px}.gallery-hero__nav-toggle{border:0;border-radius:999px;padding:14px 18px;background:#cce8f5f2;color:#1b4a64;cursor:pointer;display:inline-flex}.gallery-hero__eyebrow,.gallery-shell__eyebrow,.selection-panel__eyebrow,.lightbox__eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.7rem;color:#6a8798}.gallery-hero h1{margin:6px 0;font-size:clamp(1.45rem,2.4vw,1.8rem);line-height:1.12}.gallery-hero p:last-child{max-width:54ch;color:#4a748d;margin:0}.gallery-shell{display:grid;gap:24px;grid-template-columns:minmax(0,1fr) minmax(200px,248px);margin-top:24px}.gallery-shell__sidebar,.gallery-shell__content,.selection-panel{background:#ffffffeb;border:1px solid rgba(125,186,218,.2);border-radius:24px;box-shadow:0 16px 38px #5a95b621;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.gallery-shell__sidebar{padding:14px;align-self:start;position:sticky;top:24px}.gallery-shell__content{padding:18px}.gallery-shell__toolbar{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.gallery-shell__toolbar h2{margin:6px 0 0}.gallery-shell__state,.gallery-shell__error{padding:16px;border-radius:18px;background:#e7f5fbf0;color:#3d6279}.gallery-shell__load-more{margin-top:18px;border:0;border-radius:999px;padding:14px 18px;background:linear-gradient(135deg,#79c7ea,#b7e4f7);color:#0f445f;cursor:pointer}.gallery-shell__error{color:#9a3b44;background:#ffeaece6}.category-tree__list,.category-tree__sublist{list-style:none;padding:0;margin:0}.category-tree__item+.category-tree__item{margin-top:12px}.category-tree__row{display:flex;align-items:stretch;gap:8px}.category-tree__sublist{margin-top:10px;padding-left:12px;border-left:1px solid rgba(171,195,210,.35)}.category-tree__toggle{flex:0 0 36px;border:0;border-radius:14px;background:#d6edf7f5;color:#1c4a63;cursor:pointer}.category-tree__button{width:100%;border:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;background:linear-gradient(135deg,#e6f4faf5,#f1fafef5);color:#1f4a62;cursor:pointer;transition:transform .12s ease,background .12s ease,box-shadow .12s ease}.gallery-shell--sidebar-hidden{grid-template-columns:minmax(0,1fr)}.category-tree__button:hover,.category-tree__button--active{background:linear-gradient(135deg,#8dd2f2fa,#cfeffafa);box-shadow:0 10px 24px #5fa1c52e;transform:translateY(-1px)}.category-tree__button small{color:#6a8798}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px}.gallery-tile{overflow:hidden;border-radius:22px;background:#fffffffa;border:1px solid rgba(132,191,222,.2);box-shadow:0 12px 24px #5d99bc1f;position:relative}.gallery-tile__mark-layer{position:absolute;top:12px;right:12px;z-index:2}.gallery-tile__media{display:block;width:100%;aspect-ratio:3 / 2;border:0;padding:0;background:linear-gradient(180deg,#d9eef8,#ecf8fd);cursor:pointer}.gallery-tile__media img{width:100%;height:100%;object-fit:cover}.gallery-tile__meta{display:flex;align-items:center;gap:10px;padding:10px 12px 12px}.gallery-tile__meta h3{margin:0;font-size:.88rem;font-weight:500;color:#3c657c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mark-toggle,.image-actions__button,.selection-panel button,.lightbox__close{border:0;border-radius:999px;padding:12px 16px;background:#d6edf7f5;color:#1c4a63;text-decoration:none;cursor:pointer}.mark-toggle{width:25px;height:25px;min-width:25px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid rgba(255,255,255,.9);background:#152e3d3d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mark-toggle__dot{width:10px;height:10px;border-radius:999px;display:inline-block}.mark-toggle--active{background:linear-gradient(135deg,#4daee0,#78c8ea)!important;color:#fff;border-color:transparent}.mark-toggle--active .mark-toggle__dot{border-color:#fffffff5;background:#fffffff5}.selection-panel__primary{background:linear-gradient(135deg,#4daee0,#78c8ea);color:#fff}@media (max-width: 960px){.gallery-shell{grid-template-columns:1fr}.gallery-hero__nav-toggle{display:inline-flex}.gallery-shell__sidebar{position:static;display:none}.gallery-shell__sidebar--open{display:block}}@media (max-width: 640px){.gallery-page{padding:14px}.gallery-hero,.gallery-shell__sidebar,.gallery-shell__content,.selection-panel{border-radius:22px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gallery-hero{flex-direction:column;align-items:start}.gallery-shell__toolbar{align-items:start;flex-direction:column}}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:#152632ad;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:24px}.lightbox__surface{width:min(1180px,100%);max-height:100%;overflow:auto;background:#f7fbfdf5;border-radius:30px;padding:24px;box-shadow:0 26px 64px #11212b42}.lightbox__close{margin-left:auto;display:block;width:44px;height:44px;min-width:44px;padding:0;font-size:1.9rem;line-height:1}.lightbox__body{display:grid;gap:20px;grid-template-columns:1.5fr minmax(260px,340px);margin-top:16px}.lightbox__image{width:100%;min-height:420px;max-height:72vh;object-fit:contain;background:linear-gradient(180deg,#eef4f7,#dde8ee);border-radius:24px}.lightbox__aside{display:flex;flex-direction:column;gap:16px}.lightbox__actions-row{display:flex;align-items:center;gap:10px}.lightbox__mark-action{display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:999px;border:1px solid rgba(117,181,215,.28);background:#e3f1f8f5;color:#1c4a63}.lightbox__mark-action--active{background:linear-gradient(135deg,#4daee033,#78c8ea4d);border-color:#4daee099;color:#0f5a80}.lightbox__aside h2{margin:8px 0}.image-actions{display:flex;gap:10px}.image-actions__button,.lightbox__actions-row .mark-toggle{width:42px;height:42px;min-width:42px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(117,181,215,.28);background:#e3f1f8f5;color:#1c4a63}.image-actions__icon{font-size:1.25rem;line-height:1}.lightbox__actions-row .mark-toggle{border-color:#75b5d757}.lightbox__actions-row .mark-toggle .mark-toggle__dot{width:16px;height:16px;border-color:currentColor}@media (max-width: 840px){.lightbox{padding:12px}.lightbox__surface{padding:18px;border-radius:22px}.lightbox__body{grid-template-columns:1fr}.lightbox__image{min-height:260px}}.selection-panel{position:fixed;right:24px;bottom:24px;z-index:18;display:flex;align-items:center;gap:18px;padding:14px 16px;min-width:min(420px,calc(100vw - 48px))}.selection-panel__actions{display:flex;gap:10px;margin-left:auto}.selection-panel--active{box-shadow:0 24px 50px #6890a733}@media (max-width: 640px){.selection-panel{left:12px;right:12px;bottom:12px;min-width:0;flex-direction:column;align-items:stretch}.selection-panel__actions{margin-left:0}}
