@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap");:root{--bg-gradient:linear-gradient(135deg,#f6f8fb,#e9edf4);--panel-bg:hsla(0,0%,100%,.92);--text-main:#0f172a;--text-sub:#4b5563;--c-yellow:#faf2b1;--c-green:#dff5e3;--c-sky:#ddeaf9;--c-pink:#f5d5d5;--c-purple:#dce1fa;--shadow-soft:0 12px 30px rgba(15,23,42,.08);--shadow-card:0 6px 18px rgba(15,23,42,.08);--shadow-inset:inset 0 1px 2px 0 rgba(0,0,0,.04);--font-main:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--cell-min-width:230px;--ui-scale:1}*{box-sizing:border-box}body{margin:0;font-family:var(--font-main);background:radial-gradient(circle at 20% 20%,hsla(0,0%,100%,.6),transparent 35%),radial-gradient(circle at 80% 0,hsla(0,0%,100%,.5),transparent 30%),var(--bg-gradient);color:var(--text-main);min-height:100vh;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.app{min-height:100vh;padding:32px 16px 48px;gap:16px;margin:0}.app,.main-glass-panel{display:flex;flex-direction:column;width:100%;max-width:100%}.main-glass-panel{border:1px solid #e6ebf5;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);gap:0;position:relative;border-radius:18px;padding:16px}.main-glass-panel,header{background:var(--panel-bg)}header{position:-webkit-sticky;top:0;z-index:20;padding:14px 16px;color:var(--text-main);font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e6ebf5;border-radius:18px 18px 0 0;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);max-height:120px;transition:max-height .2s ease,opacity .2s ease,transform .2s ease,padding .2s ease,border .2s ease,box-shadow .2s ease;position:sticky}.top-actions{position:static;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;margin-left:auto}.floating-toggle-wrap{display:none;width:100%;justify-content:flex-end;position:-webkit-sticky;position:sticky;top:12px;z-index:25;padding:0 8px 8px}.floating-toggle-wrap .header-toggle{position:static}.header-left{display:inline-flex;align-items:center;gap:10px}header .hint{font-size:13px;opacity:.7;font-weight:500}.top-bar{position:-webkit-sticky;position:sticky;top:52px;z-index:18;padding:8px 10px;background:var(--panel-bg);gap:8px;border-radius:0;box-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);max-height:90px;transition:max-height .2s ease,opacity .2s ease,transform .2s ease,padding .2s ease,border .2s ease,box-shadow .2s ease;border:1px solid #e5e7eb;border-top:none}.top-bar,.top-left-actions{display:flex;align-items:center}.top-left-actions{gap:10px;flex-wrap:wrap}#nextMonth,#prevMonth{display:none}.month-title{font-size:24px;font-weight:700;color:#111827;letter-spacing:-.5px}.title-with-logout{display:inline-flex;align-items:baseline;gap:12px}.title-with-logout .title{font-size:18px;font-weight:700;color:#1f2937}.top-link{background:transparent;border:none;padding:0;font-size:12px;color:#6b7280;cursor:pointer;text-decoration:none}.top-link:hover{color:#111827;text-decoration:underline}.btn{border-radius:12px;border:1px solid #e6ebf5;background:#fff;padding:8px 16px;font-size:13px;font-weight:600;color:#3a6be0;cursor:pointer;box-shadow:var(--shadow-card);transition:background .15s ease,transform .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.btn:hover{background:#f5f7fb;transform:translateY(-1px);box-shadow:0 10px 24px rgba(15,23,42,.12)}.header-toggle{position:static}.scale-control{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#4b5563}.btn-green{background:#fff;border-color:#e5e7eb;color:#3b82f6}.btn-green:hover{background:#f8fafc;border-color:#e5e7eb;color:#2563eb}.btn-today{border-color:#e5e7eb;color:#3b82f6;background:#fff;font-weight:600;box-shadow:0 2px 4px rgba(0,0,0,.05);margin-left:4px}.btn-today:hover{background:#f8fafc;border-color:#e5e7eb;color:#2563eb}.month-picker{position:relative;display:flex;align-items:center;justify-content:center;min-width:180px}.month-display{display:inline-flex;align-items:center;gap:4px;padding:4px 0;border:none;background:transparent;font-size:13px;font-weight:700;color:#1f2937;cursor:pointer;box-shadow:none;transition:color .15s ease,-webkit-text-decoration .15s ease;transition:color .15s ease,text-decoration .15s ease;transition:color .15s ease,text-decoration .15s ease,-webkit-text-decoration .15s ease}.month-display:hover{color:#0f172a;text-decoration:underline}.month-caret{font-size:10px;color:#6b7280;transition:transform .15s}.month-display.open .month-caret{transform:rotate(180deg)}.auth-page{min-height:100vh;align-items:center;justify-content:center;background:radial-gradient(circle at 15% 20%,hsla(0,0%,100%,.7),transparent 35%),radial-gradient(circle at 80% 0,hsla(0,0%,100%,.55),transparent 30%),linear-gradient(135deg,#eef3fb,#dfe7f5);padding:24px;gap:12px}.auth-card,.auth-page{display:flex;flex-direction:column}.auth-card{background:#fff;border:1px solid #e6ebf5;border-radius:16px;box-shadow:0 12px 30px rgba(15,23,42,.08);padding:28px;width:min(420px,100%);gap:18px}.auth-hero{display:flex;align-items:baseline;gap:10px}.auth-hero-top{justify-content:center;align-items:baseline;margin-bottom:4px;text-align:center}.auth-logo{font-size:18px;font-weight:800;letter-spacing:.02em;color:#1e2a36}.auth-tagline{font-size:13px;color:#6b7280}.auth-title{margin:0;font-size:22px;font-weight:700;color:var(--text-main)}.auth-form{gap:12px}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:6px;font-size:13px;color:var(--text-sub)}.auth-input{border:1px solid #e6ebf5;border-radius:12px;padding:8px 12px;height:38px;font-size:14px;box-sizing:border-box;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.auth-input:focus{outline:none;border-color:#3a6be0;box-shadow:0 0 0 3px rgba(58,107,224,.15)}.auth-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px}.auth-error,.auth-success{font-size:13px;padding:8px 10px}.auth-success{color:#15803d;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:10px}.auth-submit{width:100%}.auth-actions{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:var(--text-sub)}.auth-link{color:#3a6be0;font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-secondary{width:100%;margin-top:6px;color:#1f2937;border-color:#e5e7eb;background:#f9fafb}.auth-secondary:hover{background:#f1f5f9}.auth-google,.auth-reset{margin-top:-8px}.auth-modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.35);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1200;padding:16px;box-sizing:border-box}.auth-modal{background:#fff;border-radius:16px;border:1px solid #e5e7eb;box-shadow:0 20px 50px rgba(15,23,42,.12);padding:20px 20px 16px;width:min(420px,100%);display:flex;flex-direction:column;gap:12px}.auth-helper{margin:0;font-size:13px;color:#6b7280}.auth-modal-actions{display:flex;gap:8px;justify-content:flex-end}@media (max-width:1024px){header{padding:12px;gap:10px}.top-bar{flex-wrap:wrap;padding:8px 10px;gap:10px}.top-actions{width:100%;justify-content:flex-end}.search-wrap{width:100%;justify-content:flex-start}.search-input{width:100%;min-width:auto}.calendar-wrapper{max-height:none;padding:10px}.calendar-grid{min-width:1180px;grid-template-columns:repeat(7,minmax(160px,1fr));gap:8px}.weekend-hidden .calendar-grid{min-width:850px;grid-template-columns:repeat(5,minmax(160px,1fr))}.weekday-row{gap:6px}.day-cell{padding:14px;min-height:180px}}@media (max-width:768px){.app{padding:20px 10px 32px}header{flex-direction:column;align-items:flex-start;border-radius:14px 14px 0 0}.title-with-logout{width:100%}.top-bar{position:static;border-radius:0;gap:2px;padding:2px;align-items:center;flex-wrap:wrap}.top-actions,.top-bar{justify-content:flex-start}.top-actions{width:100%;gap:6px}.top-left-actions{width:auto;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:6px}.top-left-actions>*{flex-shrink:0;white-space:nowrap;font-size:11px}.month-display{padding:0;min-width:auto;padding:0 2px;gap:2px}.search-wrap{width:auto;flex:0 0 auto;justify-content:flex-start}.btn,.month-display,.search-input{font-size:11px}.btn{padding:5px 8px}.search-input{width:60px;min-width:60px;flex:0 0 60px}.month-title{font-size:14px;padding:0;margin:0}.calendar-grid{min-width:980px;grid-template-columns:repeat(7,minmax(140px,1fr));gap:8px}.weekend-hidden .calendar-grid{min-width:720px;grid-template-columns:repeat(5,minmax(140px,1fr))}.day-cell{padding:12px;min-height:170px}.day-header{font-size:9px}.card{font-size:10px}.expanded-overlay{padding:12px}.expanded-overlay-inner{width:100%;height:95vh}}.month-dropdown{position:absolute;top:110%;left:50%;transform:translateX(-50%);margin-top:4px;padding:16px;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:20px;border:1px solid #fff;box-shadow:0 20px 40px rgba(0,0,0,.15);font-size:12px;z-index:20;display:none;min-width:240px}.month-dropdown.open{display:block}.ym-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.ym-year-label{font-weight:700;font-size:14px}.ym-year-btn{border-radius:999px;border:1px solid rgba(209,213,219,.5);background:hsla(0,0%,100%,.5);padding:4px 10px;font-size:11px;cursor:pointer}.ym-year-btn:hover{background:hsla(0,0%,100%,.8)}.ym-month-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:6px;gap:6px}.ym-month-btn{border-radius:999px;border:1px solid rgba(229,231,235,.5);background:hsla(0,0%,100%,.5);padding:6px 8px;font-size:12px;cursor:pointer;text-align:center}.ym-month-btn:hover{background:hsla(0,0%,100%,.8);border-color:rgba(191,219,254,.8)}.ym-month-btn.active{background:#3b82f6;border-color:#2563eb;color:#fff}.search-wrap{margin-left:auto;gap:8px}.emoji-panel,.search-wrap{display:flex;align-items:center}.emoji-panel{position:relative;gap:6px}.emoji-palette{position:absolute;top:110%;right:0;min-width:220px;padding:10px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 8px 18px rgba(15,23,42,.12);display:none;z-index:400}.emoji-upload-row{display:flex;justify-content:flex-end;margin-bottom:8px}.emoji-upload-row .btn{padding:6px 10px;font-size:12px}.emoji-palette.open{display:block}.emoji-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(36px,1fr));grid-gap:6px;gap:6px}.emoji-btn{border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc;width:100%;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;padding:4px;transition:transform .15s ease,box-shadow .15s ease}.emoji-btn:hover{transform:translateY(-1px);box-shadow:0 4px 10px rgba(15,23,42,.08)}.emoji-btn img{max-width:100%;max-height:100%;object-fit:contain}.emoji-placeholder{height:4px;background:#2563eb;border-radius:999px;margin:2px 4px}.emoji-img{width:20px;height:20px;vertical-align:middle}.search-input{padding:8px 16px;font-size:13px;border-radius:999px;border:1px solid hsla(0,0%,100%,.6);background:hsla(0,0%,100%,.4);min-width:200px;transition:all .2s}.search-input:focus{background:hsla(0,0%,100%,.8);outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.2)}.calendar-wrapper{flex:1 1;padding:12px;background:var(--panel-bg);border-radius:0 0 18px 18px;box-shadow:none;max-height:calc(100vh - 190px);overflow-y:auto;overflow-x:auto;position:relative;border:1px solid #e5e7eb;border-top:none}.header-collapsed .calendar-wrapper{border-top:1px solid #e5e7eb;border-radius:18px}.header-toggle{position:absolute;top:12px;right:16px;z-index:25;padding:8px 14px;font-size:13px;border-radius:12px;background:#fff;border:1px solid #e5e7eb;color:#3b82f6;box-shadow:var(--shadow-card)}.header-collapsed header{display:none}.header-collapsed .top-bar{max-height:0;opacity:0;transform:translateY(-12px);padding-top:0;padding-bottom:0;border-width:0;box-shadow:none;overflow:hidden;pointer-events:none}.header-collapsed .floating-toggle-wrap{display:inline-flex}.header-collapsed .calendar-wrapper{max-height:calc(100vh - 80px)}.weekday-row{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:8px;gap:8px;margin-bottom:12px;font-size:12px;font-weight:700;color:rgba(17,24,39,.6);text-align:center;letter-spacing:.3px}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(230px,1fr));grid-gap:10px;gap:10px;min-width:1680px;transform:scale(var(--ui-scale));transform-origin:top left;width:calc(100% / var(--ui-scale))}.weekend-hidden .weekday-row{grid-template-columns:repeat(5,1fr)}.weekend-hidden .weekday-row div:nth-child(6),.weekend-hidden .weekday-row div:nth-child(7){display:none}.weekend-hidden .calendar-grid{grid-template-columns:repeat(5,minmax(230px,1fr));min-width:1200px}.expanded-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:none;align-items:center;justify-content:center;z-index:120;padding:24px}.expanded-overlay.open{display:flex}.expanded-overlay-inner{background:#f8fafc;border-radius:14px;padding:12px;width:min(1100px,95vw);height:min(90vh,95vh);box-shadow:0 10px 30px rgba(0,0,0,.25);display:flex;flex-direction:column;gap:8px}.expanded-overlay-bar{display:flex;justify-content:flex-end;gap:10px}.icon-btn{width:32px;height:32px;padding:0;border-radius:10px;font-size:14px}.expanded-container{flex:1 1;overflow:auto;display:flex}.day-cell.expanded{width:100%;height:100%;max-height:none;min-height:auto;margin:0}.day-cell.expanded .day-body{max-height:none}.week-row-outside .week-row-title{color:rgba(156,163,175,.8);font-weight:600}.week-row-header{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:600;color:hsla(220,9%,46%,.9);padding:4px 12px;margin:0;cursor:pointer;transition:background .15s}.week-row-header:hover{background:rgba(59,130,246,.12);border-radius:99px;color:#2563eb}.week-row-title{font-weight:700}.week-row-body{display:grid;grid-template-columns:repeat(7,minmax(150px,1fr));grid-gap:12px;gap:12px}.week-row.collapsed .week-row-body{display:none}.day-cell{min-height:210px;padding:18px;background:#fff;border:1px solid #e5e7eb;box-shadow:var(--shadow-card);position:relative;transition:transform .2s ease,box-shadow .2s ease;margin:2px;border-radius:12px}.day-cell.placeholder{visibility:hidden;border:none;box-shadow:none;pointer-events:none;margin:2px}.day-cell:last-child{border-right:1px solid hsla(0,0%,100%,.9)}.day-cell:hover{transform:translateY(-1px);box-shadow:0 8px 16px rgba(15,23,42,.16);background:#fff;z-index:20}.day-cell.hovered-day{transform:translateY(-1px) scale(1.01);box-shadow:0 10px 18px rgba(15,23,42,.16)}.day-cell.active-day{outline:2px solid #2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.15);position:relative;z-index:25}.day-cell.today{border:2px solid #3b82f6;background:#f7fbff;box-shadow:0 0 0 3px rgba(59,130,246,.12)}.day-cell.other-month{background:#fff;border-color:#e5e7eb;opacity:1}.day-cell.drop-target{outline:2px solid #3b82f6;box-shadow:0 0 0 4px rgba(59,130,246,.2);background:rgba(224,242,254,.6)}.day-header{display:flex;justify-content:space-between;align-items:center;font-size:10px;margin-bottom:10px;gap:6px}.day-number{font-size:10px;font-weight:500}.day-number.sun{color:#ef4444}.day-number.sat{color:#2563eb}.day-number.holiday{color:#ef4444}.day-expand-btn{position:absolute;top:6px;right:6px;width:22px;height:22px;border:none;background:rgba(148,163,184,.15);border-radius:50%;font-size:11px;cursor:pointer;color:#475569;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease,transform .15s ease}.day-expand-btn:hover{background:rgba(37,99,235,.14);color:#2563eb;transform:translateY(-1px)}.day-cell.expanded .day-expand-btn{display:none}.day-placeholder-slot{min-height:210px;margin:2px}.day-meta{font-size:11px;font-weight:600;color:#9ca3af}.day-cell.today .day-meta{background:#3b82f6;color:#fff;padding:2px 8px;border-radius:99px}.day-body{position:relative;flex:1 1;padding-top:4px}.day-empty-hint{position:absolute;top:2px;left:2px;font-size:10px;color:hsla(220,9%,46%,.5);pointer-events:none}.card{position:relative;margin-bottom:10px;padding:10px 12px 10px 18px;border-radius:10px;background:#fff;border:1px solid #e5e7eb;box-shadow:var(--shadow-card);font-size:11px;line-height:1.4;cursor:default;overflow-wrap:break-word;min-height:36px;font-weight:500;transition:transform .15s ease,box-shadow .15s ease}.card:hover{transform:scale(1.01);z-index:5}.card.selected{border:2px solid #3b82f6!important;background:rgba(219,234,254,.9)!important;box-shadow:0 0 0 2px rgba(59,130,246,.2);z-index:10}.card-placeholder{height:3px;margin:2px 0;border-radius:2px;background:rgba(59,130,246,.6)}.card.color-yellow{background:#fdf7d9;border-color:#f4e29c}.card.color-green{background:#e7f6ec;border-color:#b7e2c5}.card.color-pink{background:#fde6ea;border-color:#f2c0c9}.card.done{background:#f1f5f9;border-color:#e5e7eb;text-decoration:line-through;color:#9ca3af;box-shadow:none}.card-handle{position:absolute;top:6px;bottom:6px;left:6px;width:4px;border-radius:999px;background:rgba(15,23,42,.2);cursor:-webkit-grab;cursor:grab}.card-content{white-space:pre-wrap;position:relative}.card-content:empty:before{content:attr(data-placeholder);color:rgba(156,163,175,.8);pointer-events:none}.card-content:focus:empty:before{content:""}.card-toolbar{position:absolute;top:-12px;right:-8px;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;gap:4px;opacity:0;transition:opacity .15s;z-index:3}.card:hover .card-toolbar{opacity:1}.card-btn{border:1px solid #e5e7eb;background:#fff;border-radius:8px;font-size:9px;padding:0 8px;min-width:38px;height:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.05)}.card-btn:hover{background:#fff;font-weight:600}.marquee-selection{position:fixed;pointer-events:none;border:1px solid rgba(59,130,246,.6);background:rgba(59,130,246,.12);border-radius:6px;z-index:999;display:none}.help-bar{margin-top:12px;background:hsla(0,0%,100%,.9);border-radius:14px;padding:12px 20px;border:1px solid #e5e7eb;font-size:13px;color:#4b5563;box-shadow:var(--shadow-card);width:100%}.debug-hint{font-size:11px;color:hsla(220,9%,46%,.8);margin-left:4px}.help-modal{position:fixed;inset:0;background:rgba(0,0,0,.4);display:none;align-items:center;justify-content:center;z-index:150;padding:16px}.help-modal.open{display:flex}.help-modal-inner{background:#fff;border-radius:14px;padding:16px;width:min(480px,95vw);box-shadow:0 10px 30px rgba(0,0,0,.2);display:flex;flex-direction:column;gap:12px}.help-modal-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.help-modal-title{font-weight:700;font-size:16px;color:#111827}.help-modal-body ul{margin:0;padding-left:18px;display:grid;grid-gap:6px;gap:6px;font-size:13px;color:#374151}.search-scope-toggles{display:flex;background:hsla(0,0%,100%,.4);border-radius:999px;padding:4px;border:1px solid hsla(0,0%,100%,.6)}.scope-btn{border:none;background:transparent;border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s}.scope-btn.active{background:#fff;color:#3b82f6;box-shadow:0 2px 4px rgba(0,0,0,.05)}.card.search-hit{outline:2px solid #f97316!important;background:rgba(255,237,213,.9)!important;transition:background .5s ease,outline .5s ease}.search-input.error{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.2)!important;animation:shake .4s cubic-bezier(.36,.07,.19,.97) both}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.toast-container{position:fixed;bottom:40px;left:50%;transform:translateX(-50%);z-index:100;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{background:rgba(31,41,55,.9);color:#fff;padding:10px 20px;border-radius:999px;font-size:14px;font-weight:500;box-shadow:0 10px 25px rgba(0,0,0,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:toast-in .3s ease forwards;opacity:0;transform:translateY(20px)}@keyframes toast-in{to{opacity:1;transform:translateY(0)}}@keyframes toast-out{to{opacity:0;transform:translateY(-20px)}}.link-btn{background:transparent;border:none;padding:0;font-size:12px;font-weight:600;color:#6b7280;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.link-btn:hover{color:#111827;text-decoration:underline}.settings-modal{position:fixed;inset:0;background:rgba(0,0,0,.45);display:none;align-items:center;justify-content:center;z-index:200}.settings-modal.open{display:flex}.settings-content{background:#fff;border-radius:14px;padding:16px;width:min(480px,95%);box-shadow:0 20px 40px rgba(15,23,42,.18);border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px}.settings-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.settings-header h3{margin:0;font-size:16px;font-weight:700;color:#111827}.settings-body{display:flex;flex-direction:column;gap:10px}.settings-tabs{display:flex;gap:8px;margin-bottom:4px}.settings-tab{border:1px solid #e5e7eb;background:#f8fafc;border-radius:10px;padding:8px 12px;font-size:13px;color:#1f2937;cursor:pointer;transition:all .15s ease}.settings-tab.active{background:#e8efff;border-color:#c7d2fe;color:#1e3a8a}.settings-panel{display:none}.settings-panel.active{display:block}.settings-tips{margin:8px 0 0;padding-left:16px;display:flex;flex-direction:column;gap:6px;color:#4b5563;font-size:13px}.settings-item{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#1f2937;padding:8px 0;border-bottom:1px solid #f1f5f9}.settings-item:last-child{border-bottom:none}.settings-label{font-weight:600;color:#111827}.settings-value{color:#6b7280}.settings-item.column{flex-direction:column;align-items:flex-start;gap:8px}.settings-fields{display:flex;flex-direction:column;gap:6px;width:100%}.settings-fields input{width:100%;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;font-size:13px}.settings-actions{display:flex;align-items:center;gap:8px}.settings-msg{font-size:12px;color:#6b7280}.link-btn.faded{opacity:.4}