@custom-variant dark (&:is(.dark *));@theme inline{--color-background:var(--background);--color-foreground:var(--foreground);--color-card:var(--card);--color-card-foreground:var(--card-foreground);--color-muted:var(--muted);--color-muted-foreground:var(--muted-foreground);--color-border:var(--border)}:root{--background:#f7f8f6;--foreground:#1f2922;--card:#fff;--card-foreground:#1f2922;--muted:#eef1ed;--muted-foreground:#6d786f;--border:#dde3dd;--sidebar:#173e31;--sidebar-foreground:#dce8e1;--accent:#166534}.dark{--background:#111714;--foreground:#e8eee9;--card:#18211c;--card-foreground:#e8eee9;--muted:#222d27;--muted-foreground:#9ba9a0;--border:#2d3a33;--sidebar:#0d241b;--sidebar-foreground:#dce8e1;--accent:#4ade80}*{box-sizing:border-box}html{background:var(--background)}body{background:var(--background);color:var(--foreground);margin:0;font-family:Inter,Noto Sans SC,Microsoft YaHei,system-ui,sans-serif}.app-sidebar{background:var(--sidebar);width:224px;color:var(--sidebar-foreground);z-index:30;flex-direction:column;padding:26px 17px 20px;display:flex;position:fixed;inset:0 auto 0 0}.brand{color:inherit;align-items:center;gap:11px;padding:0 8px 28px;text-decoration:none;display:flex}.brand>span{border:1px solid #ffffff35;border-radius:10px;place-items:center;width:38px;height:38px;font:22px Georgia,serif;display:grid}.brand div{display:grid}.brand strong{letter-spacing:.08em}.brand small{color:#9eb3a7;margin-top:2px;font-size:10px}.app-sidebar nav{gap:4px;display:grid}.app-sidebar nav a{color:#b4c7bc;border-radius:8px;align-items:center;gap:11px;padding:10px 12px;font-size:14px;text-decoration:none;display:flex}.app-sidebar nav a:hover,.app-sidebar nav a.active{color:#fff;background:#ffffff12}.app-sidebar nav a.active{box-shadow:inset 3px 0 #86b89b}.sidebar-bottom{color:#8fa79a;align-items:center;gap:6px;margin-top:auto;font-size:10px;display:flex}.app-main{width:calc(100% - 224px);margin-left:224px;padding:38px clamp(24px,4vw,58px) 70px}.mobile-nav,.mobile-tabs{display:none}.page-title{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px;display:flex}.page-title h1{margin:0 0 6px;font:600 32px Georgia,Noto Serif SC,serif}.page-title p,.card-description{color:var(--muted-foreground);margin:0;font-size:13px}.button-primary,.button-outline{border-radius:8px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 15px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.button-primary{color:#fff;background:#166534}.button-outline{border:1px solid var(--border);background:var(--card);color:var(--foreground)}.stats-grid{grid-template-columns:repeat(7,1fr);gap:12px;display:grid}.stat-label{color:var(--muted-foreground);font-size:12px;display:block}.stat-value{margin-top:8px;font:600 28px Georgia,serif;display:block}.rate-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px;display:grid}.rate-head{justify-content:space-between;font-size:13px;display:flex}.rate-head strong{color:#166534}.dark .rate-head strong{color:#4ade80}.rate-track{background:var(--muted);border-radius:9px;height:5px;margin-top:13px;overflow:hidden}.rate-track div{background:#2f7656;border-radius:9px;height:100%}.dashboard-grid{grid-template-columns:1.2fr .8fr;gap:16px;margin-top:18px;display:grid}.upcoming-list{display:grid}.upcoming-item{color:inherit;border-bottom:1px solid var(--border);grid-template-columns:34px 1fr auto;align-items:center;gap:11px;padding:11px 0;text-decoration:none;display:grid}.upcoming-item:last-child{border-bottom:0}.event-icon{color:#236645;background:#eaf2ed;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.event-icon.overdue{color:#b42318;background:#fee9e7}.upcoming-item strong{font-size:13px}.upcoming-item p{color:var(--muted-foreground);margin:3px 0 0;font-size:11px}.upcoming-item time{color:var(--muted-foreground);font-size:11px}.overdue-text{color:#b42318!important}.empty-mini,.empty-state{color:var(--muted-foreground);text-align:center;padding:35px 15px;font-size:13px}.chart-legend{flex-wrap:wrap;justify-content:center;gap:8px 13px;display:flex}.chart-legend span{color:var(--muted-foreground);font-size:10px}.chart-legend i{border-radius:2px;width:7px;height:7px;margin-right:4px;display:inline-block}.recent-section{margin-top:28px}.section-heading{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.section-heading h2{margin:0;font:600 20px Georgia,serif}.section-heading a{color:#23704d;align-items:center;gap:5px;font-size:12px;text-decoration:none;display:flex}.recent-cards{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.recent-card{border:1px solid var(--border);background:var(--card);color:inherit;border-radius:10px;padding:15px;text-decoration:none}.recent-card>div{justify-content:space-between;align-items:center;gap:8px;display:flex}.recent-card p{color:var(--muted-foreground);margin:10px 0;font-size:12px}.recent-card small{color:var(--muted-foreground);font-size:10px}.form-card{border:1px solid var(--border);background:var(--card);border-radius:13px;overflow:hidden}.form-section{border-bottom:1px solid var(--border);padding:24px}.form-section h2{margin:0 0 18px;font-size:16px}.form-grid{grid-template-columns:1fr 1fr;gap:17px;display:grid}.form-actions{justify-content:flex-end;gap:9px;padding:18px 24px;display:flex}.back-link{color:var(--muted-foreground);align-items:center;gap:6px;margin-bottom:18px;font-size:12px;text-decoration:none;display:inline-flex}.detail-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.detail-title-row{align-items:center;gap:12px;display:flex}.detail-head h1{margin:0;font:600 34px Georgia,Noto Serif SC,serif}.detail-head p{color:var(--muted-foreground);margin:7px 0 0}.detail-actions{gap:8px;display:flex}.detail-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.detail-list{gap:0;display:grid}.detail-list>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:11px 0;display:flex}.detail-list>div:last-child{border-bottom:0}.detail-list span{color:var(--muted-foreground);font-size:12px}.detail-list strong{text-align:right;font-size:13px}.detail-list a{color:#167047;align-items:center;gap:5px;font-size:13px;text-decoration:none;display:inline-flex}.notes-content{white-space:pre-wrap;color:var(--muted-foreground);font-size:14px;line-height:1.8}.filter-bar{border:1px solid var(--border);background:var(--card);border-radius:11px;grid-template-columns:1.2fr 1fr 150px 150px 190px;gap:9px;margin-bottom:13px;padding:13px;display:grid}.filter-bar>div{position:relative}.filter-bar>div svg{color:var(--muted-foreground);z-index:1;position:absolute;top:12px;left:11px}.filter-bar>div input{padding-left:34px}.table-card{border:1px solid var(--border);background:var(--card);border-radius:11px;overflow:hidden}.record-name{color:inherit;gap:3px;text-decoration:none;display:grid}.record-name span{color:var(--muted-foreground);font-size:11px}.row-actions{justify-content:flex-end;gap:4px;display:flex}.row-actions a,.row-actions button{width:29px;height:29px;color:var(--muted-foreground);background:0 0;border:0;border-radius:6px;place-items:center;display:grid}.row-actions a:hover,.row-actions button:hover{background:var(--muted);color:var(--foreground)}.mobile-record-list{display:none}.board-scroll{grid-template-columns:repeat(6,minmax(240px,1fr));gap:12px;padding-bottom:18px;display:grid;overflow-x:auto}.board-column{background:var(--muted);border:1px solid var(--border);border-radius:12px;min-height:540px;padding:10px}.board-column>header{justify-content:space-between;align-items:center;padding:5px 5px 12px;display:flex}.board-column h2{margin:0;font-size:13px}.board-column header span{background:var(--card);border-radius:999px;padding:2px 7px;font-size:11px}.board-card{background:var(--card);border:1px solid var(--border);cursor:grab;border-radius:9px;margin-bottom:8px;padding:13px;box-shadow:0 3px 10px #1f292208}.board-card>a{color:inherit;text-decoration:none}.board-card strong{font-size:13px}.board-card p{color:var(--muted-foreground);margin:4px 0 12px;font-size:11px}.board-card>span{color:var(--muted-foreground);align-items:center;gap:5px;margin:6px 0;font-size:10px;display:flex}.board-card .next-date{color:#9a621f}.board-empty{border:1px dashed var(--border);text-align:center;color:var(--muted-foreground);border-radius:8px;padding:25px 5px;font-size:11px}.settings-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.setting-actions{flex-wrap:wrap;gap:9px;display:flex}.danger-zone{border-color:#f0b8b2}.backup-note{align-items:flex-start;gap:13px;padding-top:20px;display:flex}.backup-note p{color:var(--muted-foreground);margin:5px 0 0;font-size:12px}.backup-note code{background:var(--muted);border-radius:4px;padding:2px 5px}@media (max-width:1180px){.stats-grid{grid-template-columns:repeat(4,1fr)}.recent-cards{grid-template-columns:repeat(2,1fr)}.filter-bar{grid-template-columns:1fr 1fr 140px}.filter-bar>:nth-child(4),.filter-bar>:nth-child(5){grid-column:auto}.dashboard-grid{grid-template-columns:1fr}}@media (max-width:800px){.app-sidebar{display:none}.app-main{width:100%;margin:0;padding:82px 14px}.mobile-nav{z-index:30;background:var(--card);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:58px;padding:0 14px;display:flex;position:fixed;inset:0 0 auto}.mobile-nav .brand{padding:0}.mobile-nav .brand>span{background:var(--sidebar);color:#fff;width:31px;height:31px}.mobile-nav>div{align-items:center;gap:6px;display:flex}.mobile-nav>div>a{color:var(--foreground);padding:8px}.mobile-tabs{z-index:30;background:var(--card);border-top:1px solid var(--border);grid-template-columns:repeat(4,1fr);height:62px;display:grid;position:fixed;inset:auto 0 0}.mobile-tabs a{color:var(--muted-foreground);flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:10px;text-decoration:none;display:flex}.mobile-tabs a.active{color:#167047}.page-title{align-items:flex-start}.page-title h1{font-size:27px}.stats-grid{grid-template-columns:repeat(2,1fr)}.rate-grid,.dashboard-grid,.detail-grid,.settings-grid{grid-template-columns:1fr}.recent-cards{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.form-grid .md\:col-span-2{grid-column:auto}.detail-head{flex-direction:column}.detail-actions{width:100%;overflow:auto}.filter-bar{grid-template-columns:1fr 1fr}.desktop-table{display:none}.mobile-record-list{gap:9px;display:grid}.mobile-record-list article{border:1px solid var(--border);background:var(--card);border-radius:10px;padding:13px}.mobile-record-list article>div:first-child{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.mobile-record-list article a{color:inherit;text-decoration:none;display:grid}.mobile-record-list article a span{color:var(--muted-foreground);margin-top:3px;font-size:11px}.mobile-record-list article p{color:var(--muted-foreground);font-size:11px}.mobile-record-list article>div:last-child{justify-content:flex-end;align-items:center;margin-top:7px;display:flex}.mobile-record-list article>div:last-child>a{padding:6px 10px;font-size:12px}.upcoming-item{grid-template-columns:34px 1fr}.upcoming-item time{grid-column:2}.board-scroll{margin-right:-14px}.settings-grid{grid-template-columns:1fr}}@media (max-width:500px){.page-title{flex-direction:column}.page-title>a{width:100%}.recent-cards,.filter-bar{grid-template-columns:1fr}.stats-grid{gap:8px}.detail-title-row{flex-direction:column;align-items:flex-start}.detail-head h1{font-size:30px}.form-section{padding:18px}.form-actions{background:var(--card);z-index:5;position:sticky;bottom:62px}}
.stats-grid{grid-template-columns:repeat(8,1fr)}.attention-tabs{gap:8px;margin-bottom:12px;display:flex;overflow-x:auto}.attention-tabs button{border:1px solid var(--border);background:var(--card);min-height:36px;color:var(--muted-foreground);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:0 13px;font-size:13px;display:inline-flex}.attention-tabs button span{background:var(--muted);min-width:20px;color:var(--foreground);border-radius:999px;padding:1px 6px;font-size:11px}.attention-tabs button.active{color:#8a5c00;background:#fff9e8;border-color:#d69e2e}.dark .attention-tabs button.active{color:#f4cf70;background:#302817;border-color:#806b32}.attention-star{width:30px;height:30px;color:var(--muted-foreground);background:0 0;border:0;border-radius:7px;place-items:center;display:inline-grid}.attention-star:hover{background:var(--muted)}.attention-star.active,.focus-inline-star,.focus-button{color:#c88700}.focus-row{background:#fffbef}.dark .focus-row{background:#292318}.sortable-head{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:0;display:inline-flex}.focus-card{box-shadow:inset 3px 0 #d49a14,0 3px 10px #1f292208;border-color:#e2b957!important}.focus-inline-star{vertical-align:-2px;margin-left:6px;display:inline-block}.form-section-description{color:var(--muted-foreground);margin:-10px 0 18px;font-size:12px}.advanced-fields{border-bottom:1px solid var(--border)}.advanced-fields>summary{color:var(--foreground);cursor:pointer;padding:17px 24px;font-size:14px;font-weight:600;list-style-position:inside}.advanced-fields[open]>summary{border-bottom:1px solid var(--border)}.advanced-fields .form-section{border-bottom:0}.detail-quick-actions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.follow-up-section{margin-top:18px}.follow-up-list{display:grid}.follow-up-item{border-bottom:1px solid var(--border);grid-template-columns:minmax(180px,1fr) auto auto;align-items:center;gap:14px;padding:11px 0;display:grid}.follow-up-item:last-child{border-bottom:0}.follow-up-item>a{color:inherit;gap:4px;text-decoration:none;display:grid}.follow-up-item strong{align-items:center;gap:6px;font-size:13px;display:flex}.follow-up-item>a span,.follow-up-item small{color:var(--muted-foreground);font-size:11px}.board-scroll{grid-template-columns:repeat(7,minmax(240px,1fr))}.board-page{flex-direction:column;height:calc(100dvh - 108px);min-height:560px;display:flex;overflow:hidden}.board-page .page-title{flex:none;margin-bottom:18px}.board-toolbar{flex:none;align-items:center;gap:9px;margin-bottom:12px;display:flex}.board-search{width:min(360px,100%);position:relative}.board-search>svg{z-index:1;color:var(--muted-foreground);position:absolute;top:12px;left:11px}.board-search input{padding-left:35px}.board-focus-filter{border:1px solid var(--border);background:var(--card);min-height:40px;color:var(--muted-foreground);white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:0 13px;font-size:13px;display:inline-flex}.board-focus-filter.active{color:#9a6500;background:#fff9e8;border-color:#d6a42f}.dark .board-focus-filter.active{color:#f4cf70;background:#302817;border-color:#806b32}.board-filter-summary{color:var(--muted-foreground);white-space:nowrap;font-size:11px}.board-mobile-tabs{display:none}.board-page .board-scroll{overscroll-behavior-x:contain;flex:1;align-items:stretch;min-height:0}.board-page .board-column{grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid}.board-page .board-column>header{z-index:2;position:relative}.board-column-list{overscroll-behavior-y:contain;scrollbar-color:color-mix(in srgb, var(--muted-foreground) 35%, transparent) transparent;scrollbar-width:thin;min-height:0;padding:0 3px 8px 0;overflow-y:auto}.board-column-list::-webkit-scrollbar{width:6px}.board-column-list::-webkit-scrollbar-track{background:0 0}.board-column-list::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted-foreground) 35%, transparent);border-radius:99px}.board-page .board-card{margin-bottom:7px;padding:11px}.board-page .board-card p{margin:3px 0 8px}.board-card-meta{flex-wrap:wrap;gap:4px 10px;display:flex}.board-card-meta>span,.board-page .board-card>.next-date{color:var(--muted-foreground);align-items:center;gap:4px;margin:3px 0;font-size:10px;display:flex}.board-page .board-card>.next-date{color:#9a621f}@media (max-width:1180px){.stats-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:800px){.attention-tabs{margin-right:-14px;padding-right:14px}.follow-up-item{grid-template-columns:1fr auto}.follow-up-item small{grid-column:1}.follow-up-item>button{grid-area:1/2/span 2}.detail-quick-actions{width:100%}.board-page{height:calc(100dvh - 164px);min-height:0;overflow:visible}.board-page .page-title{display:none}.board-toolbar{grid-template-columns:minmax(0,1fr) auto;margin-bottom:9px;display:grid}.board-filter-summary{display:none}.board-mobile-tabs{scrollbar-width:none;flex:none;gap:7px;margin:0 -14px 9px;padding:0 14px 3px;display:flex;overflow-x:auto}.board-mobile-tabs::-webkit-scrollbar{display:none}.board-mobile-tabs button{border:1px solid var(--border);background:var(--card);min-height:34px;color:var(--muted-foreground);white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:0 11px;font-size:12px;display:inline-flex}.board-mobile-tabs button span{background:var(--muted);min-width:18px;color:var(--foreground);border-radius:999px;padding:1px 5px;font-size:10px}.board-mobile-tabs button.active{color:#155f3d;background:#eaf2ed;border-color:#619379}.dark .board-mobile-tabs button.active{color:#78d5a0;background:#1c3025;border-color:#47725b}.board-page .board-scroll{margin:0;padding:0;display:block;overflow:hidden}.board-page .board-column{height:100%;min-height:0;display:none}.board-page .board-column.mobile-active{display:grid}.board-page .board-column-list{padding-right:4px}}@media (max-width:500px){.stats-grid{grid-template-columns:repeat(2,1fr)}.advanced-fields>summary{padding:16px 18px}}
.notes-filter{border:1px solid var(--border);background:var(--card);border-radius:11px;grid-template-columns:minmax(240px,1fr) 220px auto auto;align-items:center;gap:9px;margin-bottom:18px;padding:13px;display:grid}.notes-filter>div{position:relative}.notes-filter>div svg{color:var(--muted-foreground);position:absolute;top:12px;left:11px}.notes-filter>div input{padding-left:35px}.notes-clear-filter{color:var(--muted-foreground);font-size:12px;text-decoration:none}.notes-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;display:grid}.note-card{border:1px solid var(--border);background:var(--card);min-height:210px;color:inherit;border-radius:12px;flex-direction:column;padding:18px;text-decoration:none;display:flex;overflow:hidden;box-shadow:0 3px 12px #1f292207}.note-card:hover{border-color:#9ab6a5}.note-card>header,.note-card>footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.note-card>header span,.note-detail-meta>span{background:var(--muted);color:var(--muted-foreground);border-radius:999px;padding:3px 8px;font-size:10px;display:inline-flex}.note-card>header strong,.note-detail-meta>strong{color:#a36b00;align-items:center;gap:4px;font-size:10px;font-weight:600;display:inline-flex}.dark .note-card>header strong,.dark .note-detail-meta>strong{color:#f0c45e}.note-card h2{margin:18px 0 8px;font:600 18px Georgia,Noto Serif SC,serif}.note-card>p{color:var(--muted-foreground);white-space:pre-wrap;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 18px;font-size:12px;line-height:1.75;display:-webkit-box;overflow:hidden}.note-card>footer{color:var(--muted-foreground);margin-top:auto;font-size:10px}.note-card>footer span{align-items:center;gap:4px;display:inline-flex}.notes-empty{border:1px dashed var(--border);color:var(--muted-foreground);text-align:center;border-radius:13px;justify-items:center;padding:70px 20px;display:grid}.notes-empty h2{color:var(--foreground);margin:15px 0 6px;font-size:18px}.notes-empty p{margin:0 0 20px;font-size:13px}.notes-backup{border:1px solid var(--border);background:var(--card);border-radius:11px;margin-top:24px}.notes-backup>summary{color:var(--muted-foreground);cursor:pointer;padding:14px 17px;font-size:12px}.notes-backup[open]>summary{border-bottom:1px solid var(--border)}.notes-backup>div{padding:16px}.notes-backup p{color:var(--muted-foreground);margin:0 0 12px;font-size:12px}.notes-backup-actions{grid-template-columns:auto 190px auto;justify-content:start;gap:9px;display:grid}.note-form-card{border:1px solid var(--border);background:var(--card);border-radius:13px;overflow:hidden}.note-form-card>section{gap:23px;padding:24px;display:grid}.note-form-grid{grid-template-columns:1fr 280px;gap:17px;display:grid}.note-form-grid>div,.note-content-field,.note-file-picker{gap:8px;display:grid}.note-content-field textarea{resize:vertical;min-height:330px;line-height:1.7}.note-content-field>small{color:var(--muted-foreground);justify-self:end;font-size:10px}.note-pin-option{cursor:pointer;align-items:flex-start;gap:9px;width:fit-content;display:flex}.note-pin-option input{margin-top:3px}.note-pin-option>svg{color:#a36b00;margin-top:1px}.note-pin-option span{gap:3px;display:grid}.note-pin-option strong{font-size:13px}.note-pin-option small{color:var(--muted-foreground);font-size:11px}.note-file-picker>input{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.note-file-drop{border:1px dashed var(--border);color:var(--muted-foreground);cursor:pointer;text-align:center;border-radius:10px;justify-items:center;gap:5px;padding:21px;display:grid}.note-file-drop span{color:var(--foreground);font-size:13px;font-weight:600}.note-file-drop small{font-size:10px}.pending-file-list{color:var(--muted-foreground);gap:4px;margin:0;padding-left:20px;font-size:11px;display:grid}.note-form-card>footer{border-top:1px solid var(--border);justify-content:flex-end;gap:9px;padding:17px 24px;display:flex}.note-detail-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:23px;display:flex}.note-detail-meta{align-items:center;gap:9px;display:flex}.note-detail-head h1{margin:13px 0 7px;font:600 34px Georgia,Noto Serif SC,serif}.note-detail-head p{color:var(--muted-foreground);margin:0;font-size:11px}.note-content-card,.note-attachment-card{margin-top:15px}.note-body{min-height:110px;color:var(--foreground);overflow-wrap:anywhere;white-space:pre-wrap;font-size:14px;line-height:1.9}.note-body.empty{color:var(--muted-foreground)}.attachment-toolbar{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.attachment-toolbar>input[type=file]{display:none}.attachment-toolbar p{color:var(--muted-foreground);flex:1;margin:0;font-size:11px}.attachment-list{display:grid}.attachment-list article{border-bottom:1px solid var(--border);grid-template-columns:36px minmax(0,1fr) 32px 32px;align-items:center;gap:9px;padding:11px 0;display:grid}.attachment-list article:last-child{border-bottom:0}.attachment-icon{background:var(--muted);width:34px;height:34px;color:var(--muted-foreground);border-radius:8px;place-items:center;display:grid}.attachment-list article>div{gap:4px;min-width:0;display:grid}.attachment-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.attachment-list small{color:var(--muted-foreground);font-size:10px}.attachment-list article>a,.attachment-list article>button{width:31px;height:31px;color:var(--muted-foreground);background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.attachment-list article>a:hover,.attachment-list article>button:hover{background:var(--muted);color:var(--foreground)}@media (max-width:1050px){.notes-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:800px){.mobile-tabs{grid-template-columns:repeat(5,1fr)}.notes-filter{grid-template-columns:1fr 1fr}.note-form-grid{grid-template-columns:1fr}.note-detail-head{flex-direction:column}.note-detail-head .detail-actions{width:100%}}@media (max-width:560px){.notes-grid,.notes-filter,.notes-backup-actions{grid-template-columns:1fr}.note-form-card>section{padding:18px}.note-form-card>footer{z-index:5;background:var(--card);padding:14px 18px;position:sticky;bottom:62px}.note-detail-head h1{font-size:28px}}
.auth-main{min-height:100dvh}.auth-page{background:radial-gradient(circle at 18% 20%, #dfece4 0, transparent 34%), var(--background);place-items:center;min-height:100dvh;padding:24px;display:grid}.login-card,.password-card{border:1px solid var(--border);background:var(--card);border-radius:16px;gap:18px;width:min(100%,420px);padding:30px;display:grid;box-shadow:0 18px 60px #173e3115}.login-brand{background:var(--sidebar);color:#fff;border-radius:12px;place-items:center;width:46px;height:46px;font:25px Georgia,serif;display:grid}.login-heading h1{margin:0 0 6px;font:600 28px Georgia,Noto Serif SC,serif}.login-heading p,.login-card>small,.login-field small{color:var(--muted-foreground);margin:0;font-size:11px;line-height:1.6}.login-field{gap:8px;display:grid}.password-card{width:min(100%,560px)}.password-required{color:#805600;background:#fff9e8;border:1px solid #e6c66c;border-radius:8px;padding:11px 13px;font-size:12px}.dark .password-required{color:#f4cf70;background:#302817;border-color:#806b32}.account-chip{min-width:0;margin-left:4px;display:grid}.account-chip strong{color:var(--sidebar-foreground);text-overflow:ellipsis;font-size:11px;overflow:hidden}.account-chip small{font-size:9px}.logout-button{color:#9eb3a7;background:0 0;border:0;border-radius:7px;flex:none;place-items:center;width:30px;height:30px;display:grid}.logout-button:hover{color:#fff;background:#ffffff12}@media (max-width:800px){.mobile-account{align-items:center;gap:2px;display:flex}}@media (max-width:500px){.login-card,.password-card{padding:22px}}
