*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:2rem}h1{margin-bottom:1rem}.search-form{display:flex;gap:.5rem;margin:2rem 0}.search-input{flex:1 1;padding:.75rem 1rem;font-size:1rem;border:1px solid #ccc;border-radius:4px}.search-button{padding:.75rem 1.5rem;font-size:1rem;background:#0070f3;color:#fff;border:none;border-radius:4px;cursor:pointer}.search-button:hover{background:#0060df}.results-list{list-style:none}.result-item{padding:1rem;border:1px solid #eee;border-radius:4px;margin-bottom:.5rem}.result-item:hover{background:#f9f9f9}.result-item a{text-decoration:none;color:inherit}.result-item h3{color:#0070f3}.plat-viewer{margin-top:2rem}.plat-info{margin-bottom:1rem}.plat-iframe{width:100%;height:800px;border:1px solid #ccc}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid #eee}.header .logo{font-size:1.5rem;font-weight:700;color:#0070f3;text-decoration:none}.header nav{display:flex;align-items:center;gap:1rem}.header nav a{color:#0070f3;text-decoration:none}.user-menu{display:flex;align-items:center;gap:1rem}.user-menu span{color:#666;font-size:.9rem}.user-menu button{padding:.5rem 1rem;background:transparent;border:1px solid #ccc;border-radius:4px;cursor:pointer}.user-menu button:hover{background:#f5f5f5}.auth-form{max-width:400px;margin:2rem auto;padding:2rem;border:1px solid #eee;border-radius:8px}.auth-form h2{margin-bottom:1.5rem;text-align:center}.auth-form form{display:flex;flex-direction:column;gap:1rem}.auth-form input{padding:.75rem 1rem;font-size:1rem;border:1px solid #ccc;border-radius:4px}.auth-form button[type=submit]{padding:.75rem;font-size:1rem;background:#0070f3;color:#fff;border:none;border-radius:4px;cursor:pointer}.auth-form button[type=submit]:hover{background:#0060df}.auth-form button[type=submit]:disabled{background:#ccc;cursor:not-allowed}.auth-form .google-btn{width:100%;padding:.75rem;margin-top:1rem;font-size:1rem;background:#fff;color:#333;border:1px solid #ccc;border-radius:4px;cursor:pointer}.auth-form .google-btn:hover{background:#f5f5f5}.auth-form .link-btn{background:none;border:none;color:#0070f3;cursor:pointer;text-decoration:underline}.auth-form .error{color:#e00;background:#fee;padding:.75rem;border-radius:4px;margin-bottom:1rem}.auth-form p{text-align:center;margin-top:1rem}