.site-header{box-shadow:0 4px 5px #999;background-color:#fff;position:fixed;top:0;width:100%;height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:1000;box-sizing:border-box}.header-logo{margin-left:4%;width:40%;max-width:250px}.header-logo img{width:100%;max-height:60px;height:auto;display:block;object-fit:contain}.header-email{margin-right:4%;font-weight:700;color:#007ae6}.header-email:hover{text-decoration:underline}.carousel-wrapper{position:relative;margin-top:80px;height:calc(100dvh - 80px);overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 0 20px;box-sizing:border-box}.carousel{width:100%;flex:1;min-height:0;overflow:hidden;-webkit-user-select:none;user-select:none;position:relative}.carousel-track{display:flex;height:100%;will-change:transform;touch-action:none}.carousel-slide{min-width:100%;height:100%;box-sizing:border-box;padding:10px;display:flex;flex-direction:column}.item-wrap{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:0;overflow:hidden;max-width:800px;width:100%;margin:0 auto;flex:1;display:flex;flex-direction:column;min-height:0}.item-wrap a{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1;min-height:0}.item-wrap h2{background-color:#007ae6;color:#fff;padding:10px 14px;margin:0;font-size:1em;font-weight:600;letter-spacing:.01em;text-align:left}.item-wrap p{font-size:.875em;color:#555;margin:0;padding:8px 14px 10px;text-align:left;border-bottom:1px solid #e0e0e0}.rounded{border-radius:0;width:100%;flex:1;min-height:0;object-fit:contain;cursor:pointer;display:block;background:#f8f8f8}.carousel-dots{display:flex;justify-content:center;gap:8px;padding:12px 0}.carousel-dot{width:10px;height:10px;border-radius:50%;background:#ccc;border:none;padding:0;cursor:pointer;transition:background .2s}.carousel-dot.active{background:#007ae6}*{box-sizing:border-box}html,body,#root{height:100%;overflow:hidden}body{margin:0;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;background-color:#fff;-webkit-font-smoothing:antialiased}h2{font-weight:700}a{color:#007ae6}
