
.tp-v7-wrapper { font-family: 'Segoe UI', sans-serif; max-width: 800px; margin: 0 auto; color: #fff; padding: 10px; }
.tp-dashed-box { border: 2px dashed rgba(255, 255, 255, 0.5); border-radius: 16px; padding: 30px; text-align: center; background: rgba(0, 0, 0, 0.4); margin-bottom: 20px; box-sizing: border-box; width: 100%; }
.tp-icon span { font-size: 40px; width: 40px; height: 40px; margin-bottom: 10px; color: #fff; }
.search-box h3 { margin: 5px 0; color: #fff; font-size: 1.5rem; }
.search-box p { color: #ccc; font-size: 0.9rem; margin-bottom: 20px; }
.tp-form-row { display: flex; gap: 10px; justify-content: center; }
.tp-input { padding: 12px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.3); color: #fff; border-radius: 8px; flex: 1; }
.tp-input option { color: #000; }
.tp-btn { padding: 12px 25px; background: #fff; color: #000; border: none; border-radius: 8px; font-weight: bold; cursor: pointer; transition: 0.3s; }
.tp-btn:hover { background: #f0f0f0; transform: translateY(-2px); }
.sultan-img-wrapper { display: flex; justify-content: center; margin-bottom: 15px; }
.tp-circle { width: 100px; height: 100px; border-radius: 50%; border: 3px solid #d4af37; overflow: hidden; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.1); box-shadow: 0 0 20px rgba(212, 175, 55, 0.2); }
.tp-circle img { width: 100%; height: 100%; object-fit: cover; }
.tp-circle-letter { font-size: 40px; font-weight: bold; color: #fff; }
#res-name { margin: 10px 0 20px; color: #fff; font-size: 1.8rem; }
.tp-info-grid { display: flex; justify-content: center; gap: 30px; margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 20px; }
.tp-info-item { display: flex; flex-direction: column; }
.tp-info-item span { font-size: 0.8rem; color: #aaa; text-transform: uppercase; }
.tp-info-item strong { font-size: 1.1rem; color: #fff; }
.tp-event-box h4 { color: #d4af37; margin: 0 0 5px; text-transform: uppercase; font-size: 0.9rem; letter-spacing: 1px; }
.tp-event-box p { color: #eee; font-style: italic; margin-top: 0; }
.tp-wiki-link { display: inline-block; margin-top: 20px; color: #fff; text-decoration: none; border-bottom: 1px dotted #fff; }
#tp-error { background: rgba(200, 50, 50, 0.4); padding: 15px; border-radius: 8px; margin-bottom: 20px; text-align: center; border: 1px dashed rgba(255,255,255,0.3); }
@media (max-width: 600px) { .tp-form-row { flex-direction: column; } .tp-info-grid { flex-direction: column; gap: 15px; } }
