@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg: #03060d;--surface: #0b1220;--surface-2: #111b2f;--text: #e8f1ff;--text-muted: #95a9c9;--primary: #64b5ff;--primary-600: #3b93f0;--accent: #1d4d92;--border: rgba(131, 173, 225, 0.22);--shadow: 0 18px 45px rgba(2, 8, 23, 0.55);--shadow-hover: 0 24px 58px rgba(2, 8, 23, 0.7);--radius: 14px}html,body{background:radial-gradient(circle at 12% -10%, rgba(100, 181, 255, 0.22), transparent 46%),radial-gradient(circle at 95% 0%, rgba(29, 77, 146, 0.3), transparent 48%),linear-gradient(180deg, #050a16 0%, var(--bg) 100%);background-attachment:fixed;color:var(--text);height:100%;display:flex;flex-direction:column;font-family:"Inter",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.navbar,.footer{background:linear-gradient(100deg, #081427, #0f2f5c 50%, #1f5fae);color:#fff;box-shadow:var(--shadow);border-color:var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.navbar a,.footer a{color:#fff !important}.navbar .nav-link,.navbar .navbar-brand{transition:color .2s ease}.navbar .nav-link:hover,.navbar .navbar-brand:hover{color:#dff0ff !important}.navbar .navbar-toggler{border-color:rgba(255,255,255,.35)}.navbar .navbar-toggler-icon{filter:brightness(0) invert(1)}.container{flex:1}.card{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;background:linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(100, 181, 255, 0.02)),var(--surface)}.card .card-title{color:var(--text);font-weight:600}.cardHoverAnimation{transition:transform .2s ease,box-shadow .2s ease}.cardHoverAnimation:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.card-primary-border{border-top:4px solid var(--primary) !important}.card-accent-border{border-top:4px solid var(--accent) !important}.card-surface-bg{background:linear-gradient(180deg, rgba(100, 181, 255, 0.08), rgba(17, 27, 47, 0.96)) !important}.text-primary-color{color:var(--text) !important}.text-muted{color:var(--text-muted) !important}.text-line-height{line-height:1.7}.badge-primary{background-color:var(--primary) !important;color:#fff !important}.badge-accent{background:linear-gradient(90deg, #214e8e, #173e72) !important;color:#fff !important}.badge-surface{background:rgba(18,36,64,.85) !important;color:var(--text) !important}.exam-grid{margin-top:1.5rem}.exam-card{position:relative;overflow:hidden;background:linear-gradient(150deg, rgba(100, 181, 255, 0.16), rgba(15, 34, 66, 0.9))}.exam-card .card-body{gap:.25rem}.exam-card::after{content:"";position:absolute;inset:0;border-radius:var(--radius);border:1px solid rgba(100,181,255,.25);pointer-events:none}.exam-card__icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(180deg, #0f1930, #12284b);color:var(--primary);border:1px solid rgba(100,181,255,.25);box-shadow:var(--shadow);margin-bottom:.75rem}.exam-card__icon i{font-size:20px}.exam-card__meta{font-size:.9rem}.btn-primary{background:linear-gradient(90deg, var(--primary), #2e7fcc 58%, var(--accent));border:none;color:#fff;box-shadow:var(--shadow);transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.btn-primary:hover,.btn-primary:focus{color:#fff;filter:brightness(1.05);box-shadow:var(--shadow-hover);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0);box-shadow:var(--shadow)}.role-badge{padding:4px 10px;border-radius:999px;font-weight:600;letter-spacing:.2px}.role-badge.admin{background:linear-gradient(90deg, var(--primary), #458ed9);color:#fff}.role-badge.user{background:linear-gradient(90deg, #2f68b3, var(--accent));color:#fff}.modal-content-custom{background-color:var(--surface) !important;border-radius:var(--radius)}.modal-header-custom{border-bottom:1px solid var(--border) !important}.modal-footer-custom{border-top:1px solid var(--border) !important}.app-toast-container{position:fixed;left:20px;bottom:20px;display:flex;flex-direction:column;gap:12px;z-index:1055}.app-toast{min-width:260px;max-width:360px;background:var(--surface);border:1px solid var(--border);border-left:6px solid var(--primary);box-shadow:var(--shadow);border-radius:12px;padding:14px 16px;color:var(--text);display:flex;align-items:flex-start;gap:12px;animation:app-toast-in .2s ease-out}.app-toast--success{border-left-color:var(--accent)}.app-toast--error{border-left-color:#ef4444}.app-toast__icon{font-size:18px;line-height:1.2}.app-toast__content{flex:1}.app-toast__title{font-weight:600;margin:0 0 4px 0;font-size:14px}.app-toast__message{margin:0;font-size:14px;color:var(--text-muted)}.app-toast__close{border:0;background:rgba(0,0,0,0);color:var(--text-muted);font-size:16px;line-height:1;padding:2px;cursor:pointer}.project-modal__content{border-radius:20px;background:var(--surface);box-shadow:var(--shadow-hover);overflow:hidden}.project-modal__header{border-bottom:1px solid var(--border);background:linear-gradient(100deg, rgba(100, 181, 255, 0.2), rgba(29, 77, 146, 0.15));padding:24px 28px}.project-modal__title{font-size:1.6rem;margin:0}.project-modal__subtitle{margin:4px 0 0 0;color:var(--text-muted)}.project-modal__body{padding:28px;display:grid;gap:28px}.project-modal__hero{display:grid;grid-template-columns:minmax(0, 1.1fr) minmax(0, 1fr);gap:24px;align-items:center}.project-modal__hero-media{min-height:220px}.project-modal__hero-placeholder{height:100%;min-height:220px;border-radius:16px;background:linear-gradient(135deg, rgba(100, 181, 255, 0.2), rgba(19, 49, 93, 0.85));display:grid;place-items:center;color:var(--text-muted);font-weight:600}.project-modal__hero-text{display:grid;gap:12px}.project-modal__lead{font-size:1rem;color:var(--text);margin:0}.project-modal__meta{display:flex;flex-wrap:wrap;gap:8px}.project-modal__chip{background:var(--surface-2);color:var(--text);padding:6px 10px;border-radius:999px;font-size:.85rem}.project-modal__section-title{font-size:1.1rem;margin-bottom:12px}.project-timeline{display:grid;gap:16px;position:relative;padding-left:18px}.project-timeline::before{content:"";position:absolute;left:6px;top:4px;bottom:4px;width:2px;background:var(--border)}.project-timeline__item{display:grid;grid-template-columns:16px 1fr;gap:12px}.project-timeline__dot{width:12px;height:12px;border-radius:50%;background:var(--primary);margin-top:4px}.project-timeline__title{margin:0 0 4px 0;font-size:1rem}.project-timeline__text{margin:0;color:var(--text-muted)}.project-modal__image-placeholder{height:140px;border-radius:12px;background:rgba(17,34,58,.72);display:grid;place-items:center;color:var(--text-muted);font-weight:600}.project-modal__paragraph{margin:0 0 12px 0;color:var(--text-muted)}.project-modal__footer{border-top:1px solid var(--border);padding:18px 28px;background:var(--surface-2)}a{color:var(--primary)}a:hover{color:#9cd3ff}.btn-outline-primary{color:#b9ddff;border-color:rgba(100,181,255,.5)}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#fff;border-color:rgba(100,181,255,.8);background:linear-gradient(90deg, rgba(100, 181, 255, 0.25), rgba(29, 77, 146, 0.32))}.btn-outline-secondary,.btn-secondary{color:#d7e9ff;border-color:rgba(137,169,212,.35);background-color:rgba(13,23,40,.7)}.btn-outline-secondary:hover,.btn-outline-secondary:focus,.btn-secondary:hover,.btn-secondary:focus{color:#fff;border-color:rgba(163,196,240,.5);background-color:rgba(23,40,67,.95)}.form-control,.form-select{background-color:rgba(10,19,34,.9);border-color:rgba(135,176,230,.3);color:var(--text)}.form-control:focus,.form-select:focus{background-color:rgba(10,19,34,.95);color:var(--text);border-color:rgba(100,181,255,.65);box-shadow:0 0 0 .2rem rgba(100,181,255,.2)}.form-control::-moz-placeholder{color:rgba(167,188,217,.7)}.form-control::placeholder{color:rgba(167,188,217,.7)}.table{--bs-table-bg: transparent;--bs-table-color: var(--text);--bs-table-border-color: rgba(131, 173, 225, 0.2);--bs-table-hover-color: var(--text);--bs-table-hover-bg: rgba(100, 181, 255, 0.08)}.alert{border-color:rgba(127,170,224,.3);color:var(--text);background-color:rgba(15,28,48,.8)}.alert-info{background:linear-gradient(90deg, rgba(89, 163, 236, 0.2), rgba(20, 50, 89, 0.55))}.alert-warning{background:linear-gradient(90deg, rgba(186, 138, 61, 0.24), rgba(72, 45, 14, 0.62))}.alert-danger{background:linear-gradient(90deg, rgba(166, 73, 90, 0.3), rgba(76, 24, 38, 0.62))}.btn-close{filter:invert(1) grayscale(100%) brightness(180%)}::-moz-selection{background:rgba(100,181,255,.3);color:#fff}::selection{background:rgba(100,181,255,.3);color:#fff}@media(max-width: 991px){.project-modal__hero{grid-template-columns:1fr}}@keyframes app-toast-in{from{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.home-timeline{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.home-timeline__event{display:flex;align-items:stretch;align-self:center;width:min(100%,920px)}.home-timeline__date{min-width:130px;display:flex;align-items:center;justify-content:center;padding:0 1rem;border-radius:12px 0 0 12px;background:linear-gradient(120deg, var(--accent), var(--primary-600));color:var(--text);font-weight:700}.home-timeline__icon{width:56px;min-width:56px;height:56px;margin:0 1rem;border-radius:999px;display:grid;place-items:center;background:var(--surface-2);border:1px solid var(--border);color:var(--primary);box-shadow:var(--shadow);position:relative}.home-timeline__icon i{font-size:1.1rem}.home-timeline__icon::before{content:"";position:absolute;left:50%;top:-1rem;width:2px;height:calc(100% + 2rem);transform:translateX(-50%) scaleY(0);transform-origin:top;background:var(--border);animation:homeTimelineGrowY .9s ease forwards;z-index:-1}.home-timeline__icon::after{content:"";position:absolute;left:-1rem;top:50%;width:1rem;height:2px;transform:translateY(-50%) scaleX(0);transform-origin:right;background:var(--border);animation:homeTimelineGrowXLeft .9s ease forwards;z-index:-1}.home-timeline__event:nth-child(2n+1){flex-direction:row-reverse}.home-timeline__event:nth-child(2n+1) .home-timeline__date{border-radius:0 12px 12px 0}.home-timeline__event:nth-child(2n+1) .home-timeline__icon::after{left:auto;right:-1rem;transform-origin:left;animation:homeTimelineGrowXRight .9s ease forwards}.home-timeline__content{flex:1;border:1px solid var(--border);background:var(--surface-2);border-radius:0 12px 12px 0;padding:1rem 1.25rem}.home-timeline__event:nth-child(2n+1) .home-timeline__content{border-radius:12px 0 0 12px}.home-timeline__title{margin:0 0 .35rem 0;color:var(--primary);font-size:1rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.home-timeline__description{margin:0;color:var(--text);line-height:1.7}.home-timeline__event:last-child .home-timeline__icon::before{content:none}@media(max-width: 786px){.home-timeline__event,.home-timeline__event:nth-child(2n+1){flex-direction:column;width:100%}.home-timeline__date,.home-timeline__event:nth-child(2n+1) .home-timeline__date{border-radius:12px 12px 0 0;justify-content:flex-start;padding:.85rem 1rem}.home-timeline__icon{margin:0;width:100%;border-radius:0;height:52px}.home-timeline__icon::before,.home-timeline__icon::after{display:none}.home-timeline__content,.home-timeline__event:nth-child(2n+1) .home-timeline__content{border-radius:0 0 12px 12px}}@keyframes homeTimelineGrowY{to{transform:translateX(-50%) scaleY(1)}}@keyframes homeTimelineGrowXLeft{to{transform:translateY(-50%) scaleX(1)}}@keyframes homeTimelineGrowXRight{to{transform:translateY(-50%) scaleX(1)}}.coach-explorer{display:grid;gap:.75rem;padding:1rem}.coach-explorer__folder{border:1px solid var(--border);border-radius:12px;background:var(--surface);overflow:hidden}.coach-explorer__folder>summary{list-style:none;display:flex;justify-content:flex-start;align-items:center;gap:.75rem;cursor:pointer;padding:.7rem .9rem;background:var(--surface-2);color:var(--text);font-weight:600;text-align:left}.coach-explorer__folder>summary::-webkit-details-marker{display:none}.coach-explorer__folder>summary::before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;color:var(--text-muted);transition:transform .2s ease}.coach-explorer__folder[open]>summary::before{transform:rotate(90deg)}.coach-explorer__folder-label{display:inline-flex;align-items:center;justify-content:flex-start;text-align:left;flex:1;gap:.55rem}.coach-explorer__folder>summary .badge-surface{margin-left:auto}.coach-explorer__folder-label i{color:var(--primary)}.coach-explorer__children{display:grid;grid-template-rows:0fr;padding:0 .65rem;transition:grid-template-rows .25s ease,padding .25s ease}.coach-explorer__folder[open]>.coach-explorer__children{grid-template-rows:1fr;padding:.65rem}.coach-explorer__children-inner{min-height:0;overflow:hidden;display:grid;gap:.55rem;opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .25s ease}.coach-explorer__folder[open]>.coach-explorer__children>.coach-explorer__children-inner{opacity:1;transform:translateY(0)}.coach-explorer__folder[open]>.coach-explorer__children>.coach-explorer__children-inner>*{animation:coachExplorerItemIn .24s ease both}.coach-explorer__folder[open]>.coach-explorer__children>.coach-explorer__children-inner>*:nth-child(2){animation-delay:.02s}.coach-explorer__folder[open]>.coach-explorer__children>.coach-explorer__children-inner>*:nth-child(3){animation-delay:.04s}.coach-explorer__folder[open]>.coach-explorer__children>.coach-explorer__children-inner>*:nth-child(4){animation-delay:.06s}.coach-explorer__children .coach-explorer__folder{margin-left:1rem}.coach-explorer__file-row{border:1px solid var(--border);border-radius:10px;padding:.6rem .8rem;display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem;background:var(--surface-2)}.coach-explorer__file-main{display:inline-flex;align-items:center;gap:.55rem;color:var(--text);min-width:0}.coach-explorer__file-main i{color:var(--primary)}.coach-explorer__file-main span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px;text-align:left}.coach-explorer__file-meta{display:inline-flex;align-items:center;gap:.65rem;color:var(--text-muted);font-size:.85rem;flex-wrap:wrap;justify-content:flex-start;text-align:left}.coach-explorer__empty{border:1px dashed var(--border);border-radius:10px;color:var(--text-muted);padding:.65rem .8rem;text-align:left}@keyframes coachExplorerItemIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media(max-width: 900px){.coach-explorer__file-row{flex-direction:column;align-items:flex-start}.coach-explorer__file-meta{width:100%;justify-content:flex-start}.coach-explorer__children .coach-explorer__folder{margin-left:.35rem}}.inline-form{display:inline}.download-log__ua{max-width:260px}