.enter-user-id-container{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--page-bg, #f5f5f5);flex-direction:column;gap:.75rem;padding:2.5rem 1rem 2rem}.modal-card{position:relative;z-index:1;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 18px 50px #00000047;width:90%;max-width:360px;border-top:4px solid var(--accent, #22c55e)}.user-id-form{display:flex;flex-direction:column;gap:1.5rem}.user-id-label{font-size:1.25rem;font-weight:600;color:#111827;text-align:center}.user-id-helper{font-weight:700;font-size:.875rem;color:#000;text-align:center;line-height:1.4}.user-id-input{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s;background-color:#fff;color:#111827}.pin-field{position:relative;display:flex;align-items:center}.pin-field-wrapper,.name-field-wrapper{position:relative}.pin-field .user-id-input{padding-right:70px}.privacy-link{margin-top:12px;border:none;background:transparent;color:#6b7280;font-size:.9rem;font-weight:600;cursor:pointer;padding:0}.privacy-link:hover{text-decoration:underline}.name-alert{position:absolute;left:0;right:0;bottom:calc(100% + 10px);z-index:9999;padding:8px 12px;background-color:#fff5f5;color:#b00020;border:1px solid #ef9a9a;border-radius:8px;font-size:.9rem;font-weight:600;text-align:left;box-shadow:0 6px 14px #b000201f}.name-alert:before{content:"";position:absolute;bottom:-6px;left:18px;width:10px;height:10px;background:#fff5f5;border-right:1px solid #ef9a9a;border-bottom:1px solid #ef9a9a;transform:rotate(45deg)}.email-field-wrapper{position:relative}.email-alert{position:absolute;left:0;right:0;bottom:calc(100% + 10px);z-index:9999;padding:8px 12px;border-radius:8px;font-size:.9rem;font-weight:600;text-align:left;box-shadow:0 6px 14px #1118271f}.email-alert.is-info{background-color:#eef2ff;color:#1e3a8a;border:1px solid #c7d2fe}.email-alert.is-error{background-color:#fff5f5;color:#b00020;border:1px solid #ef9a9a}.email-alert:before{content:"";position:absolute;bottom:-6px;left:18px;width:10px;height:10px;background:inherit;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg)}.user-id-input:focus{outline:none;border-color:#22c55e}.error-message{margin-top:10px;padding:8px 12px;background-color:#ffe5e5;color:#b00020;border-radius:6px;font-size:.9rem}.submit-button{width:100%;padding:.75rem 1rem;background-color:var(--accent, #22c55e);background-image:none;color:#f3f3f3;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--accent-shadow, rgba(102, 126, 234, .4))}.submit-button:active{transform:translateY(0)}.submit-button:disabled,.submit-button[aria-disabled=true]{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.secondary-button{width:100%;padding:.7rem 1rem;margin-top:.25rem;border-radius:8px;border:1px solid var(--accent-border, #d0d7de);background-color:#fff;color:#222;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .15s,border-color .15s}.secondary-button:hover{background-color:var(--accent-soft, #f3f4f6);border-color:var(--accent, #c3ccd5)}.theme-picker{display:flex;gap:10px;padding:8px 12px;background:#ffffffd9;border-radius:999px;box-shadow:0 6px 18px #0000001f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-top:.5rem}@media(max-width:600px){.theme-picker{margin-top:.25rem}}.tracker-page{min-height:100vh;width:100%;padding:0 1rem 1.5rem;background-color:var(--page-bg, #ffffff);position:relative}.tracker-page.user-rav{--page-bg: #dcfce7}.tracker-page.user-char{--page-bg: #e0f2fe}.tracker-user{font-size:.96rem;color:#6a6d72;font-weight:500;margin-bottom:.5rem}.tracker-theme-bar{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:.75rem 0 .25rem}.tracker-theme-bar .theme-picker{position:static;display:flex;gap:10px;padding:8px 12px;background:#ffffffd9;border-radius:999px;box-shadow:0 6px 18px #0000001f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.theme-picker-footer{margin:0;display:flex;justify-content:center;gap:10px;padding:8px 12px;background:#ffffffd9;border-radius:999px;box-shadow:0 6px 18px #0000001f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:fit-content}.theme-footer-bar{margin:18px auto 6px;display:flex;align-items:center;justify-content:center;gap:12px}.theme-dot{width:22px;height:22px;border-radius:50%;border:2px solid #ffffff;box-shadow:0 2px 6px #0000002e;cursor:pointer;padding:0}.theme-dot.is-active{outline:2px solid #111827;outline-offset:2px}.theme-rose{--page-bg: #fde2e4;--accent: #f76c7a;--accent-soft: #fdecee;--accent-shadow: rgba(247, 108, 122, .35);--accent-border: #f6b2bb;background:#f9b5bf}.theme-lavender{--page-bg: #f1e7ff;--accent: #9b6ef3;--accent-soft: #f4efff;--accent-shadow: rgba(155, 110, 243, .35);--accent-border: #c7b2f7;background:#c7b0f6}.theme-sky{--page-bg: #e5f4ff;--accent: #4aa3f7;--accent-soft: #ecf6ff;--accent-shadow: rgba(74, 163, 247, .35);--accent-border: #9fd2ff;background:#9ed7ff}.theme-lime{--page-bg: #f2fce7;--accent: #8fd14f;--accent-soft: #f6ffe9;--accent-shadow: rgba(143, 209, 79, .35);--accent-border: #b9e68d;background:#b8e86f}.theme-sun{--page-bg: #fff7db;--accent: #f3b51b;--accent-soft: #fff8e6;--accent-shadow: rgba(243, 181, 27, .35);--accent-border: #f6d47d;background:#f6de7a}.theme-mint{--page-bg: #e9fbf3;--accent: #22c55e;--accent-soft: #eefcf5;--accent-shadow: rgba(34, 197, 94, .35);--accent-border: #88e0ae;background:#9fe6c0}.theme-white{--page-bg: #f5f5f5;--accent: #111827;--accent-soft: #f3f4f6;--accent-shadow: rgba(17, 24, 39, .2);--accent-border: #d1d5db;background:#fff}.theme-dot.theme-white{border-color:#e5e7eb;background:#fff}.tracker-header{display:flex;align-items:center;justify-content:center;padding:1.25rem 0 .25rem}.tracker-container{padding-top:.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}.input-section,.summary-section,.entry-log-section,.automate-section,.export-section,.daily-summary-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;min-width:0;min-height:440px;display:flex;flex-direction:column}.input-section,.summary-section,.entry-log-section,.automate-section,.export-section,.daily-summary-section{border-left:4px solid var(--accent, #22c55e)}.input-section h2,.summary-section h2{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem}.summary-section{overflow:hidden}.summary-layout{display:grid;grid-template-columns:1fr minmax(190px,230px);gap:16px;align-items:center}.entry-log-title{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 1.5rem}.entry-log-hint{margin:-10px 0 12px;font-size:.85rem;color:#6b7280}.metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:0;flex-shrink:0}.metric-card{background:#f8f9fa;border:1px solid #eef0f2;border-radius:10px;padding:.9rem 1rem}.metric-title{font-size:.875rem;color:#666;margin-bottom:.4rem}.metric-title-row{display:flex;align-items:center;gap:8px}.legend-swatch{width:14px;height:14px;border-radius:4px}.legend-green{background:#22c55e}.legend-red{background:#ef4444}.metric-primary{font-size:1.25rem;font-weight:700;color:#333;line-height:1.2}.metric-secondary{margin-top:.2rem;font-size:.875rem;color:#2238c5;font-weight:600}.ojt-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;width:100%;min-width:0}.form-label{font-size:.9375rem;font-weight:500;color:#111827}.form-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.date-hint{display:inline-block;margin-left:.5rem;font-size:.8rem;color:#6b7280;font-weight:500}.required{color:#e74c3c}.form-input,.form-select{display:block;width:100%;max-width:100%;box-sizing:border-box;min-width:0;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s;background-color:#fff;color:#111827}.now-button{border:none;background:transparent;color:#2563eb;font-size:.85rem;font-weight:600;padding:0;cursor:pointer}.now-button:hover{text-decoration:underline}.form-input:focus,.form-select:focus{outline:none;border-color:#22c55e}.form-input.error,.form-select.error{border-color:#e74c3c}.error-message{color:#e74c3c;font-size:.875rem;margin-top:.25rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;color:#111827;cursor:pointer}.checkbox-input{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#22c55e}.checkbox-hint{font-size:.8125rem;color:#6b7280;margin-top:.25rem;margin-left:1.75rem}.split-forms{display:grid;grid-template-columns:1fr;gap:18px}@media(min-width:900px){.split-forms{grid-template-columns:1fr 1fr;gap:22px}}.clock-tabs{display:flex;flex-direction:column;gap:12px}.clock-tab-list{display:flex;gap:10px;background:#f3f4f6;padding:5px;border-radius:12px;overflow-x:auto;scrollbar-width:thin}.clock-tab{flex:0 0 auto;border:1px solid transparent;background:transparent;color:#6b7280;font-size:.95rem;font-weight:700;padding:.6rem .75rem;border-radius:10px;cursor:pointer}.clock-tab.is-active{background:var(--accent, #22c55e);color:#fff;border-color:var(--accent, #22c55e);box-shadow:0 8px 16px var(--accent-shadow, rgba(34, 197, 94, .25))}.ojt-form.is-hidden{display:none}.input-section{padding:1.5rem}.input-section h2{margin-bottom:1rem}.form-hint{margin-top:10px;font-size:.9rem;opacity:.8}.add-entry-button{width:100%;padding:.875rem 1rem;background:var(--accent, #22c55e);color:#fff;border:1px solid rgba(255,255,255,1);border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.5rem}.add-entry-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.add-entry-button:active{transform:translateY(0)}.secondary-button{width:100%;padding:.7rem 1rem;margin-top:.5rem;border-radius:8px;border:1px solid var(--accent, #22c55e);background-color:var(--accent, #22c55e);color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;transition:background-color .15s,border-color .15s,transform .2s,box-shadow .2s}.secondary-button:hover{background-color:var(--accent, #22c55e);border-color:var(--accent, #22c55e);transform:translateY(-1px);box-shadow:0 4px 12px var(--accent-shadow, rgba(34, 197, 94, .35))}.site-alert{position:fixed;top:calc(16px + env(safe-area-inset-top,0px));left:50%;transform:translate(-50%);background-color:var(--accent, #22c55e);color:#fff;padding:12px 20px;border-radius:8px;font-weight:600;box-shadow:0 4px 10px #00000026;z-index:9999;animation:fadeInOut 1.5s ease-in-out}.site-alert.is-loading{background-color:#1f2937}.site-alert.is-error{background-color:#ef4444}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%) translateY(-10px)}10%{opacity:1;transform:translate(-50%) translateY(0)}90%{opacity:1}to{opacity:0}}.entry-log-list{flex:1;overflow-y:auto;max-height:360px;display:flex;flex-direction:column;gap:10px;padding-right:6px}.entry-log-item{padding:10px 12px;border-radius:10px;font-weight:600;font-size:.9rem}.entry-log-item.log-in{background:#d9fbe4;color:#0f5132;text-align:left}.entry-log-item.log-out{background:#ffd9d9;color:#842029;text-align:right}.entry-log-item.log-break{background:#fff3bf;color:#7a5c00;text-align:center}.export-log-list{display:flex;flex-direction:column;gap:10px}.entry-log-item.export-log-item{text-align:center;border:none;background:var(--accent-soft, #d9fbe4);color:var(--accent, #0f5132)}.entry-log-item.export-log-item .entry-log-text{width:100%;text-align:center}.no-entries{color:#6b7280;line-height:1.6;font-style:italic}@media(max-width:900px){.tracker-container{grid-template-columns:1fr;gap:1rem}.input-section,.summary-section,.entry-log-section,.automate-section,.export-section,.daily-summary-section{height:auto}.tracker-page{padding:1rem}.tracker-header{padding:.75rem 0}.tracker-title{font-size:1.4rem;text-align:center}}.automate-section{gap:.75rem;border-left-color:var(--accent, #ef4444);background:#fff}.automate-section.is-enabled{border-left-color:var(--accent, #22c55e)}.automate-title{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 1rem}.auto-save-badge{display:inline-flex;align-items:center;justify-content:center;margin:8px 0 6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.2px;border:1px solid transparent}.auto-save-badge.status-saved,.auto-save-badge.status-idle{background:#e7f8ed;color:#b8ebc9;border-color:#b8ebc9}.auto-save-badge.status-saving{background:#fff4d6;color:#7a4b00;border-color:#f1d28a}.auto-save-badge.status-error{background:#fde8e8;color:#8a1c1c;border-color:#f5b5b5}.auto-test-row{display:flex;align-items:center;gap:10px;margin:6px 0 8px}.auto-test-button{padding:8px 12px;font-size:.9rem}.auto-test-status{font-size:.85rem;font-weight:600;letter-spacing:.2px}.auto-test-status.ok{color:#0f5e2a}.auto-test-status.error{color:#8a1c1c}.daily-summary-title{margin:0 0 6px;font-size:1.1rem;font-weight:700;color:#1f2937}.daily-summary-hint{margin:0 0 12px;color:#6b7280;font-size:.9rem}.daily-summary-input,.note-modal-input{width:100%;resize:vertical;border-radius:12px;border:1px solid #d7dbe2;padding:12px 14px;font-size:.95rem;line-height:1.4;background:#fbfcfe}.daily-summary-actions{display:flex;align-items:center;gap:12px;margin-top:10px}.daily-summary-status{font-size:.85rem;font-weight:600;color:#0f5e2a}.daily-summary-status.is-error{color:#8a1c1c}.entry-log-text{font-weight:600}.entry-log-button{width:100%;text-align:left;border:none;background:transparent;cursor:pointer;position:relative}.entry-log-button:focus-visible{outline:2px solid #111827;outline-offset:2px}.entry-log-note{margin-top:6px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.4px;padding:4px 8px;border-radius:999px;display:inline-flex;align-items:center}.entry-log-note.has-note{background:#e7f8ed;color:#16a34a}.entry-log-note.no-note{background:#fee2e2;color:#dc2626}.entry-log-button.is-holding{background:#fee2e2;border:1px solid #fecaca}.entry-log-button.is-holding .entry-log-text,.entry-log-button.is-holding .entry-log-note{color:transparent}.entry-log-delete-overlay{position:absolute;inset:0;background:#fff;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.3px;border-radius:12px;text-transform:uppercase;pointer-events:none;z-index:2;overflow:hidden}.delete-overlay-label{font-size:.85rem;position:relative;z-index:2;color:#111827}.delete-overlay-fill{position:absolute;inset:0;width:0%;height:100%;background:#dc2626;transition:width .05s linear}.note-modal{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000}.note-modal-card{width:min(560px,100%);background:#fff;border-radius:18px;padding:22px;box-shadow:0 20px 60px #0f172a33;max-height:85vh;overflow-y:auto}.note-modal-title{margin:0 0 6px;font-size:1.2rem;font-weight:700;color:#111827}.settings-section-title{margin-top:16px}.pin-input{position:relative}.pin-input .form-input{padding-right:70px}.pin-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:none;background:transparent;color:#111827;font-weight:600;font-size:.85rem;cursor:pointer}.pin-toggle:hover{text-decoration:underline}.note-modal-hint{margin:0 0 12px;color:#6b7280;font-size:.95rem}.help-warning{margin-bottom:14px;padding:9px 12px;border-radius:10px;border:1px solid #f59e0b;background:#fffbeb;color:#92400e;font-weight:800}.note-modal-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:12px}.note-modal-actions .secondary-button,.note-modal-actions .primary-button,.note-modal-actions .neutral-button{min-width:120px;height:40px;display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:.95rem;padding:0 16px;margin:0;border-radius:999px;font-weight:600}.note-modal-actions .secondary-button{background:#dc2626;color:#fff;border:1px solid #dc2626}.note-modal-actions .secondary-button:hover{background:#b91c1c;border-color:#b91c1c}.note-modal-actions .primary-button{background:#16a34a;color:#fff;border:1px solid #16a34a}.note-modal-actions .primary-button:hover{background:#15803d;border-color:#15803d}.note-modal-actions .neutral-button{background:#f3f4f6;color:#111827;border:1px solid #d1d5db}.note-modal-actions .neutral-button:hover{background:#e5e7eb;border-color:#cbd5f5}.note-modal-actions .danger-button{background:#dc2626;color:#fff;border:1px solid #dc2626}.note-modal-actions .danger-button:hover{background:#b91c1c;border-color:#b91c1c}.help-button{width:36px;height:36px;border-radius:999px;background:#fff;color:#5e5e60;font-weight:700;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 14px #0f172a2e}.help-button:hover{transform:translateY(-1px)}.updates-button,.help-button{border-color:#fff}.help-list{margin:0 0 12px;padding-left:18px;color:#374151;font-size:.95rem;line-height:1.5}.help-section{margin-top:10px}.help-section-title{font-weight:700;color:#111827;font-size:.95rem;margin-bottom:6px}.help-steps{margin:0;color:#374151;font-size:.95rem;line-height:1.5}.help-icon{width:16px;height:16px;margin-left:6px;vertical-align:-2px}.weekly-email-toggle{margin-top:12px}.app-footer{margin-top:18px;text-align:center;font-size:.85rem;color:#6b7280;font-weight:600}.updates-modal-card{width:min(680px,90vw);max-height:min(70vh,520px);display:flex;flex-direction:column}.updates-list{margin-top:6px;padding-right:8px;overflow-y:auto;max-height:min(52vh,360px)}.primary-button{padding:10px 16px;font-weight:600;cursor:pointer}.primary-button:hover{opacity:.92}.export-title{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 .5rem}.export-hint{font-size:.9rem;color:#6b7280;margin:0 0 1rem}.export-actions{display:flex;flex-wrap:wrap;gap:.6rem}.ring-title{font-size:1.5rem;font-weight:600;color:#333;margin:0 0 1rem}.automate-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:.5rem}.automate-days{display:grid;grid-template-columns:1fr;gap:12px;margin-top:.5rem}.day-checkboxes{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.day-checkboxes .checkbox-label{justify-content:center;gap:.4rem}.ring-chart{width:220px;height:220px;border-radius:50%;background:conic-gradient(#22c55e,#ef4444 0deg);display:grid;place-items:center;border:10px solid #ffffff;box-shadow:inset 0 0 0 1px #0000000f}.ring-center{width:130px;height:130px;border-radius:50%;background:#fff;display:grid;place-items:center;text-align:center;padding:8px}.ring-percent{font-size:1.5rem;font-weight:700;color:#111827}.ring-hours{font-size:.85rem;color:#6b7280;font-weight:600}.summary-ring{margin-top:12px;display:grid;place-items:center}@media(max-width:1280px){.summary-section{min-height:0}.summary-layout{grid-template-columns:1fr;gap:14px}.summary-ring{margin-top:4px}}@media(max-width:900px){.day-checkboxes{grid-template-columns:repeat(4,minmax(0,1fr))}.summary-layout{grid-template-columns:1fr}.summary-ring{margin-top:12px}}@media(max-width:600px){.input-section,.summary-section,.entry-log-section,.automate-section,.export-section,.daily-summary-section{padding:1.25rem}.input-section,.summary-section,.entry-log-section,.automate-section,.export-section,.daily-summary-section{border-left:none;border-top:4px solid var(--accent, #22c55e)}.automate-section{border-top-color:var(--accent, #ef4444)}.automate-section.is-enabled{border-top-color:var(--accent, #22c55e)}.summary-layout{gap:12px}.ring-chart{width:180px;height:180px}.ring-center{width:110px;height:110px}.export-actions{flex-direction:column}.export-actions .secondary-button{width:100%}.day-checkboxes{grid-template-columns:repeat(3,minmax(0,1fr))}.site-alert{width:calc(100% - 2rem);text-align:center}.secondary-button,.add-entry-button{width:100%}}.export-page{min-height:100vh;padding:1.5rem;background-color:var(--page-bg, #ffffff)}.export-page-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.back-link{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.6rem;font-weight:700;color:#111827}.back-link:hover{text-decoration:underline}.export-page-actions{display:flex;gap:10px;align-items:center}.export-page-hint{margin-top:12px;color:#6b7280;font-size:.95rem}.export-week-list{margin-top:16px;display:flex;flex-direction:column;gap:16px}.export-month-section{display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid #e5e7eb;border-radius:16px;background:#fff}.export-month-title{margin:0;font-size:1.1rem;font-weight:700;color:#111827}.export-week-card{border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff}.export-week-summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}.export-week-summary::-webkit-details-marker{display:none}.export-week-title{margin:0;font-size:1.05rem;font-weight:700;color:#111827}.export-week-toggle{font-size:.85rem;font-weight:700;text-transform:uppercase;color:#6b7280}.export-week-body{margin-top:12px}.export-week-grid{display:grid;gap:10px}.export-week-knowledge{margin-top:12px}.export-week-actions{display:flex;justify-content:flex-end;margin-top:8px}.export-week-selector{margin-top:12px;display:flex;flex-direction:column;gap:8px}.export-week-selector-title{font-size:.95rem;font-weight:600;color:#111827}.export-week-check{display:inline-flex;align-items:center;margin-right:12px}.export-week-check input{width:18px;height:18px}.export-week-row{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:10px 12px;border-radius:10px;background:#f9fafb;border:none;text-align:left;cursor:pointer}.export-week-date{font-weight:700;color:#111827;font-size:1.05rem}.export-week-note{color:#4b5563;font-size:.95rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:2.6em}.export-week-row:hover{background:#f3f4f6}.export-modal{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000}.export-modal-card{width:min(640px,100%);background:#fff;border-radius:18px;padding:22px;box-shadow:0 20px 60px #0f172a33;max-height:85vh;overflow-y:auto}.export-modal-title{margin:0 0 6px;font-size:1.2rem;font-weight:700;color:#111827}.export-modal-hint{margin:0 0 12px;color:#6b7280;font-size:.95rem}.export-modal-textarea{width:100%;min-height:90px;border:2px solid #e5e7eb;border-radius:10px;padding:12px;font-size:.95rem;resize:none;background:#fff;color:#111827}.export-modal-summary{margin-top:12px}.export-modal-label{display:block;font-size:.9rem;font-weight:600;color:#111827;margin-bottom:6px}.export-modal-actions{display:flex;justify-content:flex-end;margin-top:12px;gap:10px}.danger-button{background:#dc2626;color:#fff;border:1px solid #dc2626}.danger-button:hover{background:#b91c1c;border-color:#b91c1c}*{margin:0;padding:0;box-sizing:border-box}*::selection{background:transparent;color:inherit}*::-moz-selection{background:transparent;color:inherit}.daily-summary-input::selection,.daily-summary-input::-moz-selection{background:#bfdbfe;color:inherit}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#111827}#root{min-height:100vh;width:100%}
