 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
        }

        body {
            background-color: #f8f9fa;
            color: #333333;
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            padding: 5px 5px;
            line-height: 1.65;
        }

        .analisissahamprof-container {
            width: 100%;
            max-width: 700px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            border: 1px solid #eaeaea;
            position: relative;
        }

        .analisissahamprof-header {
            padding: 36px 28px 24px;
            text-align: center;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            position: relative;
            border-bottom: 1px solid #f0f0f0;
        }

        .analisissahamprof-header::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #4a90e2, #2ecc71, #e74c3c);
            opacity: 0.8;
        }

        .analisissahamprof-title {
            font-size: 2.4rem;
            font-weight: 800;
            color: #2c3e50;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            margin-bottom: 12px;
            letter-spacing: -0.5px;
        }

        .analisissahamprof-subtitle {
            font-size: 1.15rem;
            color: #666666;
            opacity: 0.9;
            max-width: 500px;
            margin: 0 auto;
        }

        .analisissahamprof-accentline {
            height: 2px;
            background: linear-gradient(90deg, transparent, #4a90e2, transparent);
            margin: 0 28px 10px;
            opacity: 0.5;
        }

        .analisissahamprof-content {
            padding: 30px 28px;
            display: flex;
            flex-direction: column;
            gap: 26px;
        }

        .analisissahamprof-card {
            background: #ffffff;
            border-radius: 18px;
            padding: 26px;
            border: 1px solid #eaeaea;
            transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
        }

        .analisissahamprof-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, #4a90e2, #2ecc71);
            opacity: 0.7;
        }

        .analisissahamprof-card:hover {
            transform: translateY(-6px);
            border-color: #4a90e2;
            box-shadow: 0 12px 28px rgba(74, 144, 226, 0.15);
            background: #ffffff;
        }

        .analisissahamprof-cardfeatured {
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            border: 2px solid #4a90e2;
            position: relative;
        }

        .analisissahamprof-cardfeatured::after {
            content: "★";
            position: absolute;
            top: 18px;
            right: 18px;
            color: #ff9f00;
            font-size: 1.5rem;
            opacity: 0.8;
        }

        .analisissahamprof-cardtitle {
            font-size: 1.6rem;
            color: #2c3e50;
            margin-bottom: 14px;
            font-weight: 700;
            letter-spacing: -0.3px;
        }

        .analisissahamprof-cardtext {
            color: #555555;
            font-size: 1.05rem;
            line-height: 1.7;
        }

        .analisissahamprof-inputsection {
            padding: 28px;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            margin: 15px 28px 30px;
            border-radius: 18px;
            text-align: center;
            border: 1px solid #eaeaea;
            position: relative;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
        }

        .analisissahamprof-inputtitle {
            font-size: 1.9rem;
            color: #2c3e50;
            margin-bottom: 18px;
            line-height: 1.35;
            font-weight: 700;
        }

        .analisissahamprof-inputgroup {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-top: 22px;
        }

        .analisissahamprof-stockinput {
            padding: 20px 22px;
            border-radius: 12px;
            border: 2px solid #dddddd;
            background: #ffffff;
            color: #333333;
            font-size: 1.15rem;
            text-align: center;
            outline: none;
            transition: all 0.35s;
        }

        .analisissahamprof-stockinput:focus {
            border-color: #4a90e2;
            box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.15);
            background: #ffffff;
        }

        .analisissahamprof-submitbutton {
            display: inline-block;
            padding: 20px 32px;
            background: linear-gradient(135deg, #4a90e2 0%, #2ecc71 100%);
            color: #ffffff;
            text-decoration: none;
            border-radius: 12px;
            font-weight: 700;
            font-size: 1.15rem;
            text-align: center;
            transition: all 0.35s;
            border: none;
            cursor: pointer;
            letter-spacing: 0.5px;
            box-shadow: 0 6px 18px rgba(74, 144, 226, 0.3);
            position: relative;
            overflow: hidden;
        }

        .analisissahamprof-submitbutton::before {
            content: "";
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.6s;
        }

        .analisissahamprof-submitbutton:hover {
            background: linear-gradient(135deg, #3a80d2 0%, #1ebc61 100%);
            transform: translateY(-4px);
            box-shadow: 0 10px 24px rgba(74, 144, 226, 0.4);
        }

        .analisissahamprof-submitbutton:hover::before {
            left: 100%;
        }

        .analisissahamprof-footer {
            padding: 30px 28px;
            background: #f8f9fa;
            text-align: center;
            border-top: 1px solid #eaeaea;
        }

        .analisissahamprof-footerlinks {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 22px;
            margin-bottom: 24px;
        }

        .analisissahamprof-footerlink {
            color: #666666;
            text-decoration: none;
            font-size: 0.98rem;
            transition: all 0.3s;
            padding: 8px 14px;
            border-radius: 8px;
            border: 1px solid transparent;
        }

        .analisissahamprof-footerlink:hover {
            color: #4a90e2;
            background: rgba(74, 144, 226, 0.08);
            border-color: rgba(74, 144, 226, 0.2);
        }

        .analisissahamprof-footerwarning {
            color: #e74c3c;
            font-weight: 600;
        }

        .analisissahamprof-copyright {
            color: #888888;
            font-size: 0.92rem;
            opacity: 0.8;
            margin-top: 18px;
            padding-top: 18px;
            border-top: 1px solid #eeeeee;
        }

        /* Modal Styles */
        .analisissahamprof-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            padding: 20px;
            overflow-y: auto;
            backdrop-filter: blur(4px);
        }

        .analisissahamprof-modalcontent {
            background: #ffffff;
            border-radius: 20px;
            width: 100%;
            max-width: 640px;
            max-height: 88vh;
            overflow-y: auto;
            border: 1px solid #eaeaea;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
        }

        .analisissahamprof-modalheader {
            padding: 24px 28px;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            color: #2c3e50;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 20px 20px 0 0;
            border-bottom: 1px solid #eaeaea;
        }

        .analisissahamprof-modaltitle {
            font-size: 1.9rem;
            font-weight: 700;
            letter-spacing: -0.3px;
        }

        .analisissahamprof-closebutton {
            background: none;
            border: none;
            color: #666666;
            font-size: 2.4rem;
            cursor: pointer;
            line-height: 1;
            transition: all 0.25s;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

        .analisissahamprof-closebutton:hover {
            color: #e74c3c;
            background: rgba(231, 76, 60, 0.1);
            transform: rotate(90deg);
        }

        .analisissahamprof-modalbody {
            padding: 28px;
            color: #333333;
        }

        .analisissahamprof-modalbody h3 {
            color: #2c3e50;
            margin: 24px 0 14px;
            font-size: 1.5rem;
            border-bottom: 1px solid #eaeaea;
            padding-bottom: 8px;
            font-weight: 700;
        }

        .analisissahamprof-modalbody h4 {
            color: #444444;
            margin: 20px 0 10px;
            font-size: 1.25rem;
            font-weight: 600;
        }

        .analisissahamprof-modalbody p, .analisissahamprof-modalbody li {
            margin-bottom: 14px;
            color: #555555;
        }

        .analisissahamprof-modalbody ul, .analisissahamprof-modalbody ol {
            padding-left: 24px;
            margin-bottom: 20px;
        }

        .analisissahamprof-warningtext {
            background: rgba(231, 76, 60, 0.08);
            border-left: 4px solid #e74c3c;
            padding: 18px;
            border-radius: 10px;
            margin: 22px 0;
            color: #c0392b;
        }

        /* Responsive adjustments */
        @media (max-width: 600px) {
            .analisissahamprof-container {
                border-radius: 20px;
            }
            .analisissahamprof-title {
                font-size: 2rem;
            }
            .analisissahamprof-content, .analisissahamprof-inputsection, .analisissahamprof-footer {
                padding: 24px;
            }
            .analisissahamprof-inputsection {
                margin: 12px 24px 24px;
            }
            .analisissahamprof-footerlinks {
                gap: 18px;
            }
            .analisissahamprof-modalcontent {
                max-height: 92vh;
            }
            .analisissahamprof-cardtitle {
                font-size: 1.4rem;
            }
            .analisissahamprof-inputtitle {
                font-size: 1.6rem;
            }
        }

        @media (max-width: 400px) {
            .analisissahamprof-title {
                font-size: 1.8rem;
            }
            .analisissahamprof-card {
                padding: 22px;
            }
            .analisissahamprof-footerlinks {
                flex-direction: column;
                gap: 15px;
            }
            .analisissahamprof-submitbutton {
                padding: 18px 24px;
            }
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .analisissahamprof-container {
            animation: fadeInUp 0.6s ease-out;
        }

        .analisissahamprof-card {
            animation: fadeInUp 0.5s ease-out;
            animation-fill-mode: both;
        }

        .analisissahamprof-card:nth-child(1) { animation-delay: 0.1s; }
        .analisissahamprof-card:nth-child(2) { animation-delay: 0.2s; }
        .analisissahamprof-card:nth-child(3) { animation-delay: 0.3s; }