:root{--ink:#173a34;--muted:#718b83;--ground:#f4f8f5;--card:#fff;--green:#216a58;--mint:#d8f1e5;--line:#dce8e2}*{box-sizing:border-box}body{margin:0;background:var(--ground);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;font-size:16px}button,input{font:inherit}button{border:0;cursor:pointer}#app{min-height:100svh;max-width:540px;margin:0 auto;padding:30px 20px 42px}.eyebrow{color:#82a097;font-size:12px;letter-spacing:.14em}.home-head{padding:8px 2px 30px}.question{font-size:31px;line-height:1.3;letter-spacing:.01em;margin:20px 0 8px}.hint{color:var(--muted);font-size:15px}.search{background:var(--card);padding:18px;border-radius:20px;box-shadow:0 12px 30px rgba(28,82,67,.08)}label{display:block;color:var(--muted);font-size:13px;margin-bottom:9px}.term-input{width:100%;height:52px;border:0;background:#f1f7f3;border-radius:12px;padding:0 14px;color:var(--ink);outline:2px solid transparent}.term-input:focus{outline-color:#9acaba}.primary{width:100%;height:52px;margin-top:12px;border-radius:12px;background:var(--green);color:#fff;font-weight:650}.section-title{font-size:14px;color:var(--muted);margin:33px 0 12px}.shortcut{width:100%;display:flex;align-items:center;gap:13px;padding:15px;background:rgba(255,255,255,.84);border-radius:15px;margin-top:10px;color:var(--ink);text-align:left}.shortcut i{font-style:normal;width:32px;height:32px;line-height:32px;text-align:center;border-radius:9px;background:#def2e8;color:#397563}.shortcut span{font-size:15px}.shortcut small{color:var(--muted);display:block;margin-top:2px}.arrow{margin-left:auto;color:#99afa8;font-size:24px}.topbar{display:flex;align-items:center;gap:12px;margin-bottom:28px}.back{width:34px;height:34px;border-radius:50%;background:#e5f1eb;color:var(--green);font-size:20px}.term-title{font-size:40px;margin:7px 0 4px}.full-name{color:var(--muted);font-size:15px}.remember{background:var(--mint);border-radius:17px;padding:20px;margin:25px 0}.remember small{display:block;color:#4d8876;margin-bottom:7px}.remember strong{font-size:21px;line-height:1.45}.note{border-bottom:1px solid var(--line);padding:0 2px 22px;margin:0 0 22px}.note h2{font-size:17px;margin:0 0 10px}.note p{margin:0;color:#5c746c;line-height:1.8}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px;background:#5aa78d}.tags{display:flex;flex-wrap:wrap;gap:8px}.tag{display:inline-block;background:#e5f1eb;color:#477164;border-radius:99px;padding:7px 11px;font-size:13px}.library-head{margin:10px 0 30px}.library-title{font-size:31px;margin:8px 0}.letter{color:#79a397;font-weight:700;margin:20px 0 9px}.entry{display:flex;align-items:center;background:#fff;padding:17px;border-radius:16px;margin-bottom:10px;text-align:left;width:100%;color:var(--ink)}.entry-main{flex:1;min-width:0}.entry-name{font-size:19px;font-weight:700}.entry-remember{font-size:14px;color:var(--muted);line-height:1.45;margin:5px 0 12px}.statuses{display:flex;gap:5px;flex-wrap:wrap}.status{font-size:11px;border-radius:99px;padding:5px 8px;background:#eff5f1;color:#829891}.status.active{background:#d9f0e5;color:#276957}.empty{padding:62px 23px;text-align:center;background:rgba(255,255,255,.65);border-radius:20px}.empty h2{font-size:19px}.empty p{color:var(--muted);line-height:1.6}.loading{position:fixed;inset:0;background:rgba(244,248,245,.88);display:grid;place-items:center;color:var(--green);font-size:16px}.error{background:#fff5ef;border-radius:14px;padding:17px;color:#7a5141;line-height:1.6;margin-top:18px}.error button{display:block;margin-top:10px;background:none;color:#216a58;padding:0;font-weight:700}@media(min-width:541px){#app{padding-top:50px}}
