:root{font-family:Segoe UI Variable,PingFang SC,Microsoft YaHei,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizeLegibility;--paper: #f3f2ee;--surface: #faf9f6;--surface-2: #e8e7e2;--ink: #282826;--muted: #74736e;--line: #cfcdc5;--accent: #c9543d;--accent-dark: #9f3f2d;--shadow: rgba(46, 44, 39, .13);--radius: 14px;color-scheme:light}*{box-sizing:border-box}html{min-width:320px;background:var(--paper)}body{margin:0;min-width:320px;min-height:100dvh;background:var(--paper)}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.17;z-index:10;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E")}button,input,textarea{font:inherit}button{color:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 48%,transparent);outline-offset:2px}button:active{transform:translateY(1px)}input,textarea{width:100%;border:1px solid var(--line);border-radius:9px;color:var(--ink);background:var(--surface);padding:10px 11px;resize:vertical}input::placeholder,textarea::placeholder{color:#87857f}input:focus,textarea:focus{border-color:var(--accent);outline:2px solid color-mix(in srgb,var(--accent) 25%,transparent)}label>span{display:block;margin-bottom:7px;color:var(--muted);font-size:12px;font-weight:650}.app-loading{min-height:100dvh;display:grid;place-content:center;gap:18px;text-align:center;color:var(--muted)}.app-loading div{width:90px;height:112px;margin:auto;border:1px solid var(--line);background:var(--surface);box-shadow:10px 10px 0 var(--surface-2);animation:page-breathe 1.2s ease-in-out infinite alternate}@keyframes page-breathe{to{transform:translateY(-4px) rotate(-1deg)}}.primary-button,.secondary-button,.text-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;border-radius:10px;border:1px solid transparent;padding:0 18px;font-weight:700;white-space:nowrap;cursor:pointer;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.primary-button{background:var(--accent);color:#fffaf7;box-shadow:0 8px 24px color-mix(in srgb,var(--accent) 20%,transparent)}.primary-button:hover{background:var(--accent-dark)}.secondary-button{background:var(--surface);border-color:var(--line)}.secondary-button:hover{border-color:#9d9b94;background:#fff}.text-button{background:transparent;padding-inline:10px}.compact{min-height:38px;padding:0 13px;font-size:13px}.file-button input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}.home-shell{min-height:100dvh;width:min(1440px,100%);margin:auto;padding:0 clamp(20px,4vw,64px)}.home-nav{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none;font-weight:750;letter-spacing:-.02em}.brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:var(--ink);color:var(--paper);font:700 11px/1 ui-monospace,monospace;letter-spacing:.06em}.home-hero{min-height:calc(100dvh - 72px);display:grid;grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr);gap:clamp(36px,7vw,110px);align-items:center;padding:48px 0 64px}.hero-copy{max-width:680px}.eyebrow{display:block;color:var(--accent);font:700 11px/1.3 ui-monospace,monospace;letter-spacing:.14em;text-transform:uppercase;margin-bottom:22px}.hero-copy h1{margin:0;font-size:clamp(48px,5.2vw,82px);line-height:.98;letter-spacing:-.068em;font-weight:760}.hero-copy h1 span{display:block;white-space:nowrap}.hero-copy p{max-width:470px;color:var(--muted);font-size:clamp(17px,1.6vw,21px);line-height:1.7;margin:28px 0 34px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-visual{position:relative;min-height:620px;display:grid;place-items:center;perspective:1200px;overflow:clip}.folio-sheet{position:absolute;width:min(390px,78%);aspect-ratio:3 / 4.35;border-radius:5px;background:#dedbd2;box-shadow:0 42px 90px var(--shadow)}.sheet-back{transform:translate(72px,-24px) rotate(8deg);background:#d5d1c6}.sheet-front{transform:translate(-22px,13px) rotate(-4deg);padding:8.5% 8%;display:flex;flex-direction:column;justify-content:flex-end;background:#e9e6dd}.folio-photo{position:relative;width:78%;aspect-ratio:1 / 1.17;overflow:hidden;background:linear-gradient(165deg,#374753 0 49%,#1e282d 50% 67%,#a96642 68%)}.folio-photo:after{content:"";position:absolute;width:130%;height:45%;left:-15%;bottom:-18%;background:#c9543d;clip-path:polygon(0 100%,20% 45%,36% 73%,55% 25%,67% 65%,82% 38%,100% 100%);opacity:.8}.folio-photo span{position:absolute;right:-54px;top:22px;z-index:1;color:var(--ink);font:650 11px/1.7 ui-monospace,monospace;letter-spacing:.16em}.folio-caption{margin-top:26px;width:62%;color:#5f5d57;font:500 11px/1.7 ui-monospace,monospace}.project-section{padding:clamp(70px,9vw,130px) 0;border-top:1px solid var(--line)}.section-title{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:30px}.section-title h2{margin:0;font-size:clamp(28px,4vw,46px);letter-spacing:-.045em}.section-title span{color:var(--muted);font-size:13px}.project-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:14px}.project-tile{min-height:260px;border:1px solid var(--line);border-radius:var(--radius);background:color-mix(in srgb,var(--surface) 86%,transparent);text-align:left;padding:clamp(24px,4vw,46px);cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease,background .25s ease}.project-tile:first-child{grid-row:span 2;min-height:534px}.project-tile:hover{transform:translateY(-3px);background:#fff;box-shadow:0 26px 70px var(--shadow)}.project-index{color:var(--accent);font:650 11px/1.4 ui-monospace,monospace;letter-spacing:.12em;text-transform:uppercase}.project-name{margin-top:auto;font-size:clamp(27px,4vw,52px);font-weight:740;letter-spacing:-.055em}.project-subtitle{color:var(--muted);margin-top:10px;line-height:1.6}.project-open{display:inline-flex;align-items:center;gap:8px;margin-top:28px;font-weight:700;font-size:13px}.empty-projects{width:100%;min-height:300px;border:1px dashed #aaa8a0;border-radius:var(--radius);background:transparent;display:grid;place-content:center;justify-items:center;gap:10px;color:var(--muted);cursor:pointer}.empty-projects strong{color:var(--ink);font-size:20px}.empty-projects span{max-width:34ch;line-height:1.6}.home-footer{min-height:100px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:13px}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:20px;background:#1c1c1a94;backdrop-filter:blur(10px)}.creation-dialog,.export-dialog{width:min(560px,100%);max-height:calc(100dvh - 40px);overflow:auto;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 34px 100px #14141257;padding:clamp(22px,4vw,38px)}.dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.dialog-head span{color:var(--accent);font:700 10px/1.4 ui-monospace,monospace;letter-spacing:.12em;text-transform:uppercase}.dialog-head h2{margin:8px 0 0;font-size:clamp(25px,4vw,38px);letter-spacing:-.045em}.creation-fields{display:grid;gap:14px;margin:30px 0 20px}.creation-fields label{display:block}.dialog-note,.privacy-note{color:var(--muted);font-size:12px;line-height:1.65}.dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:26px}.editor-shell{min-height:100dvh;background:#e8e7e2}.editor-topbar{position:sticky;top:0;z-index:8;height:68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;padding:0 20px;background:color-mix(in srgb,var(--surface) 92%,transparent);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.topbar-back{display:inline-flex;align-items:center;gap:8px;justify-self:start;border:0;background:transparent;cursor:pointer;font-weight:700}.topbar-title{display:flex;align-items:center;gap:14px;min-width:0}.topbar-title strong{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.save-state{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:11px;white-space:nowrap}.save-state.error{color:#a23c2b}.topbar-actions{justify-self:end;display:flex;gap:8px}.notice{position:fixed;top:82px;left:50%;z-index:9;transform:translate(-50%);background:var(--ink);color:var(--paper);border-radius:10px;box-shadow:0 18px 50px #2223;padding:11px 12px 11px 16px;display:flex;align-items:center;gap:16px;font-size:13px}.notice.error{background:#8f3324}.notice button{border:0;border-left:1px solid #ffffff45;color:inherit;background:transparent;cursor:pointer;padding-left:12px}.editor-grid{min-height:calc(100dvh - 68px);display:grid;grid-template-columns:290px minmax(420px,620px) minmax(440px,1fr)}.settings-panel,.photo-editor,.preview-panel{min-width:0}.settings-panel{background:var(--surface);border-right:1px solid var(--line);padding:24px 20px 48px}.settings-panel section+section{border-top:1px solid var(--line);margin-top:28px;padding-top:25px}.settings-panel section>h2,.photo-editor h2{font-size:15px;margin:0 0 18px;letter-spacing:-.01em}.settings-panel label{display:block;margin-bottom:14px}.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:10px}.template-list{display:grid;gap:7px}.template-option{width:100%;display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;padding:9px;text-align:left;border-radius:10px;border:1px solid transparent;background:transparent;cursor:pointer}.template-option:hover{background:var(--surface-2)}.template-option.active{border-color:color-mix(in srgb,var(--accent) 44%,var(--line));background:color-mix(in srgb,var(--accent) 8%,var(--surface))}.template-option strong,.template-option small{display:block}.template-option strong{font-size:13px}.template-option small{color:var(--muted);margin-top:3px}.template-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;background:var(--surface-2);color:var(--accent)}.storage-info p{color:var(--muted);font-size:12px;line-height:1.65}.storage-info small{color:var(--muted)}.photo-editor{padding:25px 20px 64px;background:#f1f0ec;border-right:1px solid var(--line);overflow:hidden}.photo-editor-head{display:flex;align-items:start;justify-content:space-between;gap:18px;margin-bottom:18px}.photo-editor-head h2{margin-bottom:4px}.photo-editor-head p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.photo-list{display:grid;gap:9px}.photo-row{position:relative;display:grid;grid-template-columns:28px 104px minmax(0,1fr) 36px;gap:10px;align-items:start;padding:10px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 2px 8px #2c2a2510}.photo-row.is-dragging{z-index:3;box-shadow:0 18px 40px #29261f26}.drag-handle{align-self:stretch;border:0;border-radius:8px;background:transparent;color:#918f88;cursor:grab;display:grid;place-items:center;touch-action:none}.drag-handle:hover{background:var(--surface-2);color:var(--ink)}.photo-thumb{position:relative;width:104px;aspect-ratio:1;overflow:hidden;border-radius:9px;background:var(--surface-2)}.photo-thumb img{width:100%;height:100%;object-fit:cover;display:block}.photo-thumb span{position:absolute;left:6px;bottom:6px;background:#242422d9;color:#fff;padding:3px 5px;border-radius:5px;font:650 9px/1 ui-monospace,monospace}.photo-fields{display:grid;gap:8px}.photo-fields label>span{margin-bottom:3px;font-size:10px}.photo-fields input,.photo-fields textarea{padding:7px 8px;font-size:12px}.photo-actions{display:grid;gap:6px}.icon-button{width:34px;height:34px;display:grid;place-items:center;border:1px solid transparent;border-radius:9px;background:transparent;cursor:pointer;color:var(--muted)}.icon-button:hover{border-color:var(--line);background:var(--surface-2);color:var(--ink)}.icon-button.is-active{color:var(--accent);background:color-mix(in srgb,var(--accent) 9%,transparent)}.icon-button.danger:hover{color:#9c3424}.drop-empty{width:100%;min-height:360px;border:1px dashed #aaa8a0;border-radius:var(--radius);background:transparent;display:grid;place-content:center;justify-items:center;gap:10px;color:var(--muted);cursor:pointer}.drop-empty strong{color:var(--ink);font-size:18px}.image-skeleton{min-height:80px;background:linear-gradient(110deg,#dddcd6 8%,#ecebe6 18%,#dddcd6 33%);background-size:200% 100%;animation:shimmer 1.4s linear infinite}@keyframes shimmer{to{background-position-x:-200%}}.preview-panel{position:relative;background:#dcdad4;overflow:hidden}.mobile-editor-nav{display:none}.preview-head{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;color:#5f5d58;font-size:11px;font-weight:700;border-bottom:1px solid #c9c7c0}.preview-scroll{height:calc(100dvh - 116px);overflow:auto;padding:clamp(22px,4vw,52px)}.album-preview{width:min(700px,100%);margin:auto;padding:clamp(30px,5vw,72px);background:#f4f1e8;color:#292825;box-shadow:0 30px 80px #4b473d2b}.preview-cover{min-height:610px;display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(24px,5vw,56px);align-items:end;padding-bottom:52px;border-bottom:1px solid #cbc7bc}.preview-cover-copy{align-self:center;min-width:0}.preview-mark{color:var(--accent);font:700 8px/1.4 ui-monospace,monospace;letter-spacing:.15em}.preview-cover h2{margin:18px 0 16px;font-size:clamp(28px,4vw,55px);line-height:.98;letter-spacing:-.06em;overflow-wrap:anywhere}.preview-cover p{color:#6f6c64;font-size:13px;line-height:1.7}.preview-meta{display:flex;flex-wrap:wrap;gap:12px;color:#77746c;font-size:9px;margin-top:22px}.preview-cover img,.cover-placeholder{width:100%;aspect-ratio:3 / 4;object-fit:cover;display:block;background:#dedbd2}.cover-placeholder{display:grid;place-items:center;color:#89867e;font-size:11px;border:1px dashed #aaa69b}.preview-pages{padding-top:70px}.preview-pages figure{margin:0 0 95px}.preview-pages figure img{width:100%;max-height:650px;object-fit:contain;display:block;background:#dfdcd3}.preview-pages figcaption{display:grid;grid-template-columns:.7fr 1fr;gap:22px;padding-top:14px;border-top:1px solid #cbc7bc;margin-top:16px}.preview-pages small{color:var(--accent);font:650 8px/1.4 ui-monospace,monospace}.preview-pages h3{margin:7px 0 0;font-size:17px;letter-spacing:-.03em}.preview-pages p{margin:0;color:#6e6a62;font-size:11px;line-height:1.7;white-space:pre-wrap}.album-preview.template-gallery .preview-pages{columns:2;column-gap:14px}.album-preview.template-gallery .preview-pages figure{break-inside:avoid;margin-bottom:32px}.album-preview.template-gallery .preview-pages figcaption{display:block}.album-preview.template-gallery .preview-pages p{margin-top:8px}.album-preview.template-timeline .preview-pages figure{display:grid;grid-template-columns:90px minmax(0,1fr);gap:14px}.album-preview.template-timeline .preview-pages figcaption{display:block;border-top:0;margin-top:0;padding-top:0}.album-preview.template-timeline .preview-pages figure:nth-child(2n) img{order:2}.album-preview.template-timeline .preview-pages figure:nth-child(2n) figcaption{order:1}.export-summary{display:grid;grid-template-columns:1fr 1fr;gap:1px;border-radius:11px;overflow:hidden;margin:26px 0;background:var(--line);border:1px solid var(--line)}.export-summary div{padding:14px;background:var(--surface-2)}.export-summary span,.export-summary strong{display:block}.export-summary span{color:var(--muted);font-size:10px;margin-bottom:5px}.export-summary strong{font-size:13px}.quality-options{border:0;padding:0;margin:0}.quality-options legend{font-size:12px;font-weight:700;margin-bottom:9px}.quality-option{display:grid;grid-template-columns:20px 1fr;gap:8px;align-items:start;padding:12px;border:1px solid var(--line);border-radius:10px;margin-bottom:7px;cursor:pointer}.quality-option.active{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 7%,transparent)}.quality-option input{width:auto;margin-top:3px;accent-color:var(--accent)}.quality-option span{margin:0}.quality-option strong,.quality-option small{display:block}.quality-option small{color:var(--muted);margin-top:4px}.size-warning{color:#a63c2a;background:color-mix(in srgb,var(--accent) 10%,transparent);border-radius:9px;padding:10px 12px;font-size:12px}@media(prefers-color-scheme:dark){:root{--paper: #1e1e1c;--surface: #292927;--surface-2: #373735;--ink: #efeee9;--muted: #b2b0a9;--line: #494844;--accent: #df765f;--accent-dark: #c35e49;--shadow: rgba(0,0,0,.28);color-scheme:dark}.editor-shell{background:#242422}.photo-editor{background:#222220}.preview-panel{background:#30302d}.preview-head{border-color:#4a4945;color:#b8b6ae}.secondary-button:hover,.project-tile:hover{background:#30302e}.album-preview{background:#e9e6dd;color:#292825}.folio-sheet{color:#292825}}@media(max-width:1180px){.editor-grid{grid-template-columns:250px minmax(380px,1fr)}.preview-panel{grid-column:1 / -1;border-top:1px solid var(--line)}.preview-scroll{height:auto;max-height:none}}@media(max-width:760px){.home-shell{padding-inline:16px}.home-nav{height:64px}.home-hero{min-height:auto;grid-template-columns:1fr;padding-top:48px}.hero-copy h1{font-size:clamp(45px,13vw,68px)}.hero-visual{min-height:460px}.folio-sheet{width:min(300px,75%)}.project-grid{grid-template-columns:1fr}.project-tile:first-child{grid-row:auto;min-height:300px}.section-title{align-items:flex-start;flex-direction:column}.home-footer{align-items:flex-start;flex-direction:column;justify-content:center;gap:8px}.editor-topbar{position:relative;height:auto;min-height:64px;grid-template-columns:auto 1fr;padding:10px 12px}.topbar-title{justify-self:end}.save-state{display:none}.topbar-actions{grid-column:1 / -1;justify-self:stretch}.topbar-actions button{flex:1}.editor-grid{min-height:auto;grid-template-columns:1fr}.editor-shell{padding-bottom:58px}.editor-shell .settings-panel,.editor-shell .photo-editor,.editor-shell .preview-panel{display:none}.editor-shell.mobile-settings .settings-panel,.editor-shell.mobile-organize .photo-editor,.editor-shell.mobile-preview .preview-panel{display:block}.settings-panel{border-right:0;border-bottom:1px solid var(--line)}.photo-editor{border-right:0;padding-inline:12px}.photo-row{grid-template-columns:26px 82px minmax(0,1fr)}.photo-thumb{width:82px}.photo-actions{grid-column:2 / -1;display:flex;justify-content:flex-end}.preview-panel{grid-column:auto}.preview-scroll{padding:14px}.album-preview{padding:26px 18px}.preview-cover{min-height:auto;grid-template-columns:1fr}.preview-pages figcaption,.album-preview.template-timeline .preview-pages figure{grid-template-columns:1fr}.album-preview.template-gallery .preview-pages{columns:1}.album-preview.template-timeline .preview-pages figure:nth-child(2n) img,.album-preview.template-timeline .preview-pages figure:nth-child(2n) figcaption{order:initial}.mobile-editor-nav{position:fixed;left:12px;right:12px;bottom:10px;z-index:9;display:grid;grid-template-columns:repeat(3,1fr);padding:5px;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:0 16px 42px var(--shadow);backdrop-filter:blur(16px)}.mobile-editor-nav button{min-height:40px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-weight:700}.mobile-editor-nav button.active{background:var(--ink);color:var(--paper)}.dialog-actions{flex-direction:column-reverse}.dialog-actions button{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
