:root{--primary:#0ea5e9;--primary-light:#38bdf8;--primary-dark:#0284c7;--primary-glow:#0ea5e94d;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#8b5cf6;--accent-pink:#ec4899;--accent-cyan:#06b6d4;--bg-glass:#ffffffa6;--bg-glass-hover:#ffffffd9;--border-light:#94a3b826;--border-glow:#0ea5e959;--shadow-soft:0 8px 32px #0000000a;--shadow-glow:0 0 40px #0ea5e91a;--shadow-holo:0 0 60px #0ea5e914, 0 0 100px #8b5cf60d;--radius-lg:24px;--radius:14px;--radius-sm:10px}*{box-sizing:border-box;margin:0;padding:0}body{color:#0f172a;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 25%,#fae8ff 50%,#e0f2fe 75%,#f0f9ff 100%) fixed;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,sans-serif;position:relative}body:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(at 30% 20%,#0ea5e914 0%,#0000 50%),radial-gradient(at 70% 60%,#8b5cf60f 0%,#0000 50%),radial-gradient(at 50% 80%,#06b6d40d 0%,#0000 50%);width:200%;height:200%;animation:20s ease-in-out infinite holoFloat;position:fixed;top:-50%;left:-50%}@keyframes holoFloat{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(2%,1%)rotate(1deg)}66%{transform:translate(-1%,2%)rotate(-1deg)}}.card{background:var(--bg-glass);-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft), 0 0 0 1px #ffffffb3 inset, 0 1px 0 #fffc inset;border:1px solid #ffffff80;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.card:before{content:"";opacity:.6;background:linear-gradient(90deg,#0000 0%,#0ea5e966 20%,#8b5cf666 50%,#06b6d466 80%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.card:hover{box-shadow:0 16px 48px #00000014, var(--shadow-glow), 0 0 0 1px #ffffffe6 inset;border-color:#ffffffb3;transform:translateY(-2px)}.card-header{border-bottom:1px solid var(--border-light);background:#ffffff4d;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.card-title{background:linear-gradient(135deg,#0f172a 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:16px;font-weight:600}.card-body{padding:24px}.btn{border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;box-shadow:0 4px 16px #0ea5e966}.btn-primary:hover{box-shadow:0 8px 24px #0ea5e980, var(--shadow-glow);transform:translateY(-2px)}.btn-secondary{background:var(--bg-glass);border:1px solid var(--border-light);color:#475569}.btn-secondary:hover{background:var(--bg-glass-hover);border-color:var(--border-glow)}.btn-danger{background:linear-gradient(135deg, var(--danger) 0%, #dc2626 100%);color:#fff;box-shadow:0 4px 16px #ef444459}.btn-danger:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ef444473}.btn-ghost{color:#64748b;background:0 0;padding:8px 16px}.btn-ghost:hover{color:var(--primary);background:#0ea5e91a}.input,.textarea{border:1px solid var(--border-light);border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff9;width:100%;padding:16px 20px;font-size:15px;line-height:1.6;transition:all .3s}.input::placeholder,.textarea::placeholder{color:#94a3b8;opacity:1}.input:focus,.textarea:focus{border-color:var(--primary);background:#fffffff2;outline:none;box-shadow:0 0 0 4px #0ea5e914,0 0 20px #0ea5e91a}.textarea{resize:vertical;min-height:180px;line-height:1.8}.textarea::placeholder{white-space:pre-line;line-height:1.8}.header{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-light);z-index:100;height:72px;position:sticky;top:0;box-shadow:0 4px 20px #0000000d}.header-content{justify-content:space-between;align-items:center;max-width:1440px;height:100%;margin:0 auto;padding:0 32px;display:flex}.header-logo{background:linear-gradient(135deg, var(--primary) 0%, var(--info) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:center;gap:12px;font-size:20px;font-weight:700;text-decoration:none;display:flex}.header-nav{align-items:center;gap:8px;margin-left:48px;display:flex}.nav-link{color:#64748b;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s}.nav-link:hover{color:var(--primary);background:#0ea5e914}.nav-link.active{color:var(--primary);background:#0ea5e91f;box-shadow:inset 0 0 0 1px #0ea5e933}.header-right{align-items:center;gap:16px;display:flex}.user-info{cursor:pointer;border:1px solid var(--border-light);background:#ffffff80;border-radius:12px;align-items:center;gap:12px;padding:8px 16px;transition:all .3s;display:flex}.user-info:hover{background:var(--bg-glass-hover);border-color:var(--border-glow);box-shadow:var(--shadow-glow)}.user-avatar{background:linear-gradient(135deg, var(--primary) 0%, var(--info) 100%);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;display:flex;box-shadow:0 4px 12px #0ea5e94d}@media (width<=768px){.user-avatar{width:40px;height:40px;font-size:15px}}.user-name{display:none}.mobile-nav{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border-light);z-index:100;padding:12px 0;display:none;position:fixed;bottom:0;left:0;right:0}.content-wrapper{max-width:1440px;margin:0 auto;padding:32px}.quick-actions{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.quick-action-item{background:var(--bg-glass);border:1px solid var(--border-light);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;align-items:center;gap:16px;padding:32px 24px;text-decoration:none;transition:all .3s;display:flex}.quick-action-item:hover{border-color:var(--border-glow);box-shadow:var(--shadow-glow), 0 20px 40px #00000014;transform:translateY(-4px)}.quick-action-icon{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;display:flex;box-shadow:0 8px 20px #0000001a}.quick-action-label{color:#334155;font-size:15px;font-weight:600}.stat-card{background:var(--bg-glass);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:24px;transition:all .3s}.stat-card:hover{border-color:var(--border-glow);box-shadow:var(--shadow-glow)}.stat-label{color:#64748b;margin-bottom:8px;font-size:13px}.stat-value{background:linear-gradient(135deg,#0f172a 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:32px;font-weight:700}.stat-unit{color:#94a3b8;font-size:14px;font-weight:500}.list-item{border-radius:var(--radius);background:linear-gradient(135deg,#ffffffb3 0%,#ffffff80 100%);border:1px solid #fff9;margin-bottom:12px;padding:18px 22px;transition:all .3s;position:relative}.list-item:before{content:"";background:linear-gradient(180deg, var(--primary) 0%, var(--info) 100%);opacity:.6;border-radius:3px;width:3px;transition:opacity .3s;position:absolute;top:12px;bottom:12px;left:0}.list-item:hover{box-shadow:var(--shadow-glow);background:#ffffffe6;border-color:#0ea5e933;transform:translate(4px)}.list-item:hover:before{opacity:1}.tag{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;align-items:center;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}.tag-hours{color:#059669;background:linear-gradient(135deg,#10b9812e 0%,#34d3992e 100%);border:1px solid #10b9814d;font-size:13px;font-weight:700}.form-row{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.form-actions{border-top:1px solid var(--border-light);justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;display:flex}.progress-bar{background:#0000000d;border-radius:4px;height:8px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 100%);border-radius:4px;height:100%;transition:width .5s;box-shadow:0 0 10px #0ea5e966}.empty-state{text-align:center;padding:60px 40px}.empty-icon{opacity:.6;margin-bottom:16px;font-size:48px}.empty-title{color:#475569;margin-bottom:8px;font-size:16px;font-weight:600}.empty-desc{color:#94a3b8;font-size:14px}.btn-success:hover{transform:translateY(-2px);box-shadow:0 8px 24px #10b98173}.btn-lg{border-radius:var(--radius);padding:16px 32px;font-size:16px}.spinner{border:2px solid var(--border-light);border-top-color:var(--primary);border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.ml-2{margin-left:8px}.ml-11{margin-left:44px}.mt-6{margin-top:24px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-gray-400{color:#94a3b8}.font-bold{font-weight:700}strong{font-weight:600}.user-menu-wrapper{position:relative}.user-dropdown{border:1px solid var(--border-light);border-radius:var(--radius);z-index:1000;background:#fff;min-width:220px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 10px 40px #0000001a}.user-dropdown-header{background:#f8fafc;align-items:center;gap:12px;padding:16px;display:flex}.user-avatar-lg{background:linear-gradient(135deg, var(--primary) 0%, var(--info) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:14px;font-weight:600;display:flex}.user-dropdown-header .font-medium{white-space:normal;text-overflow:ellipsis;max-width:150px;overflow:hidden}.user-dropdown-info{background:#f8fafc;border-radius:8px;margin:8px 12px;padding:12px 16px}.user-info-row{justify-content:space-between;align-items:center;padding:6px 0;font-size:13px;display:flex}.user-info-row:not(:last-child){border-bottom:1px dashed #e2e8f0}.user-dropdown-divider{background:var(--border-light);height:1px;margin:4px 0}.user-dropdown-item{color:#475569;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:14px;transition:all .2s;display:flex}.user-dropdown-item:hover{color:var(--primary);background:#0ea5e914}.user-dropdown-item svg{flex-shrink:0;width:16px;height:16px}.stat-card-mini{text-align:center;padding:20px}.stat-value-lg{background:linear-gradient(135deg, var(--primary) 0%, var(--info) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:36px;font-weight:700}.stat-value-lg .stat-unit{-webkit-text-fill-color:initial;color:#94a3b8;font-size:16px;font-weight:500}.project-list{flex-direction:column;display:flex}.project-item{border:1px solid var(--border-light);border-radius:var(--radius);cursor:pointer;background:#fff9;justify-content:space-between;align-items:center;margin-bottom:12px;padding:20px 24px;transition:all .3s;display:flex}.project-item:hover{border-color:var(--border-glow);box-shadow:var(--shadow-glow);background:#ffffffe6;transform:translate(4px)}.project-main{flex:1}.project-header{align-items:center;gap:16px;margin-bottom:8px;display:flex}.project-name{color:#1e293b;font-size:16px;font-weight:600}.project-meta{color:#64748b;gap:24px;margin-bottom:12px;font-size:14px;display:flex}.progress-bar-wrap{width:240px}.project-action{color:var(--primary);white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;font-weight:500;display:flex}.action-text{font-size:14px}.back-link{color:#64748b;white-space:nowrap;align-items:center;gap:6px;font-size:14px;text-decoration:none;transition:color .2s;display:inline-flex}.task-list{flex-direction:column;gap:12px;display:flex}.task-item{border:1px solid var(--border-light);border-radius:var(--radius);background:#fff9;padding:16px 20px;transition:all .3s}.task-item:hover{border-color:var(--border-glow);box-shadow:var(--shadow-glow)}.task-main{flex-direction:column;gap:8px;display:flex}.task-header{justify-content:space-between;align-items:center;display:flex}.task-name{color:#1e293b;font-size:15px;font-weight:500}.task-status{color:var(--primary);background:#0ea5e91a;border-radius:12px;padding:4px 12px;font-size:12px}.task-status.done{color:var(--success);background:#10b9811a}.task-meta{color:#94a3b8;gap:20px;font-size:13px;display:flex}.task-progress{align-items:center;gap:12px;display:flex}.progress-bar-sm{background:#0000000d;border-radius:3px;flex:1;max-width:200px;height:6px;overflow:hidden}.progress-text{color:#64748b;min-width:40px;font-size:13px;font-weight:500}.tag-info{color:#7c3aed;background:#8b5cf61f}.tag-default{color:#64748b;background:#94a3b81f}@media (width<=1024px){.grid-4,.quick-actions{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.content-wrapper{padding:20px 20px 100px}.header-nav{display:none}.mobile-nav{display:flex}.grid-2,.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr);gap:12px}.quick-actions{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.header-right .btn-ghost,.user-name{display:none}.history-item-row{grid-template-columns:1fr;gap:4px}.history-time,.history-project,.history-hours{font-size:12px}.project-detail-grid{grid-template-columns:1fr}.project-meta{flex-direction:column;gap:8px}.progress-bar-wrap{width:100%}.task-meta{flex-direction:column;gap:4px}}.login-container{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 50%,#fae8ff 100%);min-height:100vh;display:flex}.login-decoration{background:linear-gradient(135deg,#0ea5e914 0%,#8b5cf614 100%);flex:1;justify-content:center;align-items:center;padding:60px;display:flex;position:relative;overflow:hidden}.login-decoration:before{content:"";background:radial-gradient(at 30% 30%,#0ea5e91f 0%,#0000 50%),radial-gradient(at 70% 70%,#8b5cf61a 0%,#0000 50%);width:200%;height:200%;animation:25s ease-in-out infinite holoFloat;position:absolute;top:-50%;left:-50%}.decoration-content{z-index:1;text-align:center;max-width:480px;position:relative}.decoration-icon{filter:drop-shadow(0 8px 24px #0ea5e94d);margin-bottom:24px;font-size:72px}.decoration-title{background:linear-gradient(135deg, var(--primary) 0%, var(--info) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:16px;font-size:36px;font-weight:700}.decoration-desc{color:#64748b;margin-bottom:48px;font-size:18px;line-height:1.8}.decoration-features{flex-direction:column;align-items:flex-start;gap:20px;padding-left:40px;display:flex}.feature-item{color:#475569;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #ffffffb3;border-radius:14px;align-items:center;gap:16px;padding:16px 24px;font-size:16px;transition:all .3s;display:flex}.feature-item:hover{background:#ffffffe6;transform:translate(8px);box-shadow:0 8px 24px #0ea5e926}.feature-icon{font-size:24px}.login-form-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffb3;justify-content:center;align-items:center;width:520px;min-width:520px;padding:60px;display:flex}.login-form-wrapper{width:100%;max-width:400px}.login-logo-mobile{text-align:center;margin-bottom:32px;display:none}.logo-icon-mobile{margin-bottom:12px;font-size:48px}.logo-title-mobile{background:linear-gradient(135deg, var(--primary) 0%, var(--info) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:24px;font-weight:700}.login-header{margin-bottom:32px}.login-title{color:#0f172a;margin-bottom:8px;font-size:28px;font-weight:700}.login-subtitle{color:#64748b;font-size:15px}.login-card{background:var(--bg-glass);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:var(--radius-lg);border:1px solid #fff9;padding:32px;box-shadow:0 8px 32px #0000000f}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}.login-card.shake{border-color:#ef444466;animation:.5s cubic-bezier(.36,.07,.19,.97) both shake}.login-form{flex-direction:column;gap:24px;display:flex}.form-input{border-radius:var(--radius);background:#fffc;border:1px solid #94a3b833;width:100%;padding:14px 18px;font-size:15px;transition:all .3s}.form-input::placeholder{color:#94a3b8}.form-input:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #0ea5e91a}.form-error{border-radius:var(--radius);color:var(--danger);background:#ef44441a;border:1px solid #ef444433;padding:12px 16px;font-size:14px}.login-btn{color:#fff;background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);border-radius:var(--radius);cursor:pointer;border:none;width:100%;padding:16px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 16px #0ea5e959}.login-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #0ea5e973}.login-btn:disabled{opacity:.7;cursor:not-allowed}.login-loading{justify-content:center;align-items:center;gap:10px;display:flex}.login-footer{text-align:center;color:#94a3b8;margin-top:24px;font-size:14px}@media (width<=900px){.login-container{flex-direction:column}.login-decoration{display:none}.login-form-section{width:100%;min-width:unset;padding:40px 24px}.login-logo-mobile{display:block}.login-header{display:none}.login-form-wrapper{max-width:100%}}.tag-time{color:#7c3aed;background:linear-gradient(135deg,#8b5cf61f 0%,#0ea5e91f 100%);border:1px solid #8b5cf633;font-weight:600}.tag-success{color:var(--success);background:linear-gradient(135deg,#10b98126 0%,#34d39926 100%);border:1px solid #10b98133}.tag-warning{color:var(--warning);background:linear-gradient(135deg,#f59e0b26 0%,#fbbf2426 100%);border:1px solid #f59e0b33}.tag-primary{color:var(--primary);background:linear-gradient(135deg,#0ea5e926 0%,#06b6d426 100%);border:1px solid #0ea5e933}.tag-default{color:#64748b;background:#94a3b81a;border:1px solid #94a3b826}.history-report-item{border:1px solid var(--border-light);border-radius:var(--radius);background:#fff9;transition:all .3s;overflow:hidden}.history-report-item:hover{border-color:var(--border-glow);box-shadow:var(--shadow-glow)}.history-report-header{border-bottom:1px solid var(--border-light);background:#ffffff80;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.history-report-items{padding:12px 20px}.history-item-row{border-bottom:1px dashed #94a3b826;grid-template-columns:100px 1fr 180px 60px;gap:16px;padding:10px 0;font-size:14px;display:grid}.history-item-row:last-child{border-bottom:none}.history-time{color:#64748b;font-size:13px}.history-content{color:#1e293b;font-weight:500}.history-project{color:var(--primary);font-size:13px}.history-hours{color:#059669;text-align:right;font-weight:600}@media (width<=768px){.history-item-row{grid-template-columns:1fr;gap:4px}.history-time,.history-project,.history-hours{font-size:12px}}@media (width<=1024px){.grid-2{grid-template-columns:1fr}}.textarea{border:1px solid var(--border-light);border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);resize:vertical;background:#fff9;width:100%;min-height:180px;padding:16px 20px;font-size:15px;line-height:1.8;transition:all .3s}.textarea::placeholder{color:#94a3b8;white-space:pre-line;line-height:1.8}.textarea:focus{border-color:var(--primary);background:#fffffff2;outline:none;box-shadow:0 0 0 4px #0ea5e914,0 0 20px #0ea5e91a}.btn-success{background:linear-gradient(135deg, var(--success) 0%, #059669 100%);color:#fff;padding:14px 28px;font-size:15px;box-shadow:0 4px 16px #10b98159}.btn-success:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #10b98173}.btn-lg{padding:16px 32px;font-size:16px}.project-detail-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.detail-item{flex-direction:column;gap:4px;display:flex}.detail-label{color:#94a3b8;font-size:13px}.detail-value{color:#1e293b;font-size:15px;font-weight:500}.back-link{color:#64748b;align-items:center;gap:6px;font-size:14px;text-decoration:none;transition:color .2s;display:inline-flex}.back-link:hover{color:var(--primary)}.progress-bar-lg{background:#0000000d;border-radius:6px;height:12px;overflow:hidden}@media (width<=768px){.project-detail-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.project-detail-grid{grid-template-columns:1fr}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f172a80;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:var(--radius-lg);background:#fffffff2;border:1px solid #fff9;flex-direction:column;width:100%;max-width:520px;max-height:90vh;animation:.3s modalSlideIn;display:flex;overflow:hidden;box-shadow:0 24px 64px #00000026,inset 0 0 0 1px #fffc}.modal-lg{max-width:800px}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-title{color:#0f172a;font-size:18px;font-weight:600}.modal-close{color:#64748b;cursor:pointer;background:#94a3b81a;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:24px;transition:all .2s;display:flex}.modal-close:hover{color:var(--danger);background:#ef44441a}.modal-body{flex:1;padding:24px;overflow-y:auto}.modal-footer{border-top:1px solid var(--border-light);background:#f8fafc80;justify-content:flex-end;gap:12px;padding:20px 24px;display:flex}.form-group{margin-bottom:20px}.form-label{color:#334155;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.form-hint{color:#94a3b8;margin-top:8px;font-size:13px;line-height:1.6}.input{border:1px solid var(--border-light);border-radius:var(--radius);background:#fffc;width:100%;padding:12px 16px;font-size:14px;transition:all .3s}.input:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #0ea5e91a}input[type=file].input{cursor:pointer;padding:10px 12px}input[type=file].input::file-selector-button{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-right:12px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}input[type=file].input::file-selector-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0ea5e94d}select.input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:20px;padding-right:40px}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.w-full{width:100%}.text-center{text-align:center}.text-sm{font-size:14px}.font-medium{font-weight:500}.cursor-pointer{cursor:pointer}.transition-all{transition:all .2s}.line-through{text-decoration:line-through}.flex-col{flex-direction:column}.flex-1{flex:1}.text-gray-500{color:#64748b}.text-gray-600{color:#475569}.text-gray-700{color:#334155}.text-gray-800{color:#1e293b}.text-gray-900{color:#0f172a}.text-green-600{color:#059669}.text-green-700{color:#047857}.text-green-800{color:#065f46}.text-red-600{color:#dc2626}.text-red-700{color:#b91c1c}.text-red-800{color:#991b1b}.text-yellow-600{color:#d97706}.text-yellow-700{color:#b45309}.text-yellow-800{color:#92400e}.text-blue-700{color:#0369a1}.bg-green-50{background-color:#f0fdf4}.bg-red-50{background-color:#fef2f2}.bg-yellow-50{background-color:#fffbeb}.bg-blue-50{background-color:#eff6ff}@media (width<=640px){.modal-content{max-width:100%;max-height:85vh;margin:auto 10px}.modal-lg{max-width:100%}.modal-header,.modal-body,.modal-footer{padding:16px}.modal-footer{flex-direction:column}.modal-footer .btn{width:100%}.stat-card-mini{padding:12px}.stat-value-lg{font-size:24px}.stat-label{font-size:12px}}.grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=1024px){.grid-2{grid-template-columns:1fr}.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.grid-3,.grid-4{grid-template-columns:1fr}}.stat-card{align-items:center;gap:16px;padding:20px 24px;display:flex}.stat-icon{opacity:.9;font-size:32px}.stat-content{flex:1}.stat-value{color:#0f172a;font-size:28px;font-weight:700}.stat-value .stat-unit{color:#94a3b8;margin-left:4px;font-size:14px;font-weight:500}.stat-label{color:#64748b;margin-top:2px;font-size:13px}.tag-danger{color:#ef4444;background:#ef444426;border:1px solid #ef444433}.tag-info{color:#3b82f6;background:#3b82f626;border:1px solid #3b82f633}.space-y-3>*+*{margin-top:12px}.space-y-4>*+*{margin-top:16px}.space-y-6>*+*{margin-top:24px}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.risk-card-high{background:linear-gradient(135deg,#ef44440d 0%,#fee2e280 100%)!important;border-color:#ef4444!important}.risk-card-medium{background:linear-gradient(135deg,#f59e0b0d 0%,#fef3c780 100%)!important;border-color:#f59e0b!important}.btn-sm{padding:6px 12px;font-size:13px}.notification-bell{border-radius:10px;padding:8px;font-size:20px;text-decoration:none;transition:all .2s;position:relative}.notification-bell:hover{background:#0ea5e91a}.notification-badge{color:#fff;background:#ef4444;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:600;display:flex;position:absolute;top:2px;right:2px}.notification-card{border-radius:var(--radius);border:1px solid var(--border-light);padding:16px 20px;transition:all .3s}.notification-card:hover{box-shadow:var(--shadow-glow)}.notification-card.unread{background:#fffffff2}.chat-page{flex-direction:column;height:100vh;display:flex}.chat-container{flex-direction:column;flex:1;width:100%;max-width:900px;margin:0 auto;padding:0 20px;display:flex}.chat-messages{flex:1;padding:20px 0;overflow-y:auto}.chat-message{gap:12px;margin-bottom:20px;animation:.3s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message.user{flex-direction:row-reverse}.chat-avatar{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.chat-message.user .chat-avatar{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;font-weight:600}.chat-message.assistant .chat-avatar{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #0ea5e933}.chat-content{flex:1;max-width:70%}.chat-message.user .chat-content{flex-direction:column;align-items:flex-end;display:flex}.chat-header{align-items:center;gap:8px;margin-bottom:6px;display:flex}.chat-message.user .chat-header{flex-direction:row-reverse}.chat-name{color:#334155;font-size:13px;font-weight:600}.chat-time{color:#94a3b8;font-size:12px}.chat-bubble{border-radius:16px;padding:14px 18px;font-size:15px;line-height:1.6}.chat-message.user .chat-bubble{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;border-bottom-right-radius:4px}.chat-message.assistant .chat-bubble{background:var(--bg-glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-light);color:#1e293b;border-bottom-left-radius:4px}.chat-text{white-space:pre-wrap;word-break:break-word}.chat-loading{gap:6px;padding:4px 0;display:flex}.chat-loading .dot{background:var(--primary);opacity:.4;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite dotPulse}.chat-loading .dot:nth-child(2){animation-delay:.2s}.chat-loading .dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.chat-quick-actions{-webkit-overflow-scrolling:touch;gap:10px;padding:12px 0;display:flex;overflow-x:auto}.quick-question-btn{background:var(--bg-glass);border:1px solid var(--border-light);color:#475569;cursor:pointer;white-space:nowrap;border-radius:20px;align-items:center;gap:6px;padding:10px 16px;font-size:14px;transition:all .2s;display:flex}.quick-question-btn:hover:not(:disabled){border-color:var(--border-glow);color:var(--primary);background:#0ea5e914}.quick-question-btn:disabled{opacity:.5;cursor:not-allowed}.chat-input-area{border-top:1px solid var(--border-light);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffc;padding:16px 0 20px}.chat-input-wrapper{align-items:flex-end;gap:12px;display:flex}.chat-input{border:1px solid var(--border-light);resize:none;background:#fffc;border-radius:16px;flex:1;min-height:50px;max-height:150px;padding:14px 18px;font-size:15px;line-height:1.5}.chat-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #0ea5e91a}.chat-input::placeholder{color:#94a3b8}.chat-send-btn{color:#fff;background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);cursor:pointer;border:none;border-radius:16px;padding:14px 24px;font-size:15px;font-weight:600;transition:all .2s;box-shadow:0 4px 16px #0ea5e94d}.chat-send-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0ea5e966}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.mobile-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border-light);z-index:100;background:#fffffff2;padding:8px 0;display:none;position:fixed;bottom:0;left:0;right:0}.mobile-nav-item{color:#64748b;flex-direction:column;flex:1;align-items:center;gap:4px;padding:6px 0;font-size:12px;text-decoration:none;transition:color .2s;display:flex}.mobile-nav-item.active{color:var(--primary)}.mobile-nav-icon{font-size:20px}@media (width<=768px){.chat-container{padding:0 12px}.chat-content{max-width:85%}.chat-bubble{padding:12px 14px;font-size:14px}.chat-quick-actions{padding:8px 0}.quick-question-btn{padding:8px 12px;font-size:13px}.chat-input{padding:12px 14px;font-size:14px}.chat-send-btn{padding:12px 18px}.mobile-nav{display:flex}.chat-input-area{padding-bottom:80px}}.task-tree{flex-direction:column;gap:8px;display:flex}.task-phase{border:1px solid var(--border-light);border-radius:var(--radius);overflow:hidden}.task-phase-header{cursor:pointer;background:linear-gradient(90deg,#6366f10d,#0000);align-items:center;padding:12px 16px;transition:background .2s;display:flex}.task-phase-header:hover{background:linear-gradient(90deg,#6366f11a,#0000)}.task-phase-items{border-top:1px solid var(--border-light)}.task-phase-items .task-item{border-bottom:1px solid var(--border-light);margin:0;padding:16px 24px}.task-phase-items .task-item:last-child{border-bottom:none}.task-status.active{color:#16a34a;background:#22c55e1a}.task-status.delayed{color:#dc2626;background:#ef44441a}.task-daily-reports{background:#f1f5f980;border-radius:6px;margin-top:12px;margin-left:20px;padding:12px}.daily-report-item{border-bottom:1px dashed #cbd5e180;align-items:center;gap:12px;padding:8px 0;display:flex}.daily-report-item:last-child{border-bottom:none}.daily-report-item .report-date{color:#64748b;min-width:90px;font-size:12px}.daily-report-item .report-content{color:#334155;flex:1;font-size:13px}.daily-report-item .report-hours{color:var(--primary);font-size:12px;font-weight:600}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.parse-result-card{animation:.3s slideInUp}.parse-result-card:first-child{animation-delay:0s}.parse-result-card:nth-child(2){animation-delay:.1s}.parse-result-card:nth-child(3){animation-delay:.2s}.parse-result-card:nth-child(4){animation-delay:.3s}.parse-result-card:nth-child(5){animation-delay:.4s}.parsing-indicator{background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border-left:4px solid #3b82f6;border-radius:8px;align-items:center;gap:8px;padding:12px 16px;animation:2s ease-in-out infinite pulse;display:flex}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes borderPulse{0%,to{opacity:1;box-shadow:0 0 #3b82f666}50%{opacity:.6;box-shadow:0 0 20px 4px #3b82f633}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.project-detail-info{grid-template-columns:1fr 1fr 2fr;gap:24px;display:grid}.detail-section{min-width:0}.detail-section-title{color:#64748b;margin-bottom:12px;font-size:12px;font-weight:600}.cost-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.cost-card{border-radius:12px;padding:14px;transition:all .2s}.cost-card-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.cost-card-title{align-items:center;gap:6px;font-size:14px;font-weight:600;display:flex}.cost-card-title span:first-child{font-size:16px}.cost-card-badge{color:#fff;background:#ef4444;border-radius:10px;padding:2px 8px;font-size:10px;font-weight:600}.cost-card-desc{opacity:.8;margin-bottom:6px;font-size:12px}.cost-card-value{color:#1e293b;font-size:18px;font-weight:700}.cost-card-value span{font-size:12px;font-weight:400}.cost-card-rate{margin-top:4px;font-size:12px;font-weight:500}.cost-card-material{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #fbbf24}.cost-card-material .cost-card-title{color:#92400e}.cost-card-material .cost-card-desc{color:#a16207}.cost-card-labor{background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);border:1px solid #3b82f6}.cost-card-labor .cost-card-title{color:#1e40af}.cost-card-labor .cost-card-desc{color:#1d4ed8}.cost-card-outsource{background:linear-gradient(135deg,#f3e8ff 0%,#e9d5ff 100%);border:1px solid #a855f7}.cost-card-outsource .cost-card-title{color:#6b21a8}.cost-card-outsource .cost-card-desc{color:#7c3aed}.cost-card-indirect{background:linear-gradient(135deg,#dcfce7 0%,#bbf7d0 100%);border:1px solid #22c55e}.cost-card-indirect .cost-card-title{color:#166534}.cost-card-indirect .cost-card-desc{color:#16a34a}.cost-card-material.cost-card-overspend,.cost-card-labor.cost-card-overspend,.cost-card-outsource.cost-card-overspend,.cost-card-indirect.cost-card-overspend{border-color:#ef4444}@media (width<=1024px){.project-detail-info{grid-template-columns:1fr 1fr}.detail-section-wide{grid-column:span 2}}@media (width<=768px){.project-detail-info{grid-template-columns:1fr;gap:20px}.detail-section-wide{grid-column:span 1}.cost-grid{grid-template-columns:1fr;gap:10px}.cost-card{padding:12px}.cost-card-value{font-size:16px}.grid-2{gap:16px}.card-body[style*="flexDirection: column"]{min-height:300px;height:auto!important}.task-phase-header{flex-wrap:wrap;gap:8px;padding:10px 14px}.task-phase-items .task-item{padding:12px 16px}.task-meta{flex-direction:column;gap:4px;font-size:12px}.task-daily-reports{margin-left:0;padding:10px}.daily-report-item{flex-wrap:wrap;gap:8px;font-size:12px}.daily-report-item .report-date{min-width:auto}}.home-welcome-section{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.home-welcome-info{min-width:0}.home-welcome-title{color:#0f172a;font-size:24px;font-weight:700}.home-welcome-date{color:#64748b;margin-top:4px;font-size:14px}.home-daily-done{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;display:flex}.home-daily-btn{white-space:nowrap}.home-project-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.home-project-card[data-delayed=true]{border-color:#fecaca}.home-project-header{cursor:pointer;background:#fafafa;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.home-project-card[data-delayed=true] .home-project-header{background:#fef2f2}.home-project-title{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.home-project-arrow{color:#6b7280;flex-shrink:0;font-size:12px;transition:transform .2s;display:inline-block}.home-project-name{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;text-decoration:none;overflow:hidden}.home-project-name:hover{color:var(--primary)}.home-project-meta{flex-shrink:0;align-items:center;gap:12px;display:flex}.home-project-progress{align-items:center;gap:8px;width:120px;display:flex}.home-project-progress .progress-bar{flex:1;height:8px}.home-project-progress-text{color:#64748b;min-width:36px;font-size:13px;font-weight:600}.home-project-badge{white-space:nowrap;border-radius:12px;padding:4px 10px;font-size:12px;font-weight:600}.home-project-badge-delay{color:#fff;background:#ef4444}.home-project-count{color:#6b7280;white-space:nowrap;font-size:12px}.home-project-tasks{border-top:1px solid #e5e7eb}.home-task-tabs{-webkit-overflow-scrolling:touch;gap:8px;padding:12px 16px;display:flex;overflow-x:auto}.home-task-tab{color:#6b7280;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.home-task-tab.active-delayed{color:#dc2626;background:#fef2f2;border:2px solid #ef4444}.home-task-tab.active-ongoing{color:#1d4ed8;background:#eff6ff;border:2px solid #3b82f6}.home-task-tab.active-completed{color:#16a34a;background:#f0fdf4;border:2px solid #22c55e}.home-task-list{max-height:300px;padding:0 16px 16px;overflow-y:auto}.home-task-group-title{margin-bottom:8px;font-size:12px;font-weight:600}.home-task-group-delayed{color:#dc2626}.home-task-group-warn{color:#d97706}.home-task-card{border-radius:8px;margin-bottom:8px;padding:12px}.home-task-delayed{background:#fef2f2;border:1px solid #fecaca}.home-task-warn{background:#fffbeb;border:1px solid #fde68a}.home-task-ongoing{background:#eff6ff;border:1px solid #bfdbfe}.home-task-completed{background:#f0fdf4;border:1px solid #bbf7d0}.home-task-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.home-task-name{font-size:14px;font-weight:600}.home-task-name-delayed{color:#991b1b}.home-task-name-warn{color:#92400e}.home-task-name-ongoing{color:#1e40af}.home-task-name-completed{color:#166534}.home-task-badge{white-space:nowrap;border-radius:10px;padding:2px 8px;font-size:12px}.home-task-badge-red{color:#fff;background:#ef4444}.home-task-badge-orange{color:#fff;background:#f59e0b}.home-task-date{color:#6b7280;margin-bottom:4px;font-size:12px}.home-task-progress-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.home-task-progress-label{color:#6b7280;font-size:12px}.home-task-reports{border-radius:6px;margin-top:6px;padding:8px}.home-task-reports-warn{background:#fefce8}.home-task-reports-ongoing{background:#dbeafe}.home-task-reports-completed{background:#dcfce7}.home-task-reports-title{margin-bottom:4px;font-size:12px;font-weight:500}.home-task-reports-warn .home-task-reports-title{color:#854d0e}.home-task-reports-ongoing .home-task-reports-title{color:#1e40af}.home-task-reports-completed .home-task-reports-title{color:#166534}.home-task-report-item{margin-bottom:2px;font-size:12px}.home-task-reports-warn .home-task-report-item{color:#713f12}.home-task-reports-ongoing .home-task-report-item{color:#1e3a8a}.home-task-reports-completed .home-task-report-item{color:#14532d}@media (width<=768px){.home-welcome-section{flex-direction:column;align-items:flex-start;gap:12px}.home-welcome-title{font-size:20px}.home-daily-btn{justify-content:center;width:100%}.home-project-header{flex-direction:column;align-items:flex-start;gap:10px;padding:14px 16px}.home-project-meta{flex-wrap:wrap;justify-content:space-between;gap:8px;width:100%}.home-project-progress{flex:1;min-width:100px}.home-task-tabs{gap:6px;padding:10px 12px}.home-task-tab{padding:6px 12px;font-size:12px}.home-task-list{padding:0 12px 12px}.home-task-card{padding:10px}.home-task-header{flex-wrap:wrap}.home-task-name{font-size:13px}.home-task-date{font-size:12px}.home-task-progress-row{flex-direction:column;align-items:flex-start;gap:6px}.home-task-progress-row .progress-bar{width:100%}}.profile-user-card{align-items:center;gap:24px;display:flex}.profile-avatar-lg{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:32px;font-weight:500;display:flex}.profile-user-info{flex:1;min-width:0}.profile-user-name{color:#0f172a;margin-bottom:4px;font-size:20px;font-weight:700}.profile-user-id{color:#64748b;margin-bottom:12px;font-size:14px}.profile-user-tags{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.profile-stats{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.profile-stat-card{text-align:center;background:var(--bg-glass);border:1px solid var(--border-light);border-radius:var(--radius);padding:20px}.profile-stat-value{font-size:28px;font-weight:700}.profile-stat-value.blue{color:#3b82f6}.profile-stat-value.green{color:#10b981}.profile-stat-value.purple{color:#8b5cf6}.profile-stat-label{color:#64748b;margin-top:4px;font-size:13px}.profile-menu-item{color:inherit;border-bottom:1px solid #f1f5f9;align-items:center;gap:16px;padding:16px 0;text-decoration:none;transition:background .2s;display:flex}.profile-menu-item:hover{background:#0ea5e90a}.profile-menu-icon{text-align:center;width:40px;font-size:24px}.profile-menu-content{flex:1}.profile-menu-label{color:#1e293b;font-size:15px;font-weight:500}.profile-menu-desc{color:#94a3b8;margin-top:2px;font-size:13px}.profile-menu-arrow{color:#cbd5e1;font-size:18px}@media (width<=768px){.profile-user-card{text-align:center;flex-direction:column;gap:16px}.profile-avatar-lg{width:64px;height:64px;font-size:26px}.profile-user-name{font-size:18px}.profile-user-tags{justify-content:center}.profile-stats{gap:10px}.profile-stat-card{padding:14px 10px}.profile-stat-value{font-size:22px}.profile-stat-label{font-size:12px}.profile-menu-item{padding:14px 0}.profile-menu-icon{width:36px;font-size:22px}.profile-menu-label{font-size:14px}.profile-menu-desc{font-size:12px}}.daily-date-header{align-items:center;gap:12px;margin-bottom:8px;display:flex}.daily-date-icon{font-size:24px}.daily-date-text{background:linear-gradient(135deg,#0f172a 0%,#334155 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:24px;font-weight:700}.daily-date-hint{color:#64748b;margin-bottom:24px;margin-left:44px;font-size:14px}.daily-form-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:24px;display:grid}.daily-input-card{flex-direction:column;display:flex}.daily-input-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.daily-input-title{font-size:16px;font-weight:600}.daily-input-subtitle{color:#64748b;font-size:13px}.daily-input-body{flex-direction:column;flex:1;padding:24px;display:flex}.daily-result-card{flex-direction:column;display:flex}.daily-result-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.daily-result-body{flex-direction:column;flex:1;padding:24px;display:flex}.daily-entry-item{border:1px solid var(--border-light);border-radius:var(--radius);background:#fff9;margin-bottom:12px;padding:16px;transition:all .3s}.daily-entry-item:hover{border-color:var(--border-glow);box-shadow:var(--shadow-glow)}.daily-entry-header{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.daily-entry-content{color:#1e293b;margin-bottom:8px;font-size:15px;line-height:1.6}.daily-entry-footer{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.daily-history-header{border-bottom:1px solid var(--border-light);cursor:pointer;background:#ffffff80;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.daily-history-info,.daily-history-meta{align-items:center;gap:12px;display:flex}.daily-history-items{padding:16px 20px}.daily-history-group{margin-bottom:16px}.daily-history-group-header{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);border-radius:8px;align-items:center;gap:8px;margin-bottom:10px;padding:10px 14px;font-weight:700;display:flex}.daily-history-item{border-bottom:1px dashed #cbd5e180;grid-template-columns:130px 1fr 60px;gap:12px;padding:10px 0;font-size:14px;display:grid}.daily-history-time{color:#64748b;white-space:nowrap;font-size:13px}.daily-history-content{color:#1e293b;font-weight:500}.daily-history-hours{color:#10b981;text-align:right;font-weight:600}@media (width<=1024px){.daily-form-grid{gap:20px}}@media (width<=768px){.daily-date-header{gap:10px}.daily-date-icon,.daily-date-text{font-size:20px}.daily-date-hint{margin-top:8px;margin-left:0;font-size:13px}.daily-form-grid{grid-template-columns:1fr;gap:16px}.daily-input-header,.daily-result-header{padding:14px 16px}.daily-input-body,.daily-result-body{padding:16px}.daily-input-body .textarea{min-height:180px;font-size:14px}.daily-entry-item{padding:12px}.daily-entry-header{gap:6px}.daily-entry-content{font-size:14px}.daily-history-header{flex-wrap:wrap;gap:8px;padding:12px 16px}.daily-history-info{flex:1;min-width:0}.daily-history-meta{justify-content:flex-end;gap:8px;width:100%}.daily-history-items{padding:12px 16px}.daily-history-group-header{flex-wrap:wrap;gap:6px;padding:8px 12px;font-size:13px}.daily-history-item{border-bottom:1px solid #cbd5e14d;grid-template-columns:1fr;gap:6px;margin-bottom:0;padding:12px 0;font-size:13px}.daily-history-item:last-child{border-bottom:none}.daily-history-time{color:#64748b;align-items:center;gap:4px;font-size:12px;display:flex}.daily-history-content{word-break:break-word;font-size:13px;line-height:1.5}.daily-history-hours{color:#10b981;align-items:center;gap:4px;font-size:13px;font-weight:600;display:flex}.daily-history-hours:before{content:"⏱";font-size:12px}}.projects-header-row{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.projects-header-info{align-items:center;gap:16px;display:flex}.projects-count{color:#64748b;white-space:nowrap;font-size:14px}.projects-search{width:280px}.projects-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.project-card{background:var(--bg-glass);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid var(--border-light);border-radius:var(--radius);cursor:pointer;padding:20px;transition:all .3s}.project-card:hover{border-color:var(--border-glow);box-shadow:var(--shadow-glow);transform:translateY(-2px)}.project-card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.project-card-name{color:#1e293b;flex:1;font-size:16px;font-weight:600;line-height:1.4}.project-card-meta{color:#64748b;margin-bottom:16px;font-size:13px}.project-card-progress{align-items:center;gap:12px;margin-bottom:12px;display:flex}.project-card-progress .progress-bar{flex:1;height:6px}.project-card-progress-text{color:var(--primary);text-align:right;min-width:40px;font-size:14px;font-weight:600}.project-card-action{color:var(--primary);justify-content:flex-end;align-items:center;gap:4px;font-size:13px;font-weight:500;display:flex}@media (width<=1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.projects-header-row{flex-direction:row;gap:12px}.projects-search{flex:1;width:auto;min-width:0}.projects-grid{grid-template-columns:1fr;gap:12px}.project-card{padding:16px}.project-card-name{font-size:15px}.project-card-meta{margin-bottom:12px;font-size:12px}}.dashboard-stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px;display:grid}.dashboard-stat-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px}.dashboard-stat-value{color:#111;font-size:32px;font-weight:700}.dashboard-stat-label{color:#666;margin-top:8px;font-size:14px}@media (width<=768px){.dashboard-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}.dashboard-stat-card{padding:16px}.dashboard-stat-value{font-size:24px}.dashboard-stat-label{font-size:12px}.list-item{margin-bottom:10px;padding:14px 16px}.list-item .text-2xl{font-size:20px}.list-item .flex.items-center.justify-between{flex-direction:column;align-items:flex-start;gap:12px}.list-item .flex.items-center.gap-3{width:100%}.list-item .text-right{text-align:left;flex-wrap:wrap;align-items:center;gap:12px;width:100%;padding-left:36px;display:flex}.list-item .text-sm.text-gray-500{flex-wrap:wrap;gap:4px 8px;font-size:12px}.list-item .font-medium.text-gray-900{font-size:14px}}.dashboard-timeline{background:#fff;border:1px solid #e5e7eb;border-radius:8px}.dashboard-timeline-header{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:16px;padding:16px 20px;display:flex}.dashboard-timeline-title{margin:0;font-size:16px;font-weight:600}.dashboard-search-input{border:1px solid #d1d5db;border-radius:4px;outline:none;width:200px;padding:6px 12px;font-size:13px}.dashboard-legend{color:#666;gap:16px;font-size:12px;display:flex}@media (width<=768px){.dashboard-timeline-header{flex-direction:column;align-items:flex-start;gap:12px;padding:12px 16px}.dashboard-search-input{width:100%;max-width:300px}.dashboard-legend{flex-wrap:wrap;gap:8px}.profile-card{padding:16px}.profile-avatar{width:60px!important;height:60px!important;font-size:24px!important}.profile-stats{grid-template-columns:repeat(3,1fr)!important;gap:12px!important}.profile-stat-value{font-size:20px!important}.profile-menu-item{padding:12px 16px!important}.user-dropdown-info{margin:8px;padding:10px 12px}.user-info-row{font-size:12px}}@media (width<=480px){.profile-stats{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.profile-stat-card{padding:12px 8px!important}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s infinite skeleton-loading}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-welcome{border-radius:12px;height:60px}.skeleton-card{border-radius:12px;height:100px}.skeleton-box{border-radius:12px}.skeleton-text{border-radius:4px;height:20px}.skeleton-item{border-radius:8px;height:60px}@media (width<=768px){.daily-textarea{min-height:150px!important;padding:16px!important;font-size:16px!important;line-height:1.6!important}.btn{min-height:44px!important;padding:12px 20px!important;font-size:15px!important}.btn-lg{min-height:52px!important;font-size:16px!important}.card{border-radius:12px!important;margin-bottom:16px!important}.card-header{flex-wrap:wrap!important;gap:10px!important;padding:14px 16px!important}.card-title{font-size:16px!important}.card-body{padding:14px 16px!important}.date-picker-btn{min-height:44px!important;padding:10px 14px!important;font-size:14px!important}.parse-result-card{border-radius:10px!important;padding:14px!important}.tag{padding:4px 10px!important;font-size:12px!important}.history-item-row{gap:8px!important;padding:12px!important}.history-project{max-width:150px!important;font-size:13px!important}.history-hours{font-size:14px!important}.calendar-day-cell{min-height:44px!important;font-size:15px!important}.modal-content{border-radius:16px 16px 0 0!important;max-width:100%!important;max-height:90vh!important;margin:auto 0 0!important}.dashboard-stats-grid{grid-template-columns:1fr!important;gap:12px!important}.stat-card{padding:16px!important}.stat-value{font-size:24px!important}.stat-label{font-size:13px!important}.chart-container{height:200px!important}.project-list-item{gap:10px!important;padding:12px!important}.project-name{max-width:120px!important;font-size:13px!important}.radar-container{height:250px!important}.task-card{margin-bottom:10px!important;padding:12px!important}.task-title{font-size:14px!important}.task-meta{font-size:12px!important}.view-switch-btn{min-height:44px!important;padding:10px 16px!important}.insight-card{padding:16px!important;font-size:14px!important;line-height:1.7!important}.progress-bar{height:8px!important}.progress-label{font-size:12px!important}}@media (pointer:coarse){button,.btn{min-width:44px;min-height:44px}.tag{min-height:32px;padding:6px 12px}.list-item,.card{position:relative}.list-item:active,.card:active{background:#f8fafc}.btn:hover{box-shadow:inherit;transform:none}}@supports (padding:max(0px)){.content-wrapper{padding-top:max(20px, env(safe-area-inset-top));padding-bottom:max(80px, env(safe-area-inset-bottom))}.mobile-nav{padding-bottom:max(8px, env(safe-area-inset-bottom))}}@media (prefers-contrast:high){.btn{border:2px solid}.tag{border:1px solid}}@keyframes slideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes tvPulse{0%,to{box-shadow:0 0 #60a5fa99}50%{box-shadow:0 0 0 8px #60a5fa00}}
