:root{--color-deep-blue:#005bc5;--color-medium-blue:#2695ff;--color-light-blue:#4ab1ff;--color-white:#fff;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-text-main:#1f2937;--color-text-light:#6b7280;color:var(--color-text-main);background-color:var(--color-white);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{flex-direction:column;min-height:100vh;display:flex}a{color:var(--color-deep-blue);-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:var(--color-medium-blue)}button{background-color:var(--color-deep-blue);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:background-color .25s}button:hover{background-color:var(--color-medium-blue)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}h1,h2,h3,h4,h5,h6{line-height:1.1}input{border:1px solid var(--color-gray-200);border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em}.login-container{background-color:var(--color-gray-100);justify-content:center;align-items:center;height:100vh;display:flex}.login-box{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.login-title{color:var(--color-deep-blue);margin-bottom:2rem;font-size:1.8rem;font-weight:700}.form-group{text-align:left;margin-bottom:1.5rem}.dashboard-container{margin:0 auto;padding:20px}.dashboard-title{color:var(--color-deep-blue);margin-bottom:1rem}.dashboard-logout-btn{margin-top:20px}.schedule-container{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000001a}.schedule-grid{border:1px solid var(--color-gray-200);border-radius:8px;grid-template-columns:repeat(7,1fr);gap:0;margin-bottom:3rem;display:grid;overflow:hidden}.day-column{border-right:1px solid var(--color-gray-200);flex-direction:column;align-items:center;min-height:300px;display:flex}.day-column:last-child{border-right:none}.day-header{text-align:center;border-bottom:1px solid var(--color-gray-200);background-color:#f9fafb;width:100%;padding:1rem 0}.day-name{color:var(--color-text-main);margin-bottom:.5rem;font-weight:600;display:block}.day-toggle{color:var(--color-text-light);cursor:pointer;align-items:center;gap:.5rem;font-size:.85rem;display:inline-flex}.toggle-switch{background-color:var(--color-gray-200);border-radius:20px;width:36px;height:20px;transition:background-color .2s;position:relative}.toggle-switch.active{background-color:var(--color-deep-blue)}.toggle-knob{background-color:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px}.toggle-switch.active .toggle-knob{transform:translate(16px)}.time-slots{flex-direction:column;align-items:center;gap:.5rem;width:100%;padding:1rem;display:flex}.time-slot{color:var(--color-text-main);text-align:center;cursor:default;background-color:#f3f4f6;border-radius:4px;justify-content:center;align-items:center;width:100%;padding:.25rem .5rem;font-size:.9rem;transition:background-color .2s;display:flex;position:relative}.time-slot:hover{background-color:#e5e7eb}.delete-icon{color:#ef4444;cursor:pointer;opacity:0;font-size:1.1em;font-weight:700;transition:opacity .2s;position:absolute;right:8px}.time-slot:hover .delete-icon{opacity:1}.add-slot-section{border:1px solid var(--color-gray-200);background-color:#f9fafb;border-radius:8px;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}.control-group{flex-direction:column;gap:.5rem;display:flex}.control-label{color:var(--color-text-main);font-size:.9rem;font-weight:500}.select-input{border:1px solid var(--color-gray-200);border-radius:8px;min-width:150px;padding:.75rem;font-size:1rem}.time-input-group{align-items:center;gap:.5rem;display:flex}.post-container{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000001a}.queue-list{flex-direction:column;gap:2rem;display:flex}.queue-day{flex-direction:column;gap:1rem;display:flex}.queue-date-header{color:var(--color-deep-blue);border-bottom:2px solid #f3f4f6;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.queue-slots{flex-direction:column;gap:1.5rem;display:flex}.queue-slot{align-items:flex-start;gap:2rem;display:flex}.queue-time-label{color:#1f2937;text-align:left;min-width:80px;padding-top:0;font-size:1rem;font-weight:700}.queue-slot-content{flex:1}.add-post-btn{justify-content:flex-start;width:100%;color:var(--color-text-light)!important;border-color:var(--color-gray-200)!important;background-color:#f9fafb!important}.add-post-btn:hover{border-color:var(--color-deep-blue)!important;color:var(--color-deep-blue)!important;background-color:#fff!important}.scheduled-post-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;transition:all .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.scheduled-post-card:hover{border-color:var(--color-deep-blue);box-shadow:0 4px 12px #00000014}.post-card-header{border-bottom:none;justify-content:space-between;align-items:center;padding:1rem;display:flex}.post-user-info{align-items:center;gap:.75rem;display:flex}.post-avatar{width:40px;height:40px;position:relative}.post-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.post-avatar-badge{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:1px;display:flex;position:absolute;bottom:-2px;right:-2px}.post-avatar-badge img{border-radius:50%;width:100%;height:100%}.post-username{color:#111827;font-size:.95rem;font-weight:700}.post-badges{align-items:center;gap:.5rem;display:flex}.badge-reel{color:#374151;background-color:#f3f4f6;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:.8rem;font-weight:600;display:flex}.reel-icon{background-color:currentColor;width:14px;height:14px;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 8-6 4 6 4V8Z'/%3E%3Crect width='14' height='12' x='2' y='6' rx='2' ry='2'/%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 8-6 4 6 4V8Z'/%3E%3Crect width='14' height='12' x='2' y='6' rx='2' ry='2'/%3E%3C/svg%3E") 50% no-repeat}.post-card-body{flex-direction:row;gap:1.5rem;padding:0 1rem 1rem;display:flex}.post-content-text{color:#374151;white-space:pre-wrap;flex:1;font-size:.95rem;line-height:1.5}.post-caption-text{line-clamp:5;-webkit-line-clamp:5;-webkit-box-orient:vertical;max-height:150px;margin:0;display:-webkit-box;overflow-y:hidden}.post-media-preview{background-color:#000;border-radius:4px;flex-shrink:0;width:160px;height:160px;position:relative;overflow:hidden}.post-video{object-fit:cover;width:100%;height:100%}.post-card-footer{background-color:#fff;border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:1rem;display:flex}.post-creation-info{color:#111827;font-size:.9rem;font-weight:500}.post-actions{align-items:center;gap:.5rem;display:flex}.icon-action-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .2s;display:flex}.icon-action-btn:hover{color:#111827;background-color:#f9fafb;border-color:#d1d5db}
