.photos-modal-overlay{z-index:100;background:#14100dc7;justify-content:center;align-items:center;height:100dvh;padding:24px;display:flex;position:fixed;inset:0}@media (max-width:640px){.photos-modal-overlay{padding:10px}}.photos-modal{background:#fff;border-radius:18px;flex-direction:column;width:96vw;max-width:1500px;height:94vh;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 70px #14100d80}@media (max-width:640px){.photos-modal{border-radius:14px;width:100%;height:100%}}.photos-modal-head{flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 22px 6px;display:flex}.photos-modal-title{font-family:var(--font-geist-sans),Arial,sans-serif;text-transform:uppercase;color:var(--foreground);margin:0;font-size:20px;font-weight:700}.photos-modal-close{border:1px solid var(--border);background:var(--surface-alt);width:36px;height:36px;color:var(--foreground);cursor:pointer;border-radius:50%;place-items:center;transition:background .15s;display:grid}.photos-modal-close:hover{background:var(--border)}.photos-modal-tabs{z-index:1;border-bottom:1px solid var(--border);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;padding:14px 22px;display:flex;position:relative;box-shadow:0 6px 8px -6px #14100d2e}@media (max-width:640px){.photos-modal-tabs{flex-flow:column;align-items:stretch;gap:10px;padding:12px 14px}}.photos-modal-tab-row{scrollbar-width:none;align-items:center;gap:8px;display:flex;overflow-x:auto}.photos-modal-tab-row::-webkit-scrollbar{display:none}.photos-modal-actions{align-items:center;gap:8px;margin-left:auto;display:flex}@media (max-width:640px){.photos-modal-actions{flex-direction:column;gap:6px;margin-left:0}}.photos-modal-search{align-items:center;gap:8px;display:flex}@media (max-width:640px){.photos-modal-search{width:100%}}.photos-modal-search-field{border:1px solid var(--border);background:#fff;border-radius:999px;align-items:center;gap:8px;height:34px;padding:0 12px;transition:border-color .15s,box-shadow .15s;display:flex}.photos-modal-search-field:focus-within{border-color:var(--foreground);box-shadow:0 0 0 3px #1a1a1a1f}@media (max-width:640px){.photos-modal-search-field{flex:1}}.photos-modal-search-icon{color:var(--text-muted);flex-shrink:0}.photos-modal-search-input{width:150px;color:var(--foreground);background:0 0;border:none;outline:none;font-size:13px}.photos-modal-search-input::placeholder{color:var(--text-muted)}@media (max-width:640px){.photos-modal-search-input{width:100%}}.photos-modal-search-clear{background:var(--surface-alt);width:18px;height:18px;color:var(--text-muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;place-items:center;transition:color .15s,background .15s;display:grid}.photos-modal-search-clear:hover{color:var(--foreground);background:var(--border)}.photos-modal-search-btn{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;letter-spacing:.02em;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:84px;height:34px;padding:0 16px;font-size:13px;font-weight:700;transition:background .15s,opacity .15s;display:inline-flex}.photos-modal-search-btn:hover{background:var(--accent-hover,var(--accent));opacity:.92}.photos-modal-search-btn:disabled{cursor:default;opacity:.8}.photos-modal-search-spinner{animation:.7s linear infinite photos-modal-spin}@keyframes photos-modal-spin{to{transform:rotate(360deg)}}.photos-modal-add{border:1px solid var(--foreground);background:var(--foreground);height:34px;color:var(--background);cursor:pointer;letter-spacing:.02em;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:700;transition:opacity .15s;display:inline-flex}.photos-modal-add:hover{opacity:.9}@media (max-width:640px){.photos-modal-add{width:100%}}.photos-modal-tab{border:1px solid var(--border);height:34px;color:var(--text-muted);cursor:pointer;letter-spacing:.02em;background:#fff;border-radius:999px;flex-shrink:0;padding:0 16px;font-size:13px;font-weight:700;transition:background .15s,color .15s,border-color .15s}.photos-modal-tab:hover{background:var(--surface-alt)}.photos-modal-tab--active{background:var(--foreground);border-color:var(--foreground);color:var(--background)}.photos-modal-tab--active:hover{background:var(--foreground)}.photos-modal-empty{text-align:center;color:var(--text-muted);grid-column:1/-1;margin:0;padding:40px 0;font-size:14px}.photos-modal-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(max(150px,16.6667% - 10px),1fr));grid-auto-rows:170px;align-content:start;gap:12px;padding:18px 22px 24px;display:grid;overflow-y:auto}@media (max-width:640px){.photos-modal-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-auto-rows:150px;gap:8px;padding:14px}}.photos-modal-sentinel{grid-column:1/-1;height:1px}.photos-modal-loading{text-align:center;color:var(--text-muted);grid-column:1/-1;margin:0;padding:8px 0 4px;font-size:13px}.photos-modal-tile{background:var(--surface-alt);cursor:pointer;border:none;border-radius:12px;padding:0;position:relative;overflow:hidden}.photos-modal-tile .photos-modal-img{transition:transform .25s}.photos-modal-tile:hover .photos-modal-img{transform:scale(1.04)}.photos-modal-play{color:#1a1613;pointer-events:none;background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:auto;display:inline-flex;position:absolute;inset:0;box-shadow:0 2px 10px #0006}@media (max-width:640px){.photos-modal-play{width:32px;height:32px}}.photos-modal-img{object-fit:cover}.photos-modal-lightbox{z-index:5;background:#14100df5;align-items:stretch;display:flex;position:absolute;inset:0}@media (max-width:768px){.photos-modal-lightbox{flex-direction:column}}.photos-modal-lightbox-main{flex:1;min-width:0;min-height:0;padding:64px;position:relative}@media (max-width:768px){.photos-modal-lightbox-main{padding:56px 12px 12px}}.photos-modal-lightbox-stage{width:100%;height:100%;position:relative}.photos-modal-lightbox-img{object-fit:contain}.photos-modal-lightbox-video{object-fit:contain;background:#000;width:100%;height:100%;position:absolute;inset:0}.photos-modal-lightbox-close,.photos-modal-lightbox-nav{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#14100d80;border:1px solid #f7f3ee4d;border-radius:50%;place-items:center;transition:background .15s;display:grid;position:absolute}.photos-modal-lightbox-close:hover,.photos-modal-lightbox-nav:hover{background:#14100dd9}.photos-modal-lightbox-close{width:40px;height:40px;top:14px;left:16px}.photos-modal-lightbox-nav{width:44px;height:44px;top:50%;transform:translateY(-50%)}.photos-modal-lightbox-nav--prev{left:16px}.photos-modal-lightbox-nav--next{right:16px}.photos-modal-lightbox-panel{color:#2a221c;background:#f7f3eef7;flex:none;width:min(360px,34vw);padding:28px 28px 32px;overflow-y:auto}@media (max-width:768px){.photos-modal-lightbox-panel{flex:none;width:100%;max-height:38vh;padding:20px 16px 24px}}.photos-modal-lightbox-panel-title{margin:0;font-size:20px;font-weight:700;line-height:1.25}.photos-modal-lightbox-panel-count{color:#2a221c99;margin-top:8px;font-size:14px;display:block}.photos-modal-lightbox-panel-divider{border:0;border-top:1px solid #2a221c24;margin:18px 0}.photos-modal-lightbox-person{align-items:center;gap:10px;margin-bottom:14px;display:flex}.photos-modal-lightbox-avatar{color:#2a221cb3;background:#2a221c1a;border-radius:50%;flex:none;place-items:center;width:40px;height:40px;font-size:13px;font-weight:600;display:grid;position:relative;overflow:hidden}.photos-modal-lightbox-avatar img{object-fit:cover}.photos-modal-lightbox-person-meta{flex-direction:column;min-width:0;display:flex}.photos-modal-lightbox-person-name{color:#2a221c;font-size:14px;font-weight:600;text-decoration:none}.photos-modal-lightbox-person-name:hover{text-decoration:underline}.photos-modal-lightbox-person-sub{color:#2a221c8c;margin-top:2px;font-size:12.5px}.photos-modal-lightbox-comment{white-space:pre-wrap;margin:0;font-size:15px;line-height:1.5}
