*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:1rem}.app{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center}.page{width:100%;max-width:500px}.page.theme-eagles{--primary: #004C54;--secondary: #A5ACAF;--accent: #000000}.page.theme-eagles~body,body:has(.page.theme-eagles){background:linear-gradient(135deg,#004c54,#000)}.page.theme-notredame{--primary: #0C2340;--secondary: #C99700;--accent: #FFFFFF}body:has(.page.theme-notredame){background:linear-gradient(135deg,#0c2340,#c99700)}.container{background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000026;padding:2rem}.theme-eagles .container{border-top:6px solid #004C54;border-bottom:6px solid #A5ACAF}.theme-notredame .container{border-top:6px solid #0C2340;border-bottom:6px solid #C99700}h1{font-size:28px;color:#1a1a1a;margin-bottom:.5rem;font-weight:600;text-align:center}.theme-eagles h1{color:#004c54}.theme-notredame h1{color:#0c2340}h2{font-size:16px;color:#1a1a1a;margin-bottom:.75rem;font-weight:600}.subtitle{font-size:14px;color:#666;text-align:center;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}label{display:block;font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}input[type=password],input[type=text],input[type=email],input[type=url],input[type=file]{width:100%;padding:12px 14px;font-size:16px;border:1.5px solid #ddd;border-radius:8px;transition:border-color .2s,box-shadow .2s;font-family:inherit}input[type=file]{padding:8px 12px}button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;width:100%}.theme-eagles button{background:linear-gradient(135deg,#004c54,#000)}.theme-notredame button{background:linear-gradient(135deg,#0c2340,#c99700)}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #0003}button:disabled{opacity:.6;cursor:not-allowed}.error{color:#d32f2f;font-size:13px;margin-top:.5rem}.content-item{background:#f8f8f8;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;text-align:left}.theme-eagles .content-item{background:#f0f5f5;border-left:4px solid #004C54}.theme-notredame .content-item{background:#fdf6e3;border-left:4px solid #C99700}.content-item p{font-size:13px;color:#666;line-height:1.6;margin-bottom:1rem}.video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:6px;margin-bottom:1rem}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.doc-link{display:inline-block;background:#667eea;color:#fff;padding:10px 16px;border-radius:6px;text-decoration:none;font-size:13px;font-weight:600}.theme-eagles .doc-link{background:#004c54}.theme-notredame .doc-link{background:#0c2340}.back-link{text-align:center;margin-top:2rem}.back-link a,.back-link button{background:none;color:#667eea;text-decoration:none;font-size:13px;font-weight:500;border:none;padding:0;cursor:pointer;width:auto}.theme-eagles .back-link button{color:#004c54}.theme-notredame .back-link button{color:#0c2340}.admin-link{text-align:center;margin-top:1.5rem}.admin-link a{color:#667eea;text-decoration:none;font-size:12px}.admin-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.admin-email{font-size:12px;color:#999;margin-top:.5rem}.logout-btn{background:#f44336;padding:10px 16px;font-size:13px;width:auto}.tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1.5px solid #e0e0e0}.tab{background:none;color:#666;border:none;padding:12px 16px;font-size:14px;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;width:auto}.tab.active{color:#667eea;border-bottom-color:#667eea}.content-section{display:flex;flex-direction:column;gap:2rem}.upload-item{background:#f8f8f8;padding:1.5rem;border-radius:8px}.current-url{font-size:12px;color:#666;margin-bottom:1rem}.current-url a{color:#667eea;text-decoration:none}.divider{text-align:center;color:#999;margin:1.5rem 0 1rem;font-size:12px}
