Sensory Profile Assessment – 101Autism * {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
body {
font-family: 'Poppins', 'Segoe UI', sans-serif;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
padding: 20px;
color: #2d3748;
}
.page {
max-width: 210mm;
min-height: 297mm;
margin: 0 auto;
background: white;
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
position: relative;
overflow: hidden;
}
/* Header with gradient branding */ .brand-header {
background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
padding: 40px 50px 30px;
color: white;
position: relative;
overflow: hidden;
}
.brand-header::before {
content: '';
position: absolute;
top: -50%;
right: -10%;
width: 300px;
height: 300px;
background: rgba(255,255,255,0.1);
border-radius: 50%;
}
.brand-header::after {
content: '';
position: absolute;
bottom: -30%;
left: -5%;
width: 200px;
height: 200px;
background: rgba(255,255,255,0.08);
border-radius: 50%;
}
.logo-area {
position: relative;
z-index: 2;
}
.brand-logo {
font-size: 28px;
font-weight: 700;
margin-bottom: 8px;
letter-spacing: -0.5px;
}
.brand-tagline {
font-size: 13px;
opacity: 0.9;
font-weight: 400;
letter-spacing: 1.5px;
text-transform: uppercase;
}
.document-title {
font-size: 34px;
font-weight: 700;
margin-top: 25px;
line-height: 1.2;
position: relative;
z-index: 2;
}
/* Content area */ .content {
padding: 40px 50px 50px;
}
/* Info fields */ .info-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 35px;
padding-bottom: 25px;
border-bottom: 2px solid #e2e8f0;
}
.info-field label {
display: block;
font-size: 11px;
font-weight: 600;
color: #4A90E2;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 8px;
}
.info-field .field-line {
border-bottom: 2px solid #cbd5e0;
height: 30px;
}
/* Section styling */ .section {
margin-bottom: 35px;
page-break-inside: avoid;
}
.section-title {
font-size: 18px;
font-weight: 700;
color: #2d3748;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 3px solid #4A90E2;
display: flex;
align-items: center;
}
.section-number {
background: #4A90E2;
color: white;
width: 32px;
height: 32px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
margin-right: 12px;
font-weight: 700;
}
/* Sensory boxes */ .sensory-box {
background: #f7fafc;
border-radius: 8px;
padding: 20px 24px;
margin-bottom: 20px;
border-left: 5px solid #4A90E2;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.sensory-box.avoiding {
border-left-color: #e53e3e;
background: #fff5f5;
}
.sensory-box h3 {
font-size: 15px;
font-weight: 600;
color: #2d3748;
margin-bottom: 16px;
display: flex;
align-items: center;
}
.sensory-box.avoiding h3::before {
content: '⚠';
margin-right: 8px;
font-size: 16px;
}
.sensory-box:not(.avoiding) h3::before {
content: '✓';
margin-right: 8px;
color: #4A90E2;
font-size: 16px;
}
/* Checkbox items */ .check-item {
display: flex;
align-items: flex-start;
margin-bottom: 10px;
font-size: 13px;
line-height: 1.5;
}
.checkbox {
width: 18px;
height: 18px;
border: 2px solid #4a5568;
border-radius: 4px;
margin-right: 12px;
margin-top: 2px;
flex-shrink: 0;
background: white;
}
/* Guide box */ .guide-box {
background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
border: 2px solid #f59e0b;
border-radius: 8px;
padding: 24px;
margin: 30px 0;
}
.guide-box h4 {
color: #92400e;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.2px;
margin-bottom: 16px;
}
.guide-item {
margin-bottom: 12px;
font-size: 13px;
line-height: 1.6;
color: #78350f;
}
.guide-item strong {
color: #92400e;
}
/* Notes section */ .notes-box {
background: #edf2f7;
border: 2px solid #cbd5e0;
border-radius: 8px;
padding: 24px;
margin-top: 25px;
}
.notes-box label {
font-weight: 700;
color: #2d3748;
font-size: 14px;
display: block;
margin-bottom: 16px;
}
.note-line {
border-bottom: 1px solid #a0aec0;
height: 32px;
margin-bottom: 8px;
}
/* Footer */ .footer {
background: #2d3748;
color: white;
padding: 20px 50px;
text-align: center;
font-size: 11px;
margin-top: 40px;
}
.footer strong {
color: #4A90E2;
}
.footer p {
margin: 4px 0;
}
/* Print styles */ @media print {
body {
background: white;
padding: 0;
}
.page {
box-shadow: none;
margin: 0;
max-width: 100%;
}
.section {
page-break-inside: avoid;
}
}
/* Button for PDF download */ .download-btn {
position: fixed;
top: 20px;
right: 20px;
background: #4A90E2;
color: white;
border: none;
padding: 12px 24px;
border-radius: 8px;
font-weight: 600;
cursor: pointer;
box-shadow: 0 4px 12px rgba(74,144,226,0.4);
z-index: 1000;
font-family: 'Poppins', sans-serif;
font-size: 14px;
}
.download-btn:hover {
background: #357ABD;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(74,144,226,0.5);
}
@media print {
.download-btn {
display: none;
}
}
html2pdf().set(opt).from(element).save();
}
101Autism
The Sensory-Friendly Kitchen
Sensory Profile Assessment Checklist
Sound Seeking (High Threshold)
Sound Avoiding (Low Threshold)
Visual Seeking
Visual Avoiding
Touch Seeking
Touch Avoiding
4
Smell & Taste (The Kitchen)
Smell/Taste Seeking
Smell/Taste Avoiding
5
Understanding The Profile
Interpretation Guide
• Mostly Seeking: Your child may benefit from increased sensory input (sensory diet) to regulate.
• Mostly Avoiding: Your child may need a calmer environment, reduced noise, and predictable routines.
• Mixed Profile: Common in autism. Requires flexibility and observation of specific triggers.