*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#f5f8fc;color:#10233f}.top{height:72px;background:#fff;border-bottom:1px solid #dbe4ef;display:flex;align-items:center;justify-content:space-between;padding:0 48px;position:sticky;top:0;z-index:3}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;color:#0b1f42;font-size:22px;font-weight:900}.logo{width:42px;height:42px;border-radius:14px;background:#0b1f42;color:white;display:grid;place-items:center}.nav{display:flex;gap:12px;align-items:center}.nav a,.btn,button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:12px;background:#0b1f42;color:#fff;text-decoration:none;padding:11px 17px;font-weight:800;cursor:pointer}.nav a.alt,.btn.alt{background:#fff;color:#0b1f42;border:1px solid #c9d5e6}.wrap{display:flex;min-height:calc(100vh - 72px)}.side{width:280px;background:#0b1f42;color:#fff;padding:22px}.side a{display:block;color:#dce8fb;text-decoration:none;padding:12px 14px;border-radius:12px;font-weight:700;margin:4px 0}.side a:hover,.side a.on{background:rgba(255,255,255,.12);color:#fff}.main{flex:1;padding:28px}.card{background:#fff;border:1px solid #dfe7f2;border-radius:20px;padding:22px;box-shadow:0 12px 30px rgba(12,35,70,.06);margin-bottom:18px}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:32px;align-items:center;padding:58px 8vw;background:linear-gradient(180deg,#fff,#eef6ff)}.hero h1{font-size:54px;line-height:1.05;margin:0 0 18px;color:#0b1f42}.hero p{font-size:18px;color:#526781;line-height:1.7}.pill{display:inline-block;background:#e8f1ff;color:#0b4a9b;padding:9px 14px;border-radius:999px;font-weight:800;margin-bottom:18px}.mock{background:#fff;border:1px solid #dae5f2;border-radius:24px;padding:22px;box-shadow:0 25px 70px rgba(12,35,70,.12)}.grid{display:grid;gap:18px}.g2{grid-template-columns:repeat(2,minmax(0,1fr))}.g3{grid-template-columns:repeat(3,minmax(0,1fr))}.g4{grid-template-columns:repeat(4,minmax(0,1fr))}.stat b{font-size:30px;display:block;color:#0b1f42}.stat span{color:#667a95;font-weight:700}.form{display:grid;gap:14px}.form label{display:grid;gap:7px;font-weight:800}.form input,.form select,.form textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #cbd7e6;font:inherit}.form textarea{min-height:100px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid #e5edf7;text-align:left;vertical-align:top}.badge{display:inline-block;border-radius:999px;background:#e8f1ff;color:#17477f;padding:5px 10px;font-size:12px;font-weight:900}.alert{background:#fff8df;border:1px solid #f2d98e;color:#624a00;padding:14px 16px;border-radius:14px;margin-bottom:18px}.success{background:#e9f8ee;border-color:#9ad6ab;color:#1d6332}.actions{display:flex;gap:8px;flex-wrap:wrap}.small{padding:7px 10px;font-size:12px}.danger{background:#b42318!important;color:white!important}.muted{color:#60748f}.detail{display:grid;grid-template-columns:190px 1fr;gap:10px;border-bottom:1px solid #e5edf7;padding:12px 0}.auth{max-width:560px;margin:46px auto}.landing-section{padding:38px 8vw}.center{text-align:center}.chapter{font-weight:900}@media(max-width:900px){.hero,.g2,.g3,.g4{grid-template-columns:1fr}.wrap{display:block}.side{width:100%}.top{padding:14px 18px;height:auto;flex-direction:column;align-items:flex-start}.hero h1{font-size:38px}}

/* v41 review history */
.doc-review-box{border:1px solid #dce7f5;border-radius:18px;padding:18px;margin-top:18px;background:#fbfdff}
.review-history{margin:16px 0;padding:14px;border-radius:16px;background:#f8fbff;border:1px solid #e5eef9}
.review-history h4{margin:0 0 10px;color:#08224a}
.history-item{padding:12px;border-radius:14px;background:#fff;border:1px solid #e5eef9;margin-top:10px}
.history-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:6px}
.history-meta small{color:#5b6c87}


/* v43 accordion review dokumen */
.accordion{border:1px solid #dce7f5;border-radius:18px;background:#fbfdff;overflow:hidden}
.accordion + .accordion{margin-top:14px}
.accordion summary{list-style:none;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;cursor:pointer}
.accordion summary::-webkit-details-marker{display:none}
.accordion[open] > summary{border-bottom:1px solid #e5eef9;background:#f8fbff}
.accordion-body{padding:18px 20px}
.student-accordion summary h2,.doc-accordion summary h3{margin:0 0 8px}
.student-accordion summary p,.doc-accordion summary p{margin:0}
.accordion-meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:180px}
.accordion-hint{font-size:12px;font-weight:800;color:#5b6c87;background:#eef4fb;border-radius:999px;padding:8px 12px}
.thesis-student-card{padding:0;overflow:hidden}
.thesis-student-card > details{border:none;border-radius:20px;background:#fff}
.doc-accordion{margin-bottom:14px}
.doc-review-box{margin-top:0}
@media(max-width:900px){.accordion summary{flex-direction:column}.accordion-meta{align-items:flex-start;min-width:0;width:100%}}


/* v45 homepage redesign for thesis system */
.thesis-home{background:radial-gradient(circle at top left,#e7f2ff 0,#f4f8fd 32%,#f5f8fc 60%,#eef3fa 100%);padding-bottom:36px}
.thesis-shell{width:min(1240px,92vw);margin:0 auto}
.thesis-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center;padding:48px 0 22px;position:relative}
.thesis-hero:before,.thesis-hero:after{content:"";position:absolute;border-radius:999px;filter:blur(18px);opacity:.45;pointer-events:none}
.thesis-hero:before{width:180px;height:180px;background:#7cc8ff;top:10px;right:35%}
.thesis-hero:after{width:220px;height:220px;background:#90a2ff;bottom:15px;right:0}
.hero-copy,.tech-panel{position:relative;z-index:1}
.tech-pill,.section-kicker{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:rgba(11,31,66,.08);color:#0d4e9b;font-weight:900;letter-spacing:.2px}
.hero-copy h1{font-size:clamp(40px,6vw,68px);line-height:.98;margin:16px 0 18px;max-width:760px;color:#071b3a}
.hero-copy h1 span{display:inline-block;background:linear-gradient(135deg,#0b1f42,#1967d2,#4f8eff);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-lead{font-size:18px;line-height:1.8;color:#536987;max-width:700px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0 24px}
.btn.ghost{background:rgba(11,31,66,.06);color:#0b1f42;border:1px dashed #b8c7da}
.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.stat-chip{padding:18px;border:1px solid rgba(114,146,190,.22);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(246,250,255,.86));backdrop-filter:blur(8px);box-shadow:0 12px 34px rgba(8,33,73,.08)}
.stat-chip b{display:block;font-size:18px;color:#071b3a;margin-bottom:8px}
.stat-chip span{display:block;color:#627894;line-height:1.5}
.tech-panel{padding:22px;border-radius:28px;background:linear-gradient(180deg,#081c3d,#0d2c5f 62%,#113b7d);box-shadow:0 35px 90px rgba(7,20,49,.28);border:1px solid rgba(255,255,255,.08);color:#d7e7ff}
.panel-head{display:flex;align-items:center;gap:8px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.12)}
.panel-dot{width:11px;height:11px;border-radius:999px;background:#7ec2ff;box-shadow:0 0 0 4px rgba(126,194,255,.14)}
.panel-head small{margin-left:auto;color:#b1c6e5;font-weight:800;letter-spacing:.2px}
.panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.panel-card{padding:18px;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.09);min-height:150px}
.panel-card.accent{background:linear-gradient(180deg,rgba(79,142,255,.26),rgba(53,116,226,.14))}
.panel-card label{display:block;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#a5c7ff;font-weight:900;margin-bottom:12px}
.panel-card p{margin:0;line-height:1.7;color:#e3efff}
.modules-section,.process-section{padding-top:26px}
.section-heading{margin-bottom:22px}.section-heading.center{text-align:center}.section-heading h2{font-size:36px;line-height:1.15;color:#071b3a;margin:14px 0 10px}.section-heading p{font-size:17px;color:#60748f;max-width:860px;margin:0 auto}
.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.feature-card{padding:24px;border-radius:24px;background:linear-gradient(180deg,#ffffff,#f8fbff);border:1px solid #dfe9f7;box-shadow:0 18px 45px rgba(12,35,70,.08)}
.feature-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#091f43,#1f63c6);color:#fff;font-weight:900;margin-bottom:18px;box-shadow:0 14px 28px rgba(31,99,198,.22)}
.feature-card h3{margin:0 0 10px;color:#08224a;font-size:22px}
.feature-card p{margin:0;color:#617791;line-height:1.7}
.process-box{padding:28px;border-radius:28px;background:linear-gradient(135deg,#081c3d,#123f80);color:#fff;box-shadow:0 28px 70px rgba(9,26,58,.22)}
.process-box .section-heading h2,.process-box .section-kicker{color:#fff}
.process-box .section-kicker{background:rgba(255,255,255,.12)}
.timeline-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:22px}
.timeline-item{padding:20px;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}
.timeline-item span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#8bc0ff;color:#08224a;font-weight:900;margin-bottom:14px}
.timeline-item h4{margin:0 0 8px;font-size:20px}.timeline-item p{margin:0;color:#dbe7fa;line-height:1.65}
.cta-band{margin-top:28px;padding:26px 30px;border-radius:28px;background:linear-gradient(180deg,#ffffff,#f8fbff);border:1px solid #dbe7f5;box-shadow:0 18px 45px rgba(12,35,70,.08);display:flex;justify-content:space-between;align-items:center;gap:20px}
.cta-band h2{margin:12px 0 10px;color:#071b3a;font-size:34px;line-height:1.15}.cta-band p{margin:0;color:#60748f;max-width:700px;line-height:1.7}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap}
@media(max-width:1100px){.thesis-hero,.feature-grid,.timeline-grid{grid-template-columns:1fr 1fr}.hero-stats{grid-template-columns:1fr}.panel-grid{grid-template-columns:1fr}.cta-band{flex-direction:column;align-items:flex-start}}
@media(max-width:760px){.thesis-hero,.feature-grid,.timeline-grid{grid-template-columns:1fr}.hero-copy h1{font-size:40px}.section-heading h2,.cta-band h2{font-size:28px}.thesis-home{padding-bottom:22px}}


/* v53 admin proposal accordion */
.proposal-admin-card{padding:0;overflow:hidden}
.proposal-admin-card > details{border:none;border-radius:20px;background:#fff}
.proposal-admin-card summary h2{margin:0 0 8px;color:#08224a}
.proposal-admin-card summary h3{margin:8px 0;color:#08224a;font-size:19px;line-height:1.35}
.proposal-admin-card summary p{margin:0 0 6px}
.proposal-detail-block{padding:16px;border:1px solid #e5eef9;border-radius:16px;background:#f8fbff;margin-bottom:16px}
.proposal-detail-block h4{margin:0 0 10px;color:#08224a}
.proposal-detail-block p{margin:0;line-height:1.65}
