:root{font-family:Inter,Microsoft YaHei,PingFang SC,system-ui,sans-serif;color-scheme:light;--bg: #f7f6f4;--panel: #ffffff;--sidebar: #ffffff;--text: #2d3b4c;--muted: #9a9995;--line: #ebe9e5;--soft: #f0efeb;--primary: #2f3e50;--primary-contrast: #ffffff;--green: #3c9448;--orange: #df5b20;--purple: #5c33a8;--shadow: 0 1px 8px rgba(41, 47, 51, .045)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}button,input,textarea{font:inherit}button{cursor:pointer}.app-shell[data-theme=dark]{color-scheme:dark;--bg: #121417;--panel: #1b1f25;--sidebar: #171b20;--text: #e6edf5;--muted: #9aa4af;--line: #2a3038;--soft: #22272f;--primary: #dbe7f4;--primary-contrast: #18202a;--shadow: 0 1px 12px rgba(0, 0, 0, .22)}.app-shell{min-height:100vh;background:var(--bg)}.sidebar{position:fixed;inset:0 auto 0 0;width:340px;background:var(--sidebar);display:flex;flex-direction:column;padding:40px 20px;z-index:5}.brand-row{display:flex;align-items:center;gap:18px;color:var(--text)}.brand-row strong{font-size:29px;letter-spacing:0}.brand-mark{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;color:#fff;background:#2f3e50}.sidebar-brand{margin:0 10px 32px}.side-nav{display:grid;gap:16px}.side-nav button,.settings-button{height:74px;border:0;border-radius:14px;background:transparent;color:var(--muted);display:flex;align-items:center;gap:22px;padding:0 26px;font-size:23px;font-weight:700;text-align:left}.side-nav button.active{color:var(--text);background:var(--soft)}.side-nav b{margin-left:auto;min-width:34px;height:34px;border-radius:13px;background:#2f3e50;color:#fff;display:grid;place-items:center;font-size:18px}.side-footer{margin-top:auto;display:grid;gap:24px}.settings-button{height:42px;padding:0 26px;font-size:20px}.profile{display:flex;align-items:center;gap:14px;padding:0 22px}.avatar{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#95d0c7,#162839);color:#fff;font-weight:800}.profile strong,.profile span{display:block}.profile strong{font-size:19px}.profile span{color:var(--muted);font-size:18px}.main-panel{min-height:100vh;margin-left:340px;padding:34px 48px 56px}.desktop-header{display:flex;justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:38px}.desktop-header h1,.mobile-header h1{margin:0;font-size:42px;line-height:1.1;color:var(--text);letter-spacing:0}.desktop-header p,.mobile-header p{margin:7px 0 0;color:var(--muted);font-size:21px;font-weight:700}.header-actions{display:flex;align-items:center;gap:18px}.search-box{width:400px;height:58px;border:1px solid var(--line);border-radius:17px;background:var(--panel);display:flex;align-items:center;gap:16px;padding:0 22px;color:var(--muted);box-shadow:var(--shadow)}.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:19px}.primary-btn{border:0;border-radius:17px;background:#2f3e50;color:#fff;font-size:20px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:58px;padding:0 30px}.add-btn{min-width:180px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-bottom:44px}.stat-card{height:132px;border:1px solid var(--line);border-radius:18px;background:var(--panel);box-shadow:var(--shadow);display:flex;align-items:center;gap:18px;padding:0 28px}.stat-icon{width:64px;height:64px;border-radius:15px;display:grid;place-items:center}.stat-icon.image{background:#eef1f4}.stat-icon.public{background:#e9f7ea;color:var(--green)}.stat-icon.private{background:#fff4df;color:var(--orange)}.stat-icon.month{background:#f0e8fb;color:var(--purple)}.stat-card span{color:var(--muted);font-size:20px;font-weight:700}.stat-card strong{display:block;font-size:34px;line-height:1.1}.green{color:var(--green)}.orange{color:var(--orange)}.purple{color:var(--purple)}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.section-head h2{margin:0;font-size:28px}.segmented{display:flex;border:1px solid var(--line);border-radius:16px;background:var(--panel);padding:5px}.segmented button{width:84px;height:42px;border:0;border-radius:12px;background:transparent;color:var(--muted);font-weight:800;font-size:17px}.segmented button.active{background:#2f3e50;color:#fff}.entry-list{display:grid;gap:22px}.entry-card{min-height:258px;border:1px solid var(--line);border-radius:20px;background:var(--panel);box-shadow:var(--shadow);display:grid;grid-template-columns:260px 1fr auto;gap:28px;padding:28px}.entry-image{width:260px;height:194px;border-radius:14px;object-fit:cover;background:var(--soft)}.entry-body{min-width:0}.entry-title-row{display:flex;align-items:center;gap:14px;margin:2px 0 16px}.entry-title-row h3{margin:0;font-size:23px;white-space:nowrap}.visibility-pill,.number-pill,.tag-pill{display:inline-flex;align-items:center;gap:7px;height:30px;border-radius:10px;padding:0 12px;background:var(--soft);color:var(--muted);font-size:16px;font-weight:800;white-space:nowrap}.visibility-pill.public{background:#e9f7ea;color:var(--green)}.visibility-pill.private{background:#fff4df;color:var(--orange)}.prompt-preview{margin:0 0 22px;color:#777672;font-size:18px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.app-shell[data-theme=dark] .prompt-preview{color:#b7bdc4}.tag-row{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:18px}.tag-pill i{width:11px;height:11px;border-radius:50%}.created-text{color:var(--muted);font-size:17px;font-weight:700}.card-actions{align-self:end;display:flex;align-items:center;gap:10px}.ghost-btn,.square-btn,.icon-button{border:1px solid var(--line);background:var(--panel);color:#777672;border-radius:12px;min-height:48px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;font-size:17px}.square-btn,.icon-button{width:48px;padding:0}.mobile-header,.bottom-nav,.mobile-meta-row{display:none}.empty-state,.placeholder-view{min-height:calc(100vh - 160px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.empty-icon{width:184px;height:184px;border-radius:28px;background:#f1f4f6;color:#aaa8a2;display:grid;place-items:center;margin-bottom:44px}.app-shell[data-theme=dark] .empty-icon{background:#22272f}.empty-state h2,.placeholder-view h2{margin:0 0 18px;font-size:28px}.empty-state p,.placeholder-view p{margin:0 0 34px;color:var(--muted);font-size:20px;font-weight:700}.empty-action{min-width:240px}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(440px,100%);border:1px solid var(--line);border-radius:22px;background:var(--panel);padding:34px;box-shadow:var(--shadow)}.auth-card h1{margin:34px 0 8px;font-size:34px}.auth-card p{margin:0 0 26px;color:var(--muted)}.auth-form{display:grid;gap:14px}.auth-form input,.entry-modal input,.entry-modal textarea{width:100%;border:1px solid var(--line);border-radius:13px;background:var(--panel);color:var(--text);outline:0;padding:14px 16px}.link-btn{border:0;background:transparent;color:var(--muted);font-weight:800}.form-message{color:var(--orange);font-weight:700}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0e121880;display:grid;place-items:center;padding:20px;z-index:20}.entry-modal{width:min(760px,100%);max-height:92vh;overflow:auto;border-radius:22px;background:var(--panel);padding:24px;display:grid;gap:16px}.modal-head,.modal-actions{display:flex;justify-content:space-between;align-items:center;gap:12px}.modal-head h2{margin:0}.upload-box{height:240px;border:1px dashed var(--line);border-radius:18px;background:var(--soft);display:grid;place-items:center;overflow:hidden;color:var(--muted);font-weight:800}.upload-box input{display:none}.upload-box img{width:100%;height:100%;object-fit:cover}.upload-box span{display:grid;place-items:center;gap:10px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.entry-modal label{display:grid;gap:8px;color:var(--muted);font-weight:800}.visibility-select{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.visibility-select button{border:1px solid var(--line);border-radius:14px;background:var(--panel);color:var(--muted);height:52px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px}.visibility-select button.active{color:#fff;background:#2f3e50}@media (max-width: 900px){.sidebar,.desktop-header{display:none}.main-panel{margin-left:0;padding:0 0 88px}.mobile-header{display:block;background:var(--panel);padding:72px 24px 26px}.mobile-brand-row,.mobile-date-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.brand-row{gap:12px}.brand-row strong{font-size:28px}.brand-mark{width:52px;height:52px;border-radius:12px}.icon-button{width:54px;height:54px;border-radius:16px}.mobile-date-row{align-items:flex-start;margin-top:22px}.mobile-header h1{font-size:34px}.mobile-header p{font-size:19px}.mobile-add{min-width:126px;border-radius:18px}.mobile-search{width:100%;margin-top:20px}.stats-grid{display:flex;gap:16px;padding:18px 28px;margin:0;overflow-x:auto}.stat-card{width:118px;height:106px;flex:0 0 auto;border-radius:16px;padding:14px 12px;gap:8px;justify-content:center}.stat-icon{width:46px;height:46px;border-radius:11px}.stat-card span{font-size:18px;line-height:1.05}.stat-card strong{font-size:26px}.section-head{display:none}.entry-list{padding:18px 28px;gap:20px}.entry-card{display:block;min-height:0;padding:24px;border-radius:22px}.entry-image{width:100%;height:auto;aspect-ratio:1.62;border-radius:14px;margin-bottom:22px}.entry-title-row{margin-bottom:10px}.entry-title-row h3{font-size:24px;white-space:normal}.entry-title-row .number-pill{display:none}.mobile-meta-row{display:flex;align-items:center;gap:13px;margin-bottom:28px;color:var(--muted);font-size:16px;font-weight:800}.prompt-preview{font-size:19px;margin-bottom:28px;-webkit-line-clamp:3}.created-text,.view-btn{display:none}.tag-row{margin-bottom:20px}.card-actions{display:grid;grid-template-columns:1fr 1fr 54px;gap:10px}.ghost-btn,.square-btn{min-height:54px;border-radius:12px;font-size:18px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;height:72px;background:var(--panel);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);z-index:10}.bottom-nav button{border:0;background:transparent;color:var(--muted);display:grid;place-items:center;align-content:center;gap:3px;font-size:16px;font-weight:800}.bottom-nav button.active{color:var(--text)}.empty-state{min-height:calc(100vh - 240px);padding:40px 24px}.empty-icon{width:168px;height:168px;margin-bottom:40px}.empty-state h2{font-size:28px}.empty-state p{line-height:1.5}.form-grid,.visibility-select{grid-template-columns:1fr}}
