body,.custom-dashboard{font-family:'IRANSans','Vazirmatn',sans-serif;font-size:15px;color:#333;background:linear-gradient(135deg,#fdfdfd,#f3f8ff);margin:0;padding:0}.custom-dashboard{display:flex;min-height:100vh;border-radius:20px;overflow:hidden;box-shadow:0 0 30px rgba(0,0,0,.05)}.sidebar{width:240px;background:#FFEFE3;padding:30px 20px;box-shadow:0 4px 30px rgba(0,0,0,.06);border-radius:0 25px 25px 0;overflow-y:auto;border-left:1px solid #A2A2A245}.sidebar .logo{font-size:26px;font-weight:700;color:#7D3937;margin-bottom:30px;text-align:center}.sidebar .menu{list-style:none;padding:0;margin:0}.sidebar .menu li{margin:12px 0}.sidebar .menu .tab-link{all:unset;display:block;padding:12px 18px;background-color:transparent;border-radius:8px;font-weight:700;color:#444;text-align:right;transition:background 0.3s ease,color 0.3s ease;cursor:pointer}.sidebar .menu .tab-link:hover{background-color:#C6908B;color:#fff}.sidebar .menu .tab-link.active{background-color:#F07E6D;color:#fff;box-shadow:inset 0 0 5px rgba(0,0,0,.1)}.dashboard-content{flex:1;padding:40px 60px}.dashboard-header{background:#e7f3ff;padding:25px 30px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.04);margin-bottom:20px}.dashboard-header h1{font-size:26px;margin-bottom:10px}.subtitle{color:#666}.dashboard-tabs{margin-top:30px}.tab-content{display:none;background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.04)}.tab-content.active{display:block}.project-details-box{background:#f9f9f9;padding:25px;border-radius:12px;border:1px solid #ddd;margin-bottom:30px}.project-details-box h3{color:#b33;margin-bottom:15px}.project-details-box ul{list-style:none;padding:0;margin:0}.project-details-box li{margin-bottom:10px;font-size:15px;line-height:1.6}.project-details-box a{color:#0073aa;text-decoration:underline}.project-images{display:flex;flex-wrap:wrap;gap:15px;margin-top:15px}.image-box{width:150px;border:1px solid #ddd;border-radius:6px;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,.1)}.image-box img{width:100%;height:auto;display:block}.file-link a{display:inline-block;padding:6px 12px;background:#eee;border-radius:6px;color:#444;text-decoration:none;font-size:14px}.step-tracker{border-radius:12px;padding:15px;background-color:#f2f2f2;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin:30px 0;gap:10px}.step{display:flex;flex-direction:column;align-items:center;width:80px}.step-icon{width:38px;height:38px;background-color:#ccc;border-radius:50%;display:flex;align-items:center;justify-content:center}.step.completed .step-icon{background-color:#4CAF50}.step-icon img{width:22px;height:22px}.step-title{font-size:13px;text-align:center;margin-top:8px}.step-line{flex:1;height:2px;background-color:#ccc;margin-top:20px}.step-line.completed{background-color:#4CAF50}@media (max-width:768px){.custom-dashboard{flex-direction:column}.sidebar{width:100%;border-radius:0;box-shadow:none;text-align:center;background-color:#D0AF95}.dashboard-content{padding:20px}.step-tracker{flex-direction:column}.step{flex-direction:row;justify-content:flex-start;width:100%;margin-bottom:10px}.step-title{margin-top:0;margin-right:10px}.step-line{display:none}}.new-project-button{display:inline-block;margin-top:10px;background-color:#ff6b6b;color:#fff;padding:10px 20px;border-radius:8px;font-weight:700;text-decoration:none;transition:background-color 0.3s ease}.new-project-button:hover{background-color:#e94e4e}