.collection-page{background-color:var(--paper);background-image:var(--fine-paper-texture);background-repeat:repeat;background-size:var(--fine-paper-texture-size);min-height:100vh}.collection-intro{border-bottom:1px solid var(--line);background:#f7f8f5;justify-content:space-between;align-items:end;max-width:1440px;margin:0 auto;padding:58px 44px 38px;display:flex}.collection-intro h1{font-family:var(--font-serif), serif;margin:10px 0 14px;font-size:52px;font-weight:500;line-height:1}.collection-intro>div:first-child>p:last-child{color:var(--muted);margin:0;font-size:12px}.collection-tally{flex-direction:column;align-items:end;gap:4px;display:flex}.collection-tally strong{font-family:var(--font-serif), serif;font-size:39px;font-weight:500;line-height:1}.collection-tally span{color:var(--muted);font-size:9px}.collection-shell{background:var(--white);max-width:1440px;min-height:calc(100vh - 254px);margin:0 auto;padding:0 44px 90px}.collection-tabs-row{border-bottom:1px solid var(--ink);justify-content:space-between;align-items:center;min-height:65px;display:flex}.collection-tabs{scrollbar-width:none;min-width:0;display:flex;overflow-x:auto}.collection-tabs::-webkit-scrollbar{display:none}.collection-tabs button{color:#77746d;cursor:pointer;background:0 0;flex:none;align-self:stretch;min-height:64px;padding:0 18px;font-size:12px;position:relative}.collection-tabs button:first-child{padding-left:0}.collection-tabs button:after{background:var(--tomato);content:"";height:3px;transition:transform .17s;position:absolute;bottom:-1px;left:18px;right:18px;transform:scaleX(0)}.collection-tabs button:first-child:after{left:0}.collection-tabs button:hover,.collection-tabs button:focus-visible,.collection-tabs button.is-active{color:var(--ink)}.collection-tabs button:focus-visible{box-shadow:none;outline:0}.collection-tabs button:focus-visible:after,.collection-tabs button.is-active:after{transform:scaleX(1)}.collection-space-tools{flex:none;gap:5px;margin-left:18px;display:flex}.collection-tabs-meta{flex:none;align-items:center;gap:12px;margin-left:auto;display:flex}.collection-tools-menu{position:relative}.collection-tools-popover{background:var(--white);border:1px solid var(--line);z-index:55;border-radius:6px;min-width:184px;padding:8px;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 12px 28px #2e1f1724}.collection-space-tools .collection-tools-popover>button{text-align:left;background:0 0;border:0;border-radius:4px;justify-content:flex-start;align-items:center;gap:10px;width:100%;height:42px;padding:0 12px;font-size:13px;display:flex}.collection-space-tools .collection-tools-popover>button:hover{background:var(--paper)}.collection-space-tools button,.collection-modal-close{border:1px solid var(--line);cursor:pointer;background:0 0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.collection-space-tools button:hover,.collection-modal-close:hover{border-color:var(--ink)}.collection-toolbar{border-bottom:1px solid #e4e2dc;justify-content:space-between;align-items:center;min-height:70px;display:flex}.collection-batch-summary{align-items:center;gap:18px;display:flex}.collection-batch-count{color:var(--muted);font-size:12px}.collection-text-action{cursor:pointer;background:0 0;align-items:center;gap:8px;padding:6px 0;font-size:13px;display:inline-flex}.collection-text-action.muted{color:var(--muted)}.collection-text-action.is-active{color:var(--tomato)}.collection-sort-label{color:#8b877f;font-size:12px}.collection-batch-actions{align-items:center;gap:8px;display:flex}.collection-batch-actions select,.collection-batch-actions button{background:var(--white);border:1px solid var(--line);cursor:pointer;border-radius:3px;height:38px;padding:0 12px;font-size:13px}.collection-batch-actions button{justify-content:center;align-items:center;display:inline-flex}.collection-batch-actions button:hover:not(:disabled){border-color:var(--ink)}.collection-batch-actions button:disabled{cursor:default;opacity:.45}.collection-batch-actions button.is-danger{color:#a23c31;width:38px;padding:0}.collection-batch-actions button.collection-batch-favorite{color:#c94235;gap:5px}.collection-batch-actions button.collection-batch-location{color:var(--ink);gap:7px;font-size:13px}.collection-batch-icon{display:none}.collection-error,.collection-loading{align-items:center;gap:7px;margin-top:16px;padding:10px 12px;font-size:10px;display:flex}.collection-error{color:#96392d;background:#f7e4df}.collection-loading{color:#4f6551;background:#edf1ec}.collection-months{padding-top:36px}.collection-month{contain-intrinsic-size:auto 540px;content-visibility:auto}.collection-month+.collection-month{margin-top:55px}.collection-month-heading{grid-template-columns:24px auto 1fr;align-items:center;gap:10px;margin-bottom:17px;display:grid}.collection-month-heading span{color:var(--tomato);font-family:var(--font-serif), serif;font-size:10px}.collection-month-heading h2{font-family:var(--font-serif), serif;margin:0;font-size:17px;font-weight:600}.collection-month-heading i{background:#dfddd7;height:1px}.collection-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:30px 18px;display:grid}.collection-photo{animation:.42s both reveal-up;animation-delay:var(--photo-delay);background:0 0;min-width:0;position:relative}.collection-photo-main{cursor:pointer;text-align:left;background:0 0;width:100%;min-width:0;padding:0;display:block}.collection-photo-image{aspect-ratio:3/4;background:#e8e9e5;display:block;position:relative;overflow:hidden}.collection-photo-image picture{contain:layout paint;width:100%;height:100%;display:block;position:relative;overflow:hidden}.collection-photo-image:after{border:0 solid var(--tomato);content:"";pointer-events:none;z-index:2;transition:border-width .13s;position:absolute;inset:0}.collection-photo img{object-fit:cover;pointer-events:none;transition:transform .25s}.collection-photo-main:hover img{transform:scale(1.018)}.collection-photo-main:focus-visible{box-shadow:none;outline:0}.collection-photo-main:focus-visible .collection-photo-image:after{border-bottom-color:var(--ink);border-bottom-width:3px}.collection-photo.is-selected .collection-photo-image:after{border-width:3px}.collection-photo-meta{justify-content:space-between;align-items:start;gap:8px;padding-top:9px;display:flex}.collection-photo-meta strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:600;overflow:hidden}.collection-photo-meta time{color:#918d85;font-family:var(--font-serif), serif;flex:none;font-size:9px}.collection-check{color:#fff;z-index:3;background:#ffffffeb;border:1px solid #fff;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:9px;left:9px}.collection-photo.is-selected .collection-check{background:var(--tomato)}.collection-favorite{color:#cf493a;cursor:pointer;z-index:4;background:#fffef9f0;border:1px solid #ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s,transform .15s;display:flex;position:absolute;bottom:31px;right:9px;box-shadow:0 3px 10px #17171424}.collection-favorite:hover:not(:disabled){background:#fff;transform:scale(1.08)}.collection-favorite.is-favorite{color:#fff;background:#cf493a}.collection-favorite:disabled{cursor:wait;opacity:.58}.collection-empty{text-align:center;flex-direction:column;align-items:center;min-height:390px;padding-top:90px;display:flex}.collection-empty>span{border:1px solid var(--line);color:#8f8b84;justify-content:center;align-items:center;width:48px;height:58px;margin-bottom:23px;display:flex;transform:rotate(-2deg)}.collection-empty h2{font-family:var(--font-serif), serif;margin:10px 0 20px;font-size:29px;font-weight:500}.collection-empty a{border-bottom:1px solid var(--ink);padding-bottom:4px;font-size:10px}@media (max-width:1100px){.collection-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:920px){.collection-intro,.collection-shell{padding-inline:26px}.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:680px){.collection-intro{padding:38px 16px 25px}.collection-intro h1{font-size:41px}.collection-intro>div:first-child>p:last-child{max-width:230px;font-size:10px}.collection-tally strong{font-size:31px}.collection-shell{padding:0 16px 70px}.collection-tabs-row{min-height:57px}.collection-tabs button{min-height:56px;padding-inline:13px}.collection-tabs button:after{left:13px;right:13px}.collection-space-tools{margin-left:8px}.collection-space-tools button{width:31px;height:31px}.collection-toolbar{flex-direction:column;align-items:start;gap:10px;padding:13px 0}.collection-batch-actions{flex-wrap:wrap}.collection-sort-label{align-self:end;margin-top:-24px}.collection-months{padding-top:28px}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 10px}.collection-month+.collection-month{margin-top:42px}.collection-photo-meta strong{max-width:110px}}@media (max-width:420px){.collection-intro>div:first-child>p:last-child{max-width:190px}}.desktop-collection-page .collection-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.desktop-collection-page .collection-intro{border-bottom:0;padding-block:31px 62px}.tablet-collection-page .collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-collection-page .collection-intro{background:0 0;border-bottom:0;align-items:center;padding:11px 12px 12px}.mobile-collection-page .collection-intro .eyebrow{font-size:10px}.mobile-collection-page .collection-intro h1{margin:3px 0 4px;font-size:30px}.mobile-collection-page .collection-intro>div:first-child>p:last-child{max-width:250px;font-size:12px;line-height:1.5}.mobile-collection-page .collection-tally{gap:3px;padding-bottom:0}.mobile-collection-page .collection-tally strong{font-size:30px}.mobile-collection-page .collection-tally span{font-size:10px}.mobile-collection-page .collection-shell{background:var(--paper);padding:0 8px calc(92px + env(safe-area-inset-bottom));border:0;border-radius:0;margin-inline:0}.mobile-collection-page .collection-tabs-row{background:var(--paper);z-index:30;border:0;border-bottom:1px solid #3f2f2438;border-radius:0;min-height:52px;margin:0;padding:0;position:sticky;top:58px}.mobile-collection-page .collection-tabs{flex:auto}.mobile-collection-page .collection-tabs button{min-height:50px;padding-inline:12px;font-size:12px}.mobile-collection-page .collection-tabs button:after{height:2px}.mobile-collection-page .collection-space-tools{gap:6px;margin-left:0}.mobile-collection-page .collection-space-tools button{background:var(--white);border-color:#7658412e;border-radius:5px;width:40px;height:40px}.mobile-collection-page .collection-toolbar{background:var(--white);border:1px solid var(--line);z-index:29;border-top:0;border-radius:0 0 6px 6px;flex-direction:column;align-items:stretch;gap:8px;min-height:58px;margin-top:0;padding:8px 12px 12px;position:sticky;top:110px;box-shadow:0 6px 14px #37251b17}.mobile-collection-page .collection-batch-summary{justify-content:space-between;width:100%}.mobile-collection-page .collection-text-action{min-height:40px;font-size:13px}.mobile-collection-page .collection-batch-count{font-size:12px}.mobile-collection-page .collection-sort-label{display:none}.mobile-collection-page .collection-tabs-meta{gap:6px;margin-left:4px}.mobile-collection-page .collection-space-tools .collection-tools-popover{background:var(--white);border-color:var(--line);border-radius:6px;gap:2px;width:184px;min-width:184px;padding:8px;display:grid;top:calc(100% + 8px);box-shadow:0 12px 28px #37251b29}.mobile-collection-page .collection-space-tools .collection-tools-popover>button{color:#4f4843;white-space:nowrap;background:0 0;border:0;border-radius:3px;justify-content:flex-start;gap:10px;width:100%;height:44px;min-height:44px;padding:0 12px;font-size:14px}.mobile-collection-page .collection-space-tools .collection-tools-popover>button:hover,.mobile-collection-page .collection-space-tools .collection-tools-popover>button:focus-visible{background:#f5e9e2;border:0;outline:0}.mobile-collection-page .collection-tools-menu>button[aria-expanded=true]{background:#f3e7df;border-color:#7658413d}.mobile-collection-page .collection-tools-menu>button:focus,.mobile-collection-page .collection-tools-menu>button:focus-visible{box-shadow:none;outline:0}.mobile-collection-page .collection-batch-actions{scrollbar-width:none;grid-template-columns:minmax(88px,1fr) minmax(96px,1fr) repeat(3,40px);gap:8px;width:100%;display:grid;overflow-x:auto}.mobile-collection-page .collection-batch-actions::-webkit-scrollbar{display:none}.mobile-collection-page .collection-batch-actions.has-current-space{grid-template-columns:88px 96px repeat(4,40px)}.mobile-collection-page .collection-batch-actions select,.mobile-collection-page .collection-batch-actions button{min-width:0;min-height:40px}.mobile-collection-page .collection-batch-actions select{width:100%;padding:0 8px}.mobile-collection-page .collection-batch-actions button.collection-batch-location{white-space:nowrap;padding:0 8px}.mobile-collection-page .collection-batch-actions button.collection-batch-icon-button,.mobile-collection-page .collection-batch-actions button.is-danger{width:40px;padding:0}.mobile-collection-page .collection-batch-actions .collection-batch-icon{display:block}.mobile-collection-page .collection-batch-actions .collection-batch-icon-button .collection-batch-label{display:none}.mobile-collection-page .collection-months{padding-top:12px}.mobile-collection-page .collection-month-heading{grid-template-columns:20px auto 1fr;gap:8px;margin-bottom:10px}.mobile-collection-page .collection-month-heading h2{font-size:17px}.mobile-collection-page .collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-collection-page .collection-photo{background:var(--white);border:1px solid #7658411f;border-radius:6px;padding:6px 6px 10px;box-shadow:0 3px 10px #5c39280b}.mobile-collection-page .collection-photo-image{box-shadow:none;border:0;border-radius:5px}.mobile-collection-page .collection-photo-main{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:pan-y}.mobile-collection-page .collection-photo-main *{-webkit-user-select:none;user-select:none}.mobile-collection-page .collection-photo-meta{align-items:center;padding:8px 2px 0}.mobile-collection-page .collection-photo-meta strong{max-width:none;font-size:13px}.mobile-collection-page .collection-photo-meta time{font-size:9px}.mobile-collection-page .collection-favorite{width:30px;height:30px;top:12px;bottom:auto;right:12px}.mobile-collection-page .collection-check{border-radius:3px;top:12px;left:12px}.mobile-collection-page .collection-empty{min-height:330px;padding:48px 12px 16px}.mobile-collection-page .collection-empty h2{margin:10px 0 18px;font-size:25px;line-height:1.3}.mobile-collection-page .collection-empty a{background:#f7d7cb;border:1px solid #d1715438;border-radius:5px;min-height:40px;padding:11px 18px;font-size:11px}.collection-intro{border-bottom-color:var(--line);background:0 0;max-width:1480px;padding:32px 44px 16px}.collection-intro h1{font-family:Songti SC,STSong,serif;font-size:48px;font-weight:700}.collection-tally strong{color:#df2e26;font-family:Georgia, var(--font-serif), serif}.collection-shell{border:1px solid var(--line);background-color:#f6f1ee;background-image:none;border-bottom:0;border-radius:16px 16px 0 0;max-width:1480px}.desktop-collection-page .collection-shell{margin-top:-30px}.desktop-collection-page .collection-toolbar{z-index:29;background:#f6f1ee;position:sticky;top:80px}.tablet-collection-page .collection-toolbar{z-index:29;background:#f6f1ee;position:sticky;top:112px}.collection-tabs-row{border-bottom-color:#3f2f2457}.collection-tabs button.is-active:after{background:var(--tomato)}.collection-space-tools button,.collection-batch-actions select,.collection-batch-actions button{background:#fffdf9a3;border-color:#76584138;border-radius:3px}.collection-month-heading h2,.collection-empty h2{font-family:Songti SC,STSong,serif;font-weight:700}.collection-photo-image{background:#eadcd3;border:2px solid #ffffffc7;border-radius:7px;box-shadow:0 5px 14px #623f2814}.collection-photo-image:after{border-radius:6px}.collection-photo-meta strong{font-family:Songti SC,STSong,serif;font-size:12px}.collection-empty>span{background:#f5e4da;border-color:#76584133;border-radius:5px}.collection-load-sentinel{color:var(--muted);justify-content:center;align-items:center;min-height:52px;padding:12px 0;font-size:11px;display:flex}.collection-load-sentinel>span{align-items:center;gap:8px;display:inline-flex}.collection-load-sentinel.has-error{color:#96392d}.collection-load-sentinel button{color:currentColor;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.collection-load-sentinel button:hover,.collection-load-sentinel button:focus-visible{background:#76584114;border-radius:50%}.collection-page .task-center-panel,.collection-page .account-popover{background-image:none}.collection-route-loading .collection-shell{margin-top:0}@media (min-width:1081px){.collection-route-loading .collection-intro{padding-block:31px 62px}.collection-route-loading .collection-shell{margin-top:-30px}}.collection-loading-tabs{align-self:stretch;display:flex}.collection-loading-tabs>span{color:#77746d;align-items:center;padding:0 18px;font-size:12px;display:flex;position:relative}.collection-loading-tabs>span:first-child{color:var(--ink);padding-left:0}.collection-loading-tabs>span:first-child:after{background:var(--tomato);content:"";height:3px;position:absolute;bottom:-1px;left:0;right:18px}.collection-loading-sort{color:#8b877f;font-size:12px}.collection-loading-line,.collection-loading-image{background:#e4d8d1;animation:1.25s ease-in-out infinite alternate collection-loading-pulse;display:block}.collection-loading-tally{min-width:66px}.collection-loading-tally .collection-loading-line:first-child{width:56px;height:38px}.collection-loading-tally .collection-loading-line:last-child{width:42px;height:9px}.collection-loading-month{width:88px;height:17px}.collection-loading-photo{animation:none}.collection-loading-image{aspect-ratio:3/4}.collection-loading-name{width:54%;height:12px}.collection-loading-date{width:31px;height:9px}.collection-loading-status{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes collection-loading-pulse{0%{opacity:.52}to{opacity:1}}@media (max-width:760px){.collection-route-loading .collection-intro{border-bottom:0;align-items:center;padding:11px 12px 12px}.collection-route-loading .collection-intro .eyebrow{font-size:10px}.collection-route-loading .collection-intro h1{margin:3px 0 4px;font-size:30px}.collection-route-loading .collection-intro>div:first-child>p:last-child{max-width:250px;font-size:12px;line-height:1.5}.collection-route-loading .collection-shell{background:var(--paper);padding:0 8px calc(92px + env(safe-area-inset-bottom));border:0;border-radius:0;margin:0}.collection-route-loading .collection-tabs-row{background:var(--paper);border-bottom:1px solid #3f2f2438;min-height:52px}.collection-loading-tabs>span{min-height:50px;padding-inline:12px;font-size:12px}.collection-loading-tabs>span:first-child{padding-left:0}.collection-loading-tabs>span:first-child:after{height:2px;right:12px}.collection-loading-sort{display:none}.collection-route-loading .collection-months{padding-top:12px}.collection-route-loading .collection-month-heading{grid-template-columns:20px auto 1fr;gap:8px;margin-bottom:10px}.collection-route-loading .collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.collection-loading-photo{background:var(--white);border:1px solid #7658411f;border-radius:6px;padding:6px 6px 10px}.collection-loading-photo .collection-photo-meta{padding:8px 2px 0}}@media (prefers-reduced-motion:reduce){.collection-loading-line,.collection-loading-image{animation:none}}.asset-quick-actions-backdrop{z-index:45;background:#121210b8;justify-content:center;align-items:end;display:flex;position:fixed;inset:0}.asset-quick-actions{color:var(--ink);-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;max-width:none;max-height:100dvh;padding:10px 14px calc(12px + env(safe-area-inset-bottom));background:#f6f1ee;border:0;border-radius:8px 8px 0 0;width:100%;margin:auto 0 0;position:relative}.asset-quick-actions *{-webkit-user-select:none;user-select:none}.asset-quick-actions-handle{background:#3f332b47;border-radius:3px;width:38px;height:4px;margin:0 auto 8px;display:block}.asset-quick-actions header{justify-content:space-between;align-items:center;min-height:38px;padding:0 2px 8px;display:flex}.asset-quick-actions header strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.asset-quick-actions header button{color:#716b65;background:0 0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.asset-quick-actions-list{border-top:1px solid #76584124;border-bottom:1px solid #76584124}.asset-quick-actions-list>a,.asset-quick-actions-list>button{color:var(--ink);background:0 0;align-items:center;gap:12px;width:100%;min-height:50px;padding:0 4px;font-size:13px;font-weight:650;text-decoration:none;display:flex}.asset-quick-actions-list>:not(:last-child){border-bottom:1px solid #7658411a}.asset-quick-actions-list>:first-child{color:#a6372c}.asset-quick-actions-cancel{background:var(--white);border:1px solid #76584124;width:100%;min-height:46px;margin-top:10px;font-size:13px;font-weight:700}
