: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}.add-card-button{white-space:nowrap}.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;align-items:start}.memo-card{position:relative;height:360px;min-height:360px;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-body-scroll{flex:1;min-height:0;overflow-y:auto;padding-right:6px;scrollbar-gutter:stable}.card-content{margin-bottom:0;color:#3f352d;white-space:pre-wrap;word-break:break-word;line-height:1.65}.card-body-scroll::-webkit-scrollbar,.detail-content::-webkit-scrollbar{width:8px}.card-body-scroll::-webkit-scrollbar-track,.detail-content::-webkit-scrollbar-track{background:#241c150d;border-radius:999px}.card-body-scroll::-webkit-scrollbar-thumb,.detail-content::-webkit-scrollbar-thumb{background:#241c153d;border-radius:999px}.card-body-scroll::-webkit-scrollbar-thumb:hover,.detail-content::-webkit-scrollbar-thumb:hover{background:#241c1557}.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-settings-card{gap:26px;padding:28px}.category-grid-editor{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,168px));align-items:start;gap:18px 18px;max-height:430px;overflow-y:auto;padding:18px 10px 12px 2px}.category-token-editor{position:relative;min-width:0;width:168px}.category-token-input{width:100%;height:38px;padding:0 32px 0 12px;border:1px solid rgba(36,28,21,.14);border-radius:8px;outline:none;background:#fffffff0;color:#374151;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 6px 18px #241c150a;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.category-token-input:hover{background:#fff;border-color:#241c153d}.category-token-input:focus{border-color:#f97316a8;box-shadow:0 0 0 3px #f973161f,0 8px 22px #241c150f}.category-remove-button{position:absolute;top:-10px;right:-10px;width:22px;height:22px;display:grid;place-items:center;padding:0;border:2px solid #fff;border-radius:999px;background:#ef4444;color:#fff;font-size:14px;font-weight:900;line-height:1;opacity:0;transform:scale(.86);box-shadow:0 8px 16px #ef44443d;transition:opacity .15s ease,transform .15s ease,background .15s ease}.category-token-editor:hover .category-remove-button,.category-token-editor:focus-within .category-remove-button{opacity:1;transform:scale(1)}.category-remove-button:hover{background:#dc2626}.category-settings-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:4px}.category-new-input{width:min(240px,100%);height:40px;padding:0 13px;border:1px solid rgba(36,28,21,.14);border-radius:8px;outline:none;background:#fffffff0;color:#374151;font-size:14px;box-shadow:0 6px 18px #241c150a}.category-new-input:focus{border-color:#f97316a8;box-shadow:0 0 0 3px #f973161f}.category-actions-footer{padding-top:0}.danger-outline{color:#dc2626}@media(max-width:760px){.toolbar-actions{width:100%}.toolbar-actions .secondary-button,.toolbar-actions .primary-button{flex:1;white-space:nowrap}.toolbar-actions .add-card-button{flex:1.15;padding:0 12px}.category-grid-editor{grid-template-columns:repeat(auto-fill,minmax(140px,140px));gap:16px;max-height:360px}.category-token-editor{width:140px}.category-settings-bottom{align-items:stretch;flex-direction:column}.category-new-input{width:100%}}.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%}}.custom-select{position:relative;width:100%}.custom-select-trigger{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;border:1px solid var(--border);border-radius:18px;outline:none;background:#fff;color:#241c15;box-shadow:inset 0 1px #241c1508;font-weight:700;text-align:left;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.custom-select-trigger span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-trigger:hover,.custom-select.open .custom-select-trigger{border-color:#f973168f;box-shadow:0 0 0 4px #f973161a}.custom-select-arrow{flex:0 0 auto;color:#6b5f55;font-size:18px;line-height:1;transition:transform .15s ease}.custom-select.open .custom-select-arrow{transform:rotate(180deg)}.custom-select-menu{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:90;max-height:220px;overflow-y:auto;padding:8px;border:1px solid rgba(36,28,21,.12);border-radius:18px;background:#fffffffa;box-shadow:0 18px 44px #241c152e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.custom-select-option{width:100%;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;border:0;border-radius:13px;background:transparent;color:#3f352d;font-weight:700;text-align:left}.custom-select-option span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-option:hover{background:#f8f4ec}.custom-select-option.active{color:#241c15;background:#fde68a}.custom-select-check{flex:0 0 auto;width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:#241c15;color:#fff;font-size:13px;line-height:1}.confirm-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:18px;background:#241c1557;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.confirm-dialog{position:relative;width:min(420px,100%);padding:28px;border:1px solid var(--border);border-radius:28px;background:#fffaf2;box-shadow:0 28px 80px #241c1547}.confirm-dialog h2{margin-bottom:10px;font-size:26px;letter-spacing:-.04em}.confirm-text{margin-bottom:24px;color:#6b5f55;line-height:1.7}.confirm-footer{display:flex;justify-content:flex-end}.confirm-close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:999px;background:#241c150f;color:#241c15;font-size:22px;line-height:1}.confirm-close:hover{background:#241c151a}@media(max-width:760px){.custom-select-menu{max-height:180px}.confirm-footer .primary-button{width:100%}}.editor-footer{flex-wrap:nowrap}.editor-footer .secondary-button,.editor-footer .primary-button{white-space:nowrap}.editor-footer .secondary-button{flex:0 0 auto;min-width:70px}.editor-footer .primary-button{flex:0 1 260px;width:auto}@media(max-width:760px){.editor-footer{gap:10px}.editor-footer .secondary-button{width:auto;min-width:64px;padding:0 14px}.editor-footer .primary-button{width:auto;flex:1 1 auto;max-width:320px;min-width:0;padding:0 16px}}.memo-card{cursor:pointer}.detail-panel{width:min(680px,100%);max-height:min(780px,calc(100vh - 36px));overflow:hidden;display:flex;flex-direction:column;gap:18px;padding:22px;border-radius:32px;border:1px solid rgba(36,28,21,.1);box-shadow:0 28px 80px #241c1547}.detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.detail-header h2{margin-bottom:0;font-size:clamp(26px,5vw,38px);line-height:1.1;letter-spacing:-.05em;word-break:break-word}.detail-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.detail-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#241c1514;color:#665b51;font-size:13px;font-weight:800}.detail-content{flex:1;min-height:220px;overflow-y:auto;padding:18px;border-radius:24px;border:1px solid rgba(36,28,21,.08);background:#ffffff94;color:#3f352d;line-height:1.8;white-space:pre-wrap;word-break:break-word}.detail-time{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;color:#7a6f65;font-size:13px}.detail-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.detail-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.detail-footer .primary-button,.detail-footer .secondary-button,.card-actions .text-button{white-space:nowrap}@media(max-width:760px){.detail-footer{align-items:stretch;flex-direction:column-reverse}.detail-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.detail-actions .primary-button,.detail-actions .secondary-button,.detail-footer>.secondary-button{width:100%;padding-left:12px;padding-right:12px}}.delete-confirm-dialog{text-align:center}.delete-confirm-icon{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 14px;border-radius:22px;background:#fee2e2;color:#b91c1c;font-size:28px;box-shadow:inset 0 0 0 1px #dc26261a}.danger-eyebrow{color:#dc2626}.confirm-footer-split{justify-content:center;gap:12px}.danger-button{min-height:48px;padding:0 20px;border:0;border-radius:999px;background:#dc2626;color:#fff;font-weight:900;box-shadow:0 16px 30px #dc262638}.danger-button:hover{transform:translateY(-1px);background:#b91c1c}@media(max-width:520px){.confirm-footer-split{display:grid;grid-template-columns:1fr 1fr}.confirm-footer-split .secondary-button,.confirm-footer-split .danger-button{width:100%;padding-left:12px;padding-right:12px;white-space:nowrap}}.settings-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(36,28,21,.12),transparent)}.preference-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;border:1px solid rgba(36,28,21,.08);border-radius:22px;background:#fffaf2d1}.preference-card h3{margin:0 0 6px;font-size:18px;letter-spacing:-.02em}.preference-card p{margin:0;color:#74685e;line-height:1.6}.switch-row{flex:0 0 auto;display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:900;color:#3b332c;white-space:nowrap}.switch-row input{position:absolute;opacity:0;pointer-events:none}.switch-track{position:relative;width:52px;height:30px;border-radius:999px;background:#241c1529;box-shadow:inset 0 1px 2px #241c1514;transition:background .18s ease,box-shadow .18s ease}.switch-thumb{position:absolute;top:4px;left:4px;width:22px;height:22px;border-radius:999px;background:#fff;box-shadow:0 4px 12px #241c1538;transition:transform .18s ease}.switch-row input:checked+.switch-track{background:#241c15;box-shadow:0 10px 20px #241c152e}.switch-row input:checked+.switch-track .switch-thumb{transform:translate(22px)}.switch-text{font-size:14px}@media(max-width:760px){.preference-card{align-items:flex-start;flex-direction:column}.switch-row{width:100%;justify-content:space-between}}.category-add-row{padding-top:6px}.preference-settings-card{gap:18px;padding:28px}.standalone-preference-card{margin:0}.settings-page-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:4px 2px 0}@media(max-width:760px){.settings-page-actions{flex-direction:column-reverse;align-items:stretch}.settings-page-actions .primary-button,.settings-page-actions .secondary-button{width:100%}}@media(max-width:760px){.memo-card{height:320px;min-height:320px}.detail-panel{max-height:calc(100vh - 24px);padding:18px}.detail-content{min-height:180px}}
