:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#2d2d3a;background:#fff5f6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-tap-highlight-color:transparent;touch-action:manipulation;font-size:16px}body{min-width:320px;min-height:100vh;margin:0}#root{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;font-size:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb:hover{background:#e8b4b899}::selection{background:#e8b4b84d}@media screen and (width<=768px){input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=url],input[type=search],textarea,select{font-size:16px!important}}:root{--rose:#e8b4b8;--rose-dark:#d49ea3;--rose-light:#fce8ea;--rose-bg:#fff5f6;--white:#fff;--black:#1a1a2e;--gray-900:#2d2d3a;--gray-600:#6b6b7a;--gray-400:#9a9aab;--gray-200:#e8e8ee;--red:#e86b6b;--green:#4caf7d;--shadow-sm:0 1px 3px #2d2d3a0f;--shadow:0 2px 8px #2d2d3a14;--shadow-lg:0 8px 24px #2d2d3a1f;--safe-t:env(safe-area-inset-top,0px);--safe-b:env(safe-area-inset-bottom,0px);--header-h:52px;--nav-h:56px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;touch-action:manipulation;overscroll-behavior:none;font-size:16px}body{background:var(--rose-bg);color:var(--gray-900);-webkit-user-select:none;user-select:none;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.4;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}.app{background:var(--rose-bg);flex-direction:column;min-height:100vh;display:flex}.app.loading{justify-content:center;align-items:center}.page-transition{flex-direction:column;flex:1;animation-duration:.3s;animation-timing-function:cubic-bezier(.4,0,.2,1);animation-fill-mode:both;display:flex}.page-transition.slide-in-right{animation-name:slideR}.page-transition.slide-in-left{animation-name:slideL}@keyframes slideR{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes slideL{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}.main-content{padding-bottom:calc(var(--nav-h) + var(--safe-b));flex-direction:column;flex:1;display:flex}.page{padding-top:var(--header-h);flex-direction:column;flex:1;display:flex}.welcome-page{text-align:center;background:linear-gradient(#fff5f6 0%,#fce8ea 50%,#f8dcdf 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px 20px;display:flex;position:relative;overflow:hidden}.welcome-bg{pointer-events:none;background:radial-gradient(at 50% 0,#e8b4b84d 0%,#0000 60%),radial-gradient(at 20% 80%,#e8b4b826 0%,#0000 40%);position:absolute;inset:0}.welcome-success{z-index:1;animation:.5s ease-out welcomeIn;position:relative}@keyframes welcomeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.welcome-checkmark{background:linear-gradient(135deg, var(--rose), var(--rose-dark));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;animation:.4s cubic-bezier(.34,1.56,.64,1) .2s both checkPop;display:flex;box-shadow:0 8px 24px #e8b4b866}@keyframes checkPop{0%{transform:scale(0)}to{transform:scale(1)}}.welcome-success h2{color:var(--gray-900);margin-bottom:4px;font-size:20px;font-weight:600}.welcome-success-name{color:var(--rose-dark);font-size:24px;font-weight:700}.welcome-content{z-index:1;width:100%;max-width:340px;animation:.6s ease-out fadeUp;position:relative}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.welcome-icon-row{justify-content:center;gap:12px;margin-bottom:20px;display:flex}.welcome-heart{opacity:.7;font-size:28px;animation:2s ease-in-out infinite heartFloat}.welcome-heart-2{opacity:.5;font-size:22px;animation-delay:.3s}.welcome-heart-3{opacity:.4;font-size:18px;animation-delay:.6s}@keyframes heartFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.welcome-page h1{color:var(--gray-900);letter-spacing:-.03em;margin-bottom:10px;font-size:30px;font-weight:800;line-height:1.15}.welcome-subtitle{color:var(--gray-600);margin-bottom:36px;font-size:15px;line-height:1.4}.welcome-form{flex-direction:column;gap:12px;display:flex}.welcome-input-wrap{position:relative}.welcome-input{background:var(--white);width:100%;color:var(--gray-900);text-align:center;border:2px solid #d4a5a933;border-radius:14px;outline:none;padding:16px 20px;font-size:17px;transition:border-color .2s,box-shadow .2s}.welcome-input:focus{border-color:var(--rose);box-shadow:0 0 0 4px #e8b4b833}.welcome-input::placeholder{color:var(--gray-400)}.welcome-error{color:var(--red);text-align:center;font-size:13px}.welcome-btn{background:linear-gradient(135deg, var(--rose), var(--rose-dark));color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:16px 32px;font-size:17px;font-weight:700;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 16px #e8b4b859}.welcome-btn:active{transform:scale(.97);box-shadow:0 2px 8px #e8b4b840}.welcome-hint{color:var(--gray-400);margin-top:24px;font-size:13px}.offline-banner{padding:10px 16px;padding-top:calc(10px + var(--safe-t));color:#856404;z-index:200;background:#fef3cd;align-items:center;gap:8px;font-size:13px;font-weight:500;animation:.25s ease-out slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.gallery-header{height:var(--header-h);padding-top:var(--safe-t);-webkit-backdrop-filter:blur(20px);z-index:100;background:#ffffffeb;border-bottom:1px solid #d4a5a91f;justify-content:space-between;align-items:center;padding-left:16px;padding-right:12px;display:flex;position:fixed;top:0;left:0;right:0}.gallery-title{color:var(--gray-900);letter-spacing:-.02em;font-size:18px;font-weight:700;line-height:1.2}.gallery-header-left{flex-direction:column;gap:2px;display:flex}.gallery-stats{color:var(--gray-400);font-size:11px;font-weight:500}.gallery-add-btn{background:var(--rose-light);width:40px;height:40px;color:var(--rose-dark);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:flex}.gallery-add-btn:active{background:var(--rose);color:#fff;transform:scale(.92)}.gallery-tabs{top:var(--header-h);z-index:90;background:var(--rose-bg);border-bottom:1px solid #d4a5a914;gap:8px;padding:10px 16px;display:flex;position:sticky}.gallery-tab{color:var(--gray-600);cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.gallery-tab.active{background:var(--white);color:var(--rose-dark);box-shadow:var(--shadow-sm)}.gallery-badge{min-width:20px;height:20px;color:var(--rose-dark);background:#e8b4b826;border-radius:10px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}.gallery-tab.active .gallery-badge{background:var(--rose);color:#fff}.gallery-sort-btn{width:36px;height:36px;color:var(--gray-400);cursor:pointer;background:0 0;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;transition:all .2s;display:flex}.gallery-sort-btn.active{background:var(--rose-light);color:var(--rose-dark)}.gallery-grid{padding:10px;padding-bottom:calc(80px + var(--safe-b));grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.photo-card{background:var(--white);cursor:pointer;text-align:left;box-shadow:var(--shadow-sm);border:none;border-radius:14px;flex-direction:column;transition:transform .15s,box-shadow .15s;display:flex;overflow:hidden}.photo-card:active{transform:scale(.97)}.photo-img-wrap{aspect-ratio:1;background:var(--rose-light);position:relative;overflow:hidden}.photo-img-wrap img{object-fit:cover;width:100%;height:100%}.photo-edited{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:22px;height:22px;color:var(--rose-dark);background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;font-size:11px;display:flex;position:absolute;top:6px;right:6px;box-shadow:0 1px 4px #00000014}.photo-meta{justify-content:space-between;align-items:center;gap:4px;padding:8px 10px;display:flex}.photo-name{color:var(--gray-900);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.photo-time{color:var(--gray-400);flex-shrink:0;font-size:11px}.gallery-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex}.gallery-empty-icon{background:var(--rose-light);width:72px;height:72px;color:var(--rose-dark);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.gallery-empty h3{color:var(--gray-900);margin-bottom:6px;font-size:18px;font-weight:700}.gallery-empty p{color:var(--gray-600);max-width:260px;margin-bottom:24px;font-size:14px}.gallery-error{top:calc(60px + var(--safe-t));z-index:250;-webkit-backdrop-filter:blur(16px);color:#fff;text-align:center;cursor:pointer;background:#2d2d3aeb;border-radius:12px;padding:12px 16px;font-size:14px;font-weight:500;animation:.3s ease-out toastIn;position:fixed;left:16px;right:16px;box-shadow:0 4px 20px #0003}@keyframes toastIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.gallery-error:active{opacity:.7}.gallery-loading{flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.viewer-overlay{z-index:300;background:#000000f2;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.viewer-x{top:calc(12px + var(--safe-t));z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex;position:absolute;right:12px}.viewer-x:active{background:#ffffff26}.viewer-arrow{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fffc;cursor:pointer;background:#ffffff0f;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.viewer-arrow:active{background:#ffffff1f}.viewer-arrow-left{left:8px}.viewer-arrow-right{right:8px}.viewer-img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;max-width:100vw;max-height:80vh}.viewer-footer{padding:16px;padding-bottom:calc(16px + var(--safe-b));background:linear-gradient(#0000 0%,#0009 100%);justify-content:space-between;align-items:center;display:flex;position:absolute;bottom:0;left:0;right:0}.viewer-footer-left{flex-direction:column;gap:2px;display:flex}.viewer-name{color:#fff;font-size:15px;font-weight:600}.viewer-ago{color:#fff9;font-size:12px}.viewer-footer-right{align-items:center;gap:12px;display:flex}.viewer-count{color:#ffffff80;font-variant-numeric:tabular-nums;font-size:13px}.viewer-trash{width:40px;height:40px;color:var(--red);cursor:pointer;background:#e86b6b26;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:flex}.viewer-trash:active{background:#e86b6b4d;transform:scale(.9)}.viewer-trash.loading,.viewer-trash:disabled{opacity:.4}.viewer-img.zoomed{cursor:zoom-out;width:auto;max-width:none;height:auto;max-height:none}.viewer-share{top:calc(12px + var(--safe-t));z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex;position:absolute;left:12px}.viewer-share:active{background:#ffffff26}.gallery-pending-banner{background:#e86b6b14;border:1px solid #e86b6b33;border-radius:12px;margin:8px 16px 0;padding:10px 14px;animation:.3s fadeIn}.pending-banner-row{color:var(--gray-700);justify-content:space-between;align-items:center;gap:8px;font-size:13px;line-height:1.4;display:flex}.pending-retry-btn{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;padding:7px 14px;font-size:13px;font-weight:600;transition:transform .15s,opacity .15s}.pending-retry-btn:active{opacity:.8;transform:scale(.95)}.confirm-overlay{z-index:400;-webkit-backdrop-filter:blur(8px);background:#00000080;justify-content:center;align-items:center;padding:24px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.confirm-dialog{background:var(--white);text-align:center;border-radius:20px;width:100%;max-width:280px;padding:28px 24px 20px;animation:.25s ease-out toastIn}.confirm-dialog .confirm-icon{width:48px;height:48px;color:var(--red);background:#e86b6b1a;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 12px;display:flex}.confirm-dialog h3{color:var(--gray-900);margin-bottom:4px;font-size:17px;font-weight:700}.confirm-dialog p{color:var(--gray-600);margin-bottom:20px;font-size:14px;line-height:1.4}.confirm-actions{gap:8px;display:flex}.confirm-actions .confirm-btn{cursor:pointer;border:none;border-radius:12px;flex:1;padding:12px;font-size:15px;font-weight:600;transition:transform .15s,opacity .15s}.confirm-actions .confirm-btn:active{transform:scale(.97)}.confirm-actions .confirm-cancel{background:var(--gray-200);color:var(--gray-900)}.confirm-actions .confirm-delete{background:var(--red);color:#fff;box-shadow:0 4px 12px #e86b6b4d}.camera-page{background:var(--black);flex-direction:column;flex:1;padding-top:0;display:flex}.camera-empty{color:#ffffffb3;cursor:pointer;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:40px;transition:background .15s;display:flex}.camera-empty:active{background:#ffffff08}.camera-empty-icon{color:#ffffff80;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:12px;transition:transform .2s;display:flex}.camera-empty:active .camera-empty-icon{transform:scale(.95)}.camera-empty-title{color:#fff;text-align:center;font-size:20px;font-weight:600}.camera-empty-hint{color:#fff6;text-align:center;font-size:14px}.camera-gallery-btn{color:#fff9;cursor:pointer;background:#ffffff14;border:none;border-radius:12px;align-items:center;gap:8px;margin-top:24px;padding:12px 20px;font-size:14px;font-weight:500;transition:background .15s;display:inline-flex}.camera-gallery-btn:active{background:#ffffff1f}.camera-saving{color:#fff9;z-index:170;background:var(--black);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex;position:fixed;inset:0}.camera-spinner{border:3px solid #ffffff1a;border-top-color:#fff;border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.camera-preview{object-fit:contain;background:var(--black);z-index:150;width:100%;height:100%;position:fixed;inset:0}.camera-saved{z-index:160;flex-direction:column;align-items:center;gap:12px;animation:.35s cubic-bezier(.34,1.56,.64,1) savedPop;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes savedPop{0%{opacity:0;transform:translate(-50%,-50%)scale(.7)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.camera-saved-icon{color:#fff;background:#4caf7de6;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 4px 20px #4caf7d4d}.camera-saved p{color:#fff;font-size:16px;font-weight:600}.camera-preview-actions{z-index:170;padding:20px;padding-bottom:calc(20px + var(--nav-h) + var(--safe-b));background:linear-gradient(#0000 0%,#000000b3 100%);gap:12px;display:flex;position:fixed;bottom:0;left:0;right:0}.camera-action-btn{cursor:pointer;border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-size:16px;font-weight:700;transition:transform .15s,opacity .15s;display:inline-flex}.camera-action-btn:active{transform:scale(.97)}.camera-action-btn:disabled{opacity:.5}.camera-action-btn.primary{background:linear-gradient(135deg, var(--rose), var(--rose-dark));color:#fff;box-shadow:0 4px 16px #e8b4b84d}.camera-action-btn.primary.saved{background:var(--green);box-shadow:0 4px 16px #4caf7d4d}.camera-action-btn.secondary{-webkit-backdrop-filter:blur(10px);color:#fffc;background:#ffffff1f}.bottom-nav{height:var(--nav-h);padding-bottom:var(--safe-b);-webkit-backdrop-filter:blur(20px);z-index:200;background:#ffffffeb;border-top:1px solid #d4a5a91f;display:flex;position:fixed;bottom:0;left:0;right:0}.nav-btn{color:var(--gray-400);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;transition:color .2s;display:flex;position:relative}.nav-btn.active{color:var(--rose)}.nav-btn svg{transition:transform .2s}.nav-btn.active svg{transform:scale(1.1)}.nav-btn span{letter-spacing:.02em;font-size:10px;font-weight:600}.nav-btn.active:after{content:"";background:var(--rose);border-radius:50%;width:4px;height:4px;position:absolute;top:4px}.toast-new-photo{top:calc(60px + var(--safe-t));z-index:240;background:var(--white);color:var(--gray-900);cursor:pointer;box-shadow:var(--shadow-lg);border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:600;animation:.35s cubic-bezier(.34,1.56,.64,1) toastSlide;display:flex;position:fixed;left:16px;right:16px}@keyframes toastSlide{0%{opacity:0;transform:translateY(-16px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.toast-new-photo:active{opacity:.8}.toast-dot{background:var(--green);border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.pull-indicator{background:var(--rose-bg);color:var(--gray-600);justify-content:center;align-items:center;gap:10px;font-size:13px;font-weight:500;transition:height .1s;display:flex;overflow:hidden}.pull-indicator.refreshing{height:52px;overflow:visible}.pull-spinner{border:2px solid var(--rose-light);border-top-color:var(--rose);border-radius:50%;flex-shrink:0;width:16px;height:16px;transition:transform .2s}.pull-spinner.active{animation:.7s linear infinite spin}.gallery-skeleton-grid{grid-template-columns:repeat(2,1fr);gap:10px;width:100%;max-width:500px;padding:10px;display:grid}.skeleton-card{background:var(--white);border-radius:14px;overflow:hidden}.skeleton-img{aspect-ratio:1;background:linear-gradient(90deg, var(--gray-200) 25%, #f0f0f5 50%, var(--gray-200) 75%);background-size:200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-line{background:linear-gradient(90deg, var(--gray-200) 25%, #f0f0f5 50%, var(--gray-200) 75%);background-size:200% 100%;border-radius:4px;height:14px;margin:10px;animation:1.5s infinite shimmer}.photo-pending{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;display:flex;position:absolute;top:6px;left:6px}.gallery-tabs-right{align-items:center;margin-left:auto;display:flex}.offline-dot{background:var(--warning);border-radius:50%;flex-shrink:0;width:8px;height:8px}@media (width>=600px){.gallery-grid{grid-template-columns:repeat(3,1fr);max-width:640px;margin:0 auto}.gallery-skeleton-grid{grid-template-columns:repeat(3,1fr);max-width:640px}.welcome-page h1{font-size:36px}}@media (width>=900px){.gallery-grid,.gallery-skeleton-grid{grid-template-columns:repeat(4,1fr);max-width:860px}.camera-empty-icon{width:120px;height:120px}.camera-empty-icon svg{width:56px;height:56px}}@media (width>=1200px){.gallery-grid,.gallery-skeleton-grid{grid-template-columns:repeat(5,1fr);max-width:1100px}}@media (orientation:landscape) and (height<=500px){:root{--header-h:44px;--nav-h:48px}.camera-empty-icon{width:64px;height:64px}.camera-empty-icon svg{width:36px;height:36px}}@supports (padding:max(0px)){.bottom-nav{padding-bottom:max(0px, var(--safe-b))}.gallery-grid{padding-bottom:max(80px, calc(80px + var(--safe-b)))}.camera-preview-actions{padding-bottom:max(20px, calc(20px + var(--nav-h) + var(--safe-b)))}.viewer-footer{padding-bottom:max(16px, calc(16px + var(--safe-b)))}}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:3px solid var(--rose);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media screen and (width<=768px){input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=search],textarea,select{font-size:16px!important}}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#e8b4b840;border-radius:2px}
