*,*:before,*:after{box-sizing:border-box}:root{--app-bar-height: 56px;--sidebar-width: 240px;--safe-top: env(safe-area-inset-top, 0);--safe-bottom: env(safe-area-inset-bottom, 0)}html{height:100%;-webkit-tap-highlight-color:transparent}[hidden]{display:none!important}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#1a1a2e;color:#eee;height:100%;overflow:hidden}.app{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden}.app-bar{position:fixed;top:0;left:0;right:0;height:var(--app-bar-height);height:calc(var(--app-bar-height) + var(--safe-top));padding-top:var(--safe-top);background:#252540;display:flex;align-items:center;padding-left:.5rem;padding-right:1rem;z-index:100;box-shadow:0 2px 8px #0000004d}.app-bar-menu{width:48px;height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;color:#eee;padding:0}.app-bar-menu span{display:block;width:22px;height:2px;background:currentColor;border-radius:1px}.app.on-auth-screen .app-bar-menu{display:none}.app.on-auth-screen .app-bar-title{padding-right:0}.app-bar-title{margin:0;font-size:1.25rem;font-weight:600;flex:1;text-align:center;padding-right:48px}.storage-hint{font-size:.7rem;color:#8a8faa;margin-right:.5rem}.session-badge{font-size:.78rem;color:#cdd2ff;background:#4361ee2e;border:1px solid rgba(67,97,238,.4);border-radius:999px;padding:.25rem .55rem;margin-right:.5rem;white-space:nowrap}.sidebar{position:fixed;top:var(--app-bar-height);top:calc(var(--app-bar-height) + var(--safe-top));left:0;width:var(--sidebar-width);height:calc(100vh - var(--app-bar-height));height:calc(100dvh - var(--app-bar-height) - var(--safe-top));background:#252540;transform:translate(-100%);transition:transform .25s ease;z-index:90;display:flex;flex-direction:column;min-height:0}.sidebar.open{transform:translate(0)}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;pointer-events:none;transition:opacity .25s;z-index:85}.sidebar-backdrop.visible{opacity:1;pointer-events:auto}.sidebar-nav{display:flex;flex-direction:column;padding:.5rem;flex:1;min-height:0;overflow-y:auto}.sidebar-footer{display:flex;align-items:center;gap:.5rem;padding:.75rem .5rem;border-top:1px solid rgba(255,255,255,.08);flex-shrink:0}.sidebar-footer-profile{flex-shrink:0;background:transparent;border:none;color:#cdd2ff;cursor:pointer;border-radius:8px;transition:background .2s,color .2s}.sidebar-footer-profile:hover{background:#ffffff1a;color:#eee}.sidebar-footer-profile .btn-icon-symbol{font-size:1.25rem}.sidebar-footer-username{flex:1;font-size:.85rem;color:#cdd2ff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.sidebar-footer-logout{flex-shrink:0;padding:.4rem .75rem;font-size:.82rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:none;border:none;border-radius:8px;color:#ccc;cursor:pointer;font-size:1rem;text-align:left;width:100%;transition:background .2s,color .2s}.nav-item:hover{background:#3d3d5c;color:#eee}.nav-item.active{background:#4361ee;color:#fff}.nav-icon{font-size:1.25rem}.nav-btn-new-upload{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:none;border:none;border-radius:8px;color:#ccc;cursor:pointer;font-size:.95rem;text-align:left;width:100%;transition:background .2s,color .2s;min-width:0;margin-bottom:.25rem}.nav-btn-new-upload:hover{background:#3d3d5c;color:#eee}.uploads-section{margin-top:.5rem}.uploads-section-title{font-size:.75rem;font-weight:600;color:#8a8faa;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1rem .25rem}.uploads-list{display:flex;flex-direction:column;gap:.25rem}.upload-link-wrap{display:flex;align-items:center;gap:.25rem}.upload-link{flex:1;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;min-width:0}.upload-link-menu{flex-shrink:0;width:28px;height:28px;padding:0;border:none;border-radius:6px;background:transparent;color:#8a8faa;cursor:pointer;font-size:1.1rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.upload-link-menu:hover{background:#ffffff1a;color:#eee}.upload-popover{position:fixed;z-index:200;min-width:120px;padding:.25rem;background:#252540;border:1px solid #3d3d5c;border-radius:8px;box-shadow:0 8px 24px #0006}.upload-popover-option{display:block;width:100%;padding:.5rem .75rem;border:none;border-radius:6px;background:none;color:#ccc;font-size:.9rem;text-align:left;cursor:pointer;transition:background .2s,color .2s}.upload-popover-option:hover{background:#3d3d5c;color:#eee}.upload-popover-delete:hover{background:#ef444433;color:#ef4444}.upload-link-label{flex:1;min-width:0;outline:none;border-radius:4px;padding:.125rem .25rem;margin:-.125rem -.25rem}.upload-link-label:focus{background:#ffffff1a}.tags-section{margin-top:1rem}.tags-section-title{font-size:.75rem;font-weight:600;color:#8a8faa;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1rem .25rem}.tags-list{display:flex;flex-direction:column;gap:.25rem}.tag-link{padding:.5rem 1rem;justify-content:flex-start}.upload-tags-bar-hidden{display:none!important}.upload-tags-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem 0;margin-bottom:.5rem}.upload-tags-label{font-size:.85rem;color:#8a8faa}.upload-tags-chips{display:flex;flex-wrap:wrap;gap:.35rem}.tag-chip{display:inline-flex;align-items:center;gap:0;padding:0 0 0 .75rem;background:#4361ee33;border:1px solid rgba(67,97,238,.35);border-radius:9999px;font-size:.875rem;color:#e0e4ff;min-height:32px;max-width:100%}.tag-chip-label{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tag-chip-partial{opacity:.7;border-style:dashed}.tag-chip-remove{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin:0 2px 0 .25rem;background:none;border:none;border-radius:50%;color:inherit;cursor:pointer;padding:0;font-size:1.25rem;line-height:1;opacity:.85;-webkit-tap-highlight-color:transparent}.tag-chip-remove:hover,.tag-chip-remove:focus{opacity:1;background:#ffffff1a}.tag-chip-remove:active{background:#ffffff26}.upload-tag-input{min-width:100px;padding:.25rem .5rem;font-size:16px;background:#1a1a2e;border:1px solid #3d3d5c;border-radius:6px;color:#eee}.upload-tag-input::placeholder{color:#6b6f8a}.upload-tag-input:focus{outline:none;border-color:#4361ee}.screen-tag{flex-direction:column;overflow:auto}.tag-screen-title{margin:0 0 1rem;font-size:1.5rem;font-weight:600;color:#eee}.tag-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding-bottom:2rem}.tag-grid-card{border-radius:8px;overflow:hidden;background:#252540;box-shadow:0 4px 12px #0000004d}.tag-grid-card img{width:100%;height:auto;display:block;vertical-align:top}.main-content{flex:1;min-height:0;display:flex;flex-direction:column;height:100%;padding-top:calc(var(--app-bar-height) + var(--safe-top) + 1rem);padding-left:1rem;padding-right:1rem;padding-bottom:1rem;max-width:900px;margin:0 auto;width:100%;overflow:hidden;position:relative;z-index:0}.screen{display:none}.screen.active{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.screen-dashboard,.screen-empty{align-items:center;justify-content:center;overflow:auto;padding:1rem}.dashboard-card,.empty-card{width:min(760px,100%);background:#252540;border:1px solid #3d3d5c;border-radius:14px;padding:1.25rem;box-shadow:0 10px 28px #00000059}.dashboard-title{margin:0;font-size:1.45rem}.dashboard-subtitle{margin:.4rem 0 1rem;color:#aeb4d8}.dashboard-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.dashboard-stat{background:#4361ee1f;border:1px solid rgba(67,97,238,.28);border-radius:10px;padding:.75rem;text-align:center}.dashboard-stat-value{display:block;font-size:1.35rem;font-weight:700;color:#dce3ff}.dashboard-stat-label{font-size:.85rem;color:#aeb4d8}.dashboard-actions,.empty-actions{display:flex;gap:.6rem;flex-wrap:wrap}.dashboard-recent{margin-top:1rem}.dashboard-recent h3{margin:0 0 .5rem;font-size:1rem;color:#dce3ff}.dashboard-recent-list{display:flex;flex-direction:column;gap:.4rem}.dashboard-recent-item{width:100%;text-align:left}.dashboard-recent-empty{color:#aeb4d8;font-size:.92rem}.empty-card h2{margin:0 0 .4rem}.empty-card p{margin:0 0 1rem;color:#aeb4d8}@media (max-width: 640px){.dashboard-stats{grid-template-columns:1fr}}.screen-auth{width:100%;align-items:center;justify-content:center;overflow:auto}.auth-card{width:min(440px,100%);margin-left:auto;margin-right:auto;background:#252540;border:1px solid #3d3d5c;border-radius:12px;padding:1.25rem;box-shadow:0 10px 28px #00000059}.auth-card h2{margin:0 0 .4rem;font-size:1.5rem}.auth-subtitle{margin:0 0 1rem;color:#a8aec7;font-size:.95rem}.auth-switch{display:flex;gap:.5rem;margin-bottom:.9rem}.auth-switch-btn{flex:1;border:1px solid #3d3d5c;background:#1a1a2e;color:#b9bfd8;border-radius:8px;padding:.55rem .75rem;font-size:1rem;cursor:pointer}.auth-switch-btn.active{color:#fff;border-color:#4361ee;background:#4361ee33}.auth-form{display:grid;gap:.55rem}.auth-label{font-size:.95rem;color:#b9bfd8}.auth-input{font-size:16px;border:1px solid #3d3d5c;background:#1a1a2e;color:#f1f1f1;border-radius:8px;padding:.65rem .75rem;outline:none}.auth-input:focus{border-color:#4361ee;box-shadow:0 0 0 2px #4361ee40}.auth-submit{margin-top:.45rem}.auth-guest-btn{width:100%;margin-top:.8rem}.auth-card .btn{font-size:1rem}.auth-msg{margin:.75rem 0 0;font-size:.95rem;border-radius:8px;padding:.55rem .7rem;background:#4361ee26;color:#cfd8ff}.auth-msg.error{background:#dc354533;color:#f8a2aa}@media (max-width: 640px){.auth-card{padding:1.5rem 1.25rem;touch-action:manipulation}.auth-card h2{font-size:1.5rem}.auth-label{font-size:.95rem}.auth-input{min-height:44px}.auth-switch-btn,.auth-card .btn{min-height:44px;font-size:1rem}.auth-msg{font-size:.95rem}}@media (max-width: 640px){.upload-tags-label{font-size:.95rem}.tag-chip{min-height:44px;padding:0 0 0 1rem;font-size:.9375rem}.tag-chip-remove{width:44px;height:44px;margin:0 2px 0 .25rem;font-size:1.375rem}.upload-tag-input{min-height:44px;padding:.5rem .65rem}.result-actions .btn{min-height:44px;font-size:1rem;padding:.65rem 1rem}.guest-cta-text{font-size:.95rem}.guest-cta-btn{min-height:44px;font-size:1rem;padding:.55rem 1rem}.loading-msg{font-size:1rem}.btn-block{min-height:44px;font-size:1rem}}@media (max-width: 640px){.tag-screen-title{font-size:1.6rem;margin-bottom:1.25rem}.tag-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;padding-bottom:2rem}.tag-link{min-height:44px;padding:.6rem 1rem;font-size:1rem}}@media (max-width: 640px){.screen-profile{padding-bottom:2.5rem}.profile-card{padding:1.5rem 1.25rem;width:min(480px,100%);margin-left:auto;margin-right:auto}.profile-title{font-size:1.5rem;margin-bottom:1.25rem}.profile-label{font-size:.95rem}.profile-input{min-height:44px;padding:.65rem .75rem}.profile-section .btn,.profile-card .btn{min-height:44px;font-size:1rem;padding:.55rem .9rem}.profile-stat-value{font-size:1.35rem}.profile-stat-label{font-size:.85rem}.profile-msg{font-size:.95rem}.profile-sync-detail,.profile-sync-meta{font-size:.9rem}.profile-sync-pill{min-height:36px;padding:.35rem .6rem;font-size:.85rem}}@media (max-width: 640px){.screen-admin{align-items:center;padding:1rem .75rem 2.5rem}.admin-card{width:100%;max-width:min(960px,100%);margin-left:auto;margin-right:auto;padding:1.25rem 1rem}.admin-title{font-size:1.5rem;margin-bottom:1rem}.admin-error{font-size:.95rem;margin-bottom:.75rem}.admin-toolbar{gap:.5rem;margin-bottom:1rem}.admin-toolbar label{font-size:1rem;width:100%;margin-bottom:.25rem}.admin-toolbar .admin-select{flex:1;min-width:0;min-height:44px;padding:.5rem .65rem}.admin-toolbar .btn{min-height:44px;font-size:1rem;padding:.55rem .9rem}.admin-table-wrap{-webkit-overflow-scrolling:touch;max-height:50vh;margin-bottom:1rem}.admin-table{font-size:.9rem;min-width:320px}.admin-table th,.admin-table td{padding:.6rem .5rem;min-width:2.5rem}.admin-table .admin-cell-actions{padding:.4rem .5rem}.admin-table .admin-btn-cell{padding:.4rem .6rem;font-size:.9rem;min-height:44px;margin-right:.35rem;margin-bottom:.25rem}.admin-fk-icon{min-width:36px;min-height:36px;width:36px;height:36px;font-size:.8rem}.admin-fk-popover-select{font-size:16px;min-height:44px;padding:.5rem .65rem}.admin-edit{margin-top:1rem;padding-top:1rem}.admin-edit h3{font-size:1.1rem;margin-bottom:.75rem}.admin-form input{min-height:44px;padding:.5rem .65rem}.admin-form label{font-size:.95rem}.admin-form-actions{flex-wrap:wrap;gap:.5rem}.admin-form-actions .btn{min-height:44px;font-size:1rem;padding:.6rem 1rem;flex:1;min-width:120px}}@media (max-width: 640px){.add-menu-option{min-height:44px;padding:1rem 1.25rem;font-size:1.05rem}}@media (max-width: 640px){.guest-save-input{min-height:44px;padding:.5rem .65rem}.guest-save-password-modal .btn,.guest-save-password-modal .btn-sm{min-height:44px;font-size:1rem;padding:.6rem 1rem}}@media (max-width: 640px){.btn{min-height:44px;padding:.65rem 1.2rem;font-size:1rem}.btn-sm{min-height:44px;padding:.5rem .9rem;font-size:.95rem}}.guest-cta{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 1rem;background:#4361ee26;border:1px solid rgba(67,97,238,.35);border-radius:8px;margin-bottom:.75rem}.guest-cta-text{font-size:.9rem;color:#cfd8ff}.guest-cta-btn{flex-shrink:0;padding:.45rem .9rem;font-size:.88rem}.input-section{display:flex;flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1.5rem}.btn-block{width:100%;padding:1rem;font-size:1rem}.input-actions{display:flex;gap:.75rem;flex-wrap:wrap}.loading-msg{color:#888;font-size:.9rem;text-align:center}.preview-section{display:flex;flex-direction:row;flex:1;min-height:0;overflow:hidden;position:relative}.preview-single{flex:1;min-height:0;display:flex;flex-direction:column;background:#1a1a2e;overflow:hidden;position:relative}.preview-pagination{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.35rem .5rem;min-height:44px}.preview-pagination[hidden]{display:none!important}.page-dots-wrap{position:relative;display:flex;align-items:center;justify-content:center;min-width:0}.page-dots-wrap.has-more{mask-image:linear-gradient(to right,transparent 0%,black 12%,black 88%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 12%,black 88%,transparent 100%)}.page-dots-wrap.has-more:before,.page-dots-wrap.has-more:after{content:"";position:absolute;top:50%;margin-top:-3px;width:6px;height:6px;border-radius:50%;background:#ffffff80;animation:dot-more-pulse 1.5s ease-in-out infinite;pointer-events:none}.page-dots-wrap.has-more:before{left:2px}.page-dots-wrap.has-more:after{right:2px;animation-delay:.75s}@keyframes dot-more-pulse{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}.page-dots{display:flex;gap:.35rem;align-items:center;justify-content:center;padding:0 .15rem}.page-dot{width:8px;height:8px;min-width:8px;min-height:8px;border-radius:50%;background:#fff6;border:none;padding:0;cursor:pointer;transition:background .2s,transform .2s;-webkit-tap-highlight-color:transparent;flex-shrink:0}.page-dot:hover{background:#fff9}.page-dot.active{background:#fff;transform:scale(1.25)}.preview-tags-float{position:absolute;bottom:3.25rem;left:.5rem;right:.5rem;z-index:10;display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;align-items:flex-end;min-height:0;pointer-events:none;padding:0 .5rem}.preview-tags-float .preview-tags-chips{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;align-items:flex-end}.preview-tags-float .tag-chip-float{pointer-events:auto;font-size:max(1.0625rem,17px);font-weight:500;padding:.5rem .75rem;min-height:44px;display:inline-flex;align-items:center;gap:.25rem;background:#000000a6;color:#e8ebff;border-radius:9999px;border:1px solid rgba(255,255,255,.18);box-shadow:0 1px 3px #00000040;-webkit-tap-highlight-color:transparent}.preview-tags-float .tag-chip-float-remove{display:none}.preview-tags-float.edit-mode .tag-chip-float-remove{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;margin:0;background:transparent;border:none;border-radius:50%;color:inherit;font-size:1.25rem;line-height:1;cursor:pointer;opacity:.85}.preview-tags-float.edit-mode .tag-chip-float-remove:hover{opacity:1;background:#ffffff26}@media (min-width: 641px){.preview-tags-float .tag-chip-float{font-size:1rem;padding:.44rem .69rem;min-height:44px}}.preview-tags-float .preview-tag-input{display:none}.preview-tags-float.edit-mode .preview-tag-input{display:inline-block;pointer-events:auto;min-width:5rem;max-width:8rem;height:44px;padding:.35rem .75rem;font-size:max(1.0625rem,17px);font-weight:500;background:#000000a6;color:#e8ebff;border:1px solid rgba(255,255,255,.18);border-radius:9999px;box-shadow:0 1px 3px #00000040;-webkit-tap-highlight-color:transparent}.preview-tags-float.edit-mode .preview-tag-input::placeholder{color:#e8ebff99}.preview-tags-float.edit-mode .preview-tag-input:disabled{opacity:.5;cursor:not-allowed}.result-actions-vertical{position:absolute;top:.75rem;right:.75rem;z-index:17;display:flex;flex-direction:row;gap:.5rem;padding:0;justify-content:flex-end;align-items:center;background:transparent}.preview-views-wrap{position:relative;flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.preview-view{display:none;flex:1;min-height:0;padding:1rem;overflow:hidden;flex-direction:column}.preview-view:not([hidden]){display:flex}.preview-scroll-wrap{flex:1;min-height:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;display:flex;background:transparent;scrollbar-width:none;-ms-overflow-style:none}.preview-scroll-wrap::-webkit-scrollbar{display:none}.preview-scroll-track{display:flex;flex-direction:row;height:100%;min-width:min-content}.preview-scroll-slide{flex:0 0 auto;width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:normal;display:flex;align-items:center;justify-content:center;min-width:0;position:relative}.preview-scroll-slide .preview-wrapper{flex:1;min-height:0;display:flex;align-items:center;justify-content:center}.preview-scroll-slide canvas{max-width:100%;max-height:100%;width:auto;height:auto;display:block}.preview-scroll-slide-thumb{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;display:block}.preview-canvas-host{position:absolute;left:0;top:0;width:0;height:0;overflow:hidden;visibility:hidden;pointer-events:none}.preview-wrapper{flex:1;min-height:0;background:transparent;overflow:hidden;display:flex;justify-content:center;align-items:center}.original-preview-container{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-width:0;min-height:0}.original-preview-container canvas{max-width:100%;max-height:100%;width:auto;height:auto;display:block}.preview-view .preview-wrapper canvas{max-width:100%;max-height:100%;width:auto;height:auto;display:block}.corner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.corner-overlay.active{pointer-events:auto}.corner-marker{position:absolute;width:24px;height:24px;margin:-12px 0 0 -12px;background:#4361ee;border:2px solid white;border-radius:50%;cursor:grab;pointer-events:auto;box-shadow:0 2px 6px #0006;touch-action:none}.corner-marker:active{cursor:grabbing}.result-actions{flex-shrink:0}.preview-corner-nav{position:absolute;bottom:.75rem;z-index:16}.preview-corner-nav-left{left:.75rem}.preview-corner-nav-right{right:.75rem}.edit-top-actions{position:absolute;top:.75rem;left:50%;transform:translate(-50%);z-index:16;display:flex;gap:.5rem;align-items:center}.preview-title-overlay{position:absolute;top:.75rem;left:.75rem;z-index:14;max-width:60%;text-align:left;pointer-events:none}.preview-title-overlay.edit-mode{pointer-events:auto}.preview-title-overlay-title,.preview-title-overlay-subtitle{padding:.35rem .5rem;border-radius:6px;background:#0009;color:#fff;font-size:clamp(.9375rem,2.5vw + .75rem,1.125rem);line-height:1.35;margin-bottom:.25rem}.preview-title-overlay-subtitle:empty{display:none}.preview-title-overlay-title[contenteditable=true],.preview-title-overlay-subtitle[contenteditable=true]{outline:1px solid rgba(255,255,255,.4);cursor:text}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;padding:0;border-radius:8px}.btn-icon .btn-icon-symbol{font-size:1.25rem;line-height:1}.icon-sprite{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.btn-icon .icon{width:1.25rem;height:1.25rem;flex-shrink:0}#editSaveCornersBtn{position:absolute;top:.75rem;right:.75rem;z-index:16}.add-menu-icon{flex-shrink:0}.add-menu-icon use{stroke:currentColor}@media (min-width: 641px){body:not(.on-auth-screen){padding-left:var(--sidebar-width)}body.on-auth-screen .main-content{margin-left:auto;margin-right:auto}.sidebar{transform:translate(0)}.app-bar-menu{display:none}.app-bar-title{padding-right:0;text-align:left;padding-left:1rem}body:not(.on-auth-screen) .main-content{margin-left:0}}.camera-captures-label{font-size:.85rem;color:#aaa;margin-bottom:.5rem}.camera-carousel{display:flex;gap:.5rem;overflow-x:auto;padding:.25rem 0;min-height:80px;-webkit-overflow-scrolling:touch}.camera-carousel-item{flex-shrink:0;width:72px;height:72px;border-radius:8px;overflow:hidden;position:relative;cursor:pointer;border:2px solid transparent;background:#1a1a2e;touch-action:manipulation}.camera-carousel-item.selected{border-color:#4361ee}.camera-carousel-item img{width:100%;height:100%;object-fit:cover;display:block}.camera-carousel-item .delete-btn{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:#dc3545e6;color:#fff;border:none;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.camera-actions{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem}.btn-capture{width:56px;height:56px;border-radius:50%;background:#fff;border:4px solid #4361ee;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:transform .1s}.btn-capture:active{transform:scale(.95)}.capture-icon{width:44px;height:44px;border-radius:50%;background:#4361ee}.fullscreen-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f2;z-index:200;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;padding-top:calc(var(--app-bar-height) + var(--safe-top) + 1rem);padding-bottom:calc(var(--safe-bottom) + 4rem)}.fullscreen-overlay[hidden],.add-menu-overlay[hidden],.camera-overlay[hidden],.guest-cta[hidden],.guest-save-password-overlay[hidden]{display:none!important}.guest-save-password-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:300;display:flex;align-items:center;justify-content:center;padding:1rem}.guest-save-password-modal{background:#1a1a2e;border:1px solid #3d3d5c;border-radius:12px;padding:1.25rem;max-width:22rem;width:100%}.guest-save-password-modal h3{margin:0 0 .75rem;font-size:1.1rem;color:#eee}.guest-save-password-modal p{margin:0 0 1rem;font-size:.9rem;color:#b9bfd8;line-height:1.4}.guest-save-password-fields{display:grid;gap:.35rem 0;margin-bottom:.75rem}.guest-save-password-fields label{font-size:.8rem;color:#8a8fb5}.guest-save-row{display:flex;gap:.5rem;align-items:center}.guest-save-row .guest-save-input{flex:1;min-width:0}.guest-copy-icon-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid #3d3d5c;border-radius:6px;background:#252540;color:#b9bfd8;cursor:pointer}.guest-copy-icon-btn:hover{background:#2d2d4a;color:#eee;border-color:#5a5a7a}.guest-copy-icon{display:block}.guest-save-input{padding:.4rem .6rem;border-radius:6px;border:1px solid #3d3d5c;background:#252540;color:#eee;font-size:16px;width:100%}.guest-save-hint{margin-bottom:1rem!important;font-size:.8rem!important;color:#8a8fb5!important}.guest-save-password-modal .btn{width:100%}.add-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:180;display:flex;align-items:center;justify-content:center;padding:1rem}.add-menu{display:flex;flex-direction:column;gap:.5rem;background:#252540;border-radius:12px;padding:.5rem;min-width:220px;box-shadow:0 8px 32px #0006}.add-menu-option{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:none;border:none;border-radius:8px;color:#eee;font-size:1rem;cursor:pointer;text-align:left;width:100%;transition:background .2s;-webkit-tap-highlight-color:transparent}.add-menu-option:hover{background:#3d3d5c}.add-menu-icon{flex-shrink:0;width:24px;height:24px}.tags-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:180;display:flex;align-items:center;justify-content:center;padding:1rem}.tags-modal-overlay[hidden]{display:none}.tags-modal{background:#252540;border-radius:12px;padding:1.25rem;min-width:280px;max-width:95vw;max-height:80vh;display:flex;flex-direction:column;gap:1rem;box-shadow:0 8px 32px #0006}.tags-modal-title{margin:0;font-size:1.1rem;color:#eee}.tags-modal-chips-wrap{min-height:2rem;max-height:200px;overflow-y:auto}.tags-modal-chips{display:flex;flex-wrap:wrap;gap:.35rem}.tags-modal-chips .tag-chip{min-height:28px;padding:0 0 0 .5rem;font-size:.8125rem}.tags-modal-input{padding:.5rem .75rem;font-size:16px;background:#1a1a2e;border:1px solid #3d3d5c;border-radius:8px;color:#eee;width:100%;box-sizing:border-box}.tags-modal-input::placeholder{color:#6b6f8a}.tags-modal-input:focus{outline:none;border-color:#4361ee}.tags-modal-actions{display:flex;justify-content:flex-end}.camera-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:190;display:flex;flex-direction:column;padding-top:var(--safe-top);padding-bottom:var(--safe-bottom)}.camera-overlay-close{position:absolute;top:calc(var(--safe-top) + .5rem);right:1rem;width:44px;height:44px;border-radius:50%;background:#fff3;color:#fff;border:none;font-size:28px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;z-index:10}.camera-overlay-viewport{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;background:#000}.camera-overlay-viewport video{width:100%;height:100%;object-fit:cover;display:block}.camera-overlay-captures{flex-shrink:0;padding:.75rem 1rem;background:#252540}.camera-overlay-actions{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;padding-bottom:calc(1rem + var(--safe-bottom))}.fullscreen-close{position:absolute;top:calc(var(--safe-top) + .5rem);right:1rem;width:44px;height:44px;border-radius:50%;background:#fff3;color:#fff;border:none;font-size:28px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;z-index:10}.fullscreen-content{flex:1;display:flex;align-items:center;justify-content:center;width:100%;overflow:auto}.fullscreen-content img{max-width:100%;max-height:100%;object-fit:contain}.fullscreen-delete{position:absolute;bottom:calc(var(--safe-bottom) + 1rem);left:50%;transform:translate(-50%)}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333}.btn{padding:.6rem 1.2rem;font-size:.95rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:background .2s,opacity .2s;touch-action:manipulation}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#4361ee;color:#fff}.btn-primary:hover:not(:disabled){background:#3651d4}.btn-secondary{background:#3d3d5c;color:#ddd}.btn-secondary:hover:not(:disabled){background:#4d4d6d}.screen-library{position:relative}.content-toast{position:absolute;left:.75rem;right:.75rem;bottom:calc(var(--safe-bottom) + .75rem);z-index:120;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .75rem;background:#dc354533;color:#fda4af;border:1px solid rgba(248,113,113,.35);border-radius:10px;font-size:.9rem;box-shadow:0 8px 20px #00000040}.content-toast-close{border:none;background:#ffffff14;color:inherit;width:1.75rem;height:1.75rem;border-radius:6px;font-size:1.1rem;line-height:1;cursor:pointer;flex-shrink:0}.content-toast-close:hover{background:#ffffff29}.error-msg{position:fixed;bottom:calc(var(--safe-bottom) + 1rem);left:1rem;right:1rem;padding:.75rem 1rem;background:#dc354533;color:#f87171;border-radius:8px;font-size:.9rem;z-index:150}@media (min-width: 641px){.error-msg{bottom:1rem}}.spinner{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;border:3px solid #3d3d5c;border-top-color:#4361ee;border-radius:50%;animation:spin .8s linear infinite;z-index:150}.upload-progress-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#0a0a188c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:1rem}.upload-progress-modal{width:min(420px,calc(100vw - 2rem));background:#17172a;border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 12px 28px #00000059;padding:1rem 1.1rem;text-align:center}.upload-progress-modal h3{margin:.5rem 0 .3rem;font-size:1.02rem;color:#e6e9ff}.upload-progress-modal p{margin:0;color:#aeb5d6;font-size:.92rem}.upload-progress-spinner{width:30px;height:30px;margin:0 auto;border:3px solid rgba(255,255,255,.22);border-top-color:#22d3ee;border-radius:50%;animation:spinNoTranslate .8s linear infinite}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes spinNoTranslate{to{transform:rotate(360deg)}}.tag-suggestion-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.6rem .75rem;background:#10b9811f;border:1px solid rgba(16,185,129,.35);border-radius:8px;margin-bottom:.75rem}.tag-suggestion-label{font-size:.85rem;color:#a7f3d0;white-space:nowrap}.tag-suggestion-chips{display:flex;flex-wrap:wrap;gap:.35rem}.tag-suggestion-chip{display:inline-flex;align-items:center;padding:.2rem .55rem;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:6px;font-size:.85rem;color:#ccc;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.tag-suggestion-chip:hover{background:#10b98126;border-color:#10b98166}.tag-suggestion-chip.active{background:#10b98140;border-color:#10b981;color:#a7f3d0}.tag-suggestion-actions{display:flex;gap:.5rem;margin-left:auto}.tag-suggestion-apply{padding:.3rem .75rem;font-size:.85rem;background:#10b981;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .15s}.tag-suggestion-apply:hover{background:#059669}.tag-suggestion-dismiss{padding:.3rem .75rem;font-size:.85rem;background:transparent;color:#8a8faa;border:1px solid #3d3d5c;border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.tag-suggestion-dismiss:hover{background:#ffffff0d;color:#ccc}.screen-profile{align-items:center;overflow:auto;padding-bottom:2rem}.profile-card{width:min(480px,100%);background:#252540;border:1px solid #3d3d5c;border-radius:12px;padding:1.5rem;box-shadow:0 10px 28px #00000059}.profile-title{margin:0 0 1.25rem;font-size:1.35rem;font-weight:600}.profile-section{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #3d3d5c}.profile-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.profile-label{display:block;font-size:.86rem;color:#b9bfd8;margin-bottom:.4rem}.profile-sync-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.35rem}.profile-sync-pill{display:inline-flex;align-items:center;justify-content:center;min-width:82px;border-radius:999px;padding:.2rem .55rem;font-size:.76rem;font-weight:600;letter-spacing:.02em;background:#4361ee38;border:1px solid rgba(67,97,238,.42);color:#d6dcff}.profile-sync-pill.synced{background:#10b9812e;border-color:#10b98173;color:#a7f3d0}.profile-sync-pill.syncing{background:#3b82f633;border-color:#3b82f673;color:#bfdbfe}.profile-sync-pill.offline{background:#f59e0b33;border-color:#f59e0b73;color:#fcd34d}.profile-sync-pill.error{background:#dc354533;border-color:#dc354573;color:#f8a2aa}.profile-sync-pill.local{background:#6b728038;border-color:#6b728073;color:#d1d5db}.profile-sync-detail{font-size:.86rem;color:#cdd2e7}.profile-sync-meta{font-size:.78rem;color:#8a8faa}.profile-sync-toggle{margin-top:.7rem;display:inline-flex;align-items:center;gap:.45rem;font-size:.84rem;color:#cdd2e7}.profile-sync-toggle input{accent-color:#4361ee}.profile-sync-now{margin-top:.65rem}.profile-field-row{display:flex;gap:.5rem;align-items:center}.profile-input{flex:1;border:1px solid #3d3d5c;background:#1a1a2e;color:#f1f1f1;border-radius:8px;padding:.6rem .75rem;outline:none;font-size:16px;margin-bottom:.5rem}.profile-field-row .profile-input{margin-bottom:0}.profile-input:focus{border-color:#4361ee;box-shadow:0 0 0 2px #4361ee40}.btn-sm{padding:.45rem .85rem;font-size:.88rem}.profile-stats{display:flex;gap:1.5rem;margin-bottom:1rem}.profile-stat{display:flex;flex-direction:column;align-items:center}.profile-stat-value{font-size:1.5rem;font-weight:600;color:#eee;line-height:1.2}.profile-stat-label{font-size:.78rem;color:#8a8faa;margin-top:.15rem}.profile-breakdown{font-size:.78rem;color:#8a8faa;margin-bottom:.5rem}.profile-hint{font-size:.75rem;color:#6b6f8a;margin-bottom:.6rem;line-height:1.4}.profile-clear-btn{width:100%;margin-top:.4rem}.profile-clear-btn:first-of-type{margin-top:0}.profile-msg{margin:1rem 0 0;font-size:.88rem;border-radius:8px;padding:.55rem .7rem;background:#4361ee26;color:#cfd8ff}.profile-msg.error{background:#dc354533;color:#f8a2aa}.profile-msg.success{background:#10b98126;color:#a7f3d0}.session-badge[data-clickable]{cursor:pointer;transition:background .15s,border-color .15s}.session-badge[data-clickable]:hover{background:#4361ee4d;border-color:#4361ee99}.screen-admin{align-items:flex-start;overflow:auto;padding:1rem 1rem 2rem}.admin-card{width:min(960px,100%);background:#252540;border:1px solid #3d3d5c;border-radius:12px;padding:1.5rem;box-shadow:0 10px 28px #00000059}.admin-title{margin:0 0 1rem;font-size:1.35rem;font-weight:600}.admin-error{color:#f8a2aa;font-size:.9rem;margin-bottom:.75rem}.admin-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem}.admin-toolbar label{font-size:.9rem;color:#b9bfd8}.admin-select{padding:.4rem .6rem;border-radius:6px;border:1px solid #3d3d5c;background:#1a1a2e;color:#eee;font-size:16px;min-width:140px}.admin-table-wrap{overflow:auto;max-height:60vh;margin-bottom:1rem;border:1px solid #3d3d5c;border-radius:8px}.admin-table{width:100%;border-collapse:collapse;font-size:.82rem}.admin-table th,.admin-table td{padding:.5rem .65rem;text-align:left;border-bottom:1px solid #3d3d5c}.admin-table th{background:#1a1a2e;color:#b9bfd8;font-weight:600;position:sticky;top:0}.admin-table th.admin-th-with-fk .admin-th-inner{display:inline-flex;align-items:center;gap:.35rem}.admin-fk-icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0;border:1px solid #3d3d5c;border-radius:4px;background:#252540;color:#7c8ac2;font-size:.7rem;cursor:pointer;flex-shrink:0}.admin-fk-icon:hover{background:#2d2d4a;color:#9ca8e0;border-color:#5a5a7a}.admin-fk-popover{position:fixed;z-index:10000;min-width:12rem;padding:.5rem .75rem;background:#1a1a2e;border:1px solid #3d3d5c;border-radius:8px;box-shadow:0 4px 12px #0006}.admin-fk-popover-title{font-size:.75rem;color:#8a8fb5;margin-bottom:.5rem}.admin-fk-popover-select{width:100%;padding:.35rem .5rem;font-size:.85rem;background:#252540;border:1px solid #3d3d5c;border-radius:6px;color:#eee;cursor:pointer}.admin-table tr:hover td{background:#ffffff08}.admin-table .admin-cell-actions{white-space:nowrap}.admin-table .admin-btn-cell{padding:.2rem .4rem;font-size:.75rem;margin-right:.25rem}.admin-edit{margin-top:1rem;padding-top:1rem;border-top:1px solid #3d3d5c}.admin-edit h3{margin:0 0 .75rem;font-size:1rem}.admin-form{display:grid;gap:.5rem;margin-bottom:.75rem}.admin-form label{display:block;font-size:.85rem;color:#b9bfd8}.admin-form input{padding:.4rem .6rem;border-radius:6px;border:1px solid #3d3d5c;background:#1a1a2e;color:#eee;font-size:16px;width:100%}.admin-form-actions{display:flex;gap:.5rem}.admin-nav-wrap{margin-top:auto;padding-top:.5rem;border-top:1px solid #3d3d5c}
