:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;color:#241c15;background:#fbf7ef;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--border: rgba(36, 28, 21, .1);--shadow: 0 20px 55px rgba(56, 40, 25, .12)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,rgba(251,146,60,.18),transparent 34rem),radial-gradient(circle at top right,rgba(59,130,246,.12),transparent 32rem),#fbf7ef}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.app-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:40px 0 72px}.hero{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px}.eyebrow{margin:0 0 8px;color:#f97316;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:13px}h1,h2,h3,p{margin-top:0}h1{margin-bottom:10px;font-size:clamp(34px,5vw,58px);letter-spacing:-.06em;line-height:.98}.hero-text{margin-bottom:0;color:#6b5f55;font-size:17px;max-width:680px}.stats-card{min-width:132px;padding:18px;border-radius:24px;border:1px solid var(--border);background:#ffffffad;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stats-card strong{display:block;font-size:42px;line-height:1}.stats-card span{color:#776c62;font-size:14px}.toolbar{display:grid;gap:14px;padding:18px;margin-bottom:24px;border:1px solid var(--border);border-radius:30px;background:#ffffffb8;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.toolbar-row{display:flex;align-items:center;gap:12px;justify-content:space-between;flex-wrap:wrap}.subtle-row{padding-top:4px}.search-box{flex:1 1 320px;display:flex;align-items:center;gap:10px;min-height:48px;padding:0 15px;border-radius:18px;background:#f8f4ec;border:1px solid var(--border)}.search-box input{width:100%;border:0;outline:0;background:transparent;color:#241c15}.primary-button,.secondary-button,.chip,.tag-chip,.text-button,.icon-button{border:0;border-radius:999px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.primary-button:hover,.secondary-button:hover,.chip:hover,.tag-chip:hover,.icon-button:hover{transform:translateY(-1px)}.primary-button{min-height:48px;padding:0 20px;color:#fff;background:#241c15;box-shadow:0 10px 24px #241c152e;font-weight:800}.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;background:#fff;color:#241c15;border:1px solid var(--border);font-weight:700}.secondary-button.small{min-height:36px;font-size:13px}.tabs,.import-export,.tag-filter,.tag-row,.card-actions,.color-list,.editor-options{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.chip,.tag-chip{min-height:36px;padding:0 14px;background:#f8f4ec;color:#6b5f55;font-weight:700}.chip.active,.tag-chip.active{color:#241c15;background:#fde68a}.file-button{position:relative;overflow:hidden}.file-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.memo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px}.memo-card{position:relative;min-height:210px;display:flex;flex-direction:column;gap:14px;padding:18px;border-radius:28px;border:1px solid rgba(36,28,21,.1);box-shadow:0 14px 28px #3828191a;transition:transform .18s ease,box-shadow .18s ease}.memo-card:hover{transform:translateY(-3px);box-shadow:0 22px 42px #38281929}.card-header,.card-footer,.editor-header,.editor-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.card-title{margin-bottom:0;font-size:19px;line-height:1.25;letter-spacing:-.02em}.muted-title{color:#8a7f75}.card-content{flex:1;margin-bottom:0;color:#3f352d;white-space:pre-wrap;word-break:break-word;line-height:1.65}.tag{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#ffffffb8;color:#665b51;font-size:13px;font-weight:700}.card-footer{color:#7a6f65;font-size:13px}.icon-button{width:38px;height:38px;background:#ffffffbd;font-size:16px}.text-button{padding:0;background:transparent;color:#6b5f55;font-size:13px;font-weight:800}.text-button.danger{color:#dc2626}.empty-state{display:grid;place-items:center;text-align:center;gap:10px;min-height:320px;padding:40px;border:1px dashed rgba(36,28,21,.18);border-radius:34px;background:#ffffff7a}.empty-state.compact{min-height:220px}.empty-icon{font-size:48px}.empty-state h2{margin-bottom:0}.empty-state p{max-width:520px;color:#74685e}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:18px;background:#241c1547;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.editor-panel{width:min(680px,100%);max-height:min(760px,calc(100vh - 36px));overflow:auto;display:grid;gap:18px;padding:22px;border-radius:32px;background:#fffaf2;box-shadow:0 28px 80px #241c1547}.editor-header h2{margin-bottom:0;letter-spacing:-.03em}.close-button{flex:0 0 auto}.field-label{display:grid;gap:8px;color:#554b43;font-weight:800}.field-input,.field-textarea{width:100%;border:1px solid var(--border);border-radius:18px;outline:none;background:#fff;color:#241c15;box-shadow:inset 0 1px #241c1508}.field-input{min-height:48px;padding:0 14px}.field-textarea{resize:vertical;padding:14px;line-height:1.65}.field-input:focus,.field-textarea:focus{border-color:#f973168f;box-shadow:0 0 0 4px #f973161a}.editor-options{justify-content:space-between;align-items:flex-end;gap:18px}.option-title{display:block;margin-bottom:8px;color:#554b43;font-weight:800}.color-dot{width:34px;height:34px;border:2px solid rgba(36,28,21,.08);border-radius:50%}.color-dot.active{border-color:#241c15;box-shadow:0 0 0 4px #241c1514}.checkbox-line{display:flex;align-items:center;gap:8px;color:#554b43;font-weight:800}.editor-footer{padding-top:4px}.toast{position:fixed;right:24px;bottom:24px;z-index:60;margin:0;padding:12px 16px;border-radius:999px;color:#fff;background:#241c15;box-shadow:var(--shadow);font-weight:800}@media(max-width:760px){.app-shell{width:min(100% - 20px,1180px);padding-top:24px}.hero{align-items:stretch;flex-direction:column}.stats-card{width:100%}.toolbar,.editor-panel,.memo-card,.empty-state{border-radius:22px}.primary-button,.search-box,.import-export{width:100%}.import-export .secondary-button{flex:1}}.password-page{min-height:100vh;display:grid;place-items:center;padding:24px}.password-card{width:min(420px,100%);padding:34px 28px 28px;border:1px solid var(--border);border-radius:32px;background:#ffffffc7;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);text-align:center}.password-card h1{margin-bottom:20px;font-size:clamp(24px,5vw,32px);letter-spacing:-.04em;line-height:1.15}.password-form{display:grid;gap:12px;margin-top:0}.password-form input{width:100%;min-height:52px;padding:0 16px;border:1px solid var(--border);border-radius:18px;outline:none;background:#fff;color:#241c15}.password-form input:focus{border-color:#f973168f;box-shadow:0 0 0 4px #f973161a}.password-error{margin:14px 0 0;padding:10px 12px;border-radius:14px;background:#dc262614;color:#b91c1c;font-weight:700}.toolbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.field-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#6b5f55 50%),linear-gradient(135deg,#6b5f55 50%,transparent 50%);background-position:calc(100% - 19px) 50%,calc(100% - 13px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.settings-panel{width:min(620px,100%)}.settings-help{margin:-6px 0 0;color:#6b5f55;line-height:1.7}.category-list-editor{display:grid;gap:10px}.category-edit-row,.category-add-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.danger-outline{color:#dc2626}@media(max-width:760px){.toolbar-actions{width:100%}.toolbar-actions .secondary-button,.toolbar-actions .primary-button{flex:1}.category-edit-row,.category-add-row{grid-template-columns:1fr}}.settings-page{display:grid;gap:24px}.settings-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.settings-hero h1{margin-bottom:10px;font-size:clamp(32px,5vw,52px)}.settings-card{display:grid;gap:18px;padding:22px;border:1px solid var(--border);border-radius:30px;background:#ffffffb8;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.settings-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.settings-card h2{margin-bottom:8px}.settings-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-top:4px}@media(max-width:760px){.settings-hero{align-items:stretch;flex-direction:column}.settings-footer{flex-direction:column-reverse}.settings-footer .primary-button,.settings-footer .secondary-button{width:100%}}
