@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap";
.pill{appearance:none;border:1px solid var(--theme-border);background:var(--theme-surface);color:var(--theme-ink);font:inherit;cursor:pointer;border-radius:999px;padding:8px 12px;line-height:1;transition:background .16s,border-color .16s,box-shadow .16s}.pill:hover{background:#f8fafc}.pill:focus-visible{border-color:var(--theme-primary);outline:none;box-shadow:0 0 0 3px #12747538}.pill-active{background:#1274751a;border-color:#1274758c}:root{--theme-primary:#127475;--theme-primary-pressed:#0f6263;--theme-accent:#f28f3b;--theme-ink:#1f2937;--theme-subtle:#637381;--theme-bg:#f6f7fb;--theme-surface:#fff;--theme-border:#dce3ea;--theme-soft:#edf3f6;--theme-success:#2f9e44;--theme-danger:#d92d20;--theme-warning-bg:#fff3bf;--diff-add:#e8f9ee;--diff-remove:#fff0ef;--radius-card:16px;--radius-control:10px;--minimum-font-size:10.5px}html[lang=fr]{--minimum-font-size:12px}*{box-sizing:border-box}html,body{min-height:100%;margin:0;padding:0}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}body{background:var(--theme-bg);color:var(--theme-ink);letter-spacing:.01em;-webkit-font-smoothing:antialiased;isolation:isolate;min-height:100dvh;font-family:Manrope,Noto Sans JP,Hiragino Kaku Gothic ProN,Yu Gothic UI,Meiryo,system-ui,sans-serif;line-height:1.5;position:relative}body:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 8% -4%, #ffe8cf 0, transparent 34%), radial-gradient(circle at 90% 8%, #dff3f2 0, transparent 32%), var(--theme-bg);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;position:fixed;inset:0}main{max-width:1120px;margin:0 auto;padding:20px 20px 40px}a{color:var(--theme-primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;margin-top:0;font-family:inherit;font-weight:700}p{margin-top:0}.topnav{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#fff 0%,#f6fbff 100%);border-bottom:1px solid #e4e8ef;position:sticky;top:0;box-shadow:0 6px 24px #0f172a0f}.topnav-inner{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;max-width:1120px;margin:0 auto;padding:10px 20px;display:grid}.brand{color:var(--theme-ink);align-items:center;gap:12px;text-decoration:none;display:inline-flex}.brand strong{letter-spacing:.02em;font-family:inherit;font-size:14px;font-weight:700}.brand:hover{text-decoration:none}.brand small{color:var(--theme-subtle);letter-spacing:.08em;text-transform:uppercase;font-size:11px;display:block}.brand-mark{background:#0f6668;border:1px solid #0f666838;border-radius:14px;place-items:center;width:44px;height:44px;display:inline-grid;position:relative;overflow:hidden;box-shadow:0 8px 14px #0e749024,inset 0 1px #ffffff8c}.brand-mark-image{object-fit:cover;width:100%;height:100%;display:block}.brand-mark:after{content:none}.topnav-links{justify-self:end;align-items:center;gap:14px;font-size:14px;font-weight:600;line-height:1.3;display:inline-flex}.topnav-auth-links{align-items:center;gap:10px;display:inline-flex}.topnav-toggle{display:none}.topnav-utilities{align-items:center;gap:10px;display:inline-flex}.language-switcher{border:1px solid var(--theme-border);background:#ffffffe6;border-radius:999px;align-items:center;gap:4px;min-width:0;margin:0;padding:3px;display:inline-flex}.language-option{cursor:pointer;border-radius:999px;place-items:center;width:32px;height:32px;margin:0;display:inline-grid;position:relative}.language-option input{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;padding:0;position:absolute}.language-flag{border:1px solid #c9d1dc;border-radius:999px;width:26px;height:26px;transition:box-shadow .14s,transform .14s;display:block;overflow:hidden;box-shadow:0 1px 3px #0f172a1f}.language-flag-ja{background:#fff;position:relative}.language-flag-ja:after{content:"";background:#bc002d;border-radius:999px;width:10px;height:10px;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.language-flag-fr{background:linear-gradient(90deg,#002395 0 33.33%,#fff 33.33% 66.66%,#ed2939 66.66%)}.language-option:hover .language-flag{transform:translateY(-1px)}.language-option input:checked+.language-flag{box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--theme-primary)}.language-option input:focus-visible+.language-flag{outline-offset:3px;outline:3px solid #1274754d}.topnav-toggle span{background:var(--theme-ink);border-radius:999px;width:18px;height:2px;display:block}.topnav-links a,.topnav-links button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;width:auto;padding:6px 10px;transition:color .16s,background-color .16s,border-color .16s}.topnav-links a:hover,.topnav-links button:hover{color:var(--theme-primary-pressed);background:#1274751a;border-color:#12747533;text-decoration:none}.topnav-links a:focus-visible,.topnav-links button:focus-visible{outline:3px solid var(--theme-primary-pressed);outline-offset:2px}.topnav-action{border-color:#d5dee9}.card{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:var(--radius-card);margin-bottom:14px;padding:18px;box-shadow:0 2px 10px #1018280d}.page-stack{gap:14px;display:grid}.panel-highlight{background:linear-gradient(145deg,#fff,#f2fbfa);border:1px solid #bfe7e5}.eyebrow{color:var(--theme-subtle);letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:700}input,textarea,select,button{border-radius:var(--radius-control);border:1px solid var(--theme-border);width:100%;font:inherit;margin-top:8px;margin-bottom:12px;padding:10px 12px}input,textarea,select{color:var(--theme-ink);background:#fff}input:focus,textarea:focus,select:focus,button:focus{outline-offset:1px;outline:2px solid #9fd6d4}button{background:linear-gradient(145deg, var(--theme-primary), #169293);color:#fff;cursor:pointer;border:1px solid #0f6f70;font-weight:600;transition:filter .16s}button:hover{filter:brightness(.96)}button[disabled]{opacity:.55;cursor:not-allowed}.btn-secondary{background:var(--theme-soft);color:var(--theme-ink);border-color:var(--theme-border)}.btn-danger{background:var(--theme-danger);border-color:var(--theme-danger)}.btn-link-primary,.btn-link-secondary{border:1px solid var(--theme-border);border-radius:10px;justify-content:center;align-items:center;width:auto;min-height:42px;padding:8px 14px;font-weight:700;text-decoration:none;display:inline-flex}.btn-link-primary{color:#fff;background:linear-gradient(145deg, var(--theme-primary), #169293);border-color:#0f6f70}.btn-link-secondary{color:var(--theme-ink);background:#fff}.btn-link-primary:hover,.btn-link-secondary:hover{text-decoration:none}.badge{color:#344054;background:#f4f7fa;border:1px solid #e4e7ec;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.info-chip{color:#8a4b00;background:#fff4e8;border:1px solid #ffd4ae;border-radius:10px;padding:6px 10px;font-size:12px;display:inline-block}.error{color:var(--theme-danger);font-weight:600}.section-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.actions-row{flex-wrap:wrap;gap:10px;display:flex}.actions-row a,.actions-row button{width:auto;margin:0}.link-danger{width:auto;color:var(--theme-danger);background:0 0;border:none;margin:0;padding:0;font-weight:500;text-decoration:underline}.link-danger:hover{filter:none;color:#b42318}.flow-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.flow-box{border:1px solid var(--theme-border);background:#fbfcff;border-radius:12px;padding:10px}.flow-box strong{margin-bottom:4px;display:block}.onboarding-card .flow-box{min-height:96px}.tip-list ol{margin:0;padding-left:20px}.tip-list li{margin-bottom:6px}.wizard-shell{grid-template-columns:260px 1fr;align-items:start;gap:16px;display:grid}.desktop-only{display:block}.mobile-progress{display:none}.step-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.step-check{color:#1f8b4c;background:#e8f7ee;border:1px solid #6fcf97;border-radius:999px;place-items:center;width:24px;height:24px;font-size:13px;font-weight:800;display:inline-grid}.step-done{border-color:#9fdab4}.timeline{position:sticky;top:72px}.timeline-step{border-left:2px solid #e4e7ec;padding:6px 0 10px 12px}.timeline-step.active{border-left-color:var(--theme-accent)}.timeline-step.done{border-left-color:var(--theme-success)}.timeline-detail{color:var(--theme-subtle);font-size:12px}.hero{background:linear-gradient(145deg,#fff,#effaf8);border:1px solid #bfe7e5}.hero-lead{color:#3b4a5a;font-size:16px;line-height:1.7}.hero-title-row{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.hero-title-row h1{margin:0;font-size:clamp(24px,3.3vw,34px)}.entry-photo-panel{flex:280px;width:100%;max-width:320px}.entry-photo-content{flex:320px;min-width:0}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.metric{border:1px solid var(--theme-border);background:#fafafa;border-radius:12px;padding:10px}.metric span{color:var(--theme-subtle);font-size:12px}.metric strong{margin-top:2px;font-size:20px;display:block}.diff-add{background:var(--diff-add)}.diff-remove{background:var(--diff-remove);text-decoration:line-through}.diff-add-muted,.diff-remove-muted{background:0 0}.diff-block{white-space:pre-wrap;border:1px solid var(--theme-border);background:#fafafa;border-radius:10px;padding:12px;font-family:inherit;line-height:1.7}.diff-readonly-card{overflow:hidden}.diff-instruction-badge{white-space:normal;overflow-wrap:anywhere;border-radius:12px;align-items:flex-start;width:100%;max-width:100%;padding:8px 12px;line-height:1.5;display:flex}.auto-grow{resize:none;overflow:hidden}.unknown-btn{background:var(--theme-warning-bg);width:auto;color:inherit;border:none;border-bottom:1px dashed #7a5c00;border-radius:0;margin:0;padding:0 2px;display:inline}.checkbox-inline{align-items:center;gap:8px;margin-bottom:12px;display:flex}.checkbox-inline input{width:auto;margin:0}.entry-list{gap:12px;display:grid}.list-toolbar{grid-template-columns:1fr 220px;gap:10px;margin-bottom:12px;display:grid}.fab-add{color:#fff;background:linear-gradient(145deg, var(--theme-primary), #169293);z-index:20;border-radius:999px;align-items:center;gap:8px;padding:12px 16px;font-size:16px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 24px #0f172a33}.fab-add:hover{text-decoration:none}.fab-add-icon{font-size:22px;line-height:1}.fab-add-text{letter-spacing:.04em}.accordion-card{margin-bottom:10px;padding:12px 14px}.accordion-head{cursor:pointer;justify-content:space-between;align-items:center;gap:10px;list-style:none;display:flex}.accordion-head::-webkit-details-marker{display:none}.accordion-body{grid-template-columns:1fr;align-items:start;gap:14px;margin-top:12px;display:grid;overflow-x:hidden}.accordion-body>div{min-width:0}.entry-thumb{aspect-ratio:4/3;object-fit:cover;border:1px solid var(--theme-border);background:#f3f4f6;border-radius:10px;width:100%}.entry-thumb-empty{color:var(--theme-subtle);justify-content:center;align-items:center;font-size:12px;display:flex}.form-card label{display:block}.new-entry-simple{max-width:760px;margin:0 auto}.new-entry-editor{flex-wrap:wrap;align-items:flex-start;gap:12px;margin-top:12px;display:flex}.new-entry-preview-panel{flex:280px;width:100%;max-width:320px}.new-entry-draft-panel{flex:320px;min-width:0}.field-meta{color:var(--theme-subtle);margin-top:-8px;margin-bottom:10px;font-size:12px;display:block}.auth-switch{gap:8px;margin-bottom:12px;display:flex}.auth-switch button{width:auto;margin:0}.danger-zone{border-top:1px solid var(--theme-border);margin-top:14px;padding-top:12px}.entry-actions{grid-template-columns:1fr auto;align-items:center;gap:12px;margin-top:12px;display:grid}.entry-open-btn{color:#fff;background:linear-gradient(145deg, var(--theme-primary), #169293);border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:10px 14px;font-weight:700;text-decoration:none;display:inline-flex}.entry-open-btn:hover{text-decoration:none}.entry-delete-icon{color:#b42318;background:#fff;border:1px solid #efc8c4;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;min-height:34px;margin:0;padding:0;font-size:16px;line-height:1;display:inline-flex}.icon-trash{width:16px;height:16px;display:block}.entry-photo-strip{scroll-snap-type:x proximity;gap:12px;width:100%;max-width:100%;padding:4px 2px 6px;display:flex;overflow-x:auto}.entry-photo-card{scroll-snap-align:start;flex:0 0 clamp(180px,70vw,220px);gap:6px;display:grid}.entry-photo-media{gap:6px;display:grid}.entry-photo-text{color:#1f2937;overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.6}.entry-photo-tools{margin-top:2px}.entry-diff-btn{align-items:center;gap:6px;width:auto;min-height:34px;margin:0;padding:6px 10px;font-size:12px;display:inline-flex}.icon-diff{width:14px;height:14px;display:block}.entry-photo-diff{grid-column:1/-1;margin-top:8px}.entry-diff-comparison{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.entry-diff-panel{border:1px solid var(--theme-border);background:#fbfcfe;border-radius:12px;min-width:0;padding:12px}.entry-diff-before{background:#fff8f7;border-color:#efc8c4}.entry-diff-after{background:#f4fbfa;border-color:#b9dedc}.entry-diff-after-blue{background:#f5f8ff;border-color:#b9cce8}.entry-diff-panel h5{color:var(--theme-subtle);letter-spacing:.03em;margin:0 0 8px;font-family:inherit;font-size:12px}.entry-diff-text{white-space:pre-wrap;overflow-wrap:anywhere;max-height:180px;margin:0;font-size:13px;line-height:1.7;overflow:auto}.diff-side-remove,.diff-side-add,.diff-side-add-blue{-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:4px;padding:1px 2px}.diff-side-remove{color:#8f241c;background:var(--diff-remove)}.diff-side-add{color:#17653a;background:var(--diff-add)}.diff-side-add-blue{color:#174ea6;background:#e6f0ff}.editor-page{gap:16px}.editor-workspace-header{gap:16px;margin-bottom:0;display:grid}.editor-back-link{margin-bottom:8px;font-weight:600;display:inline-block}.editor-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.editor-title-row h1{margin:0}.editor-stepper{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.editor-step{min-height:42px;color:var(--theme-ink);border-color:var(--theme-border);background:#fff;margin:0;padding:8px 10px;font-weight:600}.editor-step:hover:not(:disabled){background:#f2f8f8}.editor-step.active{color:#fff;background:var(--theme-primary);border-color:var(--theme-primary)}.editor-photo-toolbar{border:1px solid var(--theme-border);background:#ffffffe6;border-radius:14px;grid-template-columns:minmax(150px,auto) 1fr minmax(150px,auto);align-items:center;gap:12px;padding:10px 12px;display:grid;box-shadow:0 2px 8px #0f172a0d}.editor-photo-toolbar button{width:auto;margin:0}.editor-photo-position{text-align:center;justify-items:center;gap:2px;min-width:0;display:grid}.editor-photo-position span{max-width:100%;color:var(--theme-subtle);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.editor-stage-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px;display:grid}.editor-stage-card{flex-direction:column;min-width:0;min-height:440px;margin:0;display:flex}.editor-stage-card>button:last-child{margin-top:auto}.editor-card-heading{align-items:center;gap:10px;margin-bottom:14px;display:flex}.editor-card-heading h2,.editor-card-heading h3{margin:0}.editor-card-heading .badge{margin-left:auto}.editor-step-number{color:#fff;background:var(--theme-primary);border-radius:999px;flex:none;place-items:center;width:28px;height:28px;font-weight:700;display:inline-grid}.editor-photo-preview{object-fit:contain;border:1px solid var(--theme-border);background:#f3f5f7;border-radius:12px;width:100%;min-height:260px;max-height:430px}.editor-photo-placeholder,.new-entry-empty-photo{min-height:300px;color:var(--theme-subtle);text-align:center;background:#f8fafc;border:1px dashed #b8c5d1;border-radius:12px;place-items:center;padding:24px;display:grid}.editor-source-text,.editor-comparison-text{white-space:pre-wrap;overflow-wrap:anywhere;border:1px solid var(--theme-border);background:#fbfcfe;border-radius:12px;margin:14px 0 0;padding:14px;line-height:1.75}.editor-comparison-text{flex:1;margin-top:0}.editor-compare-source{border-color:#d7dfe7}.editor-compare-result{background:#f7fcfb;border-color:#b9dedc}.editor-card-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:auto;display:flex}.editor-card-actions button,.editor-hints-card>button,.editor-export-card>button{width:auto;margin:0}.editor-card-actions button:not(.btn-secondary){flex:220px}.editor-field-note{margin-top:4px}.editor-final-stage{border:1px solid var(--theme-border);border-radius:var(--radius-card);background:#ffffffb8;padding:18px}.editor-final-heading{margin-bottom:14px}.editor-final-input{border-top:1px solid #b9cce8;margin-top:16px;padding-top:14px}.editor-final-input button{width:auto;margin:0}.editor-final-actions{margin-top:12px}.editor-annotation-stage,.editor-submit-stage{gap:14px;display:grid}.editor-stage-next-row{justify-content:flex-end;display:flex}.editor-stage-next-row button{width:auto;min-width:240px;margin:0}.editor-annotation-stage-heading{border:1px solid var(--theme-border);border-radius:var(--radius-card);background:#ffffffe6;margin:0;padding:16px 18px}.editor-annotation-stage-heading>div{flex:1}.editor-annotation-stage-heading p{margin:4px 0 0}.editor-annotation-stage-heading>button{width:auto;margin:0}.editor-support-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.editor-support-grid .card{margin:0}.editor-hint-list{gap:10px;margin:0 0 16px;padding-left:20px;line-height:1.65;display:grid}.editor-export-card{margin-bottom:0}.editor-export-card a{margin-top:12px;font-weight:700;display:inline-block}.editor-export-formats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.editor-export-format{border:1px solid var(--theme-border);background:#f8fafc;border-radius:12px;grid-template-columns:auto minmax(150px,1fr);align-items:center;gap:10px 14px;padding:14px;display:grid}.editor-export-format strong{min-width:48px}.editor-export-format button{width:100%;margin:0}.editor-export-format a{grid-column:2;margin:0}.new-entry-workspace{gap:16px}.new-entry-header{margin:0}.new-entry-header h1{margin-bottom:8px}.new-entry-header p{margin:0}.new-entry-form{gap:16px;display:grid}.new-entry-stage-grid .editor-stage-card{min-height:520px}.new-entry-file-picker{margin-bottom:14px;display:block}.new-entry-photo-tabs{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.new-entry-photo-tabs button{width:auto;margin:0}.new-entry-photo-toolbar{margin-top:0}.new-entry-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.new-entry-photo-actions{flex-wrap:wrap;gap:8px;display:flex}.new-entry-photo-actions button,.new-entry-submit{width:auto;margin:0}.new-entry-submit{min-width:220px}@media (max-width:960px){.editor-stage-grid,.editor-support-grid{grid-template-columns:1fr}.editor-stage-card,.new-entry-stage-grid .editor-stage-card{min-height:0}.editor-stepper{grid-template-columns:repeat(2,minmax(0,1fr))}.flow-grid,.wizard-shell{grid-template-columns:1fr}.timeline{position:static}.metric-grid,.accordion-body{grid-template-columns:1fr}.auth-switch{flex-wrap:wrap}.list-toolbar{grid-template-columns:1fr}.desktop-only{display:none}.mobile-progress{z-index:18;border:1px solid var(--theme-border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff0;border-radius:12px;margin-bottom:10px;padding:10px 12px;display:block;position:sticky;top:62px}.mobile-progress-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.progress-track{background:#e9eef3;border-radius:999px;width:100%;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(145deg, var(--theme-primary), #169293);height:100%}}@media (min-width:961px){.entry-photo-strip{scroll-snap-type:none;grid-template-columns:1fr;gap:16px;display:grid;overflow:visible}.entry-photo-card{flex:none;grid-template-columns:220px minmax(0,1fr);align-items:start;gap:16px}.entry-photo-copy{font-size:13px}}@media (max-width:760px){.editor-workspace-header,.editor-final-stage{padding:14px}.editor-title-row{align-items:flex-start}.editor-title-row h1{font-size:24px}.editor-stepper{grid-template-columns:1fr}.editor-step{text-align:left;min-height:38px}.editor-photo-toolbar{grid-template-columns:1fr 1fr}.editor-photo-position{grid-area:1/1/auto/-1}.editor-photo-arrow{grid-row:2}.editor-photo-preview{min-height:210px;max-height:360px}.editor-photo-placeholder,.new-entry-empty-photo{min-height:220px}.editor-card-actions{flex-direction:column;align-items:stretch}.editor-annotation-stage-heading{flex-wrap:wrap;align-items:flex-start}.editor-annotation-stage-heading>div{flex-basis:calc(100% - 42px)}.editor-annotation-stage-heading>button{width:100%}.editor-stage-next-row button{width:100%;min-width:0}.editor-card-actions button,.editor-card-actions button:not(.btn-secondary),.editor-hints-card>button,.editor-export-card>button{flex:none;width:100%}.new-entry-actions{flex-direction:column;align-items:stretch}.new-entry-photo-actions{grid-template-columns:1fr 1fr;display:grid}.new-entry-photo-actions button,.new-entry-submit{width:100%;min-width:0}.entries-head{align-items:center;gap:8px}.entries-head h1{margin:0;font-size:22px;line-height:1.2}.entries-head .badge{white-space:nowrap;font-size:max(11px, var(--minimum-font-size));padding:3px 8px}.new-entry-simple,.new-entry-preview-panel{max-width:none}.new-entry-draft-panel{flex-basis:100%}.new-entry-simple .timeline-detail,.new-entry-simple .field-meta{font-size:max(11px, var(--minimum-font-size))}.accordion-card{padding:10px 12px}.entry-actions{grid-template-columns:1fr auto;gap:14px;margin-top:14px}.entry-delete-icon{width:30px;height:30px;min-height:30px;font-size:14px}.topnav-inner{grid-template-columns:minmax(0,1fr) auto;padding:10px 16px}.brand{min-width:0}.brand small{display:none}.brand-mark{border-radius:12px;width:38px;height:38px}.topnav-toggle{border:1px solid var(--theme-border);width:auto;color:var(--theme-ink);background:#fff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;margin:0 0 0 auto;padding:8px;display:inline-flex}.topnav-links{flex-direction:column;grid-column:1/-1;align-items:stretch;gap:8px;margin-top:10px;display:none}.topnav-auth-links{gap:8px;display:grid}.topnav-links.open{display:flex}.topnav-links a,.topnav-links button{text-align:left;border:1px solid var(--theme-border);background:#fff;border-radius:10px;width:100%;margin:0;padding:10px 12px}.topnav-action{border-color:var(--theme-border)}.topnav-utilities{gap:8px}.language-option{width:30px;height:30px}.language-flag{width:24px;height:24px}.entry-diff-comparison{grid-template-columns:1fr}}.correction-annotation-editor{background:#fff;border-color:#cbd5e1;margin-top:18px}.correction-annotation-heading{align-items:flex-start}.correction-annotation-heading h2{margin:3px 0 0}.correction-annotation-toolbar{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:14px 0;display:grid}.annotation-action{color:#1e293b;text-align:left;background:#fff;border:1px solid #cbd5e1;justify-content:flex-start;align-items:center;gap:9px;min-height:58px;padding:10px 12px;line-height:1.35;display:flex}.annotation-action:not(:disabled):hover{background:#f8fafc;border-color:#64748b}.annotation-swatch,.annotation-box-sample{border-radius:5px;flex:none;width:26px;height:22px}.annotation-action-green .annotation-swatch{background:#bbf7d0;border:1px solid #4ade80}.annotation-action-orange .annotation-swatch{background:#fed7aa;border:1px solid #fb923c}.annotation-action-yellow .annotation-swatch{background:#fef08a;border:1px solid #eab308}.annotation-box-sample{background:#fff;border:2px solid #334155}.correction-annotation-surface{color:#0f172a;white-space:pre-wrap;-webkit-user-select:text;user-select:text;background:#f8fafc;border:1px solid #cbd5e1;border-radius:14px;min-height:180px;padding:20px;font-family:inherit;font-size:max(18px,1.08rem);line-height:2}.correction-annotation-token{cursor:text;outline-offset:3px;border-radius:4px;transition:box-shadow .16s,background-color .16s}.correction-annotation-token:focus-visible{outline:2px solid #0f766e}.correction-annotation-token-selected{text-underline-offset:.22em;-webkit-text-decoration:underline #0f766e;text-decoration:underline #0f766e;text-decoration-thickness:2px}.correction-highlight-useful-word{background:#bbf7d0}.correction-highlight-useful-verb{background:#fed7aa}.correction-highlight-grammar{background:#fef08a}.correction-known-range{-webkit-box-decoration-break:clone;box-decoration-break:clone;border:2px solid #334155;border-radius:.36em;padding:.04em .18em}.correction-selection-panel{background:#f8fafc;border:1px dashed #94a3b8;border-radius:12px;min-height:64px;margin-top:12px;padding:12px 14px}.correction-selection-panel p{flex-wrap:wrap;gap:8px;margin:0 0 9px;display:flex}.correction-selection-panel p:last-child{margin-bottom:0}.correction-annotation-save-row{justify-content:space-between;align-items:center;gap:16px;margin-top:14px;display:flex}.correction-annotation-save-row p{margin:0}.correction-annotation-pending{border-style:dashed;margin-top:18px}@media (max-width:960px){.correction-annotation-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.correction-annotation-heading{flex-direction:column;align-items:flex-start;display:flex}.correction-annotation-toolbar{grid-template-columns:1fr}.correction-annotation-surface{min-height:150px;padding:15px;font-size:17px}.correction-annotation-save-row{flex-direction:column;align-items:stretch}.editor-export-formats,.editor-export-format{grid-template-columns:1fr}.editor-export-format a{grid-column:1}}@media (max-width:760px){main{padding:14px 12px 88px}.page-stack,.editor-page,.new-entry-workspace{gap:12px}.page-stack>.card{margin-bottom:0}.card{border-radius:14px;padding:14px}.panel-highlight{box-shadow:none}.fab-add{justify-content:center;width:52px;height:52px;min-height:48px;padding:0;bottom:16px;right:12px}.fab-add-text{display:none}.entries-list-shell{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.entries-list-shell .list-toolbar{border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:14px;margin-bottom:12px;padding:14px;box-shadow:0 2px 10px #1018280d}.entries-list-shell .list-toolbar label:last-child select{margin-bottom:0}.entry-list{gap:10px}.accordion-card{margin:0;padding:0;overflow:hidden}.accordion-head{min-height:64px;padding:12px 14px}.accordion-head:after{content:"⌄";width:28px;height:28px;color:var(--theme-primary-pressed);background:var(--theme-soft);border-radius:999px;flex:none;place-items:center;font-size:18px;line-height:1;transition:transform .16s;display:grid}.accordion-card[open]>.accordion-head{border-bottom:1px solid var(--theme-border);background:#f8fbfc}.accordion-card[open]>.accordion-head:after{transform:rotate(180deg)}.accordion-body{margin:0;padding:0 14px 14px;overflow:visible}.accordion-body h4{margin:14px 0 0;font-size:15px}.entry-photo-strip{scroll-snap-type:none;grid-template-columns:minmax(0,1fr);gap:0;width:100%;padding:0;display:grid;overflow:visible}.entry-photo-card{border-bottom:1px solid var(--theme-border);scroll-snap-align:none;grid-template-columns:88px minmax(0,1fr);align-items:start;gap:8px 12px;width:100%;min-width:0;padding:14px 0;display:grid}.entry-photo-card:last-child{border-bottom:0}.entry-photo-media{grid-area:1/1/span 2;gap:5px}.entry-thumb{aspect-ratio:1;border-radius:9px}.entry-photo-media .badge{text-align:center;width:100%;padding:2px 6px}.entry-photo-copy{font-size:max(12px, var(--minimum-font-size));grid-column:2;margin:0;line-height:1.55}.entry-photo-tools{grid-column:2;margin:0}.entry-diff-btn{justify-content:center;width:100%;min-height:44px}.entry-photo-diff{grid-column:1/-1;margin:4px 0 0}.entry-diff-comparison{gap:8px}.entry-diff-panel{border-width:0 0 0 3px;border-radius:0;padding:10px 12px}.entry-diff-text{max-height:none;overflow:visible}.entry-actions{border-top:1px solid var(--theme-border);margin-top:2px;padding-top:14px}.entry-delete-icon{width:44px;height:44px;min-height:44px}.new-entry-header{padding:16px}.new-entry-header h1{font-size:28px;line-height:1.2}.new-entry-form{border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:14px;gap:0;padding:14px;box-shadow:0 2px 10px #1018280d}.new-entry-stage-grid{display:block}.new-entry-stage-grid .editor-stage-card{min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;padding:0}.new-entry-stage-grid .editor-stage-card+.editor-stage-card{border-top:1px solid var(--theme-border);margin-top:18px;padding-top:18px}.new-entry-stage-grid .editor-step-number{display:none}.new-entry-file-picker{margin-bottom:12px}.new-entry-photo-tabs{scrollbar-width:thin;flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.new-entry-photo-tabs button{flex:none;min-height:44px}.new-entry-photo-toolbar{margin:18px 0 0}.new-entry-actions{border-top:1px solid var(--theme-border);margin-top:18px;padding-top:18px}.editor-workspace-header{gap:12px;overflow:hidden}.editor-title-row h1{font-size:23px}.editor-stepper{overscroll-behavior-inline:contain;scrollbar-width:thin;gap:8px;padding:1px 0 5px;display:flex;overflow-x:auto}.editor-step{text-align:center;white-space:nowrap;border-radius:999px;flex:none;width:auto;min-height:44px;margin:0;padding:8px 12px}.editor-photo-toolbar{box-shadow:none;background:0 0;border-width:1px 0;border-radius:0;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;padding:8px 0}.editor-photo-position{grid-area:auto}.editor-photo-arrow{grid-row:auto;min-width:0;min-height:44px;padding:8px}.editor-stage-grid:not(.new-entry-stage-grid){border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:14px;padding:14px;display:block;box-shadow:0 2px 10px #1018280d}.editor-stage-grid .editor-stage-card{min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;padding:0}.editor-stage-grid .editor-stage-card+.editor-stage-card{border-top:1px solid var(--theme-border);margin-top:18px;padding-top:18px}.editor-stage-grid .editor-step-number{display:none}.editor-photo-preview{min-height:0;max-height:280px}.editor-source-text,.editor-comparison-text{border-radius:10px;padding:12px}.editor-final-stage{padding:14px;box-shadow:0 2px 10px #1018280d}.editor-final-stage .entry-diff-panel{padding:12px}.editor-annotation-stage,.editor-submit-stage{border:1px solid var(--theme-border);background:var(--theme-surface);border-radius:14px;gap:0;padding:14px;box-shadow:0 2px 10px #1018280d}.editor-annotation-stage-heading{border:0;border-bottom:1px solid var(--theme-border);background:0 0;border-radius:0;margin:0;padding:0 0 14px}.correction-annotation-editor{box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;padding:16px 0 0}.correction-annotation-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.annotation-action{min-height:68px;margin:0;padding:10px}.correction-annotation-surface{border-radius:10px;padding:14px}.editor-support-grid{display:block}.editor-support-grid .card{border:0;border-top:1px solid var(--theme-border);box-shadow:none;background:0 0;border-radius:0;margin:16px 0 0;padding:16px 0 0}.editor-stage-next-row{border-top:1px solid var(--theme-border);margin-top:16px;padding-top:16px}.editor-export-card{box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;padding:16px 0 0}.editor-export-formats{gap:0;margin-top:12px}.editor-export-format{background:0 0;border-width:1px 0 0;border-radius:0;padding:12px 0}.editor-export-format:first-child{border-top:0}}
