:root{--apple-blue:#0071e3;--apple-blue-hover:#0077ed;--apple-gray:#f5f5f7;--apple-dark:#1d1d1f;--apple-secondary:#6e6e73;--apple-border:#d2d2d7;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,sans-serif;font-weight:400;line-height:1.47059}body{min-width:320px;min-height:100vh;color:var(--apple-dark);background:#fff;margin:0}#root{min-height:100vh}.home-container{background:#fff;flex-direction:column;min-height:100vh;display:flex}.home-header{text-align:center;max-width:1000px;margin:0 auto;padding:60px 20px 40px}.home-header h1{color:#1d1d1f;letter-spacing:-.015em;margin-bottom:12px;font-size:56px;font-weight:600;line-height:1.07143}.home-header p{color:#6e6e73;letter-spacing:-.022em;font-size:24px;font-weight:400;line-height:1.33337}.home-content{flex-wrap:wrap;flex:1;justify-content:center;align-items:flex-start;gap:24px;width:100%;max-width:1200px;margin:0 auto;padding:40px 24px 80px;display:flex}.role-section{text-align:center;background:#fbfbfd;border:1px solid #d2d2d7;border-radius:18px;width:100%;max-width:480px;padding:48px 40px;transition:all .3s cubic-bezier(.4,0,.6,1)}.role-section:hover{border-color:#b8b8bd;transform:translateY(-4px);box-shadow:0 4px 20px #00000014}.role-icon{justify-content:center;align-items:center;height:64px;margin-bottom:24px;display:flex}.role-icon svg{transition:transform .3s cubic-bezier(.4,0,.6,1)}.role-section:hover .role-icon svg{transform:scale(1.05)}.role-section h2{color:#1d1d1f;letter-spacing:-.022em;margin-bottom:8px;font-size:28px;font-weight:600}.role-section p{color:#6e6e73;letter-spacing:-.022em;margin-bottom:32px;font-size:17px;line-height:1.47059}.designer-list{border-top:1px solid #d2d2d7;margin-top:32px;padding-top:32px}.designer-list h3{color:#1d1d1f;letter-spacing:-.022em;margin-bottom:20px;font-size:19px;font-weight:600}.designer-list ul{flex-direction:column;gap:12px;list-style:none;display:flex}.designer-list li{margin-bottom:0}.designer-list .btn{width:100%}.home-footer{text-align:center;color:#6e6e73;background:#fbfbfd;border-top:1px solid #d2d2d7;padding:24px 20px;font-size:14px}@media (width<=1068px){.home-header h1{font-size:48px}.home-header p{font-size:21px}.role-section{padding:40px 32px}}@media (width<=734px){.home-header{padding:40px 20px 30px}.home-header h1{font-size:40px}.home-header p{font-size:19px}.home-content{flex-direction:column;gap:16px;padding:24px 16px 60px}.role-section{max-width:100%;padding:36px 24px}.role-icon{font-size:48px}.role-section h2{font-size:24px}.role-section p{font-size:16px}}@media (width<=480px){.login-box{padding:36px 24px}.login-header h2{font-size:28px}}.file-upload-container{width:100%}.file-upload-zone{text-align:center;cursor:pointer;background:#fbfbfd;border:2px dashed #d2d2d7;border-radius:18px;padding:48px 24px;transition:all .3s cubic-bezier(.4,0,.6,1)}.file-upload-zone:hover{background:#f5f5f7;border-color:#0071e3}.file-upload-zone.drag-active{background:#e8f0ff;border-style:solid;border-color:#0071e3;transform:scale(1.01)}.upload-icon{opacity:.6;margin-bottom:20px;font-size:56px}.upload-text{color:#1d1d1f;letter-spacing:-.022em;margin-bottom:8px;font-size:21px;font-weight:400}.upload-text strong{color:#0071e3;font-weight:500}.upload-hint{color:#6e6e73;letter-spacing:-.016em;font-size:15px}.selected-files{margin-top:32px}.selected-files h4{color:#1d1d1f;letter-spacing:-.022em;margin-bottom:20px;font-size:19px;font-weight:600}.files-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;display:grid}.file-preview-card{background:#fff;border:1px solid #d2d2d7;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.6,1);position:relative;overflow:hidden}.file-preview-card:hover{border-color:#b8b8bd;transform:translateY(-2px);box-shadow:0 2px 8px #00000014}.btn-remove-preview{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:10;opacity:0;background:#ff3b30e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:8px;right:8px}.file-preview-card:hover .btn-remove-preview{opacity:1}.btn-remove-preview:hover{background:#ff3b30;transform:scale(1.1)}.btn-remove-preview:active{transform:scale(.95)}.file-preview-content{aspect-ratio:1;background:#f5f5f7;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.image-preview{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.image-preview img{object-fit:cover;width:100%;height:100%}.file-icon-large{flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.dwg-icon{flex-direction:column;align-items:center;gap:8px;display:flex}.dwg-label{color:#0071e3;letter-spacing:.5px;text-transform:uppercase;background:#0071e31a;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600}.max-icon{flex-direction:column;align-items:center;gap:8px;display:flex}.max-label{color:#0071e3;letter-spacing:.5px;text-transform:uppercase;background:#0071e31a;border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600}.file-preview-info{background:#fff;border-top:1px solid #d2d2d7;flex-direction:column;gap:4px;padding:12px;display:flex}.file-preview-info .file-name{color:#1d1d1f;letter-spacing:-.016em;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.file-preview-info .file-size{color:#6e6e73;letter-spacing:-.016em;font-size:11px}@media (width<=734px){.file-upload-zone{padding:36px 20px}.upload-icon{font-size:48px}.upload-text{font-size:19px}.files-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.file-preview-info{padding:10px}.btn-remove-preview{opacity:1}}@media (width<=480px){.files-grid{grid-template-columns:repeat(2,1fr)}}.file-upload-zone.uploading{cursor:not-allowed;background:#f5f7fa;border-color:#0071e3}.upload-progress-ring{margin-bottom:20px;display:inline-block;position:relative}.upload-progress-text{color:#0071e3;letter-spacing:-.022em;font-size:20px;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.admin-dashboard{background:#f5f5f7;min-height:100vh}.btn-danger{color:#fff;background:#ff3b30;border:none}.designers-section{margin-bottom:64px}.designers-section h2{color:#1d1d1f;letter-spacing:-.022em;margin-bottom:24px;font-size:28px;font-weight:600}.designers-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.designer-card{text-align:center;background:#fff;border:1px solid #d2d2d7;border-radius:18px;padding:32px 24px;transition:all .3s cubic-bezier(.4,0,.6,1)}.designer-card:hover{border-color:#b8b8bd;transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.designer-avatar{color:#fff;background:linear-gradient(135deg,#0071e3 0%,#005bb5 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:28px;font-weight:500;display:flex}.designer-card h3{color:#1d1d1f;letter-spacing:-.022em;margin-bottom:6px;font-size:21px;font-weight:600}.designer-email{color:#6e6e73;letter-spacing:-.016em;margin-bottom:24px;font-size:15px}.designer-stats{border-top:1px solid #d2d2d7;border-bottom:1px solid #d2d2d7;justify-content:space-around;margin:24px 0;padding:20px 0;display:flex}.stat{flex-direction:column;align-items:center;gap:6px;display:flex}.stat-label{color:#6e6e73;letter-spacing:-.016em;font-size:13px}.stat-value{color:#0071e3;letter-spacing:-.022em;font-size:28px;font-weight:600}.tasks-section h2{color:#1d1d1f;letter-spacing:-.022em;margin-bottom:24px;font-size:28px;font-weight:600}.tasks-list{gap:20px;display:grid}.task-card{background:#fff;border:1px solid #d2d2d7;border-radius:18px;padding:24px;transition:all .3s cubic-bezier(.4,0,.6,1)}.task-card:hover{border-color:#b8b8bd;box-shadow:0 4px 16px #00000014}.task-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.task-header h3{color:#1d1d1f;letter-spacing:-.022em;font-size:21px;font-weight:600}.task-status{letter-spacing:-.016em;border-radius:980px;padding:6px 14px;font-size:13px;font-weight:500}.status-pending{color:#c05621;background:#fff7ed}.status-in-progress{color:#0369a1;background:#e0f2fe}.status-completed{color:#15803d;background:#dcfce7}.task-description{color:#6e6e73;letter-spacing:-.022em;margin-bottom:16px;font-size:17px;line-height:1.47059}.task-files{color:#1d1d1f;letter-spacing:-.016em;margin-bottom:12px;font-size:15px}.task-responses{border-top:1px solid #d2d2d7;margin-top:16px;padding-top:16px}.response-item{letter-spacing:-.016em;background:#f5f5f7;border-radius:12px;margin-top:12px;padding:12px 16px;font-size:15px}.task-date{color:#86868b;letter-spacing:-.016em;margin-top:12px;font-size:13px;display:block}@media (width<=1068px){.dashboard-header{padding:20px 24px}.dashboard-content{padding:36px 24px}}@media (width<=734px){.dashboard-header{padding:16px 20px}.dashboard-header h1{font-size:28px}.dashboard-content{padding:24px 20px}.designers-grid{grid-template-columns:1fr}.header-actions{width:100%}.header-actions .btn{flex:1}.designers-section h2,.tasks-section h2{font-size:24px}}.login-container{background:#fbfbfd;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-box{background:#fff;border:1px solid #d2d2d7;border-radius:18px;width:100%;max-width:440px;padding:48px;box-shadow:0 4px 20px #00000014}.login-header{text-align:center;margin-bottom:36px}.login-header h2{color:#1d1d1f;letter-spacing:-.022em;margin-bottom:8px;font-size:32px;font-weight:600}.login-header p{color:#6e6e73;letter-spacing:-.022em;font-size:17px}.login-form{margin-bottom:24px}.error-message{color:#d70015;text-align:center;background:#fff5f5;border:1px solid #ffd7d9;border-radius:12px;margin-bottom:24px;padding:14px 16px;font-size:15px}.demo-credentials{text-align:center;color:#6e6e73;background:#f5f5f7;border-radius:12px;margin-top:24px;padding:16px;font-size:14px}.demo-credentials strong{color:#1d1d1f}.login-footer{text-align:center;border-top:1px solid #d2d2d7;padding-top:24px}.back-link{color:#0071e3;letter-spacing:-.022em;font-size:17px;text-decoration:none}.back-link:hover{text-decoration:underline}@media (width<=480px){.login-box{padding:36px 24px}.login-header h2{font-size:28px}}.designer-dashboard{background:#f5f5f7;min-height:100vh}.dashboard-header{-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);z-index:100;background:#fffc;border-bottom:1px solid #d2d2d7;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:20px 40px;display:flex;position:sticky;top:0}.dashboard-header h1{color:#1d1d1f;letter-spacing:-.022em;margin-bottom:4px;font-size:32px;font-weight:600}.dashboard-header p{color:#6e6e73;letter-spacing:-.022em;font-size:17px}.header-actions{align-items:center;gap:12px;display:flex}.btn-danger{color:#fff;cursor:pointer;background:#ff3b30;border:none;border-radius:980px;padding:10px 24px;font-size:17px;font-weight:400;transition:all .3s cubic-bezier(.4,0,.6,1)}.btn-danger:hover{background:#e02e24;transform:scale(1.02)}.btn-danger:active{transform:scale(.98)}.dashboard-content{max-width:1400px;margin:0 auto;padding:48px 40px}.empty-state{text-align:center;max-width:600px;margin:0 auto;padding:80px 40px}.empty-state p{color:#6e6e73;letter-spacing:-.022em;font-size:17px;line-height:1.47059}.tasks-container{max-width:1200px}.tasks-container h2{color:#1d1d1f;letter-spacing:-.022em;margin-bottom:32px;font-size:28px;font-weight:600}.tasks-grid{gap:24px;display:grid}.task-badge{letter-spacing:-.016em;border-radius:980px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;display:inline-flex}.badge-pending{color:#c05621;background:#fff7ed}.badge-in-progress{color:#0369a1;background:#e0f2fe}.badge-completed{color:#15803d;background:#dcfce7}.task-files-section{margin:24px 0}.task-files-section strong{color:#1d1d1f;letter-spacing:-.022em;margin-bottom:16px;font-size:17px;font-weight:600;display:block}.files-list{background:#fff;border:1px solid #d2d2d7;border-radius:12px;list-style:none;overflow:hidden}.file-item{background:#fff;border-bottom:1px solid #d2d2d7;align-items:center;gap:12px;padding:14px 16px;transition:background .2s;display:flex}.file-item:last-child{border-bottom:none}.file-item:hover{background:#fbfbfd}.file-icon{flex-shrink:0;font-size:24px}.file-name{color:#1d1d1f;word-break:break-word;letter-spacing:-.022em;flex:1;font-size:17px}.response-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-top:12px;padding:16px}.response-box p{color:#1d1d1f;letter-spacing:-.022em;margin-bottom:8px;font-size:17px}.response-box small{color:#6e6e73;letter-spacing:-.016em;font-size:13px}.btn-remove{color:#fff;cursor:pointer;background:#ff3b30;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:20px;line-height:1;transition:all .2s;display:flex}.btn-remove:hover{background:#ff4d42;transform:scale(1.05)}.btn-remove:active{transform:scale(.95)}@media (width<=734px){.tasks-container h2{font-size:24px}.file-item{flex-wrap:wrap;padding:12px}.btn-small{width:100%;margin-top:8px}}.files-grid-preview{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-top:12px;display:grid}.file-preview-item{background:#fff;border:1px solid #d2d2d7;border-radius:12px;transition:all .3s;overflow:hidden}.file-preview-item:hover{border-color:#0071e3;box-shadow:0 2px 8px #0071e31a}.file-preview-image{object-fit:cover;width:100%;height:140px;display:block}.file-preview-icon{background:#f5f5f7;justify-content:center;align-items:center;width:100%;height:140px;display:flex}.file-preview-details{flex-direction:column;gap:6px;padding:12px;display:flex}.file-preview-details .file-name{color:#1d1d1f;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.file-preview-details .file-size{color:#6e6e73;font-size:11px}.file-preview-details .btn-small{margin-top:4px}.btn-notification{color:#1d1d1f;cursor:pointer;background:0 0;border:1px solid #d2d2d7;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.4,0,.6,1);display:flex;position:relative}.btn-notification:hover{background:#f5f5f7;border-color:#b8b8bd}.btn-notification.has-notification{color:#0071e3;border-color:#0071e3;animation:2s ease-in-out infinite bell-ring}@keyframes bell-ring{0%,to{transform:rotate(0)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}}.notification-badge{color:#fff;background:#ff3b30;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;animation:2s ease-in-out infinite badge-pulse;display:flex;position:absolute;top:-4px;right:-4px}@keyframes badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.notification-toast{z-index:1000;background:#fff;border:1px solid #d2d2d7;border-radius:18px;align-items:center;gap:12px;max-width:400px;padding:16px 20px;animation:.3s ease-out slideInRight;display:flex;position:fixed;top:90px;right:20px;box-shadow:0 10px 40px #00000026}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.notification-icon{flex-shrink:0}.notification-content{flex:1}.notification-content strong{color:#1d1d1f;letter-spacing:-.016em;margin-bottom:4px;font-size:15px;font-weight:600;display:block}.notification-content p{color:#6e6e73;letter-spacing:-.016em;margin:0;font-size:13px}.notification-close{color:#6e6e73;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:24px;transition:all .2s;display:flex}.notification-close:hover{color:#1d1d1f;background:#f5f5f7}@media (width<=734px){.notification-toast{max-width:none;top:70px;left:10px;right:10px}}*{box-sizing:border-box;margin:0;padding:0}body{color:#1d1d1f;background:#fff;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,sans-serif}.btn{cursor:pointer;text-align:center;letter-spacing:-.022em;border:none;border-radius:980px;padding:12px 22px;font-size:17px;font-weight:400;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.6,1);display:inline-block}.btn-primary{color:#fff;background:#0071e3}.btn-primary:hover{background:#0077ed}.btn-primary:active{background:#006edb;transform:scale(.98)}.btn-primary:disabled{opacity:.3;cursor:not-allowed;transform:none}.btn-secondary{color:#0071e3;background:0 0;border:1px solid #0071e3}.btn-secondary:hover{background:#0071e314}.btn-danger{color:#fff;background:#ff3b30}.btn-danger:hover{background:#ff4d42}.btn-full{width:100%}.btn-small{padding:8px 16px;font-size:14px}.btn-download{color:#fff;background:#34c759}.btn-download:hover{background:#30d158}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:18px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #00000026}.modal-header{border-bottom:1px solid #d2d2d7;justify-content:space-between;align-items:center;padding:24px 24px 16px;display:flex}.modal-header h2{color:#1d1d1f;letter-spacing:-.022em;margin:0;font-size:24px;font-weight:600}.modal-close{cursor:pointer;color:#6e6e73;background:#f5f5f7;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;line-height:1;transition:all .2s;display:flex}.modal-close:hover{color:#1d1d1f;background:#e8e8ed}.modal-body{padding:24px}.modal-footer{border-top:1px solid #d2d2d7;justify-content:flex-end;gap:12px;padding:16px 24px 24px;display:flex}.form-group{margin-bottom:24px}.form-group label{color:#1d1d1f;letter-spacing:-.022em;margin-bottom:8px;font-size:17px;font-weight:500;display:block}.form-group input,.form-group textarea{color:#1d1d1f;background:#fff;border:1px solid #d2d2d7;border-radius:12px;width:100%;padding:12px 16px;font-family:inherit;font-size:17px;transition:all .2s}.form-group input:focus,.form-group textarea:focus{border-color:#0071e3;outline:none;box-shadow:0 0 0 4px #0071e31a}.form-group textarea{resize:vertical;min-height:100px}.uploaded-files-preview{background:#f5f5f7;border-radius:12px;margin-top:24px;padding:20px}.uploaded-files-preview h4{color:#1d1d1f;letter-spacing:-.022em;margin-bottom:16px;font-size:17px;font-weight:600}.uploaded-files-preview ul{list-style:none}.uploaded-files-preview li{border-bottom:1px solid #d2d2d7;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.uploaded-files-preview li:last-child{border-bottom:none}.file-size{color:#6e6e73;font-size:15px}.empty-state{text-align:center;color:#6e6e73;padding:80px 20px}.empty-state h2{color:#1d1d1f;letter-spacing:-.022em;margin-bottom:8px;font-size:28px;font-weight:600}.empty-state p{letter-spacing:-.022em;font-size:17px}.empty-icon{opacity:.4;margin-bottom:24px}.error-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.error-page h2{margin-bottom:20px;font-size:32px;font-weight:600}.error-page a{color:#0071e3;text-decoration:none}.error-page a:hover{text-decoration:underline}
