@import "sidebar-8E0jBc1.css";

body {
    margin: 0;
    padding: 0;
    background-color: skyblue;
}

.container{
    width:min(1200px,92%);
    margin:auto;
}

.landing-header{
    background:white;
    box-shadow:0 1px 8px rgba(0,0,0,.06);
}

.landing-header .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 0;
}

.brand{
    display:flex;
    align-items:center;
    gap:15px;
    text-decoration:none;
    color:inherit;
}

.brand img{
    width:56px;
}

.brand h2{
    margin:0;
}

.brand span{
    color:#64748b;
    font-size:.9rem;
}

.btn-login{
    background:#0f766e;
    color:white;
    padding:10px 24px;
    border-radius:8px;
    text-decoration:none;
}

.hero{
    padding:80px 0;
    background:linear-gradient(135deg,#0b6b7f,#06373d);
    color:white;
}

.hero-wrapper{
    display:grid;
    grid-template-columns:1fr 420px;
    gap:60px;
    align-items:center;
}

.badge{
    display:inline-block;
    background:rgba(255,255,255,.15);
    padding:8px 18px;
    border-radius:30px;
}

.hero h1{
    font-size:52px;
    margin:20px 0;
}

.hero p{
    font-size:18px;
    line-height:1.7;
}

.btn-primary{
    display:inline-block;
    margin-top:20px;
    padding:14px 28px;
    background:white;
    color:#06373d;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
}

.hero-card{
    background:white;
    color:#334155;
    border-radius:18px;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.2);
    text-align:center;
}

.icon{
    font-size:60px;
}

.feature{
    padding:80px 0;
}

.feature h2,
.about h2{
    text-align:center;
    margin-bottom:40px;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:25px;
}

.feature-card{
    background:white;
    border-radius:16px;
    padding:30px;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    text-align:center;
}

.feature-icon{
    font-size:40px;
    margin-bottom:15px;
}

.about{
    padding:80px 0;
    background:white;
}

.about p{
    max-width:850px;
    margin:auto;
    text-align:center;
    line-height:1.8;
    color:#64748b;
}

.content{
    flex:1;
    min-height:100vh;
    background:#f4f7f9;
    margin-left: 280px;
    padding: 5px;
}
.page-content{
    padding:10px;
}

.page-header{
    margin-bottom:30px;
}

.page-header h1{
    margin:0;
    font-size:28px;
}

.page-header p{
    color:#6c757d;
    margin-top:6px;
}

.card{
    background:#fff;
    border-radius:8px;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
    margin-bottom:25px;
}

.card-header{
    padding:18px 24px;
    border-bottom:1px solid #ececec;
}

.card-body{
    padding:24px;
}

.form-row{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}

.form-group{
    flex:1;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.form-control{
    width:100%;
    padding:10px 12px;
    border:1px solid #ccc;
    border-radius:6px;
    font-size:15px;
}

.btn-primary{
    background:#0b6efd;
    color:white;
    border:none;
    padding:10px 24px;
    border-radius:6px;
    cursor:pointer;
}

.table-result{
    width:100%;
    border-collapse:collapse;
}

.table-result td{
    padding:12px;
    border-bottom:1px solid #eee;
}

.table-result .total{
    font-weight:bold;
    background:#f8f9fa;
}

.footer {
    background-color: #06373d;
    color: white;
    padding: 20px;
    text-align: center;
}
