*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}:root{color-scheme:light;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;color:#1f1a17;background:radial-gradient(circle at top,rgba(252,232,199,.8),transparent 46%),linear-gradient(180deg,#fbf3e4,#f5ebda);--color-text: #1f1a17;--color-muted: #66584d;--color-panel: rgba(255, 251, 245, .86);--color-panel-strong: rgba(255, 247, 235, .96);--color-border: rgba(123, 92, 67, .16);--color-accent: #8f5c2c;--color-accent-strong: #6d431b;--color-danger: #b33b29;--shadow-panel: 0 18px 50px rgba(79, 53, 32, .12)}body{min-height:100vh;color:var(--color-text);background:transparent}body{padding:24px 16px 40px}.app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--color-text)}.app-loading--error{color:var(--color-danger)}.page-shell{position:relative;display:flex;justify-content:center}.page-shell__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.55),transparent 24%),radial-gradient(circle at 80% 10%,rgba(255,214,153,.28),transparent 18%);pointer-events:none}.page-shell__content{position:relative;z-index:1;width:min(100%,430px);display:flex;flex-direction:column;gap:16px}.top-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.top-nav__link{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(117,88,62,.16);background:#ffffffe0;color:var(--color-accent-strong);font-weight:700}.top-nav__link--active{background:linear-gradient(135deg,#9c6732,#6f471e);color:#fffdf8;border-color:transparent}.hero-card,.panel{background:var(--color-panel);border:1px solid var(--color-border);border-radius:24px;box-shadow:var(--shadow-panel);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-card{padding:24px 20px}.hero-card__eyebrow{font-size:12px;letter-spacing:.08em;color:var(--color-accent)}.hero-card h1,.panel__header h2{margin:8px 0 0;font-size:30px;line-height:1.15}.hero-card p,.panel__header p,.field-help,.submit-hint,.loading-message{margin:10px 0 0;color:var(--color-muted);font-size:14px}.hero-card__summary{margin:18px 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hero-card__summary div{padding:12px 14px;border-radius:16px;background:#fff7ebe6}.hero-card__summary dt{font-size:12px;color:var(--color-muted)}.hero-card__summary dd{margin:6px 0 0;font-size:15px;font-weight:600}.quota-card{margin-top:16px;padding:12px 14px;border-radius:16px;background:#fff7ebe6;color:var(--color-accent-strong);font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.quota-card__action{min-height:40px;padding-inline:16px}.panel{padding:20px}.panel__header{margin-bottom:18px}.panel__header h2{font-size:22px}.form{display:flex;flex-direction:column;gap:18px}.field-group{display:flex;flex-direction:column;gap:8px}.field-label{font-size:14px;font-weight:600}.field-input{width:100%;min-height:48px;padding:0 14px;border:1px solid rgba(117,88,62,.18);border-radius:14px;background:#ffffffd6;color:var(--color-text)}.field-input:focus{outline:2px solid rgba(143,92,44,.2);border-color:var(--color-accent)}.two-column-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.chip-group,.card-choice-group,.result-card__actions{display:grid;gap:10px}.chip-group{grid-template-columns:repeat(2,minmax(0,1fr))}.chip-option,.card-choice{position:relative;display:block;border:1px solid rgba(117,88,62,.16);border-radius:16px;background:#ffffffd6;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.chip-option input,.card-choice input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.chip-option span,.card-choice__label,.card-choice__description{display:block}.chip-option span{padding:13px 14px;text-align:center;font-weight:600}.card-choice{padding:14px}.card-choice__label{font-weight:700}.card-choice__description{margin-top:6px;color:var(--color-muted);font-size:13px}.chip-option:has(input:checked),.card-choice:has(input:checked){border-color:#8f5c2c73;box-shadow:0 8px 20px #8f5c2c1f;transform:translateY(-1px)}.message-box{padding:12px 14px;border-radius:14px;background:#fffaf0e6;color:var(--color-muted);font-size:14px}.message-box--error{background:#ffece9f5;color:var(--color-danger)}.submit-section{display:flex;flex-direction:column;gap:10px}.submit-button,.action-button{min-height:50px;border:none;border-radius:999px;background:linear-gradient(135deg,#9c6732,#6f471e);color:#fffdf8;font-weight:700;text-align:center;display:inline-flex;align-items:center;justify-content:center;padding:0 18px}.submit-button:disabled{opacity:.5}.action-button--secondary{background:#ffffffe0;color:var(--color-accent-strong);border:1px solid rgba(117,88,62,.16)}.result-card{display:flex;flex-direction:column;gap:14px}.result-card__image{width:100%;border-radius:18px;border:1px solid rgba(117,88,62,.12);background:var(--color-panel-strong)}.preview-card{display:flex;flex-direction:column;gap:14px}.preview-card__image{width:100%;height:auto;display:block;border-radius:18px;border:1px solid rgba(117,88,62,.12);background:var(--color-panel-strong)}.task-progress{display:flex;flex-direction:column;gap:14px}.task-progress__meta{font-size:12px;color:var(--color-muted);word-break:break-all}.task-progress__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.task-progress__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:16px;border:1px solid rgba(117,88,62,.12);background:#ffffffd6}.task-progress__item--done{background:#f2f8eff2;border-color:#5f8c512e}.task-progress__item--active{background:#fff7ebf2;border-color:#8f5c2c38;box-shadow:0 10px 24px #8f5c2c14}.task-progress__step-label{font-weight:600}.task-progress__badge{flex-shrink:0;min-width:58px;padding:6px 10px;border-radius:999px;text-align:center;font-size:12px;font-weight:600}.task-progress__badge--done{background:#5f8c511f;color:#4f7a41}.task-progress__badge--active{background:#8f5c2c1f;color:var(--color-accent-strong)}.task-progress__badge--pending{background:#75583e14;color:var(--color-muted)}.history-list{display:flex;flex-direction:column;gap:14px}.history-item{padding:16px;border-radius:18px;border:1px solid rgba(117,88,62,.12);background:#ffffffd6;display:flex;flex-direction:column;gap:14px}.history-item__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.history-item__header h3{margin:0;font-size:18px}.history-item__delete{border:none;background:transparent;color:var(--color-danger);font-weight:600;padding:0}.history-item__meta{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.history-item__meta div{padding:12px 14px;border-radius:14px;background:#fff7ebc2}.history-item__meta dt{font-size:12px;color:var(--color-muted)}.history-item__meta dd{margin:6px 0 0;font-size:14px;font-weight:600;word-break:break-word}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;align-items:center;justify-content:center;padding:24px;background:#1f1a174d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.loading-card{width:min(100%,320px);padding:28px 22px;border-radius:24px;background:#fff8eef5;text-align:center;box-shadow:0 24px 48px #1f1a172e}.loading-spinner{width:54px;height:54px;margin:0 auto;border-radius:50%;border:4px solid rgba(143,92,44,.12);border-top-color:var(--color-accent);animation:spin .9s linear infinite}.loading-title{margin:16px 0 0;font-size:18px;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 380px){body{padding-inline:12px}.hero-card,.panel{border-radius:20px}}
