:root{--color-bg: #f3ede4;--color-bg-elevated: #faf6f0;--color-surface: #fffcf8;--color-surface-muted: #f5efe6;--color-text: #2c2419;--color-text-muted: #5c5348;--color-primary: #0d6e6e;--color-primary-hover: #0a5858;--color-primary-soft: #e3f2f0;--color-accent-warm: #c17f3a;--color-accent-warm-soft: #faf0e4;--color-border: rgba(44, 36, 25, .1);--color-border-strong: rgba(44, 36, 25, .16);--shadow-sm: 0 1px 3px rgba(44, 36, 25, .06), 0 1px 2px rgba(44, 36, 25, .04);--shadow-md: 0 4px 14px rgba(44, 36, 25, .08), 0 2px 6px rgba(44, 36, 25, .04);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 20px;--radius-pill: 999px;--space-section: 2rem;--text: var(--color-text);--text-muted: var(--color-text-muted);--bg: var(--color-bg-elevated);--surface: var(--color-surface);--border: var(--color-border-strong);--accent: var(--color-primary);--accent-hover: var(--color-primary-hover);--info-bg: var(--color-primary-soft);--info-border: rgba(13, 110, 110, .2);--error-bg: #fef2f2;--error-border: #fecaca;--error-text: #b91c1c;--font-body: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Fraunces", Georgia, "Times New Roman", serif;font-family:var(--font-body);line-height:1.5;font-weight:400;color:var(--color-text);background:linear-gradient(165deg,#faf6f0 0%,var(--color-bg) 55%,#ebe3d8 100%);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100svh}#root{min-height:100svh}.app{max-width:480px;margin:0 auto;padding:1.25rem 1.25rem 2.5rem;min-height:100svh;display:flex;flex-direction:column;gap:var(--space-section)}@media(min-width:640px){.app{max-width:560px;padding:1.75rem 1.5rem 3rem}}.app__hero{padding:1.25rem 1.1rem;background:linear-gradient(135deg,var(--color-primary) 0%,#0a8585 100%);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);color:#fff}.app__header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.app__hero h1{margin:0;font-family:var(--font-display);font-size:1.85rem;font-weight:700;letter-spacing:-.02em;color:#fff}.app__profile-button{flex-shrink:0;min-height:36px;padding:.4rem .75rem;font-size:.78rem;font-weight:600;color:var(--color-primary);background:#fffffff2;border:none;border-radius:var(--radius-pill);cursor:pointer;touch-action:manipulation;box-shadow:var(--shadow-sm)}.app__profile-button:hover{background:#fff}.app__tagline{margin:0;color:#ffffffe6;font-size:1rem;line-height:1.45}.app__trust{margin:0;padding:.65rem 1rem;font-size:.88rem;color:var(--color-text-muted);background:var(--color-surface-muted);border-radius:var(--radius-pill);text-align:center;line-height:1.45;border:1px solid var(--color-border)}.app__zone{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--color-border)}.app__zone--source{background:var(--color-surface)}.app__zone--results{background:linear-gradient(180deg,var(--color-primary-soft) 0%,var(--color-surface) 2.5rem);border-color:#0d6e6e26}.app__zone--history{padding:1rem 1.1rem;background:var(--color-surface-muted);box-shadow:var(--shadow-sm);border-style:dashed;border-color:var(--color-border)}.app__zone-title{margin:0;font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--color-text)}.app__zone--history .app__zone-title{font-size:1rem;color:var(--color-text-muted)}.app__scan{display:flex;flex-direction:column;align-items:stretch;gap:1rem;width:100%}.app__file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app__button{width:100%;max-width:320px;min-height:56px;padding:.875rem 1.5rem;font-size:1.125rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#0a8585 100%);border:none;border-radius:var(--radius-md);cursor:pointer;touch-action:manipulation;box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;align-self:center}@media(prefers-reduced-motion:no-preference){.app__button:not(:disabled):hover{filter:brightness(1.05);box-shadow:var(--shadow-md)}}.app__button:not(:disabled):hover{background:linear-gradient(135deg,var(--color-primary-hover) 0%,#087070 100%)}.app__button:disabled{opacity:.55;cursor:not-allowed}.app__button--secondary{color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border-strong);box-shadow:none}.app__button--secondary:not(:disabled):hover{background:var(--color-surface-muted);filter:none}.app__preview{width:100%;display:flex;flex-direction:column;gap:1rem}.app__preview-image{width:100%;max-height:320px;object-fit:contain;border-radius:12px;border:1px solid var(--border);background:var(--surface)}.app__actions,.app__result-actions{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%}.app__part-status{margin:0;padding:.75rem .875rem;font-size:.92rem;color:var(--text-muted);background:var(--info-bg);border:1px solid var(--info-border);border-radius:10px;line-height:1.5}.session-history{display:flex;flex-direction:column;gap:.75rem;padding:0;background:transparent;border:none;border-radius:0;box-shadow:none}.session-history__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.session-history__title{margin:0;font-size:1rem;font-weight:600;color:var(--color-text-muted)}.session-history__clear{border:none;background:none;padding:0;font:inherit;font-size:.85rem;font-weight:600;color:var(--text-muted);cursor:pointer;text-decoration:underline}.session-history__intro,.session-history__empty{margin:0;font-size:.92rem;color:var(--text-muted);line-height:1.5}.session-history__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.session-history__item{display:flex;gap:.35rem;align-items:stretch}.session-history__open{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;padding:.75rem .875rem;font:inherit;text-align:left;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;box-shadow:var(--shadow-sm)}.session-history__open--active{border-color:var(--color-primary);background:var(--color-primary-soft)}.session-history__label{font-size:.92rem;font-weight:600}.session-history__meta{font-size:.8rem;color:var(--text-muted)}.session-history__summary{font-size:.85rem;color:var(--text-muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.session-history__remove{flex-shrink:0;width:36px;min-height:36px;align-self:center;font-size:1.25rem;line-height:1;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:8px;cursor:pointer}.read-support{display:flex;flex-direction:column;gap:.75rem}.read-support h2,.language-help h2{margin:0;font-family:var(--font-display);font-size:1.15rem;font-weight:600}.read-support__intro,.read-support__part{margin:0;font-size:.92rem;color:var(--text-muted);line-height:1.5}.read-support__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1rem}.read-support__item{padding:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:0;overflow:hidden;box-shadow:var(--shadow-sm)}.read-support__no{margin:0;padding:1rem 1rem .85rem;font-size:.95rem;line-height:1.55;background:var(--color-primary-soft)}.read-support__native{margin:0;padding:.85rem 1rem 1rem;font-size:.95rem;line-height:1.55;color:var(--color-text-muted);background:var(--color-surface-muted);border-top:1px solid var(--color-border)}.read-support__flag{margin-right:.35rem}.read-support__lang{display:block;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem;color:var(--text-muted)}.app__status{margin:0;text-align:center;color:var(--text-muted);font-size:.95rem}.app__error{margin:0;padding:.875rem 1rem;background:var(--error-bg);border:1px solid var(--error-border);border-radius:12px;color:var(--error-text);font-size:.95rem}.app__result{background:transparent;border:none;border-radius:0;padding:0;display:flex;flex-direction:column;gap:1rem;box-shadow:none}.app__result h2{margin:.5rem 0 0;font-family:var(--font-display);font-size:1.15rem;font-weight:600}.app__result h2:first-child{margin-top:0}.app__summary{margin:0;color:var(--text)}.app__keywords{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.app__keywords li{background:var(--color-accent-warm-soft);border:1px solid rgba(193,127,58,.25);border-radius:var(--radius-pill);padding:.3rem .8rem;font-size:.9rem;color:var(--color-text)}.app__questions{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1rem}.learning-results__intro{margin:0 0 .5rem;font-size:.95rem;color:var(--text-muted)}.learning-results__mode-intro{margin:0;font-size:.92rem;color:var(--text-muted);line-height:1.5}.learning-results__subheading{margin:.75rem 0 0;font-size:1rem;font-weight:600}.learning-results__empty{margin:0;padding:1rem;font-size:.95rem;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:12px}.learning-results__panel{display:flex;flex-direction:column;gap:1rem;padding:1.1rem;background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.view-mode-picker{display:flex;flex-direction:column;gap:.5rem;width:100%}.view-mode-picker__button{display:flex;align-items:stretch;gap:0;min-height:56px;padding:0;font:inherit;text-align:left;color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;touch-action:manipulation;overflow:hidden;box-shadow:var(--shadow-sm);transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.view-mode-picker__stripe{flex-shrink:0;width:5px;background:var(--mode-accent, var(--color-primary))}.view-mode-picker__content{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.1rem;padding:.65rem .85rem;min-width:0}.view-mode-picker__label-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.view-mode-picker__button--active{color:var(--color-text);background:var(--color-primary-soft);border-color:#0d6e6e40;box-shadow:var(--shadow-md)}.view-mode-picker__label{font-size:.95rem;font-weight:600}.view-mode-picker__check{flex-shrink:0;font-size:.9rem;font-weight:700;color:var(--color-primary)}.view-mode-picker__hint{font-size:.78rem;line-height:1.3;color:var(--color-text-muted)}.view-mode-picker__button--active .view-mode-picker__hint{color:var(--color-text-muted)}.question-card{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-sm)}.question-card__header{display:flex;gap:.75rem;align-items:flex-start}.question-card__badge{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-size:.9rem;font-weight:700;color:#fff;background:var(--color-accent-warm);border-radius:50%}.question-card__number{display:none}.question-card__question{margin:0;font-weight:500;line-height:1.45}.question-card__toggle{width:100%;min-height:44px;padding:.625rem 1rem;font-size:1rem;font-weight:600;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:10px;cursor:pointer;touch-action:manipulation;transition:background-color .15s ease}.question-card__toggle:hover{background:var(--bg)}.question-card__answer{margin:0;padding:.75rem .875rem;font-size:.95rem;color:var(--color-text-muted);background:var(--color-accent-warm-soft);border:1px solid rgba(193,127,58,.2);border-radius:var(--radius-sm)}.question-card__answer strong{color:var(--text)}.source-limit-banner{width:100%;padding:1rem 1.1rem;background:var(--info-bg);border:1px solid var(--info-border);border-radius:12px}.source-limit-banner p{margin:0;font-size:.92rem;color:var(--text-muted);line-height:1.55}.source-gallery{width:100%;display:flex;flex-direction:column;gap:.75rem}.source-gallery__count{margin:0;font-size:.9rem;font-weight:600;color:var(--text-muted)}.source-gallery__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.75rem}.source-gallery__item{display:flex;gap:.75rem;padding:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:12px}.source-gallery__thumb{width:72px;height:72px;object-fit:cover;border-radius:8px;border:1px solid var(--border);flex-shrink:0}.source-gallery__meta{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:.5rem;min-width:0}.source-gallery__label{font-size:.9rem;font-weight:600}.source-gallery__controls{display:flex;flex-wrap:wrap;gap:.5rem}.source-gallery__control{min-height:36px;padding:.35rem .65rem;font-size:.85rem;font-weight:600;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:8px;cursor:pointer;touch-action:manipulation}.source-gallery__control:disabled{opacity:.45;cursor:not-allowed}.source-gallery__control--danger{color:var(--error-text);background:var(--error-bg);border-color:var(--error-border)}.app__add-more{width:100%;display:flex;flex-direction:column;gap:.75rem}.source-picker{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.source-picker::-webkit-scrollbar{display:none}.source-picker__track{display:flex;gap:.35rem;padding:.35rem;background:var(--color-surface-muted);border-radius:var(--radius-pill);border:1px solid var(--color-border);min-width:min-content}.source-picker__button{flex:0 0 auto;display:flex;align-items:center;gap:.35rem;min-height:44px;padding:.5rem .85rem;font-size:.88rem;font-weight:600;color:var(--color-text-muted);background:transparent;border:none;border-radius:var(--radius-pill);cursor:pointer;touch-action:manipulation;scroll-snap-align:start;white-space:nowrap;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.source-picker__icon{font-size:1rem;line-height:1}.source-picker__button--active{color:#fff;background:var(--color-primary);box-shadow:var(--shadow-sm)}.source-picker__button:disabled{opacity:.55;cursor:not-allowed}.text-source{width:100%;display:flex;flex-direction:column;gap:.5rem}.text-source__label{font-size:.95rem;font-weight:600}.text-source__input,.url-source__input,.doc-source__range input,.url-source__section-select,.profile-modal__field select{border:1px solid var(--color-border);transition:border-color .15s ease,box-shadow .15s ease}.text-source__input:focus,.url-source__input:focus,.doc-source__range input:focus,.url-source__section-select:focus,.profile-modal__field select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #0d6e6e26}.text-source__input{width:100%;padding:.875rem 1rem;font:inherit;color:var(--color-text);background:var(--color-surface-muted);border-radius:var(--radius-md);resize:vertical;min-height:160px}.field-with-clear{position:relative;width:100%}.field-with-clear--has-clear .field-with-clear__input,.field-with-clear--input.field-with-clear--has-clear .field-with-clear__input{padding-right:2.75rem}.clear-field-btn{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;font-size:1.35rem;line-height:1;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);border-radius:8px;cursor:pointer}.field-with-clear--input .clear-field-btn{top:50%;transform:translateY(-50%)}.clear-field-btn:hover:not(:disabled){color:var(--text);border-color:var(--text-muted)}.clear-field-btn:disabled{opacity:.5;cursor:not-allowed}.doc-source__meta-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.doc-source__meta-header .clear-field-btn{position:static;transform:none;flex-shrink:0}.text-source__hint,.doc-source__hint{margin:0;font-size:.9rem;color:var(--text-muted)}.doc-source{width:100%;display:flex;flex-direction:column;gap:.75rem}.doc-source__intro{margin:0;font-size:.92rem;color:var(--text-muted);line-height:1.55}.doc-source__meta{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.doc-source__meta p{margin:0}.doc-source__range{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.doc-source__range label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600}.doc-source__range input{min-height:44px;padding:.5rem .75rem;font:inherit;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.url-source{width:100%;display:flex;flex-direction:column;gap:.5rem}.url-source__label{font-size:.95rem;font-weight:600}.url-source__input{width:100%;min-height:48px;padding:.75rem 1rem;font:inherit;color:var(--color-text);background:var(--color-surface-muted);border-radius:var(--radius-md)}.url-source__section-label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600}.url-source__section-select{min-height:48px;padding:.5rem .75rem;font:inherit;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.url-source__preview,.url-source__hint{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.5}.session-recommendation{display:flex;gap:.6rem;align-items:flex-start;margin:0 0 .25rem;padding:.85rem 1rem;font-size:.92rem;color:var(--color-text);background:var(--color-accent-warm-soft);border:1px solid rgba(193,127,58,.25);border-radius:var(--radius-md);line-height:1.5}.session-recommendation__icon{flex-shrink:0;font-size:1.1rem;line-height:1.4}.language-help{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem;border-top:1px solid var(--border)}.language-help--standalone{padding-top:0;border-top:none}.language-help h2{margin:0;font-family:var(--font-display);font-size:1.15rem;font-weight:600}.language-help__intro{margin:0;font-size:.92rem;color:var(--text-muted)}.language-help__bilingual-grid{display:grid;gap:.75rem}.language-help__lang-label{margin:0 0 .35rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted)}.language-help__phrases{display:flex;flex-direction:column;gap:.75rem}.language-help__grammar ul{margin:0;padding-left:1.1rem}.language-help__grammar-native{margin:.35rem 0 0;font-size:.92rem;color:var(--text-muted);line-height:1.5}.language-help__more-hint{margin:0;font-size:.9rem;color:var(--text-muted);font-style:italic}.phrase-card{padding:1rem 1rem 1rem 1.1rem;background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid #7c5c8a;border-radius:var(--radius-md);display:flex;flex-direction:column;gap:.5rem;box-shadow:var(--shadow-sm)}.phrase-card__original{margin:0;font-family:var(--font-display);font-size:1.05rem;font-weight:600;font-style:italic;color:var(--color-text)}.phrase-card p{margin:0;font-size:.92rem;line-height:1.5}.phrase-card__field{display:flex;flex-direction:column;gap:.25rem}.phrase-card__native-line{color:var(--text-muted)}.profile-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:flex-end;justify-content:center}.profile-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#2c241973}.profile-modal__panel{position:relative;width:100%;max-width:480px;max-height:90svh;overflow-y:auto;padding:1.5rem 1.25rem 2rem;background:var(--surface);border-radius:20px 20px 0 0;box-shadow:0 -8px 32px #1a2b3c26}@media(min-width:640px){.profile-modal{align-items:center;padding:1.5rem}.profile-modal__panel{max-height:calc(100svh - 3rem);border-radius:20px;box-shadow:0 12px 40px #1a2b3c33}}.profile-modal__panel h2{margin:0 0 .5rem;font-family:var(--font-display);font-size:1.35rem}.profile-modal__intro{margin:0 0 1rem;font-size:.92rem;color:var(--text-muted)}.profile-modal__form{display:flex;flex-direction:column;gap:1rem}.profile-modal__field{display:flex;flex-direction:column;gap:.35rem;font-size:.95rem;font-weight:600}.profile-modal__field select{min-height:48px;padding:.5rem .75rem;font:inherit;border:1px solid var(--border);border-radius:10px;background:var(--bg)}.profile-modal__levels{margin:0;padding:0;border:none;display:flex;flex-direction:column;gap:.5rem}.profile-modal__levels legend{font-size:.95rem;font-weight:600;margin-bottom:.35rem}.profile-modal__level{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem;border:1px solid var(--border);border-radius:10px;cursor:pointer}.profile-modal__level input{margin-top:.2rem}.profile-modal__level span{display:flex;flex-direction:column;gap:.15rem}.profile-modal__level small{font-size:.85rem;color:var(--text-muted);font-weight:400}.profile-modal__notice{margin:0;font-size:.85rem;color:var(--text-muted);line-height:1.5}.profile-modal__actions{display:flex;flex-direction:column;gap:.75rem}
