.sked-shell {
    min-height: 100vh;
    background:
        radial-gradient(1100px 560px at 0% 0%, rgba(14, 116, 144, 0.2), transparent 70%),
        radial-gradient(980px 500px at 100% 0%, rgba(22, 101, 52, 0.18), transparent 65%),
        linear-gradient(180deg, #051420 0%, #071926 45%, #0a1f2e 100%);
}

.sked-card {
    background: linear-gradient(140deg, rgba(17, 24, 39, 0.9), rgba(8, 15, 28, 0.92));
    border: 1px solid rgba(71, 85, 105, 0.5);
    border-radius: 0.85rem;
}

.sked-label {
    display: block;
    color: #cbd5e1;
    font-size: 0.8rem;
    margin-bottom: 0.35rem;
}

.sked-input,
.sked-select,
.sked-textarea {
    width: 100%;
    background: rgba(2, 6, 23, 0.78);
    border: 1px solid rgba(71, 85, 105, 0.6);
    color: #e2e8f0;
    border-radius: 0.6rem;
    padding: 0.55rem 0.65rem;
    font-size: 0.9rem;
}

.sked-textarea {
    min-height: 5.8rem;
}

.sked-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.6rem;
    border: 1px solid transparent;
    padding: 0.52rem 0.82rem;
    font-size: 0.86rem;
    font-weight: 600;
    cursor: pointer;
}

.sked-btn-primary {
    background: linear-gradient(135deg, #0284c7, #0369a1);
    color: #f8fafc;
}

.sked-btn-primary:hover {
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
}

.sked-btn-secondary {
    background: rgba(30, 41, 59, 0.8);
    border-color: rgba(71, 85, 105, 0.65);
    color: #e2e8f0;
}

.sked-btn-danger {
    background: rgba(127, 29, 29, 0.9);
    border-color: rgba(185, 28, 28, 0.8);
    color: #fee2e2;
}

.sked-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.2rem 0.52rem;
    border-radius: 999px;
    border: 1px solid rgba(71, 85, 105, 0.65);
    background: rgba(15, 23, 42, 0.7);
    color: #cbd5e1;
    font-size: 0.72rem;
}

.sked-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.8rem;
}

.sked-muted {
    color: #94a3b8;
}

.sked-banner {
    border-radius: 0.65rem;
    padding: 0.7rem 0.8rem;
    border: 1px solid rgba(100, 116, 139, 0.45);
    background: rgba(30, 41, 59, 0.56);
    font-size: 0.87rem;
}

.sked-banner-error {
    border-color: rgba(220, 38, 38, 0.6);
    background: rgba(127, 29, 29, 0.45);
    color: #fecaca;
}

.sked-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
}

.sked-list-item {
    border: 1px solid rgba(71, 85, 105, 0.55);
    border-radius: 0.75rem;
    padding: 0.8rem;
    background: rgba(15, 23, 42, 0.65);
}

.sked-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.sked-nav a {
    color: #93c5fd;
    font-size: 0.82rem;
    text-decoration: none;
}

.sked-nav a:hover {
    color: #dbeafe;
    text-decoration: underline;
}
